| 1 | [ Nov 14 00:18:45 Enabled. ] | ||
| 2 | [ Nov 14 00:18:45 Rereading configuration. ] | ||
| 3 | [ Nov 14 00:18:46 Rereading configuration. ] | ||
| 4 | [ Nov 14 00:18:47 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Nov 14 00:18:47 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2024.11.14 00:18:48.649714 [ 1 ] {} <Information> Application: Will watch for the process with pid 25286 | ||
| 29 | 2024.11.14 00:18:48.650300 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.11.14 00:18:48.833972 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25286 | ||
| 31 | 2024.11.14 00:18:48.834691 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.11.14 00:18:48.835388 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.11.14 00:18:48.922622 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.11.14 00:18:48.957202 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.11.14 00:18:48.957253 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.11.14 00:18:48.957265 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.11.14 00:18:48.957326 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.11.14 00:18:48.957697 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.11.14 00:18:48.959232 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2024.11.14 00:18:48.959805 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.11.14 00:18:48.960608 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2024.11.14 00:18:48.960630 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2024.11.14 00:18:48.960645 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.11.14 00:18:48.960813 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.11.14 00:18:48.961826 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.11.14 00:18:48.966517 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.11.14 00:18:48.967238 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.11.14 00:18:48.968658 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.11.14 00:18:48.968717 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.11.14 00:18:48.970209 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2024.11.14 00:18:48.970533 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.11.14 00:18:48.974687 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.11.14 00:18:48.974967 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.11.14 00:18:48.976519 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.11.14 00:18:48.976870 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.11.14 00:18:48.977217 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.11.14 00:18:48.977531 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.11.14 00:18:48.978894 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.11.14 00:18:48.978921 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.11.14 00:18:48.979011 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.11.14 00:18:48.979154 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.11.14 00:18:48.996853 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.11.14 00:18:48.996884 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000154752 sec | ||
| 68 | 2024.11.14 00:18:48.996930 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.11.14 00:18:48.996947 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.11.14 00:18:48.998153 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.11.14 00:18:48.999188 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.11.14 00:18:49.010805 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.11.14 00:18:49.010850 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.11.14 00:18:49.010871 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.11.14 00:18:49.010884 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.11.14 00:18:49.010916 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.11.14 00:18:49.010933 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 78 | 2024.11.14 00:18:49.010946 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.11.14 00:18:49.010978 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.11.14 00:18:49.010995 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 81 | 2024.11.14 00:18:49.011008 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.11.14 00:18:49.011020 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.11.14 00:18:49.011056 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.11.14 00:18:49.011068 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.11.14 00:18:49.011080 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.11.14 00:18:49.011113 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.11.14 00:18:49.011126 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.11.14 00:18:49.038142 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.11.14 00:18:49.039808 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.11.14 00:18:49.039833 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.364e-05 sec | ||
| 91 | 2024.11.14 00:18:49.039846 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.11.14 00:18:49.039857 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.11.14 00:18:49.039878 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.11.14 00:18:49.040078 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.11.14 00:18:49.040120 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.11.14 00:18:49.040134 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.11.14 00:18:49.040145 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2024.11.14 00:18:49.040162 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.11.14 00:18:49.050057 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.11.14 00:18:49.050253 [ 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.14 00:18:49.051099 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.26e-05 sec. | ||
| 102 | 2024.11.14 00:18:49.051397 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.11.14 00:18:49.051482 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.11.14 00:18:49.051501 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.11.14 00:18:49.887024 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43793 | ||
| 106 | 2024.11.14 00:18:49.889613 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.11.14 00:18:49.889677 [ 3 ] {} <Debug> TCP-Session: 645204fe-c73b-4527-af79-010ae70698be Authenticating user 'default' from [fd00:1122:3344:101::c]:43793 | ||
| 108 | 2024.11.14 00:18:49.889711 [ 3 ] {} <Debug> TCP-Session: 645204fe-c73b-4527-af79-010ae70698be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.11.14 00:18:49.889740 [ 3 ] {} <Debug> TCP-Session: 645204fe-c73b-4527-af79-010ae70698be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.11.14 00:18:49.889830 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.11.14 00:18:49.889858 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2024.11.14 00:18:49.889886 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2024.11.14 00:18:49.891496 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62359 | ||
| 114 | 2024.11.14 00:18:49.891623 [ 250 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61852 | ||
| 115 | 2024.11.14 00:18:49.891645 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51423 | ||
| 116 | 2024.11.14 00:18:49.891657 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2024.11.14 00:18:49.891747 [ 251 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52527 | ||
| 118 | 2024.11.14 00:18:49.891756 [ 250 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 119 | 2024.11.14 00:18:49.891770 [ 4 ] {} <Debug> TCP-Session: 30ddd0f9-99d2-4af3-921d-85bef8580be6 Authenticating user 'default' from [fd00:1122:3344:101::c]:62359 | ||
| 120 | 2024.11.14 00:18:49.891852 [ 250 ] {} <Debug> TCP-Session: bbf4a214-08c7-4194-9841-3e0d66c81b48 Authenticating user 'default' from [fd00:1122:3344:101::c]:61852 | ||
| 121 | 2024.11.14 00:18:49.891948 [ 4 ] {} <Debug> TCP-Session: 30ddd0f9-99d2-4af3-921d-85bef8580be6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2024.11.14 00:18:49.891845 [ 252 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56496 | ||
| 123 | 2024.11.14 00:18:49.892084 [ 4 ] {} <Debug> TCP-Session: 30ddd0f9-99d2-4af3-921d-85bef8580be6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 124 | 2024.11.14 00:18:49.892083 [ 250 ] {} <Debug> TCP-Session: bbf4a214-08c7-4194-9841-3e0d66c81b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 125 | 2024.11.14 00:18:49.892060 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2024.11.14 00:18:49.892144 [ 250 ] {} <Debug> TCP-Session: bbf4a214-08c7-4194-9841-3e0d66c81b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2024.11.14 00:18:49.892315 [ 5 ] {} <Debug> TCP-Session: 1369a89e-ad3b-452a-9fa4-dbb5076f9f87 Authenticating user 'default' from [fd00:1122:3344:101::c]:51423 | ||
| 128 | 2024.11.14 00:18:49.892359 [ 5 ] {} <Debug> TCP-Session: 1369a89e-ad3b-452a-9fa4-dbb5076f9f87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2024.11.14 00:18:49.892377 [ 5 ] {} <Debug> TCP-Session: 1369a89e-ad3b-452a-9fa4-dbb5076f9f87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2024.11.14 00:18:49.892905 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42316 | ||
| 131 | 2024.11.14 00:18:49.892979 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58505 | ||
| 132 | 2024.11.14 00:18:49.898641 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2024.11.14 00:18:49.898665 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2024.11.14 00:18:49.898693 [ 254 ] {} <Debug> TCP-Session: 4f5a9137-a85a-4ce9-a6d1-c97bae0bca21 Authenticating user 'default' from [fd00:1122:3344:101::c]:58505 | ||
| 135 | 2024.11.14 00:18:49.898741 [ 253 ] {} <Debug> TCP-Session: 1a0995b9-3bcf-44d8-8c1f-ae47db0a7516 Authenticating user 'default' from [fd00:1122:3344:101::c]:42316 | ||
| 136 | 2024.11.14 00:18:49.898756 [ 254 ] {} <Debug> TCP-Session: 4f5a9137-a85a-4ce9-a6d1-c97bae0bca21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.11.14 00:18:49.898767 [ 251 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2024.11.14 00:18:49.898799 [ 253 ] {} <Debug> TCP-Session: 1a0995b9-3bcf-44d8-8c1f-ae47db0a7516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2024.11.14 00:18:49.898768 [ 252 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2024.11.14 00:18:49.898857 [ 253 ] {} <Debug> TCP-Session: 1a0995b9-3bcf-44d8-8c1f-ae47db0a7516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2024.11.14 00:18:49.898857 [ 251 ] {} <Debug> TCP-Session: eb7ef609-74a1-4b45-94e2-99a1f0477f3d Authenticating user 'default' from [fd00:1122:3344:101::c]:52527 | ||
| 142 | 2024.11.14 00:18:49.898820 [ 254 ] {} <Debug> TCP-Session: 4f5a9137-a85a-4ce9-a6d1-c97bae0bca21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2024.11.14 00:18:49.898954 [ 251 ] {} <Debug> TCP-Session: eb7ef609-74a1-4b45-94e2-99a1f0477f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2024.11.14 00:18:49.898987 [ 252 ] {} <Debug> TCP-Session: 78a1c348-b0bf-4c57-a4db-c1e0ebba6c5d Authenticating user 'default' from [fd00:1122:3344:101::c]:56496 | ||
| 145 | 2024.11.14 00:18:49.899027 [ 251 ] {} <Debug> TCP-Session: eb7ef609-74a1-4b45-94e2-99a1f0477f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.11.14 00:18:49.899070 [ 252 ] {} <Debug> TCP-Session: 78a1c348-b0bf-4c57-a4db-c1e0ebba6c5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.11.14 00:18:49.899111 [ 252 ] {} <Debug> TCP-Session: 78a1c348-b0bf-4c57-a4db-c1e0ebba6c5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.11.14 00:18:50.000246 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.90 MiB, peak 116.90 MiB, free memory in arenas 0.00 B, will set to 118.95 MiB (RSS), difference: 2.05 MiB | ||
| 149 | 2024.11.14 00:18:50.262456 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54434 | ||
| 150 | 2024.11.14 00:18:50.262600 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2024.11.14 00:18:50.262633 [ 255 ] {} <Debug> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Authenticating user 'default' from [fd00:1122:3344:101::d]:54434 | ||
| 152 | 2024.11.14 00:18:50.262671 [ 255 ] {} <Debug> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.11.14 00:18:50.262688 [ 255 ] {} <Debug> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2024.11.14 00:18:50.262743 [ 255 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2024.11.14 00:18:50.262771 [ 255 ] {} <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 | ||
| 156 | 2024.11.14 00:18:50.262793 [ 255 ] {} <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 | ||
| 157 | 2024.11.14 00:18:50.266848 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50245 | ||
| 158 | 2024.11.14 00:18:50.267084 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2024.11.14 00:18:50.267098 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63237 | ||
| 160 | 2024.11.14 00:18:50.267139 [ 256 ] {} <Debug> TCP-Session: aa1df2c7-cc3e-44c2-8cb4-b7d8e57d05c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50245 | ||
| 161 | 2024.11.14 00:18:50.267183 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50763 | ||
| 162 | 2024.11.14 00:18:50.267213 [ 256 ] {} <Debug> TCP-Session: aa1df2c7-cc3e-44c2-8cb4-b7d8e57d05c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 163 | 2024.11.14 00:18:50.267434 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 164 | 2024.11.14 00:18:50.267470 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 165 | 2024.11.14 00:18:50.267488 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51878 | ||
| 166 | 2024.11.14 00:18:50.267320 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39483 | ||
| 167 | 2024.11.14 00:18:50.267538 [ 257 ] {} <Debug> TCP-Session: 7a46c666-d9b1-4084-a04b-ac21b87c3d25 Authenticating user 'default' from [fd00:1122:3344:101::d]:63237 | ||
| 168 | 2024.11.14 00:18:50.267495 [ 256 ] {} <Debug> TCP-Session: aa1df2c7-cc3e-44c2-8cb4-b7d8e57d05c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2024.11.14 00:18:50.267605 [ 258 ] {} <Debug> TCP-Session: c9e471b6-3ebc-4670-a345-1540ea7e1943 Authenticating user 'default' from [fd00:1122:3344:101::d]:50763 | ||
| 170 | 2024.11.14 00:18:50.267611 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34933 | ||
| 171 | 2024.11.14 00:18:50.267836 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2024.11.14 00:18:50.267872 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 173 | 2024.11.14 00:18:50.267878 [ 258 ] {} <Debug> TCP-Session: c9e471b6-3ebc-4670-a345-1540ea7e1943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2024.11.14 00:18:50.267908 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54566 | ||
| 175 | 2024.11.14 00:18:50.267975 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35377 | ||
| 176 | 2024.11.14 00:18:50.268000 [ 259 ] {} <Debug> TCP-Session: 4a05ccfa-9987-451f-8fc9-91eb14930c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:39483 | ||
| 177 | 2024.11.14 00:18:50.268020 [ 258 ] {} <Debug> TCP-Session: c9e471b6-3ebc-4670-a345-1540ea7e1943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2024.11.14 00:18:50.268074 [ 257 ] {} <Debug> TCP-Session: 7a46c666-d9b1-4084-a04b-ac21b87c3d25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2024.11.14 00:18:50.268216 [ 259 ] {} <Debug> TCP-Session: 4a05ccfa-9987-451f-8fc9-91eb14930c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.11.14 00:18:50.268431 [ 260 ] {} <Debug> TCP-Session: bc665608-86c2-48f5-9052-621405d9f2b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51878 | ||
| 181 | 2024.11.14 00:18:50.268455 [ 257 ] {} <Debug> TCP-Session: 7a46c666-d9b1-4084-a04b-ac21b87c3d25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2024.11.14 00:18:50.268452 [ 259 ] {} <Debug> TCP-Session: 4a05ccfa-9987-451f-8fc9-91eb14930c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2024.11.14 00:18:50.268481 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 184 | 2024.11.14 00:18:50.268503 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 185 | 2024.11.14 00:18:50.268448 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 186 | 2024.11.14 00:18:50.268555 [ 260 ] {} <Debug> TCP-Session: bc665608-86c2-48f5-9052-621405d9f2b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2024.11.14 00:18:50.268654 [ 263 ] {} <Debug> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Authenticating user 'default' from [fd00:1122:3344:101::d]:54566 | ||
| 188 | 2024.11.14 00:18:50.268669 [ 262 ] {} <Debug> TCP-Session: 19ed68b5-90f0-4e76-be1b-933a8d26485f Authenticating user 'default' from [fd00:1122:3344:101::d]:35377 | ||
| 189 | 2024.11.14 00:18:50.268680 [ 261 ] {} <Debug> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Authenticating user 'default' from [fd00:1122:3344:101::d]:34933 | ||
| 190 | 2024.11.14 00:18:50.268716 [ 263 ] {} <Debug> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2024.11.14 00:18:50.268729 [ 262 ] {} <Debug> TCP-Session: 19ed68b5-90f0-4e76-be1b-933a8d26485f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2024.11.14 00:18:50.268739 [ 260 ] {} <Debug> TCP-Session: bc665608-86c2-48f5-9052-621405d9f2b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.11.14 00:18:50.268765 [ 261 ] {} <Debug> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.11.14 00:18:50.268787 [ 263 ] {} <Debug> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.11.14 00:18:50.268810 [ 262 ] {} <Debug> TCP-Session: 19ed68b5-90f0-4e76-be1b-933a8d26485f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.11.14 00:18:50.268838 [ 261 ] {} <Debug> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2024.11.14 00:18:50.270880 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 198 | 2024.11.14 00:18:50.274390 [ 255 ] {ce0308be-a32e-4333-bc65-5706f16ba0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 199 | 2024.11.14 00:18:50.335459 [ 255 ] {ce0308be-a32e-4333-bc65-5706f16ba0a3} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54434) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 200 | |||
| 201 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 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 | ||
| 204 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 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 | ||
| 212 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 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 | ||
| 215 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 222 | |||
| 223 | 2024.11.14 00:18:50.336823 [ 255 ] {ce0308be-a32e-4333-bc65-5706f16ba0a3} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 224 | |||
| 225 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 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 | ||
| 228 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 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 | ||
| 236 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 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 | ||
| 239 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 246 | |||
| 247 | 2024.11.14 00:18:50.336937 [ 255 ] {ce0308be-a32e-4333-bc65-5706f16ba0a3} <Debug> TCPHandler: Processed in 0.068058248 sec. | ||
| 248 | 2024.11.14 00:18:50.337292 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 249 | 2024.11.14 00:18:50.337476 [ 263 ] {18c07cc6-e8eb-4d47-b149-83c7d0a40472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 250 | 2024.11.14 00:18:50.337781 [ 263 ] {18c07cc6-e8eb-4d47-b149-83c7d0a40472} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54566) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 251 | |||
| 252 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 254 | 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 | ||
| 255 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 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 | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 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 | ||
| 263 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 265 | 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 | ||
| 266 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 273 | |||
| 274 | 2024.11.14 00:18:50.337888 [ 263 ] {18c07cc6-e8eb-4d47-b149-83c7d0a40472} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 275 | |||
| 276 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 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 | ||
| 279 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 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 | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 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 | ||
| 287 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 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 | ||
| 290 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 297 | |||
| 298 | 2024.11.14 00:18:50.337981 [ 263 ] {18c07cc6-e8eb-4d47-b149-83c7d0a40472} <Debug> TCPHandler: Processed in 0.000828662 sec. | ||
| 299 | 2024.11.14 00:18:50.338225 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 300 | 2024.11.14 00:18:50.339516 [ 255 ] {a866ba6e-f6cd-4bc4-b468-c0bf0be39d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 301 | 2024.11.14 00:18:50.340171 [ 255 ] {a866ba6e-f6cd-4bc4-b468-c0bf0be39d5d} <Debug> TCPHandler: Processed in 0.002000308 sec. | ||
| 302 | 2024.11.14 00:18:50.340379 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 303 | 2024.11.14 00:18:50.340475 [ 263 ] {ec37fc9c-82bb-4306-a4b9-33f404bd982c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 304 | 2024.11.14 00:18:50.340587 [ 263 ] {ec37fc9c-82bb-4306-a4b9-33f404bd982c} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 305 | 2024.11.14 00:18:50.344409 [ 263 ] {ec37fc9c-82bb-4306-a4b9-33f404bd982c} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 306 | 2024.11.14 00:18:50.344437 [ 263 ] {ec37fc9c-82bb-4306-a4b9-33f404bd982c} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4661e-05 sec | ||
| 307 | 2024.11.14 00:18:50.344466 [ 263 ] {ec37fc9c-82bb-4306-a4b9-33f404bd982c} <Trace> ReferentialDeps: No tables | ||
| 308 | 2024.11.14 00:18:50.344482 [ 263 ] {ec37fc9c-82bb-4306-a4b9-33f404bd982c} <Trace> LoadingDeps: No tables | ||
| 309 | 2024.11.14 00:18:50.344510 [ 263 ] {ec37fc9c-82bb-4306-a4b9-33f404bd982c} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 310 | 2024.11.14 00:18:50.344565 [ 263 ] {ec37fc9c-82bb-4306-a4b9-33f404bd982c} <Debug> TCPHandler: Processed in 0.004242769 sec. | ||
| 311 | 2024.11.14 00:18:50.344792 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 312 | 2024.11.14 00:18:50.344971 [ 255 ] {f5422fd8-b074-4da2-aacc-df3cff2632b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) /* The version table contains metadata about the `oximeter` database */ | ||
| 313 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 314 | 2024.11.14 00:18:50.345047 [ 255 ] {f5422fd8-b074-4da2-aacc-df3cff2632b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 315 | 2024.11.14 00:18:50.353891 [ 255 ] {f5422fd8-b074-4da2-aacc-df3cff2632b6} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 316 | 2024.11.14 00:18:50.358336 [ 255 ] {f5422fd8-b074-4da2-aacc-df3cff2632b6} <Debug> oximeter.version (c8d1450e-2500-49dc-8146-32ba538a279d): Loading data parts | ||
| 317 | 2024.11.14 00:18:50.358930 [ 255 ] {f5422fd8-b074-4da2-aacc-df3cff2632b6} <Debug> oximeter.version (c8d1450e-2500-49dc-8146-32ba538a279d): There are no data parts | ||
| 318 | 2024.11.14 00:18:50.364191 [ 255 ] {f5422fd8-b074-4da2-aacc-df3cff2632b6} <Debug> TCPHandler: Processed in 0.019456043 sec. | ||
| 319 | 2024.11.14 00:18:50.364444 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 320 | 2024.11.14 00:18:50.364705 [ 263 ] {6f8895a9-baef-4c5a-9c3c-505612d94fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) /* The measurement tables contain all individual samples from each timeseries. | ||
| 321 | * | ||
| 322 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 323 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 324 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 325 | * by all samples from the same timeseries. | ||
| 326 | * | ||
| 327 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 328 | * and then uses that to index quickly into the measurements tables. | ||
| 329 | */ | ||
| 330 | 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) | ||
| 331 | 2024.11.14 00:18:50.364780 [ 263 ] {6f8895a9-baef-4c5a-9c3c-505612d94fa2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 332 | 2024.11.14 00:18:50.376598 [ 263 ] {6f8895a9-baef-4c5a-9c3c-505612d94fa2} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Loading data parts | ||
| 333 | 2024.11.14 00:18:50.376825 [ 263 ] {6f8895a9-baef-4c5a-9c3c-505612d94fa2} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): There are no data parts | ||
| 334 | 2024.11.14 00:18:50.381278 [ 263 ] {6f8895a9-baef-4c5a-9c3c-505612d94fa2} <Debug> TCPHandler: Processed in 0.016912078 sec. | ||
| 335 | 2024.11.14 00:18:50.381520 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 336 | 2024.11.14 00:18:50.381716 [ 255 ] {edcd2bea-6d5c-456c-ac4a-d988e168f2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 337 | 2024.11.14 00:18:50.381774 [ 255 ] {edcd2bea-6d5c-456c-ac4a-d988e168f2b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 338 | 2024.11.14 00:18:50.386136 [ 255 ] {edcd2bea-6d5c-456c-ac4a-d988e168f2b7} <Debug> oximeter.measurements_i8 (a2e3ccbc-86e3-408d-9218-1cb26d2be79c): Loading data parts | ||
| 339 | 2024.11.14 00:18:50.386443 [ 255 ] {edcd2bea-6d5c-456c-ac4a-d988e168f2b7} <Debug> oximeter.measurements_i8 (a2e3ccbc-86e3-408d-9218-1cb26d2be79c): There are no data parts | ||
| 340 | 2024.11.14 00:18:50.390942 [ 255 ] {edcd2bea-6d5c-456c-ac4a-d988e168f2b7} <Debug> TCPHandler: Processed in 0.009481894 sec. | ||
| 341 | 2024.11.14 00:18:50.391179 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 342 | 2024.11.14 00:18:50.391396 [ 263 ] {de88114a-4b3b-4853-a797-addad2e1b643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 343 | 2024.11.14 00:18:50.391459 [ 263 ] {de88114a-4b3b-4853-a797-addad2e1b643} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 344 | 2024.11.14 00:18:50.395577 [ 263 ] {de88114a-4b3b-4853-a797-addad2e1b643} <Debug> oximeter.measurements_u8 (9e49b00f-ef0d-4e90-8d50-386614454d80): Loading data parts | ||
| 345 | 2024.11.14 00:18:50.395777 [ 263 ] {de88114a-4b3b-4853-a797-addad2e1b643} <Debug> oximeter.measurements_u8 (9e49b00f-ef0d-4e90-8d50-386614454d80): There are no data parts | ||
| 346 | 2024.11.14 00:18:50.397838 [ 263 ] {de88114a-4b3b-4853-a797-addad2e1b643} <Debug> TCPHandler: Processed in 0.006724895 sec. | ||
| 347 | 2024.11.14 00:18:50.398052 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 348 | 2024.11.14 00:18:50.398246 [ 255 ] {76e550a1-8181-42f4-a595-c75fb0ae100a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 349 | 2024.11.14 00:18:50.398309 [ 255 ] {76e550a1-8181-42f4-a595-c75fb0ae100a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 350 | 2024.11.14 00:18:50.402898 [ 255 ] {76e550a1-8181-42f4-a595-c75fb0ae100a} <Debug> oximeter.measurements_i16 (4df35b4d-da39-40db-bb60-617e968a5510): Loading data parts | ||
| 351 | 2024.11.14 00:18:50.403155 [ 255 ] {76e550a1-8181-42f4-a595-c75fb0ae100a} <Debug> oximeter.measurements_i16 (4df35b4d-da39-40db-bb60-617e968a5510): There are no data parts | ||
| 352 | 2024.11.14 00:18:50.407355 [ 255 ] {76e550a1-8181-42f4-a595-c75fb0ae100a} <Debug> TCPHandler: Processed in 0.009357702 sec. | ||
| 353 | 2024.11.14 00:18:50.407562 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 354 | 2024.11.14 00:18:50.407801 [ 263 ] {7756894b-be35-481c-90ee-79c4694705dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 355 | 2024.11.14 00:18:50.407862 [ 263 ] {7756894b-be35-481c-90ee-79c4694705dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 356 | 2024.11.14 00:18:50.411466 [ 263 ] {7756894b-be35-481c-90ee-79c4694705dc} <Debug> oximeter.measurements_u16 (aa7295dc-fc31-49fe-bc14-570462a65400): Loading data parts | ||
| 357 | 2024.11.14 00:18:50.411702 [ 263 ] {7756894b-be35-481c-90ee-79c4694705dc} <Debug> oximeter.measurements_u16 (aa7295dc-fc31-49fe-bc14-570462a65400): There are no data parts | ||
| 358 | 2024.11.14 00:18:50.416094 [ 263 ] {7756894b-be35-481c-90ee-79c4694705dc} <Debug> TCPHandler: Processed in 0.008591501 sec. | ||
| 359 | 2024.11.14 00:18:50.416323 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 360 | 2024.11.14 00:18:50.416552 [ 255 ] {d7a04aeb-2801-4244-ad03-d0aba3a17832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 361 | 2024.11.14 00:18:50.416624 [ 255 ] {d7a04aeb-2801-4244-ad03-d0aba3a17832} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 362 | 2024.11.14 00:18:50.421377 [ 255 ] {d7a04aeb-2801-4244-ad03-d0aba3a17832} <Debug> oximeter.measurements_i32 (6765d6ac-318a-4b6a-82e9-f470dfe548cf): Loading data parts | ||
| 363 | 2024.11.14 00:18:50.421598 [ 255 ] {d7a04aeb-2801-4244-ad03-d0aba3a17832} <Debug> oximeter.measurements_i32 (6765d6ac-318a-4b6a-82e9-f470dfe548cf): There are no data parts | ||
| 364 | 2024.11.14 00:18:50.423711 [ 255 ] {d7a04aeb-2801-4244-ad03-d0aba3a17832} <Debug> TCPHandler: Processed in 0.007449065 sec. | ||
| 365 | 2024.11.14 00:18:50.423937 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 366 | 2024.11.14 00:18:50.424180 [ 263 ] {07d2c9e1-ba81-4542-9db3-0f0f44030edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 367 | 2024.11.14 00:18:50.424241 [ 263 ] {07d2c9e1-ba81-4542-9db3-0f0f44030edb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 368 | 2024.11.14 00:18:50.428230 [ 263 ] {07d2c9e1-ba81-4542-9db3-0f0f44030edb} <Debug> oximeter.measurements_u32 (0c5a47b2-95dc-48d7-8578-1cb0df52fce3): Loading data parts | ||
| 369 | 2024.11.14 00:18:50.428394 [ 263 ] {07d2c9e1-ba81-4542-9db3-0f0f44030edb} <Debug> oximeter.measurements_u32 (0c5a47b2-95dc-48d7-8578-1cb0df52fce3): There are no data parts | ||
| 370 | 2024.11.14 00:18:50.432446 [ 263 ] {07d2c9e1-ba81-4542-9db3-0f0f44030edb} <Debug> TCPHandler: Processed in 0.008569151 sec. | ||
| 371 | 2024.11.14 00:18:50.432689 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 372 | 2024.11.14 00:18:50.432916 [ 255 ] {9bcd068e-8dd1-4b23-b5ce-9dc8dcf82528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 373 | 2024.11.14 00:18:50.432988 [ 255 ] {9bcd068e-8dd1-4b23-b5ce-9dc8dcf82528} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 374 | 2024.11.14 00:18:50.435228 [ 255 ] {9bcd068e-8dd1-4b23-b5ce-9dc8dcf82528} <Debug> oximeter.measurements_i64 (fc7e169d-eaba-468a-b70a-85e3711020f1): Loading data parts | ||
| 375 | 2024.11.14 00:18:50.435483 [ 255 ] {9bcd068e-8dd1-4b23-b5ce-9dc8dcf82528} <Debug> oximeter.measurements_i64 (fc7e169d-eaba-468a-b70a-85e3711020f1): There are no data parts | ||
| 376 | 2024.11.14 00:18:50.439842 [ 255 ] {9bcd068e-8dd1-4b23-b5ce-9dc8dcf82528} <Debug> TCPHandler: Processed in 0.007215232 sec. | ||
| 377 | 2024.11.14 00:18:50.440052 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.11.14 00:18:50.440292 [ 263 ] {9c7a734a-c499-4997-9e71-b447b0b36041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 379 | 2024.11.14 00:18:50.440344 [ 263 ] {9c7a734a-c499-4997-9e71-b447b0b36041} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 380 | 2024.11.14 00:18:50.444908 [ 263 ] {9c7a734a-c499-4997-9e71-b447b0b36041} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Loading data parts | ||
| 381 | 2024.11.14 00:18:50.445122 [ 263 ] {9c7a734a-c499-4997-9e71-b447b0b36041} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): There are no data parts | ||
| 382 | 2024.11.14 00:18:50.447103 [ 263 ] {9c7a734a-c499-4997-9e71-b447b0b36041} <Debug> TCPHandler: Processed in 0.00711085 sec. | ||
| 383 | 2024.11.14 00:18:50.447321 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.11.14 00:18:50.447511 [ 255 ] {afe7aeff-945d-4e4e-ad01-cdee916dfcfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 385 | 2024.11.14 00:18:50.447577 [ 255 ] {afe7aeff-945d-4e4e-ad01-cdee916dfcfa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 386 | 2024.11.14 00:18:50.450263 [ 255 ] {afe7aeff-945d-4e4e-ad01-cdee916dfcfa} <Debug> oximeter.measurements_f32 (64f6fa9a-922d-4173-8134-e9db5b3ac860): Loading data parts | ||
| 387 | 2024.11.14 00:18:50.450497 [ 255 ] {afe7aeff-945d-4e4e-ad01-cdee916dfcfa} <Debug> oximeter.measurements_f32 (64f6fa9a-922d-4173-8134-e9db5b3ac860): There are no data parts | ||
| 388 | 2024.11.14 00:18:50.453778 [ 255 ] {afe7aeff-945d-4e4e-ad01-cdee916dfcfa} <Debug> TCPHandler: Processed in 0.006513202 sec. | ||
| 389 | 2024.11.14 00:18:50.454005 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2024.11.14 00:18:50.454256 [ 263 ] {8c01aea7-297e-4db2-b8c6-e981c8220e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 391 | 2024.11.14 00:18:50.454308 [ 263 ] {8c01aea7-297e-4db2-b8c6-e981c8220e73} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 392 | 2024.11.14 00:18:50.459486 [ 263 ] {8c01aea7-297e-4db2-b8c6-e981c8220e73} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Loading data parts | ||
| 393 | 2024.11.14 00:18:50.459733 [ 263 ] {8c01aea7-297e-4db2-b8c6-e981c8220e73} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): There are no data parts | ||
| 394 | 2024.11.14 00:18:50.462988 [ 263 ] {8c01aea7-297e-4db2-b8c6-e981c8220e73} <Debug> TCPHandler: Processed in 0.009045958 sec. | ||
| 395 | 2024.11.14 00:18:50.463214 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2024.11.14 00:18:50.463406 [ 255 ] {f9748056-b7b5-40a5-a2be-f0c839c38a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 397 | 2024.11.14 00:18:50.463471 [ 255 ] {f9748056-b7b5-40a5-a2be-f0c839c38a1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 398 | 2024.11.14 00:18:50.467484 [ 255 ] {f9748056-b7b5-40a5-a2be-f0c839c38a1f} <Debug> oximeter.measurements_string (00d16593-9c3b-4ed3-ad18-3f4d0d815f7d): Loading data parts | ||
| 399 | 2024.11.14 00:18:50.467669 [ 255 ] {f9748056-b7b5-40a5-a2be-f0c839c38a1f} <Debug> oximeter.measurements_string (00d16593-9c3b-4ed3-ad18-3f4d0d815f7d): There are no data parts | ||
| 400 | 2024.11.14 00:18:50.472468 [ 255 ] {f9748056-b7b5-40a5-a2be-f0c839c38a1f} <Debug> TCPHandler: Processed in 0.009306331 sec. | ||
| 401 | 2024.11.14 00:18:50.472672 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 402 | 2024.11.14 00:18:50.472893 [ 263 ] {0e9475f9-dce9-4710-80e5-2aeecba775f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 403 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 404 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 405 | * a string isn't palatable for a few reasons. | ||
| 406 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 407 | * details. | ||
| 408 | */ | ||
| 409 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 410 | 2024.11.14 00:18:50.472973 [ 263 ] {0e9475f9-dce9-4710-80e5-2aeecba775f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 411 | 2024.11.14 00:18:50.476932 [ 263 ] {0e9475f9-dce9-4710-80e5-2aeecba775f6} <Debug> oximeter.measurements_bytes (84ef9a84-0edd-4a57-8c73-de05bdf16451): Loading data parts | ||
| 412 | 2024.11.14 00:18:50.477130 [ 263 ] {0e9475f9-dce9-4710-80e5-2aeecba775f6} <Debug> oximeter.measurements_bytes (84ef9a84-0edd-4a57-8c73-de05bdf16451): There are no data parts | ||
| 413 | 2024.11.14 00:18:50.481875 [ 263 ] {0e9475f9-dce9-4710-80e5-2aeecba775f6} <Debug> TCPHandler: Processed in 0.009256131 sec. | ||
| 414 | 2024.11.14 00:18:50.482087 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 415 | 2024.11.14 00:18:50.482310 [ 255 ] {ba42e227-391f-4870-863c-f47286f54588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 416 | 2024.11.14 00:18:50.482379 [ 255 ] {ba42e227-391f-4870-863c-f47286f54588} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 417 | 2024.11.14 00:18:50.486346 [ 255 ] {ba42e227-391f-4870-863c-f47286f54588} <Debug> oximeter.measurements_cumulativei64 (8c52a1c6-c89d-4562-899d-4466e7d2df7e): Loading data parts | ||
| 418 | 2024.11.14 00:18:50.486542 [ 255 ] {ba42e227-391f-4870-863c-f47286f54588} <Debug> oximeter.measurements_cumulativei64 (8c52a1c6-c89d-4562-899d-4466e7d2df7e): There are no data parts | ||
| 419 | 2024.11.14 00:18:50.491256 [ 255 ] {ba42e227-391f-4870-863c-f47286f54588} <Debug> TCPHandler: Processed in 0.00922118 sec. | ||
| 420 | 2024.11.14 00:18:50.491468 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.11.14 00:18:50.491703 [ 263 ] {1ce163ac-0869-4033-a0fd-955424a0dda4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 422 | 2024.11.14 00:18:50.491777 [ 263 ] {1ce163ac-0869-4033-a0fd-955424a0dda4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 423 | 2024.11.14 00:18:50.496626 [ 263 ] {1ce163ac-0869-4033-a0fd-955424a0dda4} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Loading data parts | ||
| 424 | 2024.11.14 00:18:50.496830 [ 263 ] {1ce163ac-0869-4033-a0fd-955424a0dda4} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): There are no data parts | ||
| 425 | 2024.11.14 00:18:50.500607 [ 263 ] {1ce163ac-0869-4033-a0fd-955424a0dda4} <Debug> TCPHandler: Processed in 0.009201359 sec. | ||
| 426 | 2024.11.14 00:18:50.500861 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2024.11.14 00:18:50.501093 [ 255 ] {d0d1a6c7-bbf2-4ed7-bd0d-75b066684d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 428 | 2024.11.14 00:18:50.501170 [ 255 ] {d0d1a6c7-bbf2-4ed7-bd0d-75b066684d54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 429 | 2024.11.14 00:18:50.504113 [ 255 ] {d0d1a6c7-bbf2-4ed7-bd0d-75b066684d54} <Debug> oximeter.measurements_cumulativef32 (d29fdd8a-c770-4ecb-be72-84883e5a4b26): Loading data parts | ||
| 430 | 2024.11.14 00:18:50.504379 [ 255 ] {d0d1a6c7-bbf2-4ed7-bd0d-75b066684d54} <Debug> oximeter.measurements_cumulativef32 (d29fdd8a-c770-4ecb-be72-84883e5a4b26): There are no data parts | ||
| 431 | 2024.11.14 00:18:50.508010 [ 255 ] {d0d1a6c7-bbf2-4ed7-bd0d-75b066684d54} <Debug> TCPHandler: Processed in 0.007209811 sec. | ||
| 432 | 2024.11.14 00:18:50.508238 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.11.14 00:18:50.508467 [ 263 ] {680f1629-56da-4778-948a-d174dd4478b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 434 | 2024.11.14 00:18:50.508533 [ 263 ] {680f1629-56da-4778-948a-d174dd4478b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 435 | 2024.11.14 00:18:50.514767 [ 263 ] {680f1629-56da-4778-948a-d174dd4478b1} <Debug> oximeter.measurements_cumulativef64 (4296647b-72ba-48b6-97cf-8a1fac86a32c): Loading data parts | ||
| 436 | 2024.11.14 00:18:50.514948 [ 263 ] {680f1629-56da-4778-948a-d174dd4478b1} <Debug> oximeter.measurements_cumulativef64 (4296647b-72ba-48b6-97cf-8a1fac86a32c): There are no data parts | ||
| 437 | 2024.11.14 00:18:50.521482 [ 263 ] {680f1629-56da-4778-948a-d174dd4478b1} <Debug> TCPHandler: Processed in 0.013297757 sec. | ||
| 438 | 2024.11.14 00:18:50.521712 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2024.11.14 00:18:50.522063 [ 255 ] {b14c2f7f-eec4-4c55-b307-c6bf0f17f52f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 440 | * NOTE: Array types cannot be Nullable, see | ||
| 441 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 442 | * for more details. | ||
| 443 | * | ||
| 444 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 445 | * is unfortunate, and at this point relies on the fact that an | ||
| 446 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 447 | * to figure out another way to represent missing samples here. | ||
| 448 | */ | ||
| 449 | 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) | ||
| 450 | 2024.11.14 00:18:50.522159 [ 255 ] {b14c2f7f-eec4-4c55-b307-c6bf0f17f52f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 451 | 2024.11.14 00:18:50.524956 [ 255 ] {b14c2f7f-eec4-4c55-b307-c6bf0f17f52f} <Debug> oximeter.measurements_histogrami8 (674cd29d-ae41-4100-91e2-66d5ea9e53af): Loading data parts | ||
| 452 | 2024.11.14 00:18:50.525193 [ 255 ] {b14c2f7f-eec4-4c55-b307-c6bf0f17f52f} <Debug> oximeter.measurements_histogrami8 (674cd29d-ae41-4100-91e2-66d5ea9e53af): There are no data parts | ||
| 453 | 2024.11.14 00:18:50.528795 [ 255 ] {b14c2f7f-eec4-4c55-b307-c6bf0f17f52f} <Debug> TCPHandler: Processed in 0.007146061 sec. | ||
| 454 | 2024.11.14 00:18:50.529048 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2024.11.14 00:18:50.529409 [ 263 ] {11e72794-0f0d-43af-a598-bfb62fe5194a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 456 | 2024.11.14 00:18:50.529496 [ 263 ] {11e72794-0f0d-43af-a598-bfb62fe5194a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 457 | 2024.11.14 00:18:50.535577 [ 263 ] {11e72794-0f0d-43af-a598-bfb62fe5194a} <Debug> oximeter.measurements_histogramu8 (c4bec2bb-c639-4c33-8ab8-4297e55ac492): Loading data parts | ||
| 458 | 2024.11.14 00:18:50.535802 [ 263 ] {11e72794-0f0d-43af-a598-bfb62fe5194a} <Debug> oximeter.measurements_histogramu8 (c4bec2bb-c639-4c33-8ab8-4297e55ac492): There are no data parts | ||
| 459 | 2024.11.14 00:18:50.542288 [ 263 ] {11e72794-0f0d-43af-a598-bfb62fe5194a} <Debug> TCPHandler: Processed in 0.013318938 sec. | ||
| 460 | 2024.11.14 00:18:50.542489 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2024.11.14 00:18:50.542752 [ 255 ] {e604f953-cd4d-4efe-bd68-36db5763e576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 462 | 2024.11.14 00:18:50.542826 [ 255 ] {e604f953-cd4d-4efe-bd68-36db5763e576} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 463 | 2024.11.14 00:18:50.548579 [ 255 ] {e604f953-cd4d-4efe-bd68-36db5763e576} <Debug> oximeter.measurements_histogrami16 (23b18b9a-99d1-48b4-a10b-f84704d8d052): Loading data parts | ||
| 464 | 2024.11.14 00:18:50.548832 [ 255 ] {e604f953-cd4d-4efe-bd68-36db5763e576} <Debug> oximeter.measurements_histogrami16 (23b18b9a-99d1-48b4-a10b-f84704d8d052): There are no data parts | ||
| 465 | 2024.11.14 00:18:50.553179 [ 255 ] {e604f953-cd4d-4efe-bd68-36db5763e576} <Debug> TCPHandler: Processed in 0.010740511 sec. | ||
| 466 | 2024.11.14 00:18:50.553382 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2024.11.14 00:18:50.553687 [ 263 ] {e05b6fe9-b646-4fb9-a7cd-5e7ae5a973fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 468 | 2024.11.14 00:18:50.553762 [ 263 ] {e05b6fe9-b646-4fb9-a7cd-5e7ae5a973fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 469 | 2024.11.14 00:18:50.558814 [ 263 ] {e05b6fe9-b646-4fb9-a7cd-5e7ae5a973fc} <Debug> oximeter.measurements_histogramu16 (06f49204-e448-47a8-abe4-ec60f24afd48): Loading data parts | ||
| 470 | 2024.11.14 00:18:50.559012 [ 263 ] {e05b6fe9-b646-4fb9-a7cd-5e7ae5a973fc} <Debug> oximeter.measurements_histogramu16 (06f49204-e448-47a8-abe4-ec60f24afd48): There are no data parts | ||
| 471 | 2024.11.14 00:18:50.562111 [ 263 ] {e05b6fe9-b646-4fb9-a7cd-5e7ae5a973fc} <Debug> TCPHandler: Processed in 0.008781053 sec. | ||
| 472 | 2024.11.14 00:18:50.562354 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2024.11.14 00:18:50.562686 [ 255 ] {2369518a-43a8-458d-b212-2db2f8cbf759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 474 | 2024.11.14 00:18:50.562779 [ 255 ] {2369518a-43a8-458d-b212-2db2f8cbf759} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 475 | 2024.11.14 00:18:50.569847 [ 255 ] {2369518a-43a8-458d-b212-2db2f8cbf759} <Debug> oximeter.measurements_histogrami32 (37587a5f-31b0-49f6-aba4-fd730bdf4c21): Loading data parts | ||
| 476 | 2024.11.14 00:18:50.570076 [ 255 ] {2369518a-43a8-458d-b212-2db2f8cbf759} <Debug> oximeter.measurements_histogrami32 (37587a5f-31b0-49f6-aba4-fd730bdf4c21): There are no data parts | ||
| 477 | 2024.11.14 00:18:50.574067 [ 255 ] {2369518a-43a8-458d-b212-2db2f8cbf759} <Debug> TCPHandler: Processed in 0.011776406 sec. | ||
| 478 | 2024.11.14 00:18:50.574280 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2024.11.14 00:18:50.574642 [ 263 ] {a18e51fb-0385-4d3f-806a-9c5e7439fe77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 480 | 2024.11.14 00:18:50.574736 [ 263 ] {a18e51fb-0385-4d3f-806a-9c5e7439fe77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 481 | 2024.11.14 00:18:50.577458 [ 263 ] {a18e51fb-0385-4d3f-806a-9c5e7439fe77} <Debug> oximeter.measurements_histogramu32 (1cecc7c7-6df5-4a11-9c7d-4489178d49e9): Loading data parts | ||
| 482 | 2024.11.14 00:18:50.577734 [ 263 ] {a18e51fb-0385-4d3f-806a-9c5e7439fe77} <Debug> oximeter.measurements_histogramu32 (1cecc7c7-6df5-4a11-9c7d-4489178d49e9): There are no data parts | ||
| 483 | 2024.11.14 00:18:50.581641 [ 263 ] {a18e51fb-0385-4d3f-806a-9c5e7439fe77} <Debug> TCPHandler: Processed in 0.007419765 sec. | ||
| 484 | 2024.11.14 00:18:50.581876 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2024.11.14 00:18:50.582203 [ 255 ] {31abfbc2-7730-4211-b299-50b8882c9b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 486 | 2024.11.14 00:18:50.582303 [ 255 ] {31abfbc2-7730-4211-b299-50b8882c9b49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 487 | 2024.11.14 00:18:50.587530 [ 255 ] {31abfbc2-7730-4211-b299-50b8882c9b49} <Debug> oximeter.measurements_histogrami64 (24851b74-5685-4c32-81bb-02d063560bc7): Loading data parts | ||
| 488 | 2024.11.14 00:18:50.587746 [ 255 ] {31abfbc2-7730-4211-b299-50b8882c9b49} <Debug> oximeter.measurements_histogrami64 (24851b74-5685-4c32-81bb-02d063560bc7): There are no data parts | ||
| 489 | 2024.11.14 00:18:50.591779 [ 255 ] {31abfbc2-7730-4211-b299-50b8882c9b49} <Debug> TCPHandler: Processed in 0.00996107 sec. | ||
| 490 | 2024.11.14 00:18:50.592007 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 491 | 2024.11.14 00:18:50.592361 [ 263 ] {f83a7784-db58-4ddd-b7e1-984b33e78c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 492 | 2024.11.14 00:18:50.592450 [ 263 ] {f83a7784-db58-4ddd-b7e1-984b33e78c30} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 493 | 2024.11.14 00:18:50.595171 [ 263 ] {f83a7784-db58-4ddd-b7e1-984b33e78c30} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Loading data parts | ||
| 494 | 2024.11.14 00:18:50.595483 [ 263 ] {f83a7784-db58-4ddd-b7e1-984b33e78c30} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): There are no data parts | ||
| 495 | 2024.11.14 00:18:50.599362 [ 263 ] {f83a7784-db58-4ddd-b7e1-984b33e78c30} <Debug> TCPHandler: Processed in 0.007420005 sec. | ||
| 496 | 2024.11.14 00:18:50.599600 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2024.11.14 00:18:50.599926 [ 255 ] {33f97f45-d88b-4f04-aff5-edc251e70bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 498 | 2024.11.14 00:18:50.600019 [ 255 ] {33f97f45-d88b-4f04-aff5-edc251e70bba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 499 | 2024.11.14 00:18:50.605285 [ 255 ] {33f97f45-d88b-4f04-aff5-edc251e70bba} <Debug> oximeter.measurements_histogramf32 (c2175bff-ddeb-46ed-bf1e-acbdd5656ecc): Loading data parts | ||
| 500 | 2024.11.14 00:18:50.605531 [ 255 ] {33f97f45-d88b-4f04-aff5-edc251e70bba} <Debug> oximeter.measurements_histogramf32 (c2175bff-ddeb-46ed-bf1e-acbdd5656ecc): There are no data parts | ||
| 501 | 2024.11.14 00:18:50.611649 [ 255 ] {33f97f45-d88b-4f04-aff5-edc251e70bba} <Debug> TCPHandler: Processed in 0.012108461 sec. | ||
| 502 | 2024.11.14 00:18:50.611877 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2024.11.14 00:18:50.612233 [ 263 ] {04a966a9-06f3-45b5-a4f6-81619584552e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 504 | 2024.11.14 00:18:50.612327 [ 263 ] {04a966a9-06f3-45b5-a4f6-81619584552e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 505 | 2024.11.14 00:18:50.619499 [ 263 ] {04a966a9-06f3-45b5-a4f6-81619584552e} <Debug> oximeter.measurements_histogramf64 (a6b6cb5c-d5ca-4d56-b5cb-b8e366bb8a66): Loading data parts | ||
| 506 | 2024.11.14 00:18:50.619717 [ 263 ] {04a966a9-06f3-45b5-a4f6-81619584552e} <Debug> oximeter.measurements_histogramf64 (a6b6cb5c-d5ca-4d56-b5cb-b8e366bb8a66): There are no data parts | ||
| 507 | 2024.11.14 00:18:50.623528 [ 263 ] {04a966a9-06f3-45b5-a4f6-81619584552e} <Debug> TCPHandler: Processed in 0.011709145 sec. | ||
| 508 | 2024.11.14 00:18:50.623662 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54725 | ||
| 509 | 2024.11.14 00:18:50.623869 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 510 | 2024.11.14 00:18:50.624118 [ 255 ] {88c30b12-398b-4793-b66e-0232c32b72aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) /* The field tables store named dimensions of each timeseries. | ||
| 511 | * | ||
| 512 | * As with the measurement tables, there is one field table for each field data | ||
| 513 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 514 | * this behavior **must not** be relied upon for query correctness. | ||
| 515 | * | ||
| 516 | * The index for the fields differs from the measurements, however. Rows are | ||
| 517 | * sorted by timeseries name, then field name, field value, and finally | ||
| 518 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 519 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 520 | * usually then used to look up measurements. | ||
| 521 | * | ||
| 522 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 523 | * timeseries name and then key, since it would improve lookups where one | ||
| 524 | * already has the key. Realistically though, these tables are quite small and | ||
| 525 | * so performance benefits will be low in absolute terms. | ||
| 526 | * | ||
| 527 | * TTL: We use a materialized column to expire old field table records. This | ||
| 528 | * column is generated automatically by the database whenever a new row is | ||
| 529 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 530 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 531 | * record will remain during a deduplication, which will have the last | ||
| 532 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 533 | * measurement tables. | ||
| 534 | */ | ||
| 535 | 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) | ||
| 536 | 2024.11.14 00:18:50.624204 [ 255 ] {88c30b12-398b-4793-b66e-0232c32b72aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 537 | 2024.11.14 00:18:50.624269 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 538 | 2024.11.14 00:18:50.624368 [ 266 ] {} <Debug> TCP-Session: 60f80370-dda0-42c6-b0e5-c1bec6d7b4f2 Authenticating user 'default' from [fd00:1122:3344:101::b]:54725 | ||
| 539 | 2024.11.14 00:18:50.624397 [ 266 ] {} <Debug> TCP-Session: 60f80370-dda0-42c6-b0e5-c1bec6d7b4f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.11.14 00:18:50.624415 [ 266 ] {} <Debug> TCP-Session: 60f80370-dda0-42c6-b0e5-c1bec6d7b4f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 541 | 2024.11.14 00:18:50.624599 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 542 | 2024.11.14 00:18:50.624673 [ 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 | ||
| 543 | 2024.11.14 00:18:50.624750 [ 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 | ||
| 544 | 2024.11.14 00:18:50.626893 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47216 | ||
| 545 | 2024.11.14 00:18:50.626978 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50306 | ||
| 546 | 2024.11.14 00:18:50.627208 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 547 | 2024.11.14 00:18:50.627214 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40417 | ||
| 548 | 2024.11.14 00:18:50.627353 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60613 | ||
| 549 | 2024.11.14 00:18:50.627378 [ 267 ] {} <Debug> TCP-Session: 7d2de1ef-9b1f-452d-b861-cd26d653859a Authenticating user 'default' from [fd00:1122:3344:101::b]:47216 | ||
| 550 | 2024.11.14 00:18:50.627634 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 551 | 2024.11.14 00:18:50.627608 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64702 | ||
| 552 | 2024.11.14 00:18:50.627689 [ 267 ] {} <Debug> TCP-Session: 7d2de1ef-9b1f-452d-b861-cd26d653859a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 553 | 2024.11.14 00:18:50.627724 [ 269 ] {} <Debug> TCP-Session: 2f4b84d7-55b8-452b-89a4-435847375b98 Authenticating user 'default' from [fd00:1122:3344:101::b]:40417 | ||
| 554 | 2024.11.14 00:18:50.627770 [ 267 ] {} <Debug> TCP-Session: 7d2de1ef-9b1f-452d-b861-cd26d653859a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 555 | 2024.11.14 00:18:50.627764 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63947 | ||
| 556 | 2024.11.14 00:18:50.627909 [ 269 ] {} <Debug> TCP-Session: 2f4b84d7-55b8-452b-89a4-435847375b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.11.14 00:18:50.627938 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39720 | ||
| 558 | 2024.11.14 00:18:50.627957 [ 255 ] {88c30b12-398b-4793-b66e-0232c32b72aa} <Debug> oximeter.fields_bool (a4911840-468a-43c8-8d63-6f5bd20003b7): Loading data parts | ||
| 559 | 2024.11.14 00:18:50.627971 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 560 | 2024.11.14 00:18:50.628075 [ 271 ] {} <Debug> TCP-Session: 28075bed-450f-4fc3-8c60-007ebc0880f6 Authenticating user 'default' from [fd00:1122:3344:101::b]:64702 | ||
| 561 | 2024.11.14 00:18:50.628244 [ 271 ] {} <Debug> TCP-Session: 28075bed-450f-4fc3-8c60-007ebc0880f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 562 | 2024.11.14 00:18:50.628251 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 563 | 2024.11.14 00:18:50.628373 [ 269 ] {} <Debug> TCP-Session: 2f4b84d7-55b8-452b-89a4-435847375b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.11.14 00:18:50.628387 [ 271 ] {} <Debug> TCP-Session: 28075bed-450f-4fc3-8c60-007ebc0880f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 565 | 2024.11.14 00:18:50.628449 [ 273 ] {} <Debug> TCP-Session: 0948a45c-499e-49e6-9432-6c1222b04789 Authenticating user 'default' from [fd00:1122:3344:101::b]:39720 | ||
| 566 | 2024.11.14 00:18:50.628552 [ 273 ] {} <Debug> TCP-Session: 0948a45c-499e-49e6-9432-6c1222b04789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 567 | 2024.11.14 00:18:50.628586 [ 273 ] {} <Debug> TCP-Session: 0948a45c-499e-49e6-9432-6c1222b04789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.11.14 00:18:50.628714 [ 255 ] {88c30b12-398b-4793-b66e-0232c32b72aa} <Debug> oximeter.fields_bool (a4911840-468a-43c8-8d63-6f5bd20003b7): There are no data parts | ||
| 569 | 2024.11.14 00:18:50.630711 [ 255 ] {88c30b12-398b-4793-b66e-0232c32b72aa} <Debug> TCPHandler: Processed in 0.006987678 sec. | ||
| 570 | 2024.11.14 00:18:50.630804 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 571 | 2024.11.14 00:18:50.630821 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 572 | 2024.11.14 00:18:50.630858 [ 272 ] {} <Debug> TCP-Session: 599c7409-77bf-471a-a53b-2d5c5eb7ba60 Authenticating user 'default' from [fd00:1122:3344:101::b]:63947 | ||
| 573 | 2024.11.14 00:18:50.630927 [ 270 ] {} <Debug> TCP-Session: 3cebd18e-8a67-49c2-8748-884ec2fbff89 Authenticating user 'default' from [fd00:1122:3344:101::b]:60613 | ||
| 574 | 2024.11.14 00:18:50.630948 [ 272 ] {} <Debug> TCP-Session: 599c7409-77bf-471a-a53b-2d5c5eb7ba60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 575 | 2024.11.14 00:18:50.630977 [ 270 ] {} <Debug> TCP-Session: 3cebd18e-8a67-49c2-8748-884ec2fbff89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.11.14 00:18:50.631021 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 577 | 2024.11.14 00:18:50.631029 [ 272 ] {} <Debug> TCP-Session: 599c7409-77bf-471a-a53b-2d5c5eb7ba60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 578 | 2024.11.14 00:18:50.631048 [ 270 ] {} <Debug> TCP-Session: 3cebd18e-8a67-49c2-8748-884ec2fbff89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 579 | 2024.11.14 00:18:50.631316 [ 263 ] {a02c94b9-6f0b-4636-a876-da3902f9a2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 580 | 2024.11.14 00:18:50.631346 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 581 | 2024.11.14 00:18:50.631403 [ 268 ] {} <Debug> TCP-Session: b893f037-f660-4e3b-b8cd-7b7060e44085 Authenticating user 'default' from [fd00:1122:3344:101::b]:50306 | ||
| 582 | 2024.11.14 00:18:50.631413 [ 263 ] {a02c94b9-6f0b-4636-a876-da3902f9a2f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 583 | 2024.11.14 00:18:50.631440 [ 268 ] {} <Debug> TCP-Session: b893f037-f660-4e3b-b8cd-7b7060e44085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 584 | 2024.11.14 00:18:50.631464 [ 268 ] {} <Debug> TCP-Session: b893f037-f660-4e3b-b8cd-7b7060e44085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 585 | 2024.11.14 00:18:50.633607 [ 263 ] {a02c94b9-6f0b-4636-a876-da3902f9a2f6} <Debug> oximeter.fields_i8 (f156c727-9d5f-44b7-83d5-3456feae2a4a): Loading data parts | ||
| 586 | 2024.11.14 00:18:50.633819 [ 263 ] {a02c94b9-6f0b-4636-a876-da3902f9a2f6} <Debug> oximeter.fields_i8 (f156c727-9d5f-44b7-83d5-3456feae2a4a): There are no data parts | ||
| 587 | 2024.11.14 00:18:50.636373 [ 263 ] {a02c94b9-6f0b-4636-a876-da3902f9a2f6} <Debug> TCPHandler: Processed in 0.005439807 sec. | ||
| 588 | 2024.11.14 00:18:50.636577 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2024.11.14 00:18:50.636825 [ 255 ] {7ead7b75-e893-4c25-869a-67e408f8f2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 590 | 2024.11.14 00:18:50.637259 [ 255 ] {7ead7b75-e893-4c25-869a-67e408f8f2aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 591 | 2024.11.14 00:18:50.639400 [ 255 ] {7ead7b75-e893-4c25-869a-67e408f8f2aa} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Loading data parts | ||
| 592 | 2024.11.14 00:18:50.639558 [ 255 ] {7ead7b75-e893-4c25-869a-67e408f8f2aa} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): There are no data parts | ||
| 593 | 2024.11.14 00:18:50.641609 [ 255 ] {7ead7b75-e893-4c25-869a-67e408f8f2aa} <Debug> TCPHandler: Processed in 0.005084971 sec. | ||
| 594 | 2024.11.14 00:18:50.641801 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.11.14 00:18:50.641993 [ 263 ] {2de66d90-63f2-4d9e-8240-af62b2ea3246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 596 | 2024.11.14 00:18:50.642063 [ 263 ] {2de66d90-63f2-4d9e-8240-af62b2ea3246} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 597 | 2024.11.14 00:18:50.644681 [ 263 ] {2de66d90-63f2-4d9e-8240-af62b2ea3246} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Loading data parts | ||
| 598 | 2024.11.14 00:18:50.644855 [ 263 ] {2de66d90-63f2-4d9e-8240-af62b2ea3246} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): There are no data parts | ||
| 599 | 2024.11.14 00:18:50.647051 [ 263 ] {2de66d90-63f2-4d9e-8240-af62b2ea3246} <Debug> TCPHandler: Processed in 0.005303275 sec. | ||
| 600 | 2024.11.14 00:18:50.647278 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 601 | 2024.11.14 00:18:50.647513 [ 255 ] {0178fc67-3208-4381-972d-2148348a23f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 602 | 2024.11.14 00:18:50.647588 [ 255 ] {0178fc67-3208-4381-972d-2148348a23f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 603 | 2024.11.14 00:18:50.650049 [ 255 ] {0178fc67-3208-4381-972d-2148348a23f7} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Loading data parts | ||
| 604 | 2024.11.14 00:18:50.650284 [ 255 ] {0178fc67-3208-4381-972d-2148348a23f7} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): There are no data parts | ||
| 605 | 2024.11.14 00:18:50.651968 [ 255 ] {0178fc67-3208-4381-972d-2148348a23f7} <Debug> TCPHandler: Processed in 0.004765677 sec. | ||
| 606 | 2024.11.14 00:18:50.652180 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.11.14 00:18:50.652372 [ 263 ] {0e9b8fa0-1639-49e9-90bb-b2a4e194ed73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 608 | 2024.11.14 00:18:50.652448 [ 263 ] {0e9b8fa0-1639-49e9-90bb-b2a4e194ed73} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 609 | 2024.11.14 00:18:50.654745 [ 263 ] {0e9b8fa0-1639-49e9-90bb-b2a4e194ed73} <Debug> oximeter.fields_i32 (fa5d1529-ac7c-4556-8735-860705fd77aa): Loading data parts | ||
| 610 | 2024.11.14 00:18:50.654921 [ 263 ] {0e9b8fa0-1639-49e9-90bb-b2a4e194ed73} <Debug> oximeter.fields_i32 (fa5d1529-ac7c-4556-8735-860705fd77aa): There are no data parts | ||
| 611 | 2024.11.14 00:18:50.658085 [ 263 ] {0e9b8fa0-1639-49e9-90bb-b2a4e194ed73} <Debug> TCPHandler: Processed in 0.005958154 sec. | ||
| 612 | 2024.11.14 00:18:50.658386 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 613 | 2024.11.14 00:18:50.658605 [ 255 ] {51698d92-7743-430e-8120-e9791d07e7d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 614 | 2024.11.14 00:18:50.658684 [ 255 ] {51698d92-7743-430e-8120-e9791d07e7d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 615 | 2024.11.14 00:18:50.662791 [ 255 ] {51698d92-7743-430e-8120-e9791d07e7d7} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Loading data parts | ||
| 616 | 2024.11.14 00:18:50.663022 [ 255 ] {51698d92-7743-430e-8120-e9791d07e7d7} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): There are no data parts | ||
| 617 | 2024.11.14 00:18:50.667867 [ 255 ] {51698d92-7743-430e-8120-e9791d07e7d7} <Debug> TCPHandler: Processed in 0.009532034 sec. | ||
| 618 | 2024.11.14 00:18:50.668092 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2024.11.14 00:18:50.668326 [ 263 ] {6d1d3199-1e2e-46b8-b396-429b07a432bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 620 | 2024.11.14 00:18:50.668411 [ 263 ] {6d1d3199-1e2e-46b8-b396-429b07a432bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 621 | 2024.11.14 00:18:50.672448 [ 263 ] {6d1d3199-1e2e-46b8-b396-429b07a432bf} <Debug> oximeter.fields_i64 (1e5c5975-1d35-46dc-92cf-cd9c6497f28c): Loading data parts | ||
| 622 | 2024.11.14 00:18:50.672629 [ 263 ] {6d1d3199-1e2e-46b8-b396-429b07a432bf} <Debug> oximeter.fields_i64 (1e5c5975-1d35-46dc-92cf-cd9c6497f28c): There are no data parts | ||
| 623 | 2024.11.14 00:18:50.675226 [ 263 ] {6d1d3199-1e2e-46b8-b396-429b07a432bf} <Debug> TCPHandler: Processed in 0.007197231 sec. | ||
| 624 | 2024.11.14 00:18:50.675661 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 625 | 2024.11.14 00:18:50.675887 [ 255 ] {78894bd9-927e-4bd4-9e96-21f1c6dbbeac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 626 | 2024.11.14 00:18:50.675962 [ 255 ] {78894bd9-927e-4bd4-9e96-21f1c6dbbeac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 627 | 2024.11.14 00:18:50.680120 [ 255 ] {78894bd9-927e-4bd4-9e96-21f1c6dbbeac} <Debug> oximeter.fields_u64 (8273c0c5-6383-413b-b38e-4414b58d40c6): Loading data parts | ||
| 628 | 2024.11.14 00:18:50.680347 [ 255 ] {78894bd9-927e-4bd4-9e96-21f1c6dbbeac} <Debug> oximeter.fields_u64 (8273c0c5-6383-413b-b38e-4414b58d40c6): There are no data parts | ||
| 629 | 2024.11.14 00:18:50.685493 [ 255 ] {78894bd9-927e-4bd4-9e96-21f1c6dbbeac} <Debug> TCPHandler: Processed in 0.009891469 sec. | ||
| 630 | 2024.11.14 00:18:50.685729 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2024.11.14 00:18:50.685969 [ 263 ] {c2d3d00c-d556-4cea-9cab-7e33eebcbcef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 632 | 2024.11.14 00:18:50.686036 [ 263 ] {c2d3d00c-d556-4cea-9cab-7e33eebcbcef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 633 | 2024.11.14 00:18:50.688418 [ 263 ] {c2d3d00c-d556-4cea-9cab-7e33eebcbcef} <Debug> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Loading data parts | ||
| 634 | 2024.11.14 00:18:50.688624 [ 263 ] {c2d3d00c-d556-4cea-9cab-7e33eebcbcef} <Debug> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): There are no data parts | ||
| 635 | 2024.11.14 00:18:50.691619 [ 263 ] {c2d3d00c-d556-4cea-9cab-7e33eebcbcef} <Debug> TCPHandler: Processed in 0.005953794 sec. | ||
| 636 | 2024.11.14 00:18:50.691870 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 637 | 2024.11.14 00:18:50.692104 [ 255 ] {4cbdbec2-a259-458b-a6b4-d4de68bc300b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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) | ||
| 638 | 2024.11.14 00:18:50.692195 [ 255 ] {4cbdbec2-a259-458b-a6b4-d4de68bc300b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 639 | 2024.11.14 00:18:50.697311 [ 255 ] {4cbdbec2-a259-458b-a6b4-d4de68bc300b} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Loading data parts | ||
| 640 | 2024.11.14 00:18:50.697591 [ 255 ] {4cbdbec2-a259-458b-a6b4-d4de68bc300b} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): There are no data parts | ||
| 641 | 2024.11.14 00:18:50.700539 [ 255 ] {4cbdbec2-a259-458b-a6b4-d4de68bc300b} <Debug> TCPHandler: Processed in 0.008734862 sec. | ||
| 642 | 2024.11.14 00:18:50.700758 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2024.11.14 00:18:50.701024 [ 263 ] {7a5d1c80-176a-4580-8a15-e1dcf54e43f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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) | ||
| 644 | 2024.11.14 00:18:50.701094 [ 263 ] {7a5d1c80-176a-4580-8a15-e1dcf54e43f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 645 | 2024.11.14 00:18:50.704715 [ 263 ] {7a5d1c80-176a-4580-8a15-e1dcf54e43f1} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Loading data parts | ||
| 646 | 2024.11.14 00:18:50.704921 [ 263 ] {7a5d1c80-176a-4580-8a15-e1dcf54e43f1} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): There are no data parts | ||
| 647 | 2024.11.14 00:18:50.706936 [ 263 ] {7a5d1c80-176a-4580-8a15-e1dcf54e43f1} <Debug> TCPHandler: Processed in 0.006239018 sec. | ||
| 648 | 2024.11.14 00:18:50.707185 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 649 | 2024.11.14 00:18:50.707461 [ 255 ] {f4078ecb-8fcd-48a0-96db-4fe0e6bc445b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) /* The timeseries schema table stores the extracted schema for the samples | ||
| 650 | * oximeter collects. | ||
| 651 | */ | ||
| 652 | 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) | ||
| 653 | 2024.11.14 00:18:50.707559 [ 255 ] {f4078ecb-8fcd-48a0-96db-4fe0e6bc445b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 654 | 2024.11.14 00:18:50.710176 [ 255 ] {f4078ecb-8fcd-48a0-96db-4fe0e6bc445b} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87): Loading data parts | ||
| 655 | 2024.11.14 00:18:50.710363 [ 255 ] {f4078ecb-8fcd-48a0-96db-4fe0e6bc445b} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87): There are no data parts | ||
| 656 | 2024.11.14 00:18:50.711998 [ 255 ] {f4078ecb-8fcd-48a0-96db-4fe0e6bc445b} <Debug> TCPHandler: Processed in 0.004869429 sec. | ||
| 657 | 2024.11.14 00:18:50.712267 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 658 | 2024.11.14 00:18:50.712454 [ 255 ] {a61f7d01-0488-4827-9e2a-42987acecdf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 659 | 2024.11.14 00:18:50.713706 [ 255 ] {a61f7d01-0488-4827-9e2a-42987acecdf3} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 660 | 2024.11.14 00:18:50.723128 [ 264 ] {a61f7d01-0488-4827-9e2a-42987acecdf3} <Trace> oximeter.version (c8d1450e-2500-49dc-8146-32ba538a279d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 661 | 2024.11.14 00:18:50.723206 [ 264 ] {a61f7d01-0488-4827-9e2a-42987acecdf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 662 | 2024.11.14 00:18:50.728835 [ 264 ] {a61f7d01-0488-4827-9e2a-42987acecdf3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 663 | 2024.11.14 00:18:50.729340 [ 264 ] {a61f7d01-0488-4827-9e2a-42987acecdf3} <Trace> oximeter.version (c8d1450e-2500-49dc-8146-32ba538a279d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 664 | 2024.11.14 00:18:50.729732 [ 255 ] {a61f7d01-0488-4827-9e2a-42987acecdf3} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017343 sec., 57.6601510695958 rows/sec., 922.56 B/sec. | ||
| 665 | 2024.11.14 00:18:50.730112 [ 255 ] {a61f7d01-0488-4827-9e2a-42987acecdf3} <Debug> TCPHandler: Processed in 0.017893762 sec. | ||
| 666 | 2024.11.14 00:18:51.000254 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.37 MiB, peak 126.37 MiB, free memory in arenas 0.00 B, will set to 139.20 MiB (RSS), difference: 12.83 MiB | ||
| 667 | 2024.11.14 00:18:51.494916 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51758 | ||
| 668 | 2024.11.14 00:18:51.495464 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2024.11.14 00:18:51.495543 [ 274 ] {} <Debug> TCP-Session: e61fc818-1066-47a9-91cb-ddb72d49cbc7 Authenticating user 'default' from [fd00:1122:3344:101::a]:51758 | ||
| 670 | 2024.11.14 00:18:51.495567 [ 274 ] {} <Debug> TCP-Session: e61fc818-1066-47a9-91cb-ddb72d49cbc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.11.14 00:18:51.495581 [ 274 ] {} <Debug> TCP-Session: e61fc818-1066-47a9-91cb-ddb72d49cbc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.11.14 00:18:51.495659 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2024.11.14 00:18:51.495685 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 674 | 2024.11.14 00:18:51.495731 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 675 | 2024.11.14 00:18:51.498003 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61530 | ||
| 676 | 2024.11.14 00:18:51.498088 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45663 | ||
| 677 | 2024.11.14 00:18:51.498170 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54540 | ||
| 678 | 2024.11.14 00:18:51.498298 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2024.11.14 00:18:51.498452 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48309 | ||
| 680 | 2024.11.14 00:18:51.498494 [ 275 ] {} <Debug> TCP-Session: ab4e859f-a7d3-4ac2-89ac-9982cda7beb1 Authenticating user 'default' from [fd00:1122:3344:101::a]:61530 | ||
| 681 | 2024.11.14 00:18:51.498481 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2024.11.14 00:18:51.498462 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 683 | 2024.11.14 00:18:51.498550 [ 275 ] {} <Debug> TCP-Session: ab4e859f-a7d3-4ac2-89ac-9982cda7beb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2024.11.14 00:18:51.498676 [ 277 ] {} <Debug> TCP-Session: 934b8d12-8fd4-4429-bcfa-a785c1fc7171 Authenticating user 'default' from [fd00:1122:3344:101::a]:54540 | ||
| 685 | 2024.11.14 00:18:51.498740 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2024.11.14 00:18:51.498739 [ 275 ] {} <Debug> TCP-Session: ab4e859f-a7d3-4ac2-89ac-9982cda7beb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2024.11.14 00:18:51.498782 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43789 | ||
| 688 | 2024.11.14 00:18:51.498813 [ 277 ] {} <Debug> TCP-Session: 934b8d12-8fd4-4429-bcfa-a785c1fc7171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.11.14 00:18:51.498788 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41674 | ||
| 690 | 2024.11.14 00:18:51.498893 [ 276 ] {} <Debug> TCP-Session: d2aa7d9e-ec30-4c60-abb5-35923b6bd4de Authenticating user 'default' from [fd00:1122:3344:101::a]:45663 | ||
| 691 | 2024.11.14 00:18:51.498865 [ 278 ] {} <Debug> TCP-Session: 41f45b1b-bce6-454c-94c3-fd83f8d99cb8 Authenticating user 'default' from [fd00:1122:3344:101::a]:48309 | ||
| 692 | 2024.11.14 00:18:51.498937 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48609 | ||
| 693 | 2024.11.14 00:18:51.498955 [ 277 ] {} <Debug> TCP-Session: 934b8d12-8fd4-4429-bcfa-a785c1fc7171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.11.14 00:18:51.499123 [ 276 ] {} <Debug> TCP-Session: d2aa7d9e-ec30-4c60-abb5-35923b6bd4de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.11.14 00:18:51.499117 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2024.11.14 00:18:51.499469 [ 279 ] {} <Debug> TCP-Session: 31fca70d-d6c7-4ae1-bcbd-4631429b638f Authenticating user 'default' from [fd00:1122:3344:101::a]:43789 | ||
| 697 | 2024.11.14 00:18:51.499467 [ 278 ] {} <Debug> TCP-Session: 41f45b1b-bce6-454c-94c3-fd83f8d99cb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.11.14 00:18:51.499445 [ 276 ] {} <Debug> TCP-Session: d2aa7d9e-ec30-4c60-abb5-35923b6bd4de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2024.11.14 00:18:51.499591 [ 278 ] {} <Debug> TCP-Session: 41f45b1b-bce6-454c-94c3-fd83f8d99cb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2024.11.14 00:18:51.499602 [ 279 ] {} <Debug> TCP-Session: 31fca70d-d6c7-4ae1-bcbd-4631429b638f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.11.14 00:18:51.499709 [ 279 ] {} <Debug> TCP-Session: 31fca70d-d6c7-4ae1-bcbd-4631429b638f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.11.14 00:18:51.502168 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2024.11.14 00:18:51.502195 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 704 | 2024.11.14 00:18:51.502267 [ 280 ] {} <Debug> TCP-Session: f98b1e5e-2fdf-49dd-a44f-36274a3e16ba Authenticating user 'default' from [fd00:1122:3344:101::a]:41674 | ||
| 705 | 2024.11.14 00:18:51.502277 [ 281 ] {} <Debug> TCP-Session: bafc5d7e-094b-4cf7-a474-8694842a7e8d Authenticating user 'default' from [fd00:1122:3344:101::a]:48609 | ||
| 706 | 2024.11.14 00:18:51.502300 [ 280 ] {} <Debug> TCP-Session: f98b1e5e-2fdf-49dd-a44f-36274a3e16ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.11.14 00:18:51.502374 [ 281 ] {} <Debug> TCP-Session: bafc5d7e-094b-4cf7-a474-8694842a7e8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2024.11.14 00:18:51.502381 [ 280 ] {} <Debug> TCP-Session: f98b1e5e-2fdf-49dd-a44f-36274a3e16ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.11.14 00:18:51.502400 [ 281 ] {} <Debug> TCP-Session: bafc5d7e-094b-4cf7-a474-8694842a7e8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.11.14 00:18:59.011366 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 711 | 2024.11.14 00:18:59.011463 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 712 | 2024.11.14 00:18:59.017026 [ 242 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Loading data parts | ||
| 713 | 2024.11.14 00:18:59.017324 [ 242 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): There are no data parts | ||
| 714 | 2024.11.14 00:18:59.024516 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 715 | 2024.11.14 00:18:59.024557 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 716 | 2024.11.14 00:18:59.027329 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2024.11.14 00:18:59.028002 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 718 | 2024.11.14 00:18:59.028512 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 719 | 2024.11.14 00:19:00.000226 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 143.99 MiB, peak 143.99 MiB, free memory in arenas 0.00 B, will set to 141.79 MiB (RSS), difference: -2.20 MiB | ||
| 720 | 2024.11.14 00:19:03.979208 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 721 | 2024.11.14 00:19:03.979267 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 722 | 2024.11.14 00:19:10.000167 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.88 MiB, peak 143.99 MiB, free memory in arenas 0.00 B, will set to 141.89 MiB (RSS), difference: 4.01 MiB | ||
| 723 | 2024.11.14 00:19:10.740112 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 724 | 2024.11.14 00:19:10.740365 [ 255 ] {bb60d068-3373-4212-9d65-ff7160f9c064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 725 | 2024.11.14 00:19:10.746931 [ 255 ] {bb60d068-3373-4212-9d65-ff7160f9c064} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 726 | 2024.11.14 00:19:10.754967 [ 255 ] {bb60d068-3373-4212-9d65-ff7160f9c064} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 727 | 2024.11.14 00:19:10.759679 [ 255 ] {bb60d068-3373-4212-9d65-ff7160f9c064} <Debug> TCPHandler: Processed in 0.019690548 sec. | ||
| 728 | 2024.11.14 00:19:10.782575 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 729 | 2024.11.14 00:19:10.782862 [ 263 ] {6c25df7a-9c4e-4de0-82a1-2335c365616e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 730 | 2024.11.14 00:19:10.794931 [ 263 ] {6c25df7a-9c4e-4de0-82a1-2335c365616e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 731 | 2024.11.14 00:19:10.795091 [ 263 ] {6c25df7a-9c4e-4de0-82a1-2335c365616e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 732 | 2024.11.14 00:19:10.795690 [ 263 ] {6c25df7a-9c4e-4de0-82a1-2335c365616e} <Debug> TCPHandler: Processed in 0.013182145 sec. | ||
| 733 | 2024.11.14 00:19:10.796024 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 734 | 2024.11.14 00:19:10.796286 [ 255 ] {5cc1a17c-94e8-42ed-9167-dd0be2cfe3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 735 | 2024.11.14 00:19:10.796666 [ 255 ] {5cc1a17c-94e8-42ed-9167-dd0be2cfe3e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 736 | 2024.11.14 00:19:10.796812 [ 255 ] {5cc1a17c-94e8-42ed-9167-dd0be2cfe3e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 737 | 2024.11.14 00:19:10.797332 [ 255 ] {5cc1a17c-94e8-42ed-9167-dd0be2cfe3e3} <Debug> TCPHandler: Processed in 0.001364219 sec. | ||
| 738 | 2024.11.14 00:19:10.797626 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 739 | 2024.11.14 00:19:10.797852 [ 263 ] {bb05f7b3-58bb-4d85-9ac1-e2bb223dc510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 740 | 2024.11.14 00:19:10.798168 [ 263 ] {bb05f7b3-58bb-4d85-9ac1-e2bb223dc510} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 741 | 2024.11.14 00:19:10.798311 [ 263 ] {bb05f7b3-58bb-4d85-9ac1-e2bb223dc510} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 742 | 2024.11.14 00:19:10.798794 [ 263 ] {bb05f7b3-58bb-4d85-9ac1-e2bb223dc510} <Debug> TCPHandler: Processed in 0.001220047 sec. | ||
| 743 | 2024.11.14 00:19:10.809304 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 744 | 2024.11.14 00:19:10.809479 [ 255 ] {443bfcc7-d988-4924-8e7f-5edad2e41758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 745 | 2024.11.14 00:19:10.809528 [ 255 ] {443bfcc7-d988-4924-8e7f-5edad2e41758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 746 | 2024.11.14 00:19:10.812373 [ 255 ] {443bfcc7-d988-4924-8e7f-5edad2e41758} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 747 | 2024.11.14 00:19:10.812422 [ 255 ] {443bfcc7-d988-4924-8e7f-5edad2e41758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 748 | 2024.11.14 00:19:10.813164 [ 255 ] {443bfcc7-d988-4924-8e7f-5edad2e41758} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 749 | 2024.11.14 00:19:10.813696 [ 255 ] {443bfcc7-d988-4924-8e7f-5edad2e41758} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 750 | 2024.11.14 00:19:10.813966 [ 255 ] {443bfcc7-d988-4924-8e7f-5edad2e41758} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.004521 sec., 884.7600088476001 rows/sec., 93.53 KiB/sec. | ||
| 751 | 2024.11.14 00:19:10.814025 [ 255 ] {443bfcc7-d988-4924-8e7f-5edad2e41758} <Debug> TCPHandler: Processed in 0.004774757 sec. | ||
| 752 | 2024.11.14 00:19:10.814175 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 753 | 2024.11.14 00:19:10.814287 [ 263 ] {6d9eeab2-d26d-4431-9a43-e7679cf6f717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 754 | 2024.11.14 00:19:10.814334 [ 263 ] {6d9eeab2-d26d-4431-9a43-e7679cf6f717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 755 | 2024.11.14 00:19:10.820095 [ 263 ] {6d9eeab2-d26d-4431-9a43-e7679cf6f717} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 756 | 2024.11.14 00:19:10.820135 [ 263 ] {6d9eeab2-d26d-4431-9a43-e7679cf6f717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 757 | 2024.11.14 00:19:10.820723 [ 263 ] {6d9eeab2-d26d-4431-9a43-e7679cf6f717} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 758 | 2024.11.14 00:19:10.821293 [ 263 ] {6d9eeab2-d26d-4431-9a43-e7679cf6f717} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 759 | 2024.11.14 00:19:10.821566 [ 263 ] {6d9eeab2-d26d-4431-9a43-e7679cf6f717} <Debug> executeQuery: Read 32 rows, 2.99 KiB in 0.007285 sec., 4392.587508579272 rows/sec., 410.06 KiB/sec. | ||
| 760 | 2024.11.14 00:19:10.821662 [ 263 ] {6d9eeab2-d26d-4431-9a43-e7679cf6f717} <Debug> TCPHandler: Processed in 0.007539846 sec. | ||
| 761 | 2024.11.14 00:19:10.821829 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 762 | 2024.11.14 00:19:10.821943 [ 255 ] {12f9dd1a-b227-415a-b7e5-ccc5b729847a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 763 | 2024.11.14 00:19:10.821991 [ 255 ] {12f9dd1a-b227-415a-b7e5-ccc5b729847a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 764 | 2024.11.14 00:19:10.822577 [ 255 ] {12f9dd1a-b227-415a-b7e5-ccc5b729847a} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 765 | 2024.11.14 00:19:10.822615 [ 255 ] {12f9dd1a-b227-415a-b7e5-ccc5b729847a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 766 | 2024.11.14 00:19:10.823146 [ 255 ] {12f9dd1a-b227-415a-b7e5-ccc5b729847a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 767 | 2024.11.14 00:19:10.823668 [ 255 ] {12f9dd1a-b227-415a-b7e5-ccc5b729847a} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 768 | 2024.11.14 00:19:10.823933 [ 255 ] {12f9dd1a-b227-415a-b7e5-ccc5b729847a} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001992 sec., 8032.128514056226 rows/sec., 603.98 KiB/sec. | ||
| 769 | 2024.11.14 00:19:10.824052 [ 255 ] {12f9dd1a-b227-415a-b7e5-ccc5b729847a} <Debug> TCPHandler: Processed in 0.002278613 sec. | ||
| 770 | 2024.11.14 00:19:10.824195 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 771 | 2024.11.14 00:19:10.824304 [ 263 ] {1038dccb-1a0d-4ab6-a5c6-ab3b359beae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 772 | 2024.11.14 00:19:10.824349 [ 263 ] {1038dccb-1a0d-4ab6-a5c6-ab3b359beae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 773 | 2024.11.14 00:19:10.824887 [ 263 ] {1038dccb-1a0d-4ab6-a5c6-ab3b359beae3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 774 | 2024.11.14 00:19:10.824927 [ 263 ] {1038dccb-1a0d-4ab6-a5c6-ab3b359beae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 775 | 2024.11.14 00:19:10.825482 [ 263 ] {1038dccb-1a0d-4ab6-a5c6-ab3b359beae3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 776 | 2024.11.14 00:19:10.826039 [ 263 ] {1038dccb-1a0d-4ab6-a5c6-ab3b359beae3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 777 | 2024.11.14 00:19:10.826237 [ 263 ] {1038dccb-1a0d-4ab6-a5c6-ab3b359beae3} <Debug> executeQuery: Read 26 rows, 2.09 KiB in 0.001948 sec., 13347.022587268993 rows/sec., 1.05 MiB/sec. | ||
| 778 | 2024.11.14 00:19:10.826389 [ 263 ] {1038dccb-1a0d-4ab6-a5c6-ab3b359beae3} <Debug> TCPHandler: Processed in 0.002240951 sec. | ||
| 779 | 2024.11.14 00:19:10.826561 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2024.11.14 00:19:10.826669 [ 255 ] {8161cf9e-e5e0-4c43-934b-8ac12ea4d2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 781 | 2024.11.14 00:19:10.826735 [ 255 ] {8161cf9e-e5e0-4c43-934b-8ac12ea4d2d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 782 | 2024.11.14 00:19:10.827980 [ 255 ] {8161cf9e-e5e0-4c43-934b-8ac12ea4d2d8} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 783 | 2024.11.14 00:19:10.828024 [ 255 ] {8161cf9e-e5e0-4c43-934b-8ac12ea4d2d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 784 | 2024.11.14 00:19:10.833460 [ 255 ] {8161cf9e-e5e0-4c43-934b-8ac12ea4d2d8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 785 | 2024.11.14 00:19:10.834077 [ 255 ] {8161cf9e-e5e0-4c43-934b-8ac12ea4d2d8} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 786 | 2024.11.14 00:19:10.834390 [ 255 ] {8161cf9e-e5e0-4c43-934b-8ac12ea4d2d8} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007725 sec., 2071.197411003236 rows/sec., 3.71 MiB/sec. | ||
| 787 | 2024.11.14 00:19:10.834516 [ 255 ] {8161cf9e-e5e0-4c43-934b-8ac12ea4d2d8} <Debug> TCPHandler: Processed in 0.008012303 sec. | ||
| 788 | 2024.11.14 00:19:10.834683 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 789 | 2024.11.14 00:19:10.834814 [ 263 ] {eda47407-1d6c-4bab-ad1c-29f1b3743ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 790 | 2024.11.14 00:19:10.834870 [ 263 ] {eda47407-1d6c-4bab-ad1c-29f1b3743ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 791 | 2024.11.14 00:19:10.835460 [ 263 ] {eda47407-1d6c-4bab-ad1c-29f1b3743ecd} <Trace> oximeter.measurements_i64 (fc7e169d-eaba-468a-b70a-85e3711020f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2024.11.14 00:19:10.835503 [ 263 ] {eda47407-1d6c-4bab-ad1c-29f1b3743ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 793 | 2024.11.14 00:19:10.836065 [ 263 ] {eda47407-1d6c-4bab-ad1c-29f1b3743ecd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 794 | 2024.11.14 00:19:10.836609 [ 263 ] {eda47407-1d6c-4bab-ad1c-29f1b3743ecd} <Trace> oximeter.measurements_i64 (fc7e169d-eaba-468a-b70a-85e3711020f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 795 | 2024.11.14 00:19:10.836831 [ 263 ] {eda47407-1d6c-4bab-ad1c-29f1b3743ecd} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.002045 sec., 7334.963325183374 rows/sec., 545.82 KiB/sec. | ||
| 796 | 2024.11.14 00:19:10.836880 [ 263 ] {eda47407-1d6c-4bab-ad1c-29f1b3743ecd} <Debug> TCPHandler: Processed in 0.002261792 sec. | ||
| 797 | 2024.11.14 00:19:17.036770 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.11.14 00:19:17.265489 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 799 | 2024.11.14 00:19:17.386911 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 800 | 2024.11.14 00:19:17.396277 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 801 | 2024.11.14 00:19:17.544727 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 802 | 2024.11.14 00:19:17.550177 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 803 | 2024.11.14 00:19:17.552638 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54157, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 804 | 2024.11.14 00:19:17.562233 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34869, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 805 | 2024.11.14 00:19:18.979306 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 806 | 2024.11.14 00:19:18.979370 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 807 | 2024.11.14 00:19:19.029162 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 110 | ||
| 808 | 2024.11.14 00:19:19.036603 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 809 | 2024.11.14 00:19:19.036664 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 810 | 2024.11.14 00:19:19.038126 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 811 | 2024.11.14 00:19:19.038427 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 812 | 2024.11.14 00:19:19.038959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 110 | ||
| 813 | 2024.11.14 00:19:20.029750 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45287, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 814 | 2024.11.14 00:19:20.700552 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 815 | 2024.11.14 00:19:20.722095 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 816 | 2024.11.14 00:19:20.741020 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2024.11.14 00:19:20.741209 [ 255 ] {6a4b3e51-1915-42ba-a8cc-85ae43c83603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 818 | 2024.11.14 00:19:20.741284 [ 255 ] {6a4b3e51-1915-42ba-a8cc-85ae43c83603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 819 | 2024.11.14 00:19:20.742040 [ 255 ] {6a4b3e51-1915-42ba-a8cc-85ae43c83603} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 820 | 2024.11.14 00:19:20.742091 [ 255 ] {6a4b3e51-1915-42ba-a8cc-85ae43c83603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 821 | 2024.11.14 00:19:20.742521 [ 255 ] {6a4b3e51-1915-42ba-a8cc-85ae43c83603} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 822 | 2024.11.14 00:19:20.742788 [ 255 ] {6a4b3e51-1915-42ba-a8cc-85ae43c83603} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 823 | 2024.11.14 00:19:20.743032 [ 255 ] {6a4b3e51-1915-42ba-a8cc-85ae43c83603} <Debug> executeQuery: Read 42 rows, 3.93 KiB in 0.001878 sec., 22364.217252396167 rows/sec., 2.04 MiB/sec. | ||
| 824 | 2024.11.14 00:19:20.743100 [ 255 ] {6a4b3e51-1915-42ba-a8cc-85ae43c83603} <Debug> TCPHandler: Processed in 0.002204651 sec. | ||
| 825 | 2024.11.14 00:19:20.743262 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 826 | 2024.11.14 00:19:20.743380 [ 263 ] {f137175f-0aa7-4b2a-8d5d-9910d1a1b622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 827 | 2024.11.14 00:19:20.743430 [ 263 ] {f137175f-0aa7-4b2a-8d5d-9910d1a1b622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 828 | 2024.11.14 00:19:20.743981 [ 263 ] {f137175f-0aa7-4b2a-8d5d-9910d1a1b622} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 829 | 2024.11.14 00:19:20.744021 [ 263 ] {f137175f-0aa7-4b2a-8d5d-9910d1a1b622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 830 | 2024.11.14 00:19:20.744367 [ 263 ] {f137175f-0aa7-4b2a-8d5d-9910d1a1b622} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 831 | 2024.11.14 00:19:20.744598 [ 263 ] {f137175f-0aa7-4b2a-8d5d-9910d1a1b622} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 832 | 2024.11.14 00:19:20.744824 [ 263 ] {f137175f-0aa7-4b2a-8d5d-9910d1a1b622} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.001465 sec., 14334.470989761092 rows/sec., 1.05 MiB/sec. | ||
| 833 | 2024.11.14 00:19:20.744894 [ 263 ] {f137175f-0aa7-4b2a-8d5d-9910d1a1b622} <Debug> TCPHandler: Processed in 0.001692374 sec. | ||
| 834 | 2024.11.14 00:19:20.745037 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2024.11.14 00:19:20.745166 [ 255 ] {6da09859-b7b5-4b0f-9974-b8736f2ae0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 836 | 2024.11.14 00:19:20.745220 [ 255 ] {6da09859-b7b5-4b0f-9974-b8736f2ae0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 837 | 2024.11.14 00:19:20.745875 [ 255 ] {6da09859-b7b5-4b0f-9974-b8736f2ae0d1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 838 | 2024.11.14 00:19:20.745919 [ 255 ] {6da09859-b7b5-4b0f-9974-b8736f2ae0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 839 | 2024.11.14 00:19:20.746280 [ 255 ] {6da09859-b7b5-4b0f-9974-b8736f2ae0d1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 840 | 2024.11.14 00:19:20.746529 [ 255 ] {6da09859-b7b5-4b0f-9974-b8736f2ae0d1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 841 | 2024.11.14 00:19:20.746797 [ 255 ] {6da09859-b7b5-4b0f-9974-b8736f2ae0d1} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001649 sec., 14554.275318374772 rows/sec., 1.16 MiB/sec. | ||
| 842 | 2024.11.14 00:19:20.746869 [ 255 ] {6da09859-b7b5-4b0f-9974-b8736f2ae0d1} <Debug> TCPHandler: Processed in 0.001893996 sec. | ||
| 843 | 2024.11.14 00:19:20.747012 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2024.11.14 00:19:20.747138 [ 263 ] {820646fe-7378-4486-a991-82c5b1b33bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 845 | 2024.11.14 00:19:20.747216 [ 263 ] {820646fe-7378-4486-a991-82c5b1b33bc6} <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 | ||
| 846 | 2024.11.14 00:19:20.748515 [ 263 ] {820646fe-7378-4486-a991-82c5b1b33bc6} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 847 | 2024.11.14 00:19:20.748555 [ 263 ] {820646fe-7378-4486-a991-82c5b1b33bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 848 | 2024.11.14 00:19:20.749166 [ 263 ] {820646fe-7378-4486-a991-82c5b1b33bc6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 849 | 2024.11.14 00:19:20.749426 [ 263 ] {820646fe-7378-4486-a991-82c5b1b33bc6} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 850 | 2024.11.14 00:19:20.749726 [ 263 ] {820646fe-7378-4486-a991-82c5b1b33bc6} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002594 sec., 8095.605242868158 rows/sec., 14.51 MiB/sec. | ||
| 851 | 2024.11.14 00:19:20.749895 [ 263 ] {820646fe-7378-4486-a991-82c5b1b33bc6} <Debug> TCPHandler: Processed in 0.002944212 sec. | ||
| 852 | 2024.11.14 00:19:20.750055 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 853 | 2024.11.14 00:19:20.750185 [ 255 ] {d3da3a11-7535-4ad4-a613-3327fae40d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 854 | 2024.11.14 00:19:20.750242 [ 255 ] {d3da3a11-7535-4ad4-a613-3327fae40d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 855 | 2024.11.14 00:19:20.750770 [ 255 ] {d3da3a11-7535-4ad4-a613-3327fae40d37} <Trace> oximeter.measurements_i64 (fc7e169d-eaba-468a-b70a-85e3711020f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 856 | 2024.11.14 00:19:20.750817 [ 255 ] {d3da3a11-7535-4ad4-a613-3327fae40d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 857 | 2024.11.14 00:19:20.751184 [ 255 ] {d3da3a11-7535-4ad4-a613-3327fae40d37} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 858 | 2024.11.14 00:19:20.751428 [ 255 ] {d3da3a11-7535-4ad4-a613-3327fae40d37} <Trace> oximeter.measurements_i64 (fc7e169d-eaba-468a-b70a-85e3711020f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 859 | 2024.11.14 00:19:20.751694 [ 255 ] {d3da3a11-7535-4ad4-a613-3327fae40d37} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001529 sec., 1962.066710268149 rows/sec., 157.12 KiB/sec. | ||
| 860 | 2024.11.14 00:19:20.751748 [ 255 ] {d3da3a11-7535-4ad4-a613-3327fae40d37} <Debug> TCPHandler: Processed in 0.001754275 sec. | ||
| 861 | 2024.11.14 00:19:20.856713 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 862 | 2024.11.14 00:19:20.868700 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60869, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 863 | 2024.11.14 00:19:20.902366 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 864 | 2024.11.14 00:19:20.910643 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 865 | 2024.11.14 00:19:20.938103 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42786, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 866 | 2024.11.14 00:19:20.943356 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 867 | 2024.11.14 00:19:21.659143 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62235, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 868 | 2024.11.14 00:19:21.679553 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 869 | 2024.11.14 00:19:21.690738 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 870 | 2024.11.14 00:19:21.710235 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39909, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 871 | 2024.11.14 00:19:21.718526 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 872 | 2024.11.14 00:19:21.725797 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 873 | 2024.11.14 00:19:21.734085 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 874 | 2024.11.14 00:19:21.741482 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58233, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 875 | 2024.11.14 00:19:22.188077 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 876 | 2024.11.14 00:19:22.189445 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39673, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 877 | 2024.11.14 00:19:22.369063 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 878 | 2024.11.14 00:19:22.379003 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54745, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 879 | 2024.11.14 00:19:22.473178 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 880 | 2024.11.14 00:19:22.475897 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 881 | 2024.11.14 00:19:22.478398 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 882 | 2024.11.14 00:19:29.039239 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 10 entries to flush up to offset 120 | ||
| 883 | 2024.11.14 00:19:29.041569 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 884 | 2024.11.14 00:19:29.041617 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 885 | 2024.11.14 00:19:29.043013 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 886 | 2024.11.14 00:19:29.043314 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 887 | 2024.11.14 00:19:29.043825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 120 | ||
| 888 | 2024.11.14 00:19:33.979418 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 889 | 2024.11.14 00:19:33.979532 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 890 | 2024.11.14 00:19:35.741237 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 891 | 2024.11.14 00:19:35.741447 [ 255 ] {ad14546f-5742-45e4-8018-cc729a31b215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 892 | 2024.11.14 00:19:35.741527 [ 255 ] {ad14546f-5742-45e4-8018-cc729a31b215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 893 | 2024.11.14 00:19:35.742278 [ 255 ] {ad14546f-5742-45e4-8018-cc729a31b215} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2024.11.14 00:19:35.742329 [ 255 ] {ad14546f-5742-45e4-8018-cc729a31b215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 895 | 2024.11.14 00:19:35.742761 [ 255 ] {ad14546f-5742-45e4-8018-cc729a31b215} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 896 | 2024.11.14 00:19:35.743016 [ 255 ] {ad14546f-5742-45e4-8018-cc729a31b215} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2024.11.14 00:19:35.743283 [ 255 ] {ad14546f-5742-45e4-8018-cc729a31b215} <Debug> executeQuery: Read 42 rows, 3.93 KiB in 0.001889 sec., 22233.98623610376 rows/sec., 2.03 MiB/sec. | ||
| 898 | 2024.11.14 00:19:35.743412 [ 255 ] {ad14546f-5742-45e4-8018-cc729a31b215} <Debug> TCPHandler: Processed in 0.002312653 sec. | ||
| 899 | 2024.11.14 00:19:35.743606 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2024.11.14 00:19:35.743741 [ 263 ] {ed5c2d28-0b12-461c-8bbe-c1be1ff20333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 901 | 2024.11.14 00:19:35.743796 [ 263 ] {ed5c2d28-0b12-461c-8bbe-c1be1ff20333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 902 | 2024.11.14 00:19:35.744445 [ 263 ] {ed5c2d28-0b12-461c-8bbe-c1be1ff20333} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2024.11.14 00:19:35.744488 [ 263 ] {ed5c2d28-0b12-461c-8bbe-c1be1ff20333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 904 | 2024.11.14 00:19:35.744833 [ 263 ] {ed5c2d28-0b12-461c-8bbe-c1be1ff20333} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 905 | 2024.11.14 00:19:35.745066 [ 263 ] {ed5c2d28-0b12-461c-8bbe-c1be1ff20333} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 906 | 2024.11.14 00:19:35.745322 [ 263 ] {ed5c2d28-0b12-461c-8bbe-c1be1ff20333} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.001592 sec., 13190.954773869345 rows/sec., 991.90 KiB/sec. | ||
| 907 | 2024.11.14 00:19:35.745449 [ 263 ] {ed5c2d28-0b12-461c-8bbe-c1be1ff20333} <Debug> TCPHandler: Processed in 0.001910847 sec. | ||
| 908 | 2024.11.14 00:19:35.745602 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2024.11.14 00:19:35.745732 [ 255 ] {1d5f0120-c856-4da6-b126-23fa9fc266c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 910 | 2024.11.14 00:19:35.745789 [ 255 ] {1d5f0120-c856-4da6-b126-23fa9fc266c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 911 | 2024.11.14 00:19:35.746442 [ 255 ] {1d5f0120-c856-4da6-b126-23fa9fc266c1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2024.11.14 00:19:35.746491 [ 255 ] {1d5f0120-c856-4da6-b126-23fa9fc266c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 913 | 2024.11.14 00:19:35.746843 [ 255 ] {1d5f0120-c856-4da6-b126-23fa9fc266c1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 914 | 2024.11.14 00:19:35.747100 [ 255 ] {1d5f0120-c856-4da6-b126-23fa9fc266c1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 915 | 2024.11.14 00:19:35.747367 [ 255 ] {1d5f0120-c856-4da6-b126-23fa9fc266c1} <Debug> executeQuery: Read 21 rows, 1.68 KiB in 0.001646 sec., 12758.201701093561 rows/sec., 1021.65 KiB/sec. | ||
| 916 | 2024.11.14 00:19:35.747432 [ 255 ] {1d5f0120-c856-4da6-b126-23fa9fc266c1} <Debug> TCPHandler: Processed in 0.001890366 sec. | ||
| 917 | 2024.11.14 00:19:35.747574 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2024.11.14 00:19:35.747702 [ 263 ] {5ad86678-c191-4ae5-a48d-24064b0453c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 919 | 2024.11.14 00:19:35.747780 [ 263 ] {5ad86678-c191-4ae5-a48d-24064b0453c5} <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 | ||
| 920 | 2024.11.14 00:19:35.748911 [ 263 ] {5ad86678-c191-4ae5-a48d-24064b0453c5} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2024.11.14 00:19:35.748949 [ 263 ] {5ad86678-c191-4ae5-a48d-24064b0453c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 922 | 2024.11.14 00:19:35.749554 [ 263 ] {5ad86678-c191-4ae5-a48d-24064b0453c5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 923 | 2024.11.14 00:19:35.749799 [ 263 ] {5ad86678-c191-4ae5-a48d-24064b0453c5} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2024.11.14 00:19:35.750026 [ 263 ] {5ad86678-c191-4ae5-a48d-24064b0453c5} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002353 sec., 8924.776880577985 rows/sec., 15.99 MiB/sec. | ||
| 925 | 2024.11.14 00:19:35.750113 [ 263 ] {5ad86678-c191-4ae5-a48d-24064b0453c5} <Debug> TCPHandler: Processed in 0.002601307 sec. | ||
| 926 | 2024.11.14 00:19:39.044068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 8 entries to flush up to offset 128 | ||
| 927 | 2024.11.14 00:19:39.046473 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 928 | 2024.11.14 00:19:39.046515 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 929 | 2024.11.14 00:19:39.048008 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 930 | 2024.11.14 00:19:39.048316 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 931 | 2024.11.14 00:19:39.048766 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 128 | ||
| 932 | 2024.11.14 00:19:40.740241 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 933 | 2024.11.14 00:19:40.740582 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 934 | 2024.11.14 00:19:40.743293 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 935 | 2024.11.14 00:19:40.747389 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 936 | 2024.11.14 00:19:40.747687 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 937 | 2024.11.14 00:19:40.752180 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 938 | 2024.11.14 00:19:40.754424 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 939 | 2024.11.14 00:19:40.755523 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 940 | 2024.11.14 00:19:40.757926 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 941 | 2024.11.14 00:19:40.757957 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 942 | 2024.11.14 00:19:40.760055 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" | ||
| 943 | 2024.11.14 00:19:40.760094 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 944 | 2024.11.14 00:19:40.784088 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.043648 sec., 91.64222873900293 rows/sec., 4.23 KiB/sec. | ||
| 945 | 2024.11.14 00:19:40.784218 [ 255 ] {2e377afb-ccb3-4aae-94d6-9274d3d05d3b} <Debug> TCPHandler: Processed in 0.044148022 sec. | ||
| 946 | 2024.11.14 00:19:40.784600 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 947 | 2024.11.14 00:19:40.784860 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 948 | 2024.11.14 00:19:40.785113 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 949 | 2024.11.14 00:19:40.785148 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 950 | 2024.11.14 00:19:40.785358 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 951 | 2024.11.14 00:19:40.785425 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 952 | 2024.11.14 00:19:40.785571 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 953 | 2024.11.14 00:19:40.785605 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 954 | 2024.11.14 00:19:40.785628 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 955 | 2024.11.14 00:19:40.785647 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 956 | 2024.11.14 00:19:40.785690 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))" | ||
| 957 | 2024.11.14 00:19:40.785712 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 958 | 2024.11.14 00:19:40.786292 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001536 sec., 2604.1666666666665 rows/sec., 120.16 KiB/sec. | ||
| 959 | 2024.11.14 00:19:40.786407 [ 263 ] {5fa19061-9e62-4c44-b493-86791bd592fe} <Debug> TCPHandler: Processed in 0.001873366 sec. | ||
| 960 | 2024.11.14 00:19:40.786689 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 961 | 2024.11.14 00:19:40.786861 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 962 | 2024.11.14 00:19:40.787154 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 963 | 2024.11.14 00:19:40.787195 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 964 | 2024.11.14 00:19:40.787452 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 965 | 2024.11.14 00:19:40.787530 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 966 | 2024.11.14 00:19:40.787696 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 967 | 2024.11.14 00:19:40.787729 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 968 | 2024.11.14 00:19:40.787751 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 969 | 2024.11.14 00:19:40.787768 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 970 | 2024.11.14 00:19:40.787808 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <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', 'http_service:request_latency_histogram'))" | ||
| 971 | 2024.11.14 00:19:40.787829 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 972 | 2024.11.14 00:19:40.788369 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001578 sec., 2534.854245880862 rows/sec., 116.96 KiB/sec. | ||
| 973 | 2024.11.14 00:19:40.788483 [ 255 ] {cfbc38dc-d79e-4afa-b5ba-ddaff3e570b9} <Debug> TCPHandler: Processed in 0.001852966 sec. | ||
| 974 | 2024.11.14 00:19:40.788731 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 975 | 2024.11.14 00:19:40.788899 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 976 | 2024.11.14 00:19:40.789195 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 977 | 2024.11.14 00:19:40.789235 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 978 | 2024.11.14 00:19:40.789498 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 979 | 2024.11.14 00:19:40.789576 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 980 | 2024.11.14 00:19:40.789731 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 981 | 2024.11.14 00:19:40.789762 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 982 | 2024.11.14 00:19:40.789784 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 983 | 2024.11.14 00:19:40.789801 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 984 | 2024.11.14 00:19:40.789844 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 985 | 2024.11.14 00:19:40.789864 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 986 | 2024.11.14 00:19:40.790394 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001564 sec., 2557.544757033248 rows/sec., 118.01 KiB/sec. | ||
| 987 | 2024.11.14 00:19:40.790507 [ 263 ] {c9687277-392c-46f1-81c4-4c0fac43d3fb} <Debug> TCPHandler: Processed in 0.001837916 sec. | ||
| 988 | 2024.11.14 00:19:40.790755 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 989 | 2024.11.14 00:19:40.790928 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 990 | 2024.11.14 00:19:40.791227 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 991 | 2024.11.14 00:19:40.791269 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 992 | 2024.11.14 00:19:40.791536 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 993 | 2024.11.14 00:19:40.791614 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 994 | 2024.11.14 00:19:40.791767 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 995 | 2024.11.14 00:19:40.791799 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 996 | 2024.11.14 00:19:40.791821 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 997 | 2024.11.14 00:19:40.791838 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 998 | 2024.11.14 00:19:40.791881 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 999 | 2024.11.14 00:19:40.791901 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1000 | 2024.11.14 00:19:40.792427 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001569 sec., 2549.394518801784 rows/sec., 117.64 KiB/sec. | ||
| 1001 | 2024.11.14 00:19:40.792540 [ 255 ] {63028672-e927-4819-b2ca-53ab33ea86e0} <Debug> TCPHandler: Processed in 0.001849186 sec. | ||
| 1002 | 2024.11.14 00:19:40.792813 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1003 | 2024.11.14 00:19:40.792984 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1004 | 2024.11.14 00:19:40.793284 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1005 | 2024.11.14 00:19:40.793326 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1006 | 2024.11.14 00:19:40.793597 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1007 | 2024.11.14 00:19:40.793672 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1008 | 2024.11.14 00:19:40.793811 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1009 | 2024.11.14 00:19:40.793843 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1010 | 2024.11.14 00:19:40.793867 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1011 | 2024.11.14 00:19:40.793884 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1012 | 2024.11.14 00:19:40.793924 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1013 | 2024.11.14 00:19:40.793945 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1014 | 2024.11.14 00:19:40.794448 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001537 sec., 2602.472348731295 rows/sec., 120.08 KiB/sec. | ||
| 1015 | 2024.11.14 00:19:40.794561 [ 263 ] {9fd9929d-25a4-46cb-8e70-a5c8cdb97c93} <Debug> TCPHandler: Processed in 0.001809275 sec. | ||
| 1016 | 2024.11.14 00:19:40.794791 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1017 | 2024.11.14 00:19:40.794965 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1018 | 2024.11.14 00:19:40.795261 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1019 | 2024.11.14 00:19:40.795306 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1020 | 2024.11.14 00:19:40.795579 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1021 | 2024.11.14 00:19:40.795657 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1022 | 2024.11.14 00:19:40.795801 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1023 | 2024.11.14 00:19:40.795834 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1024 | 2024.11.14 00:19:40.795856 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1025 | 2024.11.14 00:19:40.795873 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1026 | 2024.11.14 00:19:40.795912 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1027 | 2024.11.14 00:19:40.795934 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1028 | 2024.11.14 00:19:40.796440 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001548 sec., 2583.9793281653747 rows/sec., 119.23 KiB/sec. | ||
| 1029 | 2024.11.14 00:19:40.796552 [ 255 ] {a1b00748-48cc-47ad-9e79-1b5a9c679fb7} <Debug> TCPHandler: Processed in 0.001821715 sec. | ||
| 1030 | 2024.11.14 00:19:40.796816 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1031 | 2024.11.14 00:19:40.796990 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1032 | 2024.11.14 00:19:40.797292 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1033 | 2024.11.14 00:19:40.797336 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1034 | 2024.11.14 00:19:40.797616 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1035 | 2024.11.14 00:19:40.797688 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1036 | 2024.11.14 00:19:40.797826 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1037 | 2024.11.14 00:19:40.797858 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1038 | 2024.11.14 00:19:40.797879 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1039 | 2024.11.14 00:19:40.797897 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1040 | 2024.11.14 00:19:40.797937 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1041 | 2024.11.14 00:19:40.797958 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1042 | 2024.11.14 00:19:40.798456 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001541 sec., 2595.7170668397143 rows/sec., 119.77 KiB/sec. | ||
| 1043 | 2024.11.14 00:19:40.798570 [ 263 ] {0c82cc36-363c-4a4f-b249-5f302b5c9761} <Debug> TCPHandler: Processed in 0.001815616 sec. | ||
| 1044 | 2024.11.14 00:19:40.798806 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1045 | 2024.11.14 00:19:40.798982 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1046 | 2024.11.14 00:19:40.799279 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1047 | 2024.11.14 00:19:40.799325 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1048 | 2024.11.14 00:19:40.799605 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1049 | 2024.11.14 00:19:40.799683 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1050 | 2024.11.14 00:19:40.799823 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1051 | 2024.11.14 00:19:40.799855 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1052 | 2024.11.14 00:19:40.799877 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1053 | 2024.11.14 00:19:40.799894 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1054 | 2024.11.14 00:19:40.799935 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1055 | 2024.11.14 00:19:40.799956 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1056 | 2024.11.14 00:19:40.800522 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001616 sec., 2475.2475247524753 rows/sec., 114.21 KiB/sec. | ||
| 1057 | 2024.11.14 00:19:40.800634 [ 255 ] {6728b4aa-e47a-46a6-a6d1-c2f92a271943} <Debug> TCPHandler: Processed in 0.001888217 sec. | ||
| 1058 | 2024.11.14 00:19:40.800884 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1059 | 2024.11.14 00:19:40.801060 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1060 | 2024.11.14 00:19:40.801369 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1061 | 2024.11.14 00:19:40.801415 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1062 | 2024.11.14 00:19:40.801700 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1063 | 2024.11.14 00:19:40.801762 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1064 | 2024.11.14 00:19:40.801900 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1065 | 2024.11.14 00:19:40.801932 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1066 | 2024.11.14 00:19:40.801955 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1067 | 2024.11.14 00:19:40.801972 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1068 | 2024.11.14 00:19:40.802015 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1069 | 2024.11.14 00:19:40.802036 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1070 | 2024.11.14 00:19:40.802527 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001544 sec., 2590.6735751295337 rows/sec., 119.54 KiB/sec. | ||
| 1071 | 2024.11.14 00:19:40.802640 [ 263 ] {74929a94-1756-4419-84f4-f1fe43254b10} <Debug> TCPHandler: Processed in 0.001817316 sec. | ||
| 1072 | 2024.11.14 00:19:40.802871 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1073 | 2024.11.14 00:19:40.803049 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1074 | 2024.11.14 00:19:40.803358 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1075 | 2024.11.14 00:19:40.803405 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1076 | 2024.11.14 00:19:40.803694 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1077 | 2024.11.14 00:19:40.803759 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1078 | 2024.11.14 00:19:40.803896 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1079 | 2024.11.14 00:19:40.803929 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1080 | 2024.11.14 00:19:40.803951 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1081 | 2024.11.14 00:19:40.803967 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1082 | 2024.11.14 00:19:40.804008 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1083 | 2024.11.14 00:19:40.804030 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1084 | 2024.11.14 00:19:40.804523 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001551 sec., 2578.9813023855577 rows/sec., 119.00 KiB/sec. | ||
| 1085 | 2024.11.14 00:19:40.804637 [ 255 ] {48a3a06b-81d0-413d-a289-b6e895b9f199} <Debug> TCPHandler: Processed in 0.001827036 sec. | ||
| 1086 | 2024.11.14 00:19:40.804873 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1087 | 2024.11.14 00:19:40.805052 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1088 | 2024.11.14 00:19:40.805367 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1089 | 2024.11.14 00:19:40.805413 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1090 | 2024.11.14 00:19:40.805710 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1091 | 2024.11.14 00:19:40.805774 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1092 | 2024.11.14 00:19:40.805911 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1093 | 2024.11.14 00:19:40.805943 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1094 | 2024.11.14 00:19:40.805965 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1095 | 2024.11.14 00:19:40.805982 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1096 | 2024.11.14 00:19:40.806025 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1097 | 2024.11.14 00:19:40.806046 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1098 | 2024.11.14 00:19:40.806540 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001568 sec., 2551.0204081632655 rows/sec., 117.71 KiB/sec. | ||
| 1099 | 2024.11.14 00:19:40.806656 [ 263 ] {e31d39fa-de1b-4b25-982a-fe85ac3494fd} <Debug> TCPHandler: Processed in 0.001843895 sec. | ||
| 1100 | 2024.11.14 00:19:40.806902 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1101 | 2024.11.14 00:19:40.807081 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1102 | 2024.11.14 00:19:40.807392 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1103 | 2024.11.14 00:19:40.807441 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1104 | 2024.11.14 00:19:40.807726 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1105 | 2024.11.14 00:19:40.807790 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1106 | 2024.11.14 00:19:40.807928 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1107 | 2024.11.14 00:19:40.807960 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1108 | 2024.11.14 00:19:40.807983 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1109 | 2024.11.14 00:19:40.808001 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1110 | 2024.11.14 00:19:40.808043 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1111 | 2024.11.14 00:19:40.808065 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1112 | 2024.11.14 00:19:40.808595 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001591 sec., 2514.14204902577 rows/sec., 116.01 KiB/sec. | ||
| 1113 | 2024.11.14 00:19:40.808714 [ 255 ] {d849b411-9049-4f59-a0ad-ed462e7288b5} <Debug> TCPHandler: Processed in 0.001872116 sec. | ||
| 1114 | 2024.11.14 00:19:40.808954 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1115 | 2024.11.14 00:19:40.809102 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1116 | 2024.11.14 00:19:40.809361 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1117 | 2024.11.14 00:19:40.809400 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1118 | 2024.11.14 00:19:40.809646 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1119 | 2024.11.14 00:19:40.809710 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1120 | 2024.11.14 00:19:40.809847 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1121 | 2024.11.14 00:19:40.809879 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1122 | 2024.11.14 00:19:40.809901 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1123 | 2024.11.14 00:19:40.809918 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1124 | 2024.11.14 00:19:40.809960 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1125 | 2024.11.14 00:19:40.809980 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1126 | 2024.11.14 00:19:40.810478 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00144 sec., 2777.777777777778 rows/sec., 128.17 KiB/sec. | ||
| 1127 | 2024.11.14 00:19:40.810589 [ 263 ] {490a4f62-9656-4cf8-8416-1ddfe2198da5} <Debug> TCPHandler: Processed in 0.001686144 sec. | ||
| 1128 | 2024.11.14 00:19:40.812434 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1129 | 2024.11.14 00:19:40.812619 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1130 | 2024.11.14 00:19:40.812894 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1131 | 2024.11.14 00:19:40.812935 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1132 | 2024.11.14 00:19:40.813193 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1133 | 2024.11.14 00:19:40.813258 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1134 | 2024.11.14 00:19:40.813398 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1135 | 2024.11.14 00:19:40.813431 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1136 | 2024.11.14 00:19:40.813453 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1137 | 2024.11.14 00:19:40.813472 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1138 | 2024.11.14 00:19:40.813514 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <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', 'http_service:request_latency_histogram'))" | ||
| 1139 | 2024.11.14 00:19:40.813537 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1140 | 2024.11.14 00:19:40.814099 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001562 sec., 2560.819462227913 rows/sec., 118.16 KiB/sec. | ||
| 1141 | 2024.11.14 00:19:40.814214 [ 255 ] {31638f2c-1023-424f-bb65-a9b848587757} <Debug> TCPHandler: Processed in 0.001841036 sec. | ||
| 1142 | 2024.11.14 00:19:40.814526 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1143 | 2024.11.14 00:19:40.814684 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 1144 | 2024.11.14 00:19:40.815010 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1145 | 2024.11.14 00:19:40.815058 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1146 | 2024.11.14 00:19:40.815379 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1147 | 2024.11.14 00:19:40.815456 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1148 | 2024.11.14 00:19:40.815625 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1149 | 2024.11.14 00:19:40.815663 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1150 | 2024.11.14 00:19:40.815685 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1151 | 2024.11.14 00:19:40.815701 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1152 | 2024.11.14 00:19:40.815743 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
| 1153 | 2024.11.14 00:19:40.815764 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1154 | 2024.11.14 00:19:40.816301 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00169 sec., 2366.8639053254437 rows/sec., 109.21 KiB/sec. | ||
| 1155 | 2024.11.14 00:19:40.816412 [ 263 ] {4187872b-ab45-401e-86cd-ffb21f14ede9} <Debug> TCPHandler: Processed in 0.001937068 sec. | ||
| 1156 | 2024.11.14 00:19:40.816959 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1157 | 2024.11.14 00:19:40.817144 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 1158 | 2024.11.14 00:19:40.817467 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1159 | 2024.11.14 00:19:40.817518 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1160 | 2024.11.14 00:19:40.817814 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1161 | 2024.11.14 00:19:40.817878 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1162 | 2024.11.14 00:19:40.818019 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1163 | 2024.11.14 00:19:40.818051 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1164 | 2024.11.14 00:19:40.818073 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1165 | 2024.11.14 00:19:40.818090 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1166 | 2024.11.14 00:19:40.818132 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1167 | 2024.11.14 00:19:40.818154 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1168 | 2024.11.14 00:19:40.818933 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001873 sec., 2135.611318739989 rows/sec., 98.54 KiB/sec. | ||
| 1169 | 2024.11.14 00:19:40.819061 [ 255 ] {aed0ba6f-944d-4117-8e77-21492fc77f8c} <Debug> TCPHandler: Processed in 0.00216181 sec. | ||
| 1170 | 2024.11.14 00:19:40.819342 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1171 | 2024.11.14 00:19:40.819525 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1172 | 2024.11.14 00:19:40.819820 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1173 | 2024.11.14 00:19:40.819861 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1174 | 2024.11.14 00:19:40.820126 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1175 | 2024.11.14 00:19:40.820189 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1176 | 2024.11.14 00:19:40.820327 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1177 | 2024.11.14 00:19:40.820359 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1178 | 2024.11.14 00:19:40.820381 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1179 | 2024.11.14 00:19:40.820397 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1180 | 2024.11.14 00:19:40.820439 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1181 | 2024.11.14 00:19:40.820461 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1182 | 2024.11.14 00:19:40.820979 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001539 sec., 2599.090318388564 rows/sec., 119.93 KiB/sec. | ||
| 1183 | 2024.11.14 00:19:40.821093 [ 263 ] {3edcd67b-7667-4342-9fd0-ecf9e7aaf880} <Debug> TCPHandler: Processed in 0.001813416 sec. | ||
| 1184 | 2024.11.14 00:19:40.821326 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1185 | 2024.11.14 00:19:40.821513 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1186 | 2024.11.14 00:19:40.821807 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1187 | 2024.11.14 00:19:40.821851 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1188 | 2024.11.14 00:19:40.822117 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1189 | 2024.11.14 00:19:40.822181 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1190 | 2024.11.14 00:19:40.822321 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1191 | 2024.11.14 00:19:40.822354 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1192 | 2024.11.14 00:19:40.822377 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1193 | 2024.11.14 00:19:40.822395 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1194 | 2024.11.14 00:19:40.822438 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1195 | 2024.11.14 00:19:40.822459 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1196 | 2024.11.14 00:19:40.823130 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001702 sec., 2350.1762632197415 rows/sec., 108.44 KiB/sec. | ||
| 1197 | 2024.11.14 00:19:40.823262 [ 255 ] {ee0f46d8-8352-4c4a-a0d7-388f0da9e6be} <Debug> TCPHandler: Processed in 0.001997278 sec. | ||
| 1198 | 2024.11.14 00:19:40.823627 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1199 | 2024.11.14 00:19:40.823811 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1200 | 2024.11.14 00:19:40.824139 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1201 | 2024.11.14 00:19:40.824189 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1202 | 2024.11.14 00:19:40.824518 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1203 | 2024.11.14 00:19:40.824596 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1204 | 2024.11.14 00:19:40.824750 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1205 | 2024.11.14 00:19:40.824782 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1206 | 2024.11.14 00:19:40.824805 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1207 | 2024.11.14 00:19:40.824821 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1208 | 2024.11.14 00:19:40.824863 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1209 | 2024.11.14 00:19:40.824884 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1210 | 2024.11.14 00:19:40.825395 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001668 sec., 2398.0815347721823 rows/sec., 110.65 KiB/sec. | ||
| 1211 | 2024.11.14 00:19:40.825515 [ 263 ] {963687d2-f856-487e-9993-75e469f9946a} <Debug> TCPHandler: Processed in 0.001949828 sec. | ||
| 1212 | 2024.11.14 00:19:40.825751 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1213 | 2024.11.14 00:19:40.825938 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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', 'http_service:request_latency_histogram', '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) | ||
| 1214 | 2024.11.14 00:19:40.826268 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1215 | 2024.11.14 00:19:40.826321 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1216 | 2024.11.14 00:19:40.826656 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1217 | 2024.11.14 00:19:40.826726 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1218 | 2024.11.14 00:19:40.826868 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1219 | 2024.11.14 00:19:40.826900 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1220 | 2024.11.14 00:19:40.826923 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1221 | 2024.11.14 00:19:40.826941 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1222 | 2024.11.14 00:19:40.826983 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1223 | 2024.11.14 00:19:40.827005 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1224 | 2024.11.14 00:19:40.827543 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00169 sec., 2366.8639053254437 rows/sec., 109.21 KiB/sec. | ||
| 1225 | 2024.11.14 00:19:40.827668 [ 255 ] {6cf5ea77-8b18-46b2-99d7-cfbcfa5230a0} <Debug> TCPHandler: Processed in 0.001978168 sec. | ||
| 1226 | 2024.11.14 00:19:40.827904 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1227 | 2024.11.14 00:19:40.828126 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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', 'http_service:request_latency_histogram', '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) | ||
| 1228 | 2024.11.14 00:19:40.828462 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1229 | 2024.11.14 00:19:40.828515 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <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', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 1230 | 2024.11.14 00:19:40.828842 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1231 | 2024.11.14 00:19:40.828907 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1232 | 2024.11.14 00:19:40.829044 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1233 | 2024.11.14 00:19:40.829076 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1234 | 2024.11.14 00:19:40.829098 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1235 | 2024.11.14 00:19:40.829114 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1236 | 2024.11.14 00:19:40.829157 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 1237 | 2024.11.14 00:19:40.829180 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1238 | 2024.11.14 00:19:40.829682 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001648 sec., 2427.1844660194174 rows/sec., 112.00 KiB/sec. | ||
| 1239 | 2024.11.14 00:19:40.829803 [ 263 ] {4f03f648-a141-444d-b957-f8f7063b487c} <Debug> TCPHandler: Processed in 0.001961018 sec. | ||
| 1240 | 2024.11.14 00:19:40.830053 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1241 | 2024.11.14 00:19:40.830245 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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', 'http_service:request_latency_histogram', '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) | ||
| 1242 | 2024.11.14 00:19:40.830584 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1243 | 2024.11.14 00:19:40.830636 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <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', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 1244 | 2024.11.14 00:19:40.830921 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1245 | 2024.11.14 00:19:40.830986 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1246 | 2024.11.14 00:19:40.831126 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1247 | 2024.11.14 00:19:40.831160 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1248 | 2024.11.14 00:19:40.831184 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1249 | 2024.11.14 00:19:40.831201 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1250 | 2024.11.14 00:19:40.831244 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 1251 | 2024.11.14 00:19:40.831269 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1252 | 2024.11.14 00:19:40.831785 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00163 sec., 2453.98773006135 rows/sec., 113.23 KiB/sec. | ||
| 1253 | 2024.11.14 00:19:40.831908 [ 255 ] {1b03ab61-ef4a-41b0-b4cf-f78567d119e4} <Debug> TCPHandler: Processed in 0.001917707 sec. | ||
| 1254 | 2024.11.14 00:19:40.832161 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1255 | 2024.11.14 00:19:40.832349 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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', 'http_service:request_latency_histogram', '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) | ||
| 1256 | 2024.11.14 00:19:40.832682 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1257 | 2024.11.14 00:19:40.832724 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <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', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 1258 | 2024.11.14 00:19:40.833004 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1259 | 2024.11.14 00:19:40.833067 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1260 | 2024.11.14 00:19:40.833205 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1261 | 2024.11.14 00:19:40.833236 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1262 | 2024.11.14 00:19:40.833258 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1263 | 2024.11.14 00:19:40.833274 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1264 | 2024.11.14 00:19:40.833315 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 1265 | 2024.11.14 00:19:40.833338 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1266 | 2024.11.14 00:19:40.833852 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001592 sec., 2512.5628140703516 rows/sec., 115.94 KiB/sec. | ||
| 1267 | 2024.11.14 00:19:40.833972 [ 263 ] {4989783f-7ae3-43ad-8268-4d3df06a46e7} <Debug> TCPHandler: Processed in 0.001873846 sec. | ||
| 1268 | 2024.11.14 00:19:40.834302 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1269 | 2024.11.14 00:19:40.834484 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) 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', 'http_service:request_latency_histogram', '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) | ||
| 1270 | 2024.11.14 00:19:40.834774 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1271 | 2024.11.14 00:19:40.834816 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <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', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 1272 | 2024.11.14 00:19:40.835152 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1273 | 2024.11.14 00:19:40.835218 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1274 | 2024.11.14 00:19:40.835360 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1275 | 2024.11.14 00:19:40.835394 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1276 | 2024.11.14 00:19:40.835416 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1277 | 2024.11.14 00:19:40.835433 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1278 | 2024.11.14 00:19:40.835476 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 1279 | 2024.11.14 00:19:40.835498 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1280 | 2024.11.14 00:19:40.836036 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001615 sec., 2476.780185758514 rows/sec., 114.29 KiB/sec. | ||
| 1281 | 2024.11.14 00:19:40.836152 [ 255 ] {dff59354-e3a5-495e-9da7-114b7e9664df} <Debug> TCPHandler: Processed in 0.001894117 sec. | ||
| 1282 | 2024.11.14 00:19:40.840426 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1283 | 2024.11.14 00:19:40.840617 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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', 'http_service:request_latency_histogram', '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) | ||
| 1284 | 2024.11.14 00:19:40.840955 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1285 | 2024.11.14 00:19:40.841009 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <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', 'http_service:request_latency_histogram', '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 | ||
| 1286 | 2024.11.14 00:19:40.841359 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1287 | 2024.11.14 00:19:40.841437 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1288 | 2024.11.14 00:19:40.841611 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1289 | 2024.11.14 00:19:40.841650 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1290 | 2024.11.14 00:19:40.841677 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1291 | 2024.11.14 00:19:40.841697 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1292 | 2024.11.14 00:19:40.841739 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 1293 | 2024.11.14 00:19:40.841762 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1294 | 2024.11.14 00:19:40.842437 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001912 sec., 2092.050209205021 rows/sec., 96.53 KiB/sec. | ||
| 1295 | 2024.11.14 00:19:40.842560 [ 263 ] {8985641f-b9e6-41e8-8e74-bc36b21b12c2} <Debug> TCPHandler: Processed in 0.002196551 sec. | ||
| 1296 | 2024.11.14 00:19:40.848513 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1297 | 2024.11.14 00:19:40.848655 [ 255 ] {bc2974c9-b3c4-4302-a096-4cbc0cf6da5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1298 | 2024.11.14 00:19:40.848713 [ 255 ] {bc2974c9-b3c4-4302-a096-4cbc0cf6da5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1299 | 2024.11.14 00:19:40.849542 [ 255 ] {bc2974c9-b3c4-4302-a096-4cbc0cf6da5d} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1300 | 2024.11.14 00:19:40.849598 [ 255 ] {bc2974c9-b3c4-4302-a096-4cbc0cf6da5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1301 | 2024.11.14 00:19:40.850201 [ 255 ] {bc2974c9-b3c4-4302-a096-4cbc0cf6da5d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1302 | 2024.11.14 00:19:40.850437 [ 255 ] {bc2974c9-b3c4-4302-a096-4cbc0cf6da5d} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1303 | 2024.11.14 00:19:40.850707 [ 255 ] {bc2974c9-b3c4-4302-a096-4cbc0cf6da5d} <Debug> executeQuery: Read 26 rows, 4.49 KiB in 0.00209 sec., 12440.19138755981 rows/sec., 2.10 MiB/sec. | ||
| 1304 | 2024.11.14 00:19:40.850869 [ 255 ] {bc2974c9-b3c4-4302-a096-4cbc0cf6da5d} <Debug> TCPHandler: Processed in 0.002417825 sec. | ||
| 1305 | 2024.11.14 00:19:40.851022 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1306 | 2024.11.14 00:19:40.851149 [ 263 ] {ed4fefaa-e1db-4234-aa13-3ad071f9941f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1307 | 2024.11.14 00:19:40.851201 [ 263 ] {ed4fefaa-e1db-4234-aa13-3ad071f9941f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1308 | 2024.11.14 00:19:40.852389 [ 263 ] {ed4fefaa-e1db-4234-aa13-3ad071f9941f} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1309 | 2024.11.14 00:19:40.852425 [ 263 ] {ed4fefaa-e1db-4234-aa13-3ad071f9941f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1310 | 2024.11.14 00:19:40.852784 [ 263 ] {ed4fefaa-e1db-4234-aa13-3ad071f9941f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1311 | 2024.11.14 00:19:40.853035 [ 263 ] {ed4fefaa-e1db-4234-aa13-3ad071f9941f} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1312 | 2024.11.14 00:19:40.853306 [ 263 ] {ed4fefaa-e1db-4234-aa13-3ad071f9941f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002167 sec., 6460.5445316105215 rows/sec., 465.07 KiB/sec. | ||
| 1313 | 2024.11.14 00:19:40.853376 [ 263 ] {ed4fefaa-e1db-4234-aa13-3ad071f9941f} <Debug> TCPHandler: Processed in 0.002416784 sec. | ||
| 1314 | 2024.11.14 00:19:40.853514 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1315 | 2024.11.14 00:19:40.853643 [ 255 ] {be7f396c-fd2d-4677-ac38-d8cafc2e7b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1316 | 2024.11.14 00:19:40.853698 [ 255 ] {be7f396c-fd2d-4677-ac38-d8cafc2e7b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1317 | 2024.11.14 00:19:40.854499 [ 255 ] {be7f396c-fd2d-4677-ac38-d8cafc2e7b6d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1318 | 2024.11.14 00:19:40.854546 [ 255 ] {be7f396c-fd2d-4677-ac38-d8cafc2e7b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1319 | 2024.11.14 00:19:40.854937 [ 255 ] {be7f396c-fd2d-4677-ac38-d8cafc2e7b6d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1320 | 2024.11.14 00:19:40.855190 [ 255 ] {be7f396c-fd2d-4677-ac38-d8cafc2e7b6d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1321 | 2024.11.14 00:19:40.855465 [ 255 ] {be7f396c-fd2d-4677-ac38-d8cafc2e7b6d} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.001849 sec., 116279.06976744186 rows/sec., 10.16 MiB/sec. | ||
| 1322 | 2024.11.14 00:19:40.855647 [ 255 ] {be7f396c-fd2d-4677-ac38-d8cafc2e7b6d} <Debug> TCPHandler: Processed in 0.002186841 sec. | ||
| 1323 | 2024.11.14 00:19:40.855835 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1324 | 2024.11.14 00:19:40.855939 [ 263 ] {efb3aad9-5175-4627-907f-7dff3f76d9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1325 | 2024.11.14 00:19:40.855984 [ 263 ] {efb3aad9-5175-4627-907f-7dff3f76d9f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1326 | 2024.11.14 00:19:40.856532 [ 263 ] {efb3aad9-5175-4627-907f-7dff3f76d9f0} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1327 | 2024.11.14 00:19:40.856571 [ 263 ] {efb3aad9-5175-4627-907f-7dff3f76d9f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1328 | 2024.11.14 00:19:40.856910 [ 263 ] {efb3aad9-5175-4627-907f-7dff3f76d9f0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1329 | 2024.11.14 00:19:40.857139 [ 263 ] {efb3aad9-5175-4627-907f-7dff3f76d9f0} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1330 | 2024.11.14 00:19:40.857344 [ 263 ] {efb3aad9-5175-4627-907f-7dff3f76d9f0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001427 sec., 10511.56271899089 rows/sec., 741.15 KiB/sec. | ||
| 1331 | 2024.11.14 00:19:40.857394 [ 263 ] {efb3aad9-5175-4627-907f-7dff3f76d9f0} <Debug> TCPHandler: Processed in 0.001609862 sec. | ||
| 1332 | 2024.11.14 00:19:40.857518 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1333 | 2024.11.14 00:19:40.857626 [ 255 ] {e916265c-d424-4d8a-86bb-fec2d334807f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1334 | 2024.11.14 00:19:40.857675 [ 255 ] {e916265c-d424-4d8a-86bb-fec2d334807f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1335 | 2024.11.14 00:19:40.858328 [ 255 ] {e916265c-d424-4d8a-86bb-fec2d334807f} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1336 | 2024.11.14 00:19:40.858376 [ 255 ] {e916265c-d424-4d8a-86bb-fec2d334807f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1337 | 2024.11.14 00:19:40.858770 [ 255 ] {e916265c-d424-4d8a-86bb-fec2d334807f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1338 | 2024.11.14 00:19:40.859025 [ 255 ] {e916265c-d424-4d8a-86bb-fec2d334807f} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1339 | 2024.11.14 00:19:40.859295 [ 255 ] {e916265c-d424-4d8a-86bb-fec2d334807f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001672 sec., 8373.205741626794 rows/sec., 586.40 KiB/sec. | ||
| 1340 | 2024.11.14 00:19:40.859416 [ 255 ] {e916265c-d424-4d8a-86bb-fec2d334807f} <Debug> TCPHandler: Processed in 0.001947397 sec. | ||
| 1341 | 2024.11.14 00:19:40.859548 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1342 | 2024.11.14 00:19:40.859652 [ 263 ] {ab22b7ff-1a72-434a-93ad-3891b8eca3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1343 | 2024.11.14 00:19:40.859702 [ 263 ] {ab22b7ff-1a72-434a-93ad-3891b8eca3a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1344 | 2024.11.14 00:19:40.860329 [ 263 ] {ab22b7ff-1a72-434a-93ad-3891b8eca3a4} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1345 | 2024.11.14 00:19:40.860375 [ 263 ] {ab22b7ff-1a72-434a-93ad-3891b8eca3a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1346 | 2024.11.14 00:19:40.860800 [ 263 ] {ab22b7ff-1a72-434a-93ad-3891b8eca3a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1347 | 2024.11.14 00:19:40.861041 [ 263 ] {ab22b7ff-1a72-434a-93ad-3891b8eca3a4} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1348 | 2024.11.14 00:19:40.861304 [ 263 ] {ab22b7ff-1a72-434a-93ad-3891b8eca3a4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001662 sec., 7821.901323706377 rows/sec., 487.69 KiB/sec. | ||
| 1349 | 2024.11.14 00:19:40.861359 [ 263 ] {ab22b7ff-1a72-434a-93ad-3891b8eca3a4} <Debug> TCPHandler: Processed in 0.001862186 sec. | ||
| 1350 | 2024.11.14 00:19:40.861492 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1351 | 2024.11.14 00:19:40.861597 [ 255 ] {46b23d54-efaa-4ba1-9e3f-d5655a0c51f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1352 | 2024.11.14 00:19:40.861644 [ 255 ] {46b23d54-efaa-4ba1-9e3f-d5655a0c51f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1353 | 2024.11.14 00:19:40.862787 [ 255 ] {46b23d54-efaa-4ba1-9e3f-d5655a0c51f9} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1354 | 2024.11.14 00:19:40.862827 [ 255 ] {46b23d54-efaa-4ba1-9e3f-d5655a0c51f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1355 | 2024.11.14 00:19:40.863255 [ 255 ] {46b23d54-efaa-4ba1-9e3f-d5655a0c51f9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1356 | 2024.11.14 00:19:40.863506 [ 255 ] {46b23d54-efaa-4ba1-9e3f-d5655a0c51f9} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1357 | 2024.11.14 00:19:40.863717 [ 255 ] {46b23d54-efaa-4ba1-9e3f-d5655a0c51f9} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002143 sec., 178254.7830144657 rows/sec., 12.61 MiB/sec. | ||
| 1358 | 2024.11.14 00:19:40.863772 [ 255 ] {46b23d54-efaa-4ba1-9e3f-d5655a0c51f9} <Debug> TCPHandler: Processed in 0.002329743 sec. | ||
| 1359 | 2024.11.14 00:19:40.863909 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1360 | 2024.11.14 00:19:40.864033 [ 263 ] {ac97f05c-a1c8-4a7e-8c7f-00308fca0849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1361 | 2024.11.14 00:19:40.864092 [ 263 ] {ac97f05c-a1c8-4a7e-8c7f-00308fca0849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1362 | 2024.11.14 00:19:40.864624 [ 263 ] {ac97f05c-a1c8-4a7e-8c7f-00308fca0849} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1363 | 2024.11.14 00:19:40.864670 [ 263 ] {ac97f05c-a1c8-4a7e-8c7f-00308fca0849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1364 | 2024.11.14 00:19:40.865024 [ 263 ] {ac97f05c-a1c8-4a7e-8c7f-00308fca0849} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1365 | 2024.11.14 00:19:40.865258 [ 263 ] {ac97f05c-a1c8-4a7e-8c7f-00308fca0849} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1366 | 2024.11.14 00:19:40.865518 [ 263 ] {ac97f05c-a1c8-4a7e-8c7f-00308fca0849} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 209.54 KiB/sec. | ||
| 1367 | 2024.11.14 00:19:40.865581 [ 263 ] {ac97f05c-a1c8-4a7e-8c7f-00308fca0849} <Debug> TCPHandler: Processed in 0.001733275 sec. | ||
| 1368 | 2024.11.14 00:19:40.865726 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1369 | 2024.11.14 00:19:40.865855 [ 255 ] {ead6e37a-057f-4427-85a1-622e6b9fee70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1370 | 2024.11.14 00:19:40.865916 [ 255 ] {ead6e37a-057f-4427-85a1-622e6b9fee70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1371 | 2024.11.14 00:19:40.866535 [ 255 ] {ead6e37a-057f-4427-85a1-622e6b9fee70} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1372 | 2024.11.14 00:19:40.866580 [ 255 ] {ead6e37a-057f-4427-85a1-622e6b9fee70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1373 | 2024.11.14 00:19:40.867047 [ 255 ] {ead6e37a-057f-4427-85a1-622e6b9fee70} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1374 | 2024.11.14 00:19:40.867291 [ 255 ] {ead6e37a-057f-4427-85a1-622e6b9fee70} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1375 | 2024.11.14 00:19:40.867480 [ 255 ] {ead6e37a-057f-4427-85a1-622e6b9fee70} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001654 sec., 137243.04715840388 rows/sec., 9.15 MiB/sec. | ||
| 1376 | 2024.11.14 00:19:40.867532 [ 255 ] {ead6e37a-057f-4427-85a1-622e6b9fee70} <Debug> TCPHandler: Processed in 0.001868086 sec. | ||
| 1377 | 2024.11.14 00:19:40.867658 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1378 | 2024.11.14 00:19:40.867784 [ 263 ] {6cf368ac-e74a-46a3-b306-5b52424153c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1379 | 2024.11.14 00:19:40.867840 [ 263 ] {6cf368ac-e74a-46a3-b306-5b52424153c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1380 | 2024.11.14 00:19:40.868343 [ 263 ] {6cf368ac-e74a-46a3-b306-5b52424153c9} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1381 | 2024.11.14 00:19:40.868388 [ 263 ] {6cf368ac-e74a-46a3-b306-5b52424153c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1382 | 2024.11.14 00:19:40.868823 [ 263 ] {6cf368ac-e74a-46a3-b306-5b52424153c9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1383 | 2024.11.14 00:19:40.869055 [ 263 ] {6cf368ac-e74a-46a3-b306-5b52424153c9} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1384 | 2024.11.14 00:19:40.869332 [ 263 ] {6cf368ac-e74a-46a3-b306-5b52424153c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001548 sec., 645.9948320413437 rows/sec., 43.53 KiB/sec. | ||
| 1385 | 2024.11.14 00:19:40.869482 [ 263 ] {6cf368ac-e74a-46a3-b306-5b52424153c9} <Debug> TCPHandler: Processed in 0.001876266 sec. | ||
| 1386 | 2024.11.14 00:19:40.869615 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1387 | 2024.11.14 00:19:40.869738 [ 255 ] {7c766ed3-d98c-4914-a84e-4d8d6628b700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1388 | 2024.11.14 00:19:40.869816 [ 255 ] {7c766ed3-d98c-4914-a84e-4d8d6628b700} <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 | ||
| 1389 | 2024.11.14 00:19:40.870940 [ 255 ] {7c766ed3-d98c-4914-a84e-4d8d6628b700} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1390 | 2024.11.14 00:19:40.870980 [ 255 ] {7c766ed3-d98c-4914-a84e-4d8d6628b700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1391 | 2024.11.14 00:19:40.871615 [ 255 ] {7c766ed3-d98c-4914-a84e-4d8d6628b700} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1392 | 2024.11.14 00:19:40.871885 [ 255 ] {7c766ed3-d98c-4914-a84e-4d8d6628b700} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1393 | 2024.11.14 00:19:40.872117 [ 255 ] {7c766ed3-d98c-4914-a84e-4d8d6628b700} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002408 sec., 3322.2591362126245 rows/sec., 5.95 MiB/sec. | ||
| 1394 | 2024.11.14 00:19:40.872209 [ 255 ] {7c766ed3-d98c-4914-a84e-4d8d6628b700} <Debug> TCPHandler: Processed in 0.002644877 sec. | ||
| 1395 | 2024.11.14 00:19:40.872347 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1396 | 2024.11.14 00:19:40.872472 [ 263 ] {ccd4788f-0911-4993-913f-6e99352b6432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1397 | 2024.11.14 00:19:40.872526 [ 263 ] {ccd4788f-0911-4993-913f-6e99352b6432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1398 | 2024.11.14 00:19:40.872972 [ 263 ] {ccd4788f-0911-4993-913f-6e99352b6432} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1399 | 2024.11.14 00:19:40.873010 [ 263 ] {ccd4788f-0911-4993-913f-6e99352b6432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1400 | 2024.11.14 00:19:40.873373 [ 263 ] {ccd4788f-0911-4993-913f-6e99352b6432} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1401 | 2024.11.14 00:19:40.873608 [ 263 ] {ccd4788f-0911-4993-913f-6e99352b6432} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1402 | 2024.11.14 00:19:40.873874 [ 263 ] {ccd4788f-0911-4993-913f-6e99352b6432} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001421 sec., 50668.54327938072 rows/sec., 3.23 MiB/sec. | ||
| 1403 | 2024.11.14 00:19:40.873942 [ 263 ] {ccd4788f-0911-4993-913f-6e99352b6432} <Debug> TCPHandler: Processed in 0.001657123 sec. | ||
| 1404 | 2024.11.14 00:19:45.746806 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1405 | 2024.11.14 00:19:45.747017 [ 255 ] {261a7c24-2f1b-4907-b9e2-576b9b2ee637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1406 | 2024.11.14 00:19:45.747092 [ 255 ] {261a7c24-2f1b-4907-b9e2-576b9b2ee637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1407 | 2024.11.14 00:19:45.747838 [ 255 ] {261a7c24-2f1b-4907-b9e2-576b9b2ee637} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1408 | 2024.11.14 00:19:45.747888 [ 255 ] {261a7c24-2f1b-4907-b9e2-576b9b2ee637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1409 | 2024.11.14 00:19:45.748356 [ 255 ] {261a7c24-2f1b-4907-b9e2-576b9b2ee637} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1410 | 2024.11.14 00:19:45.748622 [ 255 ] {261a7c24-2f1b-4907-b9e2-576b9b2ee637} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1411 | 2024.11.14 00:19:45.748862 [ 255 ] {261a7c24-2f1b-4907-b9e2-576b9b2ee637} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001899 sec., 27382.83307003686 rows/sec., 2.09 MiB/sec. | ||
| 1412 | 2024.11.14 00:19:45.748920 [ 255 ] {261a7c24-2f1b-4907-b9e2-576b9b2ee637} <Debug> TCPHandler: Processed in 0.002243352 sec. | ||
| 1413 | 2024.11.14 00:19:45.749080 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1414 | 2024.11.14 00:19:45.749191 [ 263 ] {b821f2d6-e1c6-4e69-8d8e-cb98148bd865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1415 | 2024.11.14 00:19:45.749237 [ 263 ] {b821f2d6-e1c6-4e69-8d8e-cb98148bd865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1416 | 2024.11.14 00:19:45.749778 [ 263 ] {b821f2d6-e1c6-4e69-8d8e-cb98148bd865} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1417 | 2024.11.14 00:19:45.749817 [ 263 ] {b821f2d6-e1c6-4e69-8d8e-cb98148bd865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1418 | 2024.11.14 00:19:45.750201 [ 263 ] {b821f2d6-e1c6-4e69-8d8e-cb98148bd865} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1419 | 2024.11.14 00:19:45.750440 [ 263 ] {b821f2d6-e1c6-4e69-8d8e-cb98148bd865} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1420 | 2024.11.14 00:19:45.750651 [ 263 ] {b821f2d6-e1c6-4e69-8d8e-cb98148bd865} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001482 sec., 37786.77462887989 rows/sec., 2.95 MiB/sec. | ||
| 1421 | 2024.11.14 00:19:45.750703 [ 263 ] {b821f2d6-e1c6-4e69-8d8e-cb98148bd865} <Debug> TCPHandler: Processed in 0.001680033 sec. | ||
| 1422 | 2024.11.14 00:19:45.750828 [ 255 ] {} <Trace> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1423 | 2024.11.14 00:19:45.750955 [ 255 ] {c030a45b-4ba2-4239-bb6b-1e7a7c740914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54434) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1424 | 2024.11.14 00:19:45.751014 [ 255 ] {c030a45b-4ba2-4239-bb6b-1e7a7c740914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1425 | 2024.11.14 00:19:45.751635 [ 255 ] {c030a45b-4ba2-4239-bb6b-1e7a7c740914} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1426 | 2024.11.14 00:19:45.751683 [ 255 ] {c030a45b-4ba2-4239-bb6b-1e7a7c740914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1427 | 2024.11.14 00:19:45.752124 [ 255 ] {c030a45b-4ba2-4239-bb6b-1e7a7c740914} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1428 | 2024.11.14 00:19:45.752378 [ 255 ] {c030a45b-4ba2-4239-bb6b-1e7a7c740914} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1429 | 2024.11.14 00:19:45.752621 [ 255 ] {c030a45b-4ba2-4239-bb6b-1e7a7c740914} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001691 sec., 88704.90833826139 rows/sec., 6.15 MiB/sec. | ||
| 1430 | 2024.11.14 00:19:45.752762 [ 255 ] {c030a45b-4ba2-4239-bb6b-1e7a7c740914} <Debug> TCPHandler: Processed in 0.001979968 sec. | ||
| 1431 | 2024.11.14 00:19:45.752917 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1432 | 2024.11.14 00:19:45.753046 [ 263 ] {ca3ae4d9-c984-4c48-a479-9982d2fe5d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1433 | 2024.11.14 00:19:45.753101 [ 263 ] {ca3ae4d9-c984-4c48-a479-9982d2fe5d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1434 | 2024.11.14 00:19:45.753656 [ 263 ] {ca3ae4d9-c984-4c48-a479-9982d2fe5d67} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1435 | 2024.11.14 00:19:45.753702 [ 263 ] {ca3ae4d9-c984-4c48-a479-9982d2fe5d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1436 | 2024.11.14 00:19:45.754098 [ 263 ] {ca3ae4d9-c984-4c48-a479-9982d2fe5d67} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1437 | 2024.11.14 00:19:45.754336 [ 263 ] {ca3ae4d9-c984-4c48-a479-9982d2fe5d67} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1438 | 2024.11.14 00:19:45.754523 [ 263 ] {ca3ae4d9-c984-4c48-a479-9982d2fe5d67} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001508 sec., 33156.498673740054 rows/sec., 2.27 MiB/sec. | ||
| 1439 | 2024.11.14 00:19:45.754578 [ 263 ] {ca3ae4d9-c984-4c48-a479-9982d2fe5d67} <Debug> TCPHandler: Processed in 0.001723775 sec. | ||
| 1440 | 2024.11.14 00:19:47.050514 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45603, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1441 | 2024.11.14 00:19:47.286382 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1442 | 2024.11.14 00:19:47.402822 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56991, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1443 | 2024.11.14 00:19:47.407184 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39640, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1444 | 2024.11.14 00:19:47.549526 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37900, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1445 | 2024.11.14 00:19:47.561887 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1446 | 2024.11.14 00:19:47.571171 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1447 | 2024.11.14 00:19:47.575395 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1448 | 2024.11.14 00:19:48.979581 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1449 | 2024.11.14 00:19:48.979646 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1450 | 2024.11.14 00:19:49.049025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 84 entries to flush up to offset 212 | ||
| 1451 | 2024.11.14 00:19:49.053938 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1452 | 2024.11.14 00:19:49.053992 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1453 | 2024.11.14 00:19:49.055883 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1454 | 2024.11.14 00:19:49.056197 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1455 | 2024.11.14 00:19:49.056681 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 212 | ||
| 1456 | 2024.11.14 00:19:50.045490 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65270, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1457 | 2024.11.14 00:19:50.269932 [ 255 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1458 | 2024.11.14 00:19:50.270025 [ 255 ] {} <Debug> TCP-Session: 06e47303-688a-4b69-81bd-3d166c740e18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1459 | 2024.11.14 00:19:50.711055 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1460 | 2024.11.14 00:19:50.734534 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1461 | 2024.11.14 00:19:50.754174 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1462 | 2024.11.14 00:19:50.754333 [ 263 ] {de434dd3-5eb5-4575-823a-f7843dd3d695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1463 | 2024.11.14 00:19:50.754401 [ 263 ] {de434dd3-5eb5-4575-823a-f7843dd3d695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1464 | 2024.11.14 00:19:50.755160 [ 263 ] {de434dd3-5eb5-4575-823a-f7843dd3d695} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1465 | 2024.11.14 00:19:50.755205 [ 263 ] {de434dd3-5eb5-4575-823a-f7843dd3d695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1466 | 2024.11.14 00:19:50.755592 [ 263 ] {de434dd3-5eb5-4575-823a-f7843dd3d695} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1467 | 2024.11.14 00:19:50.755825 [ 263 ] {de434dd3-5eb5-4575-823a-f7843dd3d695} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1468 | 2024.11.14 00:19:50.756062 [ 263 ] {de434dd3-5eb5-4575-823a-f7843dd3d695} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001827 sec., 7662.835249042146 rows/sec., 551.62 KiB/sec. | ||
| 1469 | 2024.11.14 00:19:50.756269 [ 263 ] {de434dd3-5eb5-4575-823a-f7843dd3d695} <Debug> TCPHandler: Processed in 0.002204651 sec. | ||
| 1470 | 2024.11.14 00:19:50.756560 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1471 | 2024.11.14 00:19:50.756761 [ 261 ] {57e0409b-f3da-44c5-98d7-c75383e4fce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1472 | 2024.11.14 00:19:50.756863 [ 261 ] {57e0409b-f3da-44c5-98d7-c75383e4fce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1473 | 2024.11.14 00:19:50.757726 [ 261 ] {57e0409b-f3da-44c5-98d7-c75383e4fce2} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1474 | 2024.11.14 00:19:50.757771 [ 261 ] {57e0409b-f3da-44c5-98d7-c75383e4fce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1475 | 2024.11.14 00:19:50.758215 [ 261 ] {57e0409b-f3da-44c5-98d7-c75383e4fce2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1476 | 2024.11.14 00:19:50.758465 [ 261 ] {57e0409b-f3da-44c5-98d7-c75383e4fce2} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1477 | 2024.11.14 00:19:50.758675 [ 73 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1478 | 2024.11.14 00:19:50.758740 [ 261 ] {57e0409b-f3da-44c5-98d7-c75383e4fce2} <Debug> executeQuery: Read 257 rows, 23.17 KiB in 0.002032 sec., 126476.37795275591 rows/sec., 11.13 MiB/sec. | ||
| 1479 | 2024.11.14 00:19:50.758819 [ 73 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1480 | 2024.11.14 00:19:50.758844 [ 261 ] {57e0409b-f3da-44c5-98d7-c75383e4fce2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1481 | 2024.11.14 00:19:50.758878 [ 261 ] {57e0409b-f3da-44c5-98d7-c75383e4fce2} <Debug> TCPHandler: Processed in 0.002477555 sec. | ||
| 1482 | 2024.11.14 00:19:50.758886 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1483 | 2024.11.14 00:19:50.759136 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1484 | 2024.11.14 00:19:50.759371 [ 263 ] {171233a0-0a54-4746-a4dd-344f37cdff9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1485 | 2024.11.14 00:19:50.759433 [ 263 ] {171233a0-0a54-4746-a4dd-344f37cdff9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1486 | 2024.11.14 00:19:50.760134 [ 263 ] {171233a0-0a54-4746-a4dd-344f37cdff9c} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1487 | 2024.11.14 00:19:50.760173 [ 263 ] {171233a0-0a54-4746-a4dd-344f37cdff9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1488 | 2024.11.14 00:19:50.760531 [ 263 ] {171233a0-0a54-4746-a4dd-344f37cdff9c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1489 | 2024.11.14 00:19:50.760763 [ 263 ] {171233a0-0a54-4746-a4dd-344f37cdff9c} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2024.11.14 00:19:50.761112 [ 263 ] {171233a0-0a54-4746-a4dd-344f37cdff9c} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.00174 sec., 20689.655172413793 rows/sec., 1.48 MiB/sec. | ||
| 1491 | 2024.11.14 00:19:50.761356 [ 263 ] {171233a0-0a54-4746-a4dd-344f37cdff9c} <Debug> TCPHandler: Processed in 0.002368313 sec. | ||
| 1492 | 2024.11.14 00:19:50.761547 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1493 | 2024.11.14 00:19:50.761687 [ 261 ] {10fad9c8-ca69-48c6-82c2-af3a60612219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1494 | 2024.11.14 00:19:50.761744 [ 261 ] {10fad9c8-ca69-48c6-82c2-af3a60612219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1495 | 2024.11.14 00:19:50.762360 [ 261 ] {10fad9c8-ca69-48c6-82c2-af3a60612219} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1496 | 2024.11.14 00:19:50.762400 [ 261 ] {10fad9c8-ca69-48c6-82c2-af3a60612219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1497 | 2024.11.14 00:19:50.762743 [ 261 ] {10fad9c8-ca69-48c6-82c2-af3a60612219} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1498 | 2024.11.14 00:19:50.763007 [ 261 ] {10fad9c8-ca69-48c6-82c2-af3a60612219} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1499 | 2024.11.14 00:19:50.763288 [ 261 ] {10fad9c8-ca69-48c6-82c2-af3a60612219} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001604 sec., 8728.179551122195 rows/sec., 611.26 KiB/sec. | ||
| 1500 | 2024.11.14 00:19:50.763376 [ 261 ] {10fad9c8-ca69-48c6-82c2-af3a60612219} <Debug> TCPHandler: Processed in 0.001890406 sec. | ||
| 1501 | 2024.11.14 00:19:50.763437 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 1502 | 2024.11.14 00:19:50.763546 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1503 | 2024.11.14 00:19:50.763749 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1504 | 2024.11.14 00:19:50.763765 [ 263 ] {e56233f2-4eb7-45de-9e27-971618182a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1505 | 2024.11.14 00:19:50.763838 [ 263 ] {e56233f2-4eb7-45de-9e27-971618182a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1506 | 2024.11.14 00:19:50.763965 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
| 1507 | 2024.11.14 00:19:50.764305 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 42 rows starting from the beginning of the part | ||
| 1508 | 2024.11.14 00:19:50.764831 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part | ||
| 1509 | 2024.11.14 00:19:50.765075 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 215 rows starting from the beginning of the part | ||
| 1510 | 2024.11.14 00:19:50.765429 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part | ||
| 1511 | 2024.11.14 00:19:50.765750 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 257 rows starting from the beginning of the part | ||
| 1512 | 2024.11.14 00:19:50.766442 [ 263 ] {e56233f2-4eb7-45de-9e27-971618182a77} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1513 | 2024.11.14 00:19:50.766496 [ 263 ] {e56233f2-4eb7-45de-9e27-971618182a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1514 | 2024.11.14 00:19:50.767405 [ 263 ] {e56233f2-4eb7-45de-9e27-971618182a77} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1515 | 2024.11.14 00:19:50.767969 [ 263 ] {e56233f2-4eb7-45de-9e27-971618182a77} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1516 | 2024.11.14 00:19:50.768934 [ 263 ] {e56233f2-4eb7-45de-9e27-971618182a77} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005202 sec., 2499.038831218762 rows/sec., 155.81 KiB/sec. | ||
| 1517 | 2024.11.14 00:19:50.769309 [ 263 ] {e56233f2-4eb7-45de-9e27-971618182a77} <Debug> TCPHandler: Processed in 0.005834132 sec. | ||
| 1518 | 2024.11.14 00:19:50.769418 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 5 columns (5 merged, 0 gathered) in 0.010361095 sec., 61769.53304645889 rows/sec., 5.64 MiB/sec. | ||
| 1519 | 2024.11.14 00:19:50.769507 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1520 | 2024.11.14 00:19:50.769679 [ 261 ] {76cb8ada-ac92-4fcf-9b77-51692ffd14f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1521 | 2024.11.14 00:19:50.769726 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1522 | 2024.11.14 00:19:50.769781 [ 261 ] {76cb8ada-ac92-4fcf-9b77-51692ffd14f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1523 | 2024.11.14 00:19:50.770418 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_6_1} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1524 | 2024.11.14 00:19:50.770585 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_6_1} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1525 | 2024.11.14 00:19:50.770719 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1526 | 2024.11.14 00:19:50.771044 [ 261 ] {76cb8ada-ac92-4fcf-9b77-51692ffd14f7} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1527 | 2024.11.14 00:19:50.771089 [ 261 ] {76cb8ada-ac92-4fcf-9b77-51692ffd14f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1528 | 2024.11.14 00:19:50.771481 [ 261 ] {76cb8ada-ac92-4fcf-9b77-51692ffd14f7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1529 | 2024.11.14 00:19:50.771723 [ 261 ] {76cb8ada-ac92-4fcf-9b77-51692ffd14f7} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1530 | 2024.11.14 00:19:50.771882 [ 73 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1531 | 2024.11.14 00:19:50.771940 [ 73 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1532 | 2024.11.14 00:19:50.771970 [ 261 ] {76cb8ada-ac92-4fcf-9b77-51692ffd14f7} <Debug> executeQuery: Read 403 rows, 29.36 KiB in 0.002327 sec., 173184.35754189943 rows/sec., 12.32 MiB/sec. | ||
| 1533 | 2024.11.14 00:19:50.771974 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1534 | 2024.11.14 00:19:50.772134 [ 261 ] {76cb8ada-ac92-4fcf-9b77-51692ffd14f7} <Debug> TCPHandler: Processed in 0.002714029 sec. | ||
| 1535 | 2024.11.14 00:19:50.772428 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1536 | 2024.11.14 00:19:50.772506 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 1537 | 2024.11.14 00:19:50.772648 [ 263 ] {ea9eb7cc-2b60-4e1f-b518-58e032107f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1538 | 2024.11.14 00:19:50.772663 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1539 | 2024.11.14 00:19:50.772701 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1540 | 2024.11.14 00:19:50.772721 [ 263 ] {ea9eb7cc-2b60-4e1f-b518-58e032107f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1541 | 2024.11.14 00:19:50.772925 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
| 1542 | 2024.11.14 00:19:50.773242 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part | ||
| 1543 | 2024.11.14 00:19:50.773532 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 382 rows starting from the beginning of the part | ||
| 1544 | 2024.11.14 00:19:50.773738 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 1545 | 2024.11.14 00:19:50.773896 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 403 rows starting from the beginning of the part | ||
| 1546 | 2024.11.14 00:19:50.774584 [ 263 ] {ea9eb7cc-2b60-4e1f-b518-58e032107f57} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1547 | 2024.11.14 00:19:50.774628 [ 263 ] {ea9eb7cc-2b60-4e1f-b518-58e032107f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1548 | 2024.11.14 00:19:50.775216 [ 263 ] {ea9eb7cc-2b60-4e1f-b518-58e032107f57} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1549 | 2024.11.14 00:19:50.775598 [ 263 ] {ea9eb7cc-2b60-4e1f-b518-58e032107f57} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1550 | 2024.11.14 00:19:50.775676 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 912 rows, containing 5 columns (5 merged, 0 gathered) in 0.00352901 sec., 258429.4178820689 rows/sec., 19.59 MiB/sec. | ||
| 1551 | 2024.11.14 00:19:50.776029 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1552 | 2024.11.14 00:19:50.776048 [ 263 ] {ea9eb7cc-2b60-4e1f-b518-58e032107f57} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003443 sec., 1742.6662794074934 rows/sec., 91.05 KiB/sec. | ||
| 1553 | 2024.11.14 00:19:50.776215 [ 263 ] {ea9eb7cc-2b60-4e1f-b518-58e032107f57} <Debug> TCPHandler: Processed in 0.003959436 sec. | ||
| 1554 | 2024.11.14 00:19:50.776426 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1555 | 2024.11.14 00:19:50.776563 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_6_1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1556 | 2024.11.14 00:19:50.776644 [ 261 ] {428b0a4b-3208-4fad-a00c-34296bc7f836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1557 | 2024.11.14 00:19:50.776749 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_6_1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1558 | 2024.11.14 00:19:50.776765 [ 261 ] {428b0a4b-3208-4fad-a00c-34296bc7f836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1559 | 2024.11.14 00:19:50.776931 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1560 | 2024.11.14 00:19:50.777502 [ 261 ] {428b0a4b-3208-4fad-a00c-34296bc7f836} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1561 | 2024.11.14 00:19:50.777546 [ 261 ] {428b0a4b-3208-4fad-a00c-34296bc7f836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1562 | 2024.11.14 00:19:50.777966 [ 261 ] {428b0a4b-3208-4fad-a00c-34296bc7f836} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1563 | 2024.11.14 00:19:50.778207 [ 261 ] {428b0a4b-3208-4fad-a00c-34296bc7f836} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1564 | 2024.11.14 00:19:50.778436 [ 261 ] {428b0a4b-3208-4fad-a00c-34296bc7f836} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001859 sec., 122108.66057019903 rows/sec., 8.14 MiB/sec. | ||
| 1565 | 2024.11.14 00:19:50.778489 [ 261 ] {428b0a4b-3208-4fad-a00c-34296bc7f836} <Debug> TCPHandler: Processed in 0.00216131 sec. | ||
| 1566 | 2024.11.14 00:19:50.778629 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1567 | 2024.11.14 00:19:50.778746 [ 263 ] {52833d68-5f68-423b-827c-1b69262c65aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1568 | 2024.11.14 00:19:50.778800 [ 263 ] {52833d68-5f68-423b-827c-1b69262c65aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1569 | 2024.11.14 00:19:50.779258 [ 263 ] {52833d68-5f68-423b-827c-1b69262c65aa} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1570 | 2024.11.14 00:19:50.779297 [ 263 ] {52833d68-5f68-423b-827c-1b69262c65aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1571 | 2024.11.14 00:19:50.779657 [ 263 ] {52833d68-5f68-423b-827c-1b69262c65aa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1572 | 2024.11.14 00:19:50.779897 [ 263 ] {52833d68-5f68-423b-827c-1b69262c65aa} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1573 | 2024.11.14 00:19:50.780070 [ 263 ] {52833d68-5f68-423b-827c-1b69262c65aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001349 sec., 741.2898443291327 rows/sec., 49.95 KiB/sec. | ||
| 1574 | 2024.11.14 00:19:50.780119 [ 263 ] {52833d68-5f68-423b-827c-1b69262c65aa} <Debug> TCPHandler: Processed in 0.001544482 sec. | ||
| 1575 | 2024.11.14 00:19:50.780261 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1576 | 2024.11.14 00:19:50.780398 [ 261 ] {c216215d-e4d8-424c-94a3-5b072c5c7c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1577 | 2024.11.14 00:19:50.780489 [ 261 ] {c216215d-e4d8-424c-94a3-5b072c5c7c24} <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 | ||
| 1578 | 2024.11.14 00:19:50.781777 [ 261 ] {c216215d-e4d8-424c-94a3-5b072c5c7c24} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1579 | 2024.11.14 00:19:50.781817 [ 261 ] {c216215d-e4d8-424c-94a3-5b072c5c7c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1580 | 2024.11.14 00:19:50.782466 [ 261 ] {c216215d-e4d8-424c-94a3-5b072c5c7c24} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1581 | 2024.11.14 00:19:50.782720 [ 261 ] {c216215d-e4d8-424c-94a3-5b072c5c7c24} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1582 | 2024.11.14 00:19:50.783049 [ 261 ] {c216215d-e4d8-424c-94a3-5b072c5c7c24} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002673 sec., 10849.233071455294 rows/sec., 19.44 MiB/sec. | ||
| 1583 | 2024.11.14 00:19:50.783144 [ 261 ] {c216215d-e4d8-424c-94a3-5b072c5c7c24} <Debug> TCPHandler: Processed in 0.002948192 sec. | ||
| 1584 | 2024.11.14 00:19:50.783348 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1585 | 2024.11.14 00:19:50.783489 [ 263 ] {ce55ac5c-b674-46c5-bde5-f009472fd99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1586 | 2024.11.14 00:19:50.783551 [ 263 ] {ce55ac5c-b674-46c5-bde5-f009472fd99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1587 | 2024.11.14 00:19:50.784105 [ 263 ] {ce55ac5c-b674-46c5-bde5-f009472fd99d} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1588 | 2024.11.14 00:19:50.784144 [ 263 ] {ce55ac5c-b674-46c5-bde5-f009472fd99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1589 | 2024.11.14 00:19:50.784535 [ 263 ] {ce55ac5c-b674-46c5-bde5-f009472fd99d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1590 | 2024.11.14 00:19:50.784783 [ 263 ] {ce55ac5c-b674-46c5-bde5-f009472fd99d} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1591 | 2024.11.14 00:19:50.785110 [ 263 ] {ce55ac5c-b674-46c5-bde5-f009472fd99d} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001626 sec., 44280.44280442804 rows/sec., 2.82 MiB/sec. | ||
| 1592 | 2024.11.14 00:19:50.785271 [ 263 ] {ce55ac5c-b674-46c5-bde5-f009472fd99d} <Debug> TCPHandler: Processed in 0.001990048 sec. | ||
| 1593 | 2024.11.14 00:19:50.875169 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1594 | 2024.11.14 00:19:50.877851 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1595 | 2024.11.14 00:19:50.914737 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1596 | 2024.11.14 00:19:50.917074 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1597 | 2024.11.14 00:19:50.948653 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53985, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1598 | 2024.11.14 00:19:50.956040 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1599 | 2024.11.14 00:19:51.670066 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1600 | 2024.11.14 00:19:51.696606 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1601 | 2024.11.14 00:19:51.700358 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43670, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1602 | 2024.11.14 00:19:51.714359 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42684, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1603 | 2024.11.14 00:19:51.731767 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1604 | 2024.11.14 00:19:51.738054 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1605 | 2024.11.14 00:19:51.740445 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1606 | 2024.11.14 00:19:51.753984 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60303, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1607 | 2024.11.14 00:19:52.194225 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1608 | 2024.11.14 00:19:52.194260 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1609 | 2024.11.14 00:19:52.371760 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1610 | 2024.11.14 00:19:52.395109 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1611 | 2024.11.14 00:19:52.478131 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1612 | 2024.11.14 00:19:52.480512 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50432, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1613 | 2024.11.14 00:19:52.496876 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1614 | 2024.11.14 00:19:55.746512 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1615 | 2024.11.14 00:19:55.746709 [ 263 ] {ebf123be-b414-4112-8c76-42340794cfe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1616 | 2024.11.14 00:19:55.746780 [ 263 ] {ebf123be-b414-4112-8c76-42340794cfe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1617 | 2024.11.14 00:19:55.747533 [ 263 ] {ebf123be-b414-4112-8c76-42340794cfe8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1618 | 2024.11.14 00:19:55.747579 [ 263 ] {ebf123be-b414-4112-8c76-42340794cfe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1619 | 2024.11.14 00:19:55.747998 [ 263 ] {ebf123be-b414-4112-8c76-42340794cfe8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1620 | 2024.11.14 00:19:55.748245 [ 263 ] {ebf123be-b414-4112-8c76-42340794cfe8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1621 | 2024.11.14 00:19:55.748525 [ 263 ] {ebf123be-b414-4112-8c76-42340794cfe8} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001866 sec., 27867.095391211147 rows/sec., 2.13 MiB/sec. | ||
| 1622 | 2024.11.14 00:19:55.748710 [ 263 ] {ebf123be-b414-4112-8c76-42340794cfe8} <Debug> TCPHandler: Processed in 0.002318033 sec. | ||
| 1623 | 2024.11.14 00:19:55.748998 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1624 | 2024.11.14 00:19:55.749203 [ 261 ] {12bfe34b-7bc0-4929-92eb-04e1ae3d0ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1625 | 2024.11.14 00:19:55.749278 [ 261 ] {12bfe34b-7bc0-4929-92eb-04e1ae3d0ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1626 | 2024.11.14 00:19:55.750011 [ 261 ] {12bfe34b-7bc0-4929-92eb-04e1ae3d0ef8} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1627 | 2024.11.14 00:19:55.750051 [ 261 ] {12bfe34b-7bc0-4929-92eb-04e1ae3d0ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1628 | 2024.11.14 00:19:55.750481 [ 261 ] {12bfe34b-7bc0-4929-92eb-04e1ae3d0ef8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1629 | 2024.11.14 00:19:55.750734 [ 261 ] {12bfe34b-7bc0-4929-92eb-04e1ae3d0ef8} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1630 | 2024.11.14 00:19:55.751011 [ 261 ] {12bfe34b-7bc0-4929-92eb-04e1ae3d0ef8} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001839 sec., 30451.332245785754 rows/sec., 2.38 MiB/sec. | ||
| 1631 | 2024.11.14 00:19:55.751104 [ 261 ] {12bfe34b-7bc0-4929-92eb-04e1ae3d0ef8} <Debug> TCPHandler: Processed in 0.002244192 sec. | ||
| 1632 | 2024.11.14 00:19:55.751248 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1633 | 2024.11.14 00:19:55.751388 [ 263 ] {713a5d9c-6f08-4456-88b7-6130d7e0d612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1634 | 2024.11.14 00:19:55.751451 [ 263 ] {713a5d9c-6f08-4456-88b7-6130d7e0d612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1635 | 2024.11.14 00:19:55.752107 [ 263 ] {713a5d9c-6f08-4456-88b7-6130d7e0d612} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1636 | 2024.11.14 00:19:55.752155 [ 263 ] {713a5d9c-6f08-4456-88b7-6130d7e0d612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1637 | 2024.11.14 00:19:55.752564 [ 263 ] {713a5d9c-6f08-4456-88b7-6130d7e0d612} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1638 | 2024.11.14 00:19:55.752805 [ 263 ] {713a5d9c-6f08-4456-88b7-6130d7e0d612} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1639 | 2024.11.14 00:19:55.753008 [ 263 ] {713a5d9c-6f08-4456-88b7-6130d7e0d612} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001654 sec., 72551.39056831923 rows/sec., 5.03 MiB/sec. | ||
| 1640 | 2024.11.14 00:19:55.753060 [ 263 ] {713a5d9c-6f08-4456-88b7-6130d7e0d612} <Debug> TCPHandler: Processed in 0.001876366 sec. | ||
| 1641 | 2024.11.14 00:19:55.753201 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1642 | 2024.11.14 00:19:55.753319 [ 261 ] {d85adceb-c522-49b0-84b3-36bec0c83503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1643 | 2024.11.14 00:19:55.753371 [ 261 ] {d85adceb-c522-49b0-84b3-36bec0c83503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1644 | 2024.11.14 00:19:55.753876 [ 261 ] {d85adceb-c522-49b0-84b3-36bec0c83503} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1645 | 2024.11.14 00:19:55.753913 [ 261 ] {d85adceb-c522-49b0-84b3-36bec0c83503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1646 | 2024.11.14 00:19:55.754281 [ 261 ] {d85adceb-c522-49b0-84b3-36bec0c83503} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1647 | 2024.11.14 00:19:55.754540 [ 261 ] {d85adceb-c522-49b0-84b3-36bec0c83503} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1648 | 2024.11.14 00:19:55.754711 [ 261 ] {d85adceb-c522-49b0-84b3-36bec0c83503} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001419 sec., 28188.865398167727 rows/sec., 1.93 MiB/sec. | ||
| 1649 | 2024.11.14 00:19:55.754760 [ 261 ] {d85adceb-c522-49b0-84b3-36bec0c83503} <Debug> TCPHandler: Processed in 0.001617402 sec. | ||
| 1650 | 2024.11.14 00:19:59.057146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 242 | ||
| 1651 | 2024.11.14 00:19:59.059803 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1652 | 2024.11.14 00:19:59.059850 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1653 | 2024.11.14 00:19:59.061285 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1654 | 2024.11.14 00:19:59.061597 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1655 | 2024.11.14 00:19:59.061835 [ 64 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1656 | 2024.11.14 00:19:59.061960 [ 64 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1657 | 2024.11.14 00:19:59.062058 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1658 | 2024.11.14 00:19:59.062631 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 1659 | 2024.11.14 00:19:59.063224 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 242 | ||
| 1660 | 2024.11.14 00:19:59.063690 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1661 | 2024.11.14 00:19:59.063856 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 1662 | 2024.11.14 00:19:59.064371 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 1663 | 2024.11.14 00:19:59.064878 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 1664 | 2024.11.14 00:19:59.065353 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 1665 | 2024.11.14 00:19:59.065792 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 84 rows starting from the beginning of the part | ||
| 1666 | 2024.11.14 00:19:59.066203 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 1667 | 2024.11.14 00:19:59.094289 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 242 rows, containing 72 columns (72 merged, 0 gathered) in 0.032096161 sec., 7539.842537554569 rows/sec., 7.73 MiB/sec. | ||
| 1668 | 2024.11.14 00:19:59.095057 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1669 | 2024.11.14 00:19:59.095790 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_6_1} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1670 | 2024.11.14 00:19:59.095875 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_6_1} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1671 | 2024.11.14 00:19:59.096073 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 1672 | 2024.11.14 00:20:00.000176 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.57 MiB, peak 152.03 MiB, free memory in arenas 0.00 B, will set to 148.95 MiB (RSS), difference: 1.37 MiB | ||
| 1673 | 2024.11.14 00:20:00.746969 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1674 | 2024.11.14 00:20:00.747183 [ 263 ] {af22509e-beca-489d-aa68-bc077d80fba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1675 | 2024.11.14 00:20:00.747266 [ 263 ] {af22509e-beca-489d-aa68-bc077d80fba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1676 | 2024.11.14 00:20:00.748039 [ 263 ] {af22509e-beca-489d-aa68-bc077d80fba7} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1677 | 2024.11.14 00:20:00.748090 [ 263 ] {af22509e-beca-489d-aa68-bc077d80fba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1678 | 2024.11.14 00:20:00.748524 [ 263 ] {af22509e-beca-489d-aa68-bc077d80fba7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1679 | 2024.11.14 00:20:00.748797 [ 263 ] {af22509e-beca-489d-aa68-bc077d80fba7} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1680 | 2024.11.14 00:20:00.749039 [ 263 ] {af22509e-beca-489d-aa68-bc077d80fba7} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001909 sec., 27239.392352016763 rows/sec., 2.08 MiB/sec. | ||
| 1681 | 2024.11.14 00:20:00.749202 [ 263 ] {af22509e-beca-489d-aa68-bc077d80fba7} <Debug> TCPHandler: Processed in 0.002367523 sec. | ||
| 1682 | 2024.11.14 00:20:00.749481 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1683 | 2024.11.14 00:20:00.749685 [ 261 ] {cdbbb4fb-2be2-4712-b726-2c71dc8e79cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1684 | 2024.11.14 00:20:00.749761 [ 261 ] {cdbbb4fb-2be2-4712-b726-2c71dc8e79cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1685 | 2024.11.14 00:20:00.750576 [ 261 ] {cdbbb4fb-2be2-4712-b726-2c71dc8e79cc} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1686 | 2024.11.14 00:20:00.750617 [ 261 ] {cdbbb4fb-2be2-4712-b726-2c71dc8e79cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1687 | 2024.11.14 00:20:00.751045 [ 261 ] {cdbbb4fb-2be2-4712-b726-2c71dc8e79cc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1688 | 2024.11.14 00:20:00.751291 [ 261 ] {cdbbb4fb-2be2-4712-b726-2c71dc8e79cc} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1689 | 2024.11.14 00:20:00.751492 [ 261 ] {cdbbb4fb-2be2-4712-b726-2c71dc8e79cc} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001866 sec., 30010.718113612005 rows/sec., 2.34 MiB/sec. | ||
| 1690 | 2024.11.14 00:20:00.751546 [ 261 ] {cdbbb4fb-2be2-4712-b726-2c71dc8e79cc} <Debug> TCPHandler: Processed in 0.002201451 sec. | ||
| 1691 | 2024.11.14 00:20:00.751710 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1692 | 2024.11.14 00:20:00.751848 [ 263 ] {959bf643-92ee-4821-83ea-ed92b3e6da2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1693 | 2024.11.14 00:20:00.751909 [ 263 ] {959bf643-92ee-4821-83ea-ed92b3e6da2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1694 | 2024.11.14 00:20:00.752566 [ 263 ] {959bf643-92ee-4821-83ea-ed92b3e6da2e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1695 | 2024.11.14 00:20:00.752606 [ 263 ] {959bf643-92ee-4821-83ea-ed92b3e6da2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1696 | 2024.11.14 00:20:00.753001 [ 263 ] {959bf643-92ee-4821-83ea-ed92b3e6da2e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1697 | 2024.11.14 00:20:00.753242 [ 263 ] {959bf643-92ee-4821-83ea-ed92b3e6da2e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1698 | 2024.11.14 00:20:00.753516 [ 263 ] {959bf643-92ee-4821-83ea-ed92b3e6da2e} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00168 sec., 89285.71428571428 rows/sec., 6.19 MiB/sec. | ||
| 1699 | 2024.11.14 00:20:00.753643 [ 263 ] {959bf643-92ee-4821-83ea-ed92b3e6da2e} <Debug> TCPHandler: Processed in 0.001999198 sec. | ||
| 1700 | 2024.11.14 00:20:00.753828 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1701 | 2024.11.14 00:20:00.753967 [ 261 ] {a24ce921-4b36-455b-9a93-38659c1e611c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1702 | 2024.11.14 00:20:00.754027 [ 261 ] {a24ce921-4b36-455b-9a93-38659c1e611c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1703 | 2024.11.14 00:20:00.754585 [ 261 ] {a24ce921-4b36-455b-9a93-38659c1e611c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1704 | 2024.11.14 00:20:00.754624 [ 261 ] {a24ce921-4b36-455b-9a93-38659c1e611c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1705 | 2024.11.14 00:20:00.755008 [ 261 ] {a24ce921-4b36-455b-9a93-38659c1e611c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1706 | 2024.11.14 00:20:00.755248 [ 261 ] {a24ce921-4b36-455b-9a93-38659c1e611c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1707 | 2024.11.14 00:20:00.755427 [ 261 ] {a24ce921-4b36-455b-9a93-38659c1e611c} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001493 sec., 33489.61821835231 rows/sec., 2.30 MiB/sec. | ||
| 1708 | 2024.11.14 00:20:00.755476 [ 261 ] {a24ce921-4b36-455b-9a93-38659c1e611c} <Debug> TCPHandler: Processed in 0.001715734 sec. | ||
| 1709 | 2024.11.14 00:20:03.590929 [ 58 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1710 | 2024.11.14 00:20:03.591058 [ 58 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1711 | 2024.11.14 00:20:03.591103 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1712 | 2024.11.14 00:20:03.591391 [ 193 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::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 | ||
| 1713 | 2024.11.14 00:20:03.591589 [ 193 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1714 | 2024.11.14 00:20:03.591624 [ 193 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
| 1715 | 2024.11.14 00:20:03.591741 [ 193 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part | ||
| 1716 | 2024.11.14 00:20:03.591957 [ 193 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part | ||
| 1717 | 2024.11.14 00:20:03.592294 [ 193 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 1718 | 2024.11.14 00:20:03.592414 [ 193 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 1719 | 2024.11.14 00:20:03.593571 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 5 columns (5 merged, 0 gathered) in 0.002341703 sec., 46547.32047573924 rows/sec., 3.54 MiB/sec. | ||
| 1720 | 2024.11.14 00:20:03.593793 [ 186 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1721 | 2024.11.14 00:20:03.594172 [ 186 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_5_1} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1722 | 2024.11.14 00:20:03.594271 [ 186 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_5_1} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1723 | 2024.11.14 00:20:03.594379 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 1724 | 2024.11.14 00:20:03.979688 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1725 | 2024.11.14 00:20:03.979743 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1726 | 2024.11.14 00:20:04.297294 [ 57 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1727 | 2024.11.14 00:20:04.297358 [ 57 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1728 | 2024.11.14 00:20:04.297379 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1729 | 2024.11.14 00:20:04.297521 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::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 | ||
| 1730 | 2024.11.14 00:20:04.297949 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1731 | 2024.11.14 00:20:04.298025 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
| 1732 | 2024.11.14 00:20:04.298350 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part | ||
| 1733 | 2024.11.14 00:20:04.298714 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part | ||
| 1734 | 2024.11.14 00:20:04.299005 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 1735 | 2024.11.14 00:20:04.299265 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part | ||
| 1736 | 2024.11.14 00:20:04.301397 [ 186 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 95 rows, containing 19 columns (19 merged, 0 gathered) in 0.003948215 sec., 24061.506275620755 rows/sec., 43.12 MiB/sec. | ||
| 1737 | 2024.11.14 00:20:04.301853 [ 200 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1738 | 2024.11.14 00:20:04.302411 [ 200 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_5_1} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1739 | 2024.11.14 00:20:04.302514 [ 200 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_5_1} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1740 | 2024.11.14 00:20:04.302674 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 1741 | 2024.11.14 00:20:05.754418 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1742 | 2024.11.14 00:20:05.754650 [ 263 ] {4f980b4a-8362-456c-b0d0-a12772faf729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1743 | 2024.11.14 00:20:05.754721 [ 263 ] {4f980b4a-8362-456c-b0d0-a12772faf729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1744 | 2024.11.14 00:20:05.755425 [ 263 ] {4f980b4a-8362-456c-b0d0-a12772faf729} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1745 | 2024.11.14 00:20:05.755470 [ 263 ] {4f980b4a-8362-456c-b0d0-a12772faf729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1746 | 2024.11.14 00:20:05.755899 [ 263 ] {4f980b4a-8362-456c-b0d0-a12772faf729} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1747 | 2024.11.14 00:20:05.756140 [ 263 ] {4f980b4a-8362-456c-b0d0-a12772faf729} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1748 | 2024.11.14 00:20:05.756429 [ 263 ] {4f980b4a-8362-456c-b0d0-a12772faf729} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001815 sec., 7713.498622589532 rows/sec., 555.27 KiB/sec. | ||
| 1749 | 2024.11.14 00:20:05.756549 [ 263 ] {4f980b4a-8362-456c-b0d0-a12772faf729} <Debug> TCPHandler: Processed in 0.002256951 sec. | ||
| 1750 | 2024.11.14 00:20:05.756786 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1751 | 2024.11.14 00:20:05.756976 [ 261 ] {2ca1fd4c-ecf7-4666-9b2d-945ce49454f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1752 | 2024.11.14 00:20:05.757047 [ 261 ] {2ca1fd4c-ecf7-4666-9b2d-945ce49454f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1753 | 2024.11.14 00:20:05.757943 [ 261 ] {2ca1fd4c-ecf7-4666-9b2d-945ce49454f5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1754 | 2024.11.14 00:20:05.757992 [ 261 ] {2ca1fd4c-ecf7-4666-9b2d-945ce49454f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1755 | 2024.11.14 00:20:05.758441 [ 261 ] {2ca1fd4c-ecf7-4666-9b2d-945ce49454f5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1756 | 2024.11.14 00:20:05.758708 [ 261 ] {2ca1fd4c-ecf7-4666-9b2d-945ce49454f5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1757 | 2024.11.14 00:20:05.758939 [ 261 ] {2ca1fd4c-ecf7-4666-9b2d-945ce49454f5} <Debug> executeQuery: Read 257 rows, 23.17 KiB in 0.002015 sec., 127543.42431761787 rows/sec., 11.23 MiB/sec. | ||
| 1758 | 2024.11.14 00:20:05.758997 [ 261 ] {2ca1fd4c-ecf7-4666-9b2d-945ce49454f5} <Debug> TCPHandler: Processed in 0.002338273 sec. | ||
| 1759 | 2024.11.14 00:20:05.759151 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1760 | 2024.11.14 00:20:05.759287 [ 263 ] {3c0d953f-f0b4-4bbe-b794-b7a3bc15d5cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1761 | 2024.11.14 00:20:05.759343 [ 263 ] {3c0d953f-f0b4-4bbe-b794-b7a3bc15d5cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1762 | 2024.11.14 00:20:05.759965 [ 263 ] {3c0d953f-f0b4-4bbe-b794-b7a3bc15d5cf} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1763 | 2024.11.14 00:20:05.760005 [ 263 ] {3c0d953f-f0b4-4bbe-b794-b7a3bc15d5cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1764 | 2024.11.14 00:20:05.760347 [ 263 ] {3c0d953f-f0b4-4bbe-b794-b7a3bc15d5cf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1765 | 2024.11.14 00:20:05.760580 [ 263 ] {3c0d953f-f0b4-4bbe-b794-b7a3bc15d5cf} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1766 | 2024.11.14 00:20:05.760743 [ 263 ] {3c0d953f-f0b4-4bbe-b794-b7a3bc15d5cf} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.001487 sec., 24209.818426361802 rows/sec., 1.73 MiB/sec. | ||
| 1767 | 2024.11.14 00:20:05.760794 [ 263 ] {3c0d953f-f0b4-4bbe-b794-b7a3bc15d5cf} <Debug> TCPHandler: Processed in 0.001708154 sec. | ||
| 1768 | 2024.11.14 00:20:05.761606 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1769 | 2024.11.14 00:20:05.761747 [ 261 ] {7748b40c-5039-4510-bf1e-0f29f8956256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1770 | 2024.11.14 00:20:05.761809 [ 261 ] {7748b40c-5039-4510-bf1e-0f29f8956256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1771 | 2024.11.14 00:20:05.762653 [ 261 ] {7748b40c-5039-4510-bf1e-0f29f8956256} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1772 | 2024.11.14 00:20:05.762700 [ 261 ] {7748b40c-5039-4510-bf1e-0f29f8956256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1773 | 2024.11.14 00:20:05.763138 [ 261 ] {7748b40c-5039-4510-bf1e-0f29f8956256} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1774 | 2024.11.14 00:20:05.763416 [ 261 ] {7748b40c-5039-4510-bf1e-0f29f8956256} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1775 | 2024.11.14 00:20:05.763635 [ 261 ] {7748b40c-5039-4510-bf1e-0f29f8956256} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001923 sec., 7280.291211648466 rows/sec., 509.86 KiB/sec. | ||
| 1776 | 2024.11.14 00:20:05.763689 [ 261 ] {7748b40c-5039-4510-bf1e-0f29f8956256} <Debug> TCPHandler: Processed in 0.00216492 sec. | ||
| 1777 | 2024.11.14 00:20:05.763831 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1778 | 2024.11.14 00:20:05.763947 [ 263 ] {92fdfd72-2a65-4475-ad7e-cd5950c1a998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1779 | 2024.11.14 00:20:05.763994 [ 263 ] {92fdfd72-2a65-4475-ad7e-cd5950c1a998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1780 | 2024.11.14 00:20:05.764567 [ 263 ] {92fdfd72-2a65-4475-ad7e-cd5950c1a998} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1781 | 2024.11.14 00:20:05.764607 [ 263 ] {92fdfd72-2a65-4475-ad7e-cd5950c1a998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1782 | 2024.11.14 00:20:05.764954 [ 263 ] {92fdfd72-2a65-4475-ad7e-cd5950c1a998} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1783 | 2024.11.14 00:20:05.765217 [ 263 ] {92fdfd72-2a65-4475-ad7e-cd5950c1a998} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1784 | 2024.11.14 00:20:05.765426 [ 263 ] {92fdfd72-2a65-4475-ad7e-cd5950c1a998} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001502 sec., 8655.126498002663 rows/sec., 539.65 KiB/sec. | ||
| 1785 | 2024.11.14 00:20:05.765478 [ 263 ] {92fdfd72-2a65-4475-ad7e-cd5950c1a998} <Debug> TCPHandler: Processed in 0.001706134 sec. | ||
| 1786 | 2024.11.14 00:20:05.765606 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1787 | 2024.11.14 00:20:05.765723 [ 261 ] {9fcf40e0-f855-4f20-8ae2-e917d57c74c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1788 | 2024.11.14 00:20:05.765771 [ 261 ] {9fcf40e0-f855-4f20-8ae2-e917d57c74c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1789 | 2024.11.14 00:20:05.766472 [ 261 ] {9fcf40e0-f855-4f20-8ae2-e917d57c74c2} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1790 | 2024.11.14 00:20:05.766513 [ 261 ] {9fcf40e0-f855-4f20-8ae2-e917d57c74c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1791 | 2024.11.14 00:20:05.766895 [ 261 ] {9fcf40e0-f855-4f20-8ae2-e917d57c74c2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1792 | 2024.11.14 00:20:05.767129 [ 261 ] {9fcf40e0-f855-4f20-8ae2-e917d57c74c2} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1793 | 2024.11.14 00:20:05.767334 [ 261 ] {9fcf40e0-f855-4f20-8ae2-e917d57c74c2} <Debug> executeQuery: Read 403 rows, 29.36 KiB in 0.001634 sec., 246634.02692778458 rows/sec., 17.55 MiB/sec. | ||
| 1794 | 2024.11.14 00:20:05.767386 [ 261 ] {9fcf40e0-f855-4f20-8ae2-e917d57c74c2} <Debug> TCPHandler: Processed in 0.001833636 sec. | ||
| 1795 | 2024.11.14 00:20:05.767536 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1796 | 2024.11.14 00:20:05.767656 [ 263 ] {1f13f5db-4f69-4789-96f2-4b72bbf83482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1797 | 2024.11.14 00:20:05.767707 [ 263 ] {1f13f5db-4f69-4789-96f2-4b72bbf83482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1798 | 2024.11.14 00:20:05.768201 [ 263 ] {1f13f5db-4f69-4789-96f2-4b72bbf83482} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1799 | 2024.11.14 00:20:05.768239 [ 263 ] {1f13f5db-4f69-4789-96f2-4b72bbf83482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1800 | 2024.11.14 00:20:05.768602 [ 263 ] {1f13f5db-4f69-4789-96f2-4b72bbf83482} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1801 | 2024.11.14 00:20:05.768834 [ 263 ] {1f13f5db-4f69-4789-96f2-4b72bbf83482} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1802 | 2024.11.14 00:20:05.769067 [ 263 ] {1f13f5db-4f69-4789-96f2-4b72bbf83482} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec. | ||
| 1803 | 2024.11.14 00:20:05.769124 [ 263 ] {1f13f5db-4f69-4789-96f2-4b72bbf83482} <Debug> TCPHandler: Processed in 0.001646583 sec. | ||
| 1804 | 2024.11.14 00:20:05.769266 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1805 | 2024.11.14 00:20:05.769386 [ 261 ] {bda7863c-623e-4ea1-a04a-ae0e8a10177d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1806 | 2024.11.14 00:20:05.769446 [ 261 ] {bda7863c-623e-4ea1-a04a-ae0e8a10177d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1807 | 2024.11.14 00:20:05.770071 [ 261 ] {bda7863c-623e-4ea1-a04a-ae0e8a10177d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1808 | 2024.11.14 00:20:05.770111 [ 261 ] {bda7863c-623e-4ea1-a04a-ae0e8a10177d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1809 | 2024.11.14 00:20:05.770508 [ 261 ] {bda7863c-623e-4ea1-a04a-ae0e8a10177d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1810 | 2024.11.14 00:20:05.770763 [ 261 ] {bda7863c-623e-4ea1-a04a-ae0e8a10177d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1811 | 2024.11.14 00:20:05.770919 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1812 | 2024.11.14 00:20:05.770992 [ 261 ] {bda7863c-623e-4ea1-a04a-ae0e8a10177d} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001625 sec., 139692.3076923077 rows/sec., 9.32 MiB/sec. | ||
| 1813 | 2024.11.14 00:20:05.771006 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2024.11.14 00:20:05.771077 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1815 | 2024.11.14 00:20:05.771110 [ 261 ] {bda7863c-623e-4ea1-a04a-ae0e8a10177d} <Debug> TCPHandler: Processed in 0.001898396 sec. | ||
| 1816 | 2024.11.14 00:20:05.771303 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::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 | ||
| 1817 | 2024.11.14 00:20:05.771312 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1818 | 2024.11.14 00:20:05.771453 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1819 | 2024.11.14 00:20:05.771470 [ 263 ] {0b93a583-9916-4f4e-af6c-b86c1989dee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1820 | 2024.11.14 00:20:05.771493 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 227 rows starting from the beginning of the part | ||
| 1821 | 2024.11.14 00:20:05.771529 [ 263 ] {0b93a583-9916-4f4e-af6c-b86c1989dee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1822 | 2024.11.14 00:20:05.771704 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part | ||
| 1823 | 2024.11.14 00:20:05.772148 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 227 rows starting from the beginning of the part | ||
| 1824 | 2024.11.14 00:20:05.772540 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 120 rows starting from the beginning of the part | ||
| 1825 | 2024.11.14 00:20:05.772905 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part | ||
| 1826 | 2024.11.14 00:20:05.773219 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 227 rows starting from the beginning of the part | ||
| 1827 | 2024.11.14 00:20:05.773862 [ 263 ] {0b93a583-9916-4f4e-af6c-b86c1989dee6} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1828 | 2024.11.14 00:20:05.773904 [ 263 ] {0b93a583-9916-4f4e-af6c-b86c1989dee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 1829 | 2024.11.14 00:20:05.774500 [ 263 ] {0b93a583-9916-4f4e-af6c-b86c1989dee6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1830 | 2024.11.14 00:20:05.774852 [ 263 ] {0b93a583-9916-4f4e-af6c-b86c1989dee6} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1831 | 2024.11.14 00:20:05.775329 [ 263 ] {0b93a583-9916-4f4e-af6c-b86c1989dee6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003868 sec., 258.5315408479835 rows/sec., 17.42 KiB/sec. | ||
| 1832 | 2024.11.14 00:20:05.775714 [ 263 ] {0b93a583-9916-4f4e-af6c-b86c1989dee6} <Debug> TCPHandler: Processed in 0.004477043 sec. | ||
| 1833 | 2024.11.14 00:20:05.775819 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1101 rows, containing 5 columns (5 merged, 0 gathered) in 0.004612715 sec., 238688.06115270508 rows/sec., 16.16 MiB/sec. | ||
| 1834 | 2024.11.14 00:20:05.775965 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1835 | 2024.11.14 00:20:05.776109 [ 261 ] {0f4f3fbc-2b0b-43f0-a89c-8ce5c96b5aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1836 | 2024.11.14 00:20:05.776121 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1837 | 2024.11.14 00:20:05.776244 [ 261 ] {0f4f3fbc-2b0b-43f0-a89c-8ce5c96b5aac} <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 | ||
| 1838 | 2024.11.14 00:20:05.776557 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1839 | 2024.11.14 00:20:05.776696 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1840 | 2024.11.14 00:20:05.776823 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 1841 | 2024.11.14 00:20:05.777689 [ 261 ] {0f4f3fbc-2b0b-43f0-a89c-8ce5c96b5aac} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1842 | 2024.11.14 00:20:05.777728 [ 261 ] {0f4f3fbc-2b0b-43f0-a89c-8ce5c96b5aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1843 | 2024.11.14 00:20:05.778375 [ 261 ] {0f4f3fbc-2b0b-43f0-a89c-8ce5c96b5aac} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1844 | 2024.11.14 00:20:05.778644 [ 261 ] {0f4f3fbc-2b0b-43f0-a89c-8ce5c96b5aac} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1845 | 2024.11.14 00:20:05.778930 [ 261 ] {0f4f3fbc-2b0b-43f0-a89c-8ce5c96b5aac} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002832 sec., 10240.112994350284 rows/sec., 18.35 MiB/sec. | ||
| 1846 | 2024.11.14 00:20:05.779064 [ 261 ] {0f4f3fbc-2b0b-43f0-a89c-8ce5c96b5aac} <Debug> TCPHandler: Processed in 0.003257965 sec. | ||
| 1847 | 2024.11.14 00:20:05.779230 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1848 | 2024.11.14 00:20:05.779349 [ 263 ] {ce358946-a970-4e8e-b639-fb3d2a24fd73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1849 | 2024.11.14 00:20:05.779401 [ 263 ] {ce358946-a970-4e8e-b639-fb3d2a24fd73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1850 | 2024.11.14 00:20:05.779884 [ 263 ] {ce358946-a970-4e8e-b639-fb3d2a24fd73} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1851 | 2024.11.14 00:20:05.779922 [ 263 ] {ce358946-a970-4e8e-b639-fb3d2a24fd73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1852 | 2024.11.14 00:20:05.780303 [ 263 ] {ce358946-a970-4e8e-b639-fb3d2a24fd73} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1853 | 2024.11.14 00:20:05.780573 [ 263 ] {ce358946-a970-4e8e-b639-fb3d2a24fd73} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1854 | 2024.11.14 00:20:05.780753 [ 55 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1855 | 2024.11.14 00:20:05.780819 [ 55 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1856 | 2024.11.14 00:20:05.780851 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 1857 | 2024.11.14 00:20:05.780867 [ 263 ] {ce358946-a970-4e8e-b639-fb3d2a24fd73} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001534 sec., 46936.114732724905 rows/sec., 2.99 MiB/sec. | ||
| 1858 | 2024.11.14 00:20:05.781284 [ 263 ] {ce358946-a970-4e8e-b639-fb3d2a24fd73} <Debug> TCPHandler: Processed in 0.002105649 sec. | ||
| 1859 | 2024.11.14 00:20:05.781373 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 1860 | 2024.11.14 00:20:05.781551 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1861 | 2024.11.14 00:20:05.781591 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 72 rows starting from the beginning of the part | ||
| 1862 | 2024.11.14 00:20:05.781687 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 1863 | 2024.11.14 00:20:05.781923 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
| 1864 | 2024.11.14 00:20:05.782102 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
| 1865 | 2024.11.14 00:20:05.782266 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
| 1866 | 2024.11.14 00:20:05.782422 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
| 1867 | 2024.11.14 00:20:05.783573 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 4 columns (4 merged, 0 gathered) in 0.002613227 sec., 136230.03282914188 rows/sec., 8.95 MiB/sec. | ||
| 1868 | 2024.11.14 00:20:05.783742 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1869 | 2024.11.14 00:20:05.784035 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_6_1} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1870 | 2024.11.14 00:20:05.784109 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_6_1} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1871 | 2024.11.14 00:20:05.784191 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1872 | 2024.11.14 00:20:06.484144 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1873 | 2024.11.14 00:20:06.484400 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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', '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) | ||
| 1874 | 2024.11.14 00:20:06.484819 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1875 | 2024.11.14 00:20:06.484871 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <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', '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 | ||
| 1876 | 2024.11.14 00:20:06.485207 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1877 | 2024.11.14 00:20:06.485285 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1878 | 2024.11.14 00:20:06.485466 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1879 | 2024.11.14 00:20:06.485737 [ 293 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1880 | 2024.11.14 00:20:06.485761 [ 292 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1881 | 2024.11.14 00:20:06.485908 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1882 | 2024.11.14 00:20:06.485940 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1883 | 2024.11.14 00:20:06.490067 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1884 | 2024.11.14 00:20:06.492030 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1885 | 2024.11.14 00:20:06.492117 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <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', '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'))" | ||
| 1886 | 2024.11.14 00:20:06.492176 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <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', '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'))" | ||
| 1887 | 2024.11.14 00:20:06.493654 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.009371 sec., 3201.3659161242126 rows/sec., 122.03 KiB/sec. | ||
| 1888 | 2024.11.14 00:20:06.493819 [ 263 ] {58cd23fc-f889-4ef3-a48f-ef833d779540} <Debug> TCPHandler: Processed in 0.009805498 sec. | ||
| 1889 | 2024.11.14 00:20:06.494617 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1890 | 2024.11.14 00:20:06.494880 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) 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', 'oximeter_collector:collections', '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) | ||
| 1891 | 2024.11.14 00:20:06.495348 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1892 | 2024.11.14 00:20:06.495407 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <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', 'oximeter_collector:collections', '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 | ||
| 1893 | 2024.11.14 00:20:06.495791 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1894 | 2024.11.14 00:20:06.495872 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1895 | 2024.11.14 00:20:06.496046 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1896 | 2024.11.14 00:20:06.496154 [ 292 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1897 | 2024.11.14 00:20:06.496156 [ 294 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1898 | 2024.11.14 00:20:06.496287 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1899 | 2024.11.14 00:20:06.496315 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1900 | 2024.11.14 00:20:06.496402 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1901 | 2024.11.14 00:20:06.496425 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1902 | 2024.11.14 00:20:06.496469 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <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', 'oximeter_collector:collections', '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'))" | ||
| 1903 | 2024.11.14 00:20:06.496516 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <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', 'oximeter_collector:collections', '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'))" | ||
| 1904 | 2024.11.14 00:20:06.497553 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.0028 sec., 10714.285714285714 rows/sec., 408.41 KiB/sec. | ||
| 1905 | 2024.11.14 00:20:06.497713 [ 261 ] {7d6670ff-8e35-4e49-a623-98c18ad70894} <Debug> TCPHandler: Processed in 0.003222036 sec. | ||
| 1906 | 2024.11.14 00:20:06.497955 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1907 | 2024.11.14 00:20:06.498177 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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', 'oximeter_collector:collections', '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) | ||
| 1908 | 2024.11.14 00:20:06.498591 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1909 | 2024.11.14 00:20:06.498650 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <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', 'oximeter_collector:collections', '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 | ||
| 1910 | 2024.11.14 00:20:06.498965 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1911 | 2024.11.14 00:20:06.499032 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1912 | 2024.11.14 00:20:06.499181 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1913 | 2024.11.14 00:20:06.499276 [ 293 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1914 | 2024.11.14 00:20:06.499280 [ 294 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1915 | 2024.11.14 00:20:06.499404 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1916 | 2024.11.14 00:20:06.499435 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1917 | 2024.11.14 00:20:06.499517 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1918 | 2024.11.14 00:20:06.499538 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1919 | 2024.11.14 00:20:06.499584 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <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', 'oximeter_collector:collections', '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'))" | ||
| 1920 | 2024.11.14 00:20:06.499633 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <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', 'oximeter_collector:collections', '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'))" | ||
| 1921 | 2024.11.14 00:20:06.500720 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002654 sec., 11303.692539562924 rows/sec., 430.88 KiB/sec. | ||
| 1922 | 2024.11.14 00:20:06.500873 [ 263 ] {2e059e21-25e6-46c3-9c1a-29a9ab443e4a} <Debug> TCPHandler: Processed in 0.002983422 sec. | ||
| 1923 | 2024.11.14 00:20:06.501158 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1924 | 2024.11.14 00:20:06.501385 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) 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', 'oximeter_collector:collections', '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) | ||
| 1925 | 2024.11.14 00:20:06.501762 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1926 | 2024.11.14 00:20:06.501808 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <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', 'oximeter_collector:collections', '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 | ||
| 1927 | 2024.11.14 00:20:06.502120 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1928 | 2024.11.14 00:20:06.502187 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1929 | 2024.11.14 00:20:06.502332 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1930 | 2024.11.14 00:20:06.502405 [ 292 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1931 | 2024.11.14 00:20:06.502423 [ 293 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1932 | 2024.11.14 00:20:06.502518 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1933 | 2024.11.14 00:20:06.502546 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1934 | 2024.11.14 00:20:06.502624 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1935 | 2024.11.14 00:20:06.502645 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1936 | 2024.11.14 00:20:06.502685 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <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', 'oximeter_collector:collections', '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'))" | ||
| 1937 | 2024.11.14 00:20:06.502730 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <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', 'oximeter_collector:collections', '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'))" | ||
| 1938 | 2024.11.14 00:20:06.503696 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002427 sec., 12360.939431396786 rows/sec., 471.18 KiB/sec. | ||
| 1939 | 2024.11.14 00:20:06.503826 [ 261 ] {8d599b4e-19d4-4bfa-b311-e56e44f35b28} <Debug> TCPHandler: Processed in 0.002739719 sec. | ||
| 1940 | 2024.11.14 00:20:06.504134 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1941 | 2024.11.14 00:20:06.504357 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1942 | 2024.11.14 00:20:06.504738 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1943 | 2024.11.14 00:20:06.504788 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1944 | 2024.11.14 00:20:06.505105 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1945 | 2024.11.14 00:20:06.505172 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1946 | 2024.11.14 00:20:06.505317 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1947 | 2024.11.14 00:20:06.505413 [ 294 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1948 | 2024.11.14 00:20:06.505425 [ 292 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1949 | 2024.11.14 00:20:06.505527 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1950 | 2024.11.14 00:20:06.505557 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1951 | 2024.11.14 00:20:06.505639 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1952 | 2024.11.14 00:20:06.505659 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1953 | 2024.11.14 00:20:06.505701 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1954 | 2024.11.14 00:20:06.505748 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1955 | 2024.11.14 00:20:06.506705 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002462 sec., 12185.215272136473 rows/sec., 464.48 KiB/sec. | ||
| 1956 | 2024.11.14 00:20:06.506858 [ 263 ] {041bc290-71f4-4e81-8dc1-8ee5dc7f17c7} <Debug> TCPHandler: Processed in 0.002792369 sec. | ||
| 1957 | 2024.11.14 00:20:06.507656 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1958 | 2024.11.14 00:20:06.507886 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1959 | 2024.11.14 00:20:06.508290 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1960 | 2024.11.14 00:20:06.508349 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1961 | 2024.11.14 00:20:06.508722 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1962 | 2024.11.14 00:20:06.508788 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1963 | 2024.11.14 00:20:06.508934 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1964 | 2024.11.14 00:20:06.509035 [ 293 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1965 | 2024.11.14 00:20:06.509050 [ 294 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1966 | 2024.11.14 00:20:06.509159 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1967 | 2024.11.14 00:20:06.509187 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1968 | 2024.11.14 00:20:06.509270 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1969 | 2024.11.14 00:20:06.509291 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1970 | 2024.11.14 00:20:06.509332 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1971 | 2024.11.14 00:20:06.509376 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1972 | 2024.11.14 00:20:06.510318 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002547 sec., 11778.563015312133 rows/sec., 448.98 KiB/sec. | ||
| 1973 | 2024.11.14 00:20:06.510446 [ 261 ] {ae9e98a4-ebdd-4fa2-8845-374163223eb7} <Debug> TCPHandler: Processed in 0.00285176 sec. | ||
| 1974 | 2024.11.14 00:20:06.510731 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1975 | 2024.11.14 00:20:06.510952 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1976 | 2024.11.14 00:20:06.511352 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1977 | 2024.11.14 00:20:06.511412 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1978 | 2024.11.14 00:20:06.511778 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1979 | 2024.11.14 00:20:06.511844 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1980 | 2024.11.14 00:20:06.511988 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1981 | 2024.11.14 00:20:06.512097 [ 293 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1982 | 2024.11.14 00:20:06.512098 [ 294 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1983 | 2024.11.14 00:20:06.512216 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 1984 | 2024.11.14 00:20:06.512245 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1985 | 2024.11.14 00:20:06.512324 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1986 | 2024.11.14 00:20:06.512345 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1987 | 2024.11.14 00:20:06.512384 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1988 | 2024.11.14 00:20:06.512430 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1989 | 2024.11.14 00:20:06.513397 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002557 sec., 11732.49902229175 rows/sec., 447.23 KiB/sec. | ||
| 1990 | 2024.11.14 00:20:06.513548 [ 263 ] {dbcd3f3e-1000-422b-9bcc-51195c5ae5dd} <Debug> TCPHandler: Processed in 0.00288134 sec. | ||
| 1991 | 2024.11.14 00:20:06.513835 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1992 | 2024.11.14 00:20:06.514061 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1993 | 2024.11.14 00:20:06.514462 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1994 | 2024.11.14 00:20:06.514521 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1995 | 2024.11.14 00:20:06.514882 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1996 | 2024.11.14 00:20:06.514947 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1997 | 2024.11.14 00:20:06.515091 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1998 | 2024.11.14 00:20:06.515187 [ 294 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1999 | 2024.11.14 00:20:06.515201 [ 293 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2000 | 2024.11.14 00:20:06.515301 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 2001 | 2024.11.14 00:20:06.515329 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2002 | 2024.11.14 00:20:06.515410 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2003 | 2024.11.14 00:20:06.515429 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 2004 | 2024.11.14 00:20:06.515472 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2005 | 2024.11.14 00:20:06.515517 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2006 | 2024.11.14 00:20:06.516464 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00252 sec., 11904.761904761905 rows/sec., 453.79 KiB/sec. | ||
| 2007 | 2024.11.14 00:20:06.516594 [ 261 ] {c2f1c20c-c0b2-4114-98d1-ff9bd6ab2b39} <Debug> TCPHandler: Processed in 0.00282758 sec. | ||
| 2008 | 2024.11.14 00:20:06.516863 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2009 | 2024.11.14 00:20:06.517086 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2010 | 2024.11.14 00:20:06.517490 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2011 | 2024.11.14 00:20:06.517549 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2012 | 2024.11.14 00:20:06.517893 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2013 | 2024.11.14 00:20:06.517958 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2014 | 2024.11.14 00:20:06.518105 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2015 | 2024.11.14 00:20:06.518204 [ 294 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2016 | 2024.11.14 00:20:06.518205 [ 293 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2017 | 2024.11.14 00:20:06.518309 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 2018 | 2024.11.14 00:20:06.518337 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2019 | 2024.11.14 00:20:06.518416 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2020 | 2024.11.14 00:20:06.518437 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 2021 | 2024.11.14 00:20:06.518477 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2022 | 2024.11.14 00:20:06.518523 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2023 | 2024.11.14 00:20:06.519552 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002578 sec., 11636.927851047323 rows/sec., 443.58 KiB/sec. | ||
| 2024 | 2024.11.14 00:20:06.519709 [ 263 ] {21e477d3-89f9-4fd4-b5ec-e50b22f4b7e6} <Debug> TCPHandler: Processed in 0.002911751 sec. | ||
| 2025 | 2024.11.14 00:20:06.519970 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2026 | 2024.11.14 00:20:06.520196 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2027 | 2024.11.14 00:20:06.520605 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2028 | 2024.11.14 00:20:06.520662 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2029 | 2024.11.14 00:20:06.520992 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2030 | 2024.11.14 00:20:06.521058 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2031 | 2024.11.14 00:20:06.521211 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2032 | 2024.11.14 00:20:06.521310 [ 294 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2033 | 2024.11.14 00:20:06.521318 [ 293 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2034 | 2024.11.14 00:20:06.521417 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 2035 | 2024.11.14 00:20:06.521450 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2036 | 2024.11.14 00:20:06.521531 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2037 | 2024.11.14 00:20:06.521552 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 2038 | 2024.11.14 00:20:06.521591 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2039 | 2024.11.14 00:20:06.521636 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2040 | 2024.11.14 00:20:06.522589 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00251 sec., 11952.191235059761 rows/sec., 455.60 KiB/sec. | ||
| 2041 | 2024.11.14 00:20:06.522720 [ 261 ] {d0b9134e-2d2a-4065-9f3d-200075234ac9} <Debug> TCPHandler: Processed in 0.002817129 sec. | ||
| 2042 | 2024.11.14 00:20:06.522975 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2043 | 2024.11.14 00:20:06.523198 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2044 | 2024.11.14 00:20:06.523603 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2045 | 2024.11.14 00:20:06.523662 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2046 | 2024.11.14 00:20:06.523996 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2047 | 2024.11.14 00:20:06.524062 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2048 | 2024.11.14 00:20:06.524208 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2049 | 2024.11.14 00:20:06.524307 [ 293 ] {18442908-8970-457d-82e7-8add213a8b03} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2050 | 2024.11.14 00:20:06.524312 [ 294 ] {18442908-8970-457d-82e7-8add213a8b03} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2051 | 2024.11.14 00:20:06.524415 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 2052 | 2024.11.14 00:20:06.524444 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2053 | 2024.11.14 00:20:06.524526 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2054 | 2024.11.14 00:20:06.524546 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 2055 | 2024.11.14 00:20:06.524587 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2056 | 2024.11.14 00:20:06.524630 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2057 | 2024.11.14 00:20:06.525664 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00258 sec., 11627.906976744187 rows/sec., 443.24 KiB/sec. | ||
| 2058 | 2024.11.14 00:20:06.525816 [ 263 ] {18442908-8970-457d-82e7-8add213a8b03} <Debug> TCPHandler: Processed in 0.002905251 sec. | ||
| 2059 | 2024.11.14 00:20:06.614607 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2060 | 2024.11.14 00:20:06.614793 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2061 | 2024.11.14 00:20:06.615105 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2062 | 2024.11.14 00:20:06.615153 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2063 | 2024.11.14 00:20:06.615480 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2064 | 2024.11.14 00:20:06.615546 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2065 | 2024.11.14 00:20:06.615691 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2066 | 2024.11.14 00:20:06.615788 [ 294 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2067 | 2024.11.14 00:20:06.615807 [ 293 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2068 | 2024.11.14 00:20:06.615916 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (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 | ||
| 2069 | 2024.11.14 00:20:06.615945 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2070 | 2024.11.14 00:20:06.616025 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2071 | 2024.11.14 00:20:06.616045 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Debug> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 2072 | 2024.11.14 00:20:06.616084 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2073 | 2024.11.14 00:20:06.616127 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2074 | 2024.11.14 00:20:06.617144 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002434 sec., 12325.390304026294 rows/sec., 469.83 KiB/sec. | ||
| 2075 | 2024.11.14 00:20:06.617297 [ 263 ] {fd403487-fc25-4c2f-8c90-a012a586a1f3} <Debug> TCPHandler: Processed in 0.002753939 sec. | ||
| 2076 | 2024.11.14 00:20:06.617816 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2077 | 2024.11.14 00:20:06.617976 [ 261 ] {5409b232-af1a-49f9-adfe-3cee4fe42393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2078 | 2024.11.14 00:20:06.618039 [ 261 ] {5409b232-af1a-49f9-adfe-3cee4fe42393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2079 | 2024.11.14 00:20:06.618861 [ 261 ] {5409b232-af1a-49f9-adfe-3cee4fe42393} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2080 | 2024.11.14 00:20:06.618899 [ 261 ] {5409b232-af1a-49f9-adfe-3cee4fe42393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 2081 | 2024.11.14 00:20:06.619401 [ 261 ] {5409b232-af1a-49f9-adfe-3cee4fe42393} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2082 | 2024.11.14 00:20:06.619620 [ 261 ] {5409b232-af1a-49f9-adfe-3cee4fe42393} <Trace> oximeter.timeseries_schema (962817fb-c449-40db-990f-420bf616cb87): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2083 | 2024.11.14 00:20:06.619864 [ 261 ] {5409b232-af1a-49f9-adfe-3cee4fe42393} <Debug> executeQuery: Read 12 rows, 2.16 KiB in 0.001912 sec., 6276.150627615062 rows/sec., 1.10 MiB/sec. | ||
| 2084 | 2024.11.14 00:20:06.619996 [ 261 ] {5409b232-af1a-49f9-adfe-3cee4fe42393} <Debug> TCPHandler: Processed in 0.002251932 sec. | ||
| 2085 | 2024.11.14 00:20:06.620142 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2086 | 2024.11.14 00:20:06.620292 [ 263 ] {2743dcc0-9bb6-48b9-8db3-b261f6b91a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2087 | 2024.11.14 00:20:06.620351 [ 263 ] {2743dcc0-9bb6-48b9-8db3-b261f6b91a93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2088 | 2024.11.14 00:20:06.621231 [ 263 ] {2743dcc0-9bb6-48b9-8db3-b261f6b91a93} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2089 | 2024.11.14 00:20:06.621280 [ 263 ] {2743dcc0-9bb6-48b9-8db3-b261f6b91a93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 2090 | 2024.11.14 00:20:06.621701 [ 263 ] {2743dcc0-9bb6-48b9-8db3-b261f6b91a93} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2091 | 2024.11.14 00:20:06.621954 [ 263 ] {2743dcc0-9bb6-48b9-8db3-b261f6b91a93} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2092 | 2024.11.14 00:20:06.622172 [ 263 ] {2743dcc0-9bb6-48b9-8db3-b261f6b91a93} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001926 sec., 1038.4215991692627 rows/sec., 84.68 KiB/sec. | ||
| 2093 | 2024.11.14 00:20:06.622227 [ 263 ] {2743dcc0-9bb6-48b9-8db3-b261f6b91a93} <Debug> TCPHandler: Processed in 0.0021488 sec. | ||
| 2094 | 2024.11.14 00:20:06.622370 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2095 | 2024.11.14 00:20:06.622492 [ 261 ] {bdf5e2ed-e1ac-4db6-a382-0f6464918ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2096 | 2024.11.14 00:20:06.622540 [ 261 ] {bdf5e2ed-e1ac-4db6-a382-0f6464918ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2097 | 2024.11.14 00:20:06.623767 [ 261 ] {bdf5e2ed-e1ac-4db6-a382-0f6464918ee2} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2098 | 2024.11.14 00:20:06.623805 [ 261 ] {bdf5e2ed-e1ac-4db6-a382-0f6464918ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 2099 | 2024.11.14 00:20:06.624305 [ 261 ] {bdf5e2ed-e1ac-4db6-a382-0f6464918ee2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2100 | 2024.11.14 00:20:06.624555 [ 261 ] {bdf5e2ed-e1ac-4db6-a382-0f6464918ee2} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2101 | 2024.11.14 00:20:06.624736 [ 261 ] {bdf5e2ed-e1ac-4db6-a382-0f6464918ee2} <Debug> executeQuery: Read 1164 rows, 98.77 KiB in 0.002271 sec., 512549.5376486129 rows/sec., 42.47 MiB/sec. | ||
| 2102 | 2024.11.14 00:20:06.624790 [ 261 ] {bdf5e2ed-e1ac-4db6-a382-0f6464918ee2} <Debug> TCPHandler: Processed in 0.002478715 sec. | ||
| 2103 | 2024.11.14 00:20:06.624941 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2104 | 2024.11.14 00:20:06.625078 [ 263 ] {6a4a851f-cf1e-465e-b356-40e7a6878f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2105 | 2024.11.14 00:20:06.625135 [ 263 ] {6a4a851f-cf1e-465e-b356-40e7a6878f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2106 | 2024.11.14 00:20:06.625782 [ 263 ] {6a4a851f-cf1e-465e-b356-40e7a6878f4e} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2107 | 2024.11.14 00:20:06.625821 [ 263 ] {6a4a851f-cf1e-465e-b356-40e7a6878f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 2108 | 2024.11.14 00:20:06.626181 [ 263 ] {6a4a851f-cf1e-465e-b356-40e7a6878f4e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2109 | 2024.11.14 00:20:06.626426 [ 263 ] {6a4a851f-cf1e-465e-b356-40e7a6878f4e} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2110 | 2024.11.14 00:20:06.626650 [ 263 ] {6a4a851f-cf1e-465e-b356-40e7a6878f4e} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001596 sec., 6892.230576441103 rows/sec., 511.53 KiB/sec. | ||
| 2111 | 2024.11.14 00:20:06.626825 [ 263 ] {6a4a851f-cf1e-465e-b356-40e7a6878f4e} <Debug> TCPHandler: Processed in 0.001947227 sec. | ||
| 2112 | 2024.11.14 00:20:06.626975 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2113 | 2024.11.14 00:20:06.627114 [ 261 ] {def89173-d30e-46ad-a968-771f8fa64cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2114 | 2024.11.14 00:20:06.627171 [ 261 ] {def89173-d30e-46ad-a968-771f8fa64cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2115 | 2024.11.14 00:20:06.627882 [ 261 ] {def89173-d30e-46ad-a968-771f8fa64cc6} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2116 | 2024.11.14 00:20:06.627920 [ 261 ] {def89173-d30e-46ad-a968-771f8fa64cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 2117 | 2024.11.14 00:20:06.628271 [ 261 ] {def89173-d30e-46ad-a968-771f8fa64cc6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2118 | 2024.11.14 00:20:06.628508 [ 261 ] {def89173-d30e-46ad-a968-771f8fa64cc6} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2119 | 2024.11.14 00:20:06.628745 [ 261 ] {def89173-d30e-46ad-a968-771f8fa64cc6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001644 sec., 138686.13138686132 rows/sec., 9.39 MiB/sec. | ||
| 2120 | 2024.11.14 00:20:06.628828 [ 261 ] {def89173-d30e-46ad-a968-771f8fa64cc6} <Debug> TCPHandler: Processed in 0.001922197 sec. | ||
| 2121 | 2024.11.14 00:20:06.628972 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2122 | 2024.11.14 00:20:06.629109 [ 263 ] {3e52121c-c815-43ae-95e6-b3d44f67aae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2123 | 2024.11.14 00:20:06.629166 [ 263 ] {3e52121c-c815-43ae-95e6-b3d44f67aae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2124 | 2024.11.14 00:20:06.629989 [ 263 ] {3e52121c-c815-43ae-95e6-b3d44f67aae0} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2125 | 2024.11.14 00:20:06.630028 [ 263 ] {3e52121c-c815-43ae-95e6-b3d44f67aae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 2126 | 2024.11.14 00:20:06.630405 [ 263 ] {3e52121c-c815-43ae-95e6-b3d44f67aae0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2127 | 2024.11.14 00:20:06.630664 [ 263 ] {3e52121c-c815-43ae-95e6-b3d44f67aae0} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2128 | 2024.11.14 00:20:06.630870 [ 263 ] {3e52121c-c815-43ae-95e6-b3d44f67aae0} <Debug> executeQuery: Read 484 rows, 36.54 KiB in 0.001791 sec., 270240.08933556674 rows/sec., 19.92 MiB/sec. | ||
| 2129 | 2024.11.14 00:20:06.630923 [ 263 ] {3e52121c-c815-43ae-95e6-b3d44f67aae0} <Debug> TCPHandler: Processed in 0.002019758 sec. | ||
| 2130 | 2024.11.14 00:20:06.631057 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2131 | 2024.11.14 00:20:06.631176 [ 261 ] {54b7b017-bf41-4359-b1bc-49888fcf407a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2132 | 2024.11.14 00:20:06.631229 [ 261 ] {54b7b017-bf41-4359-b1bc-49888fcf407a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2133 | 2024.11.14 00:20:06.632542 [ 261 ] {54b7b017-bf41-4359-b1bc-49888fcf407a} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2134 | 2024.11.14 00:20:06.632577 [ 261 ] {54b7b017-bf41-4359-b1bc-49888fcf407a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 2135 | 2024.11.14 00:20:06.633179 [ 261 ] {54b7b017-bf41-4359-b1bc-49888fcf407a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2136 | 2024.11.14 00:20:06.633418 [ 261 ] {54b7b017-bf41-4359-b1bc-49888fcf407a} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2137 | 2024.11.14 00:20:06.633686 [ 261 ] {54b7b017-bf41-4359-b1bc-49888fcf407a} <Debug> executeQuery: Read 2458 rows, 168.05 KiB in 0.00252 sec., 975396.8253968253 rows/sec., 65.12 MiB/sec. | ||
| 2138 | 2024.11.14 00:20:06.633782 [ 261 ] {54b7b017-bf41-4359-b1bc-49888fcf407a} <Debug> TCPHandler: Processed in 0.00278535 sec. | ||
| 2139 | 2024.11.14 00:20:06.633924 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2140 | 2024.11.14 00:20:06.634061 [ 263 ] {ecd68bd7-0d04-4683-98ed-5d07ba218fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2141 | 2024.11.14 00:20:06.634153 [ 263 ] {ecd68bd7-0d04-4683-98ed-5d07ba218fe2} <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 | ||
| 2142 | 2024.11.14 00:20:06.635266 [ 263 ] {ecd68bd7-0d04-4683-98ed-5d07ba218fe2} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2143 | 2024.11.14 00:20:06.635305 [ 263 ] {ecd68bd7-0d04-4683-98ed-5d07ba218fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 2144 | 2024.11.14 00:20:06.635899 [ 263 ] {ecd68bd7-0d04-4683-98ed-5d07ba218fe2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2145 | 2024.11.14 00:20:06.636158 [ 263 ] {ecd68bd7-0d04-4683-98ed-5d07ba218fe2} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2146 | 2024.11.14 00:20:06.636389 [ 263 ] {ecd68bd7-0d04-4683-98ed-5d07ba218fe2} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002358 sec., 3816.7938931297713 rows/sec., 6.84 MiB/sec. | ||
| 2147 | 2024.11.14 00:20:06.636478 [ 263 ] {ecd68bd7-0d04-4683-98ed-5d07ba218fe2} <Debug> TCPHandler: Processed in 0.002619706 sec. | ||
| 2148 | 2024.11.14 00:20:06.636625 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2149 | 2024.11.14 00:20:06.636765 [ 261 ] {188394fc-7c83-44d5-8e71-4db32f839628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2150 | 2024.11.14 00:20:06.636823 [ 261 ] {188394fc-7c83-44d5-8e71-4db32f839628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2151 | 2024.11.14 00:20:06.637378 [ 261 ] {188394fc-7c83-44d5-8e71-4db32f839628} <Trace> oximeter.measurements_i64 (fc7e169d-eaba-468a-b70a-85e3711020f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2152 | 2024.11.14 00:20:06.637421 [ 261 ] {188394fc-7c83-44d5-8e71-4db32f839628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 2153 | 2024.11.14 00:20:06.637825 [ 261 ] {188394fc-7c83-44d5-8e71-4db32f839628} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2154 | 2024.11.14 00:20:06.638062 [ 261 ] {188394fc-7c83-44d5-8e71-4db32f839628} <Trace> oximeter.measurements_i64 (fc7e169d-eaba-468a-b70a-85e3711020f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2155 | 2024.11.14 00:20:06.638294 [ 261 ] {188394fc-7c83-44d5-8e71-4db32f839628} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001541 sec., 5840.363400389358 rows/sec., 412.55 KiB/sec. | ||
| 2156 | 2024.11.14 00:20:06.638417 [ 261 ] {188394fc-7c83-44d5-8e71-4db32f839628} <Debug> TCPHandler: Processed in 0.001861606 sec. | ||
| 2157 | 2024.11.14 00:20:06.638553 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2158 | 2024.11.14 00:20:06.638679 [ 263 ] {0eb33a8d-1cce-4f86-9591-9fe757663782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2159 | 2024.11.14 00:20:06.638738 [ 263 ] {0eb33a8d-1cce-4f86-9591-9fe757663782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2160 | 2024.11.14 00:20:06.639277 [ 263 ] {0eb33a8d-1cce-4f86-9591-9fe757663782} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2161 | 2024.11.14 00:20:06.639323 [ 263 ] {0eb33a8d-1cce-4f86-9591-9fe757663782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 2162 | 2024.11.14 00:20:06.639728 [ 263 ] {0eb33a8d-1cce-4f86-9591-9fe757663782} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2163 | 2024.11.14 00:20:06.639976 [ 263 ] {0eb33a8d-1cce-4f86-9591-9fe757663782} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2164 | 2024.11.14 00:20:06.640185 [ 263 ] {0eb33a8d-1cce-4f86-9591-9fe757663782} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.001538 sec., 1300.3901170351105 rows/sec., 81.91 KiB/sec. | ||
| 2165 | 2024.11.14 00:20:06.640235 [ 263 ] {0eb33a8d-1cce-4f86-9591-9fe757663782} <Debug> TCPHandler: Processed in 0.001735744 sec. | ||
| 2166 | 2024.11.14 00:20:09.063525 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 74 entries to flush up to offset 316 | ||
| 2167 | 2024.11.14 00:20:09.067314 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2168 | 2024.11.14 00:20:09.067359 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2169 | 2024.11.14 00:20:09.068969 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2170 | 2024.11.14 00:20:09.069273 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2171 | 2024.11.14 00:20:09.069754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 316 | ||
| 2172 | 2024.11.14 00:20:10.747074 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2173 | 2024.11.14 00:20:10.747280 [ 263 ] {e4df7f5b-ac6e-4799-bad8-57db07f93bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2174 | 2024.11.14 00:20:10.747365 [ 263 ] {e4df7f5b-ac6e-4799-bad8-57db07f93bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2175 | 2024.11.14 00:20:10.748170 [ 263 ] {e4df7f5b-ac6e-4799-bad8-57db07f93bce} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2176 | 2024.11.14 00:20:10.748216 [ 263 ] {e4df7f5b-ac6e-4799-bad8-57db07f93bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2177 | 2024.11.14 00:20:10.748645 [ 263 ] {e4df7f5b-ac6e-4799-bad8-57db07f93bce} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2178 | 2024.11.14 00:20:10.748900 [ 263 ] {e4df7f5b-ac6e-4799-bad8-57db07f93bce} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2179 | 2024.11.14 00:20:10.749128 [ 47 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2180 | 2024.11.14 00:20:10.749161 [ 263 ] {e4df7f5b-ac6e-4799-bad8-57db07f93bce} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.22 MiB/sec. | ||
| 2181 | 2024.11.14 00:20:10.749245 [ 47 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2182 | 2024.11.14 00:20:10.749302 [ 263 ] {e4df7f5b-ac6e-4799-bad8-57db07f93bce} <Debug> TCPHandler: Processed in 0.002362053 sec. | ||
| 2183 | 2024.11.14 00:20:10.749326 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2184 | 2024.11.14 00:20:10.749535 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 2185 | 2024.11.14 00:20:10.749665 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2186 | 2024.11.14 00:20:10.749694 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2187 | 2024.11.14 00:20:10.749780 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 257 rows starting from the beginning of the part | ||
| 2188 | 2024.11.14 00:20:10.750036 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part | ||
| 2189 | 2024.11.14 00:20:10.750070 [ 261 ] {e3548ec8-0982-44b3-9b63-854624a5a757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2190 | 2024.11.14 00:20:10.750263 [ 261 ] {e3548ec8-0982-44b3-9b63-854624a5a757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2191 | 2024.11.14 00:20:10.750300 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part | ||
| 2192 | 2024.11.14 00:20:10.750799 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 257 rows starting from the beginning of the part | ||
| 2193 | 2024.11.14 00:20:10.751039 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1164 rows starting from the beginning of the part | ||
| 2194 | 2024.11.14 00:20:10.751465 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 2195 | 2024.11.14 00:20:10.753114 [ 261 ] {e3548ec8-0982-44b3-9b63-854624a5a757} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2196 | 2024.11.14 00:20:10.753194 [ 261 ] {e3548ec8-0982-44b3-9b63-854624a5a757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2197 | 2024.11.14 00:20:10.754234 [ 261 ] {e3548ec8-0982-44b3-9b63-854624a5a757} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2198 | 2024.11.14 00:20:10.754802 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 5 columns (5 merged, 0 gathered) in 0.005319295 sec., 345534.51162231085 rows/sec., 30.26 MiB/sec. | ||
| 2199 | 2024.11.14 00:20:10.754810 [ 261 ] {e3548ec8-0982-44b3-9b63-854624a5a757} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2200 | 2024.11.14 00:20:10.755041 [ 47 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2201 | 2024.11.14 00:20:10.755105 [ 47 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2202 | 2024.11.14 00:20:10.755162 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2203 | 2024.11.14 00:20:10.755160 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2204 | 2024.11.14 00:20:10.755236 [ 261 ] {e3548ec8-0982-44b3-9b63-854624a5a757} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005289 sec., 12100.58612214029 rows/sec., 967.15 KiB/sec. | ||
| 2205 | 2024.11.14 00:20:10.755661 [ 261 ] {e3548ec8-0982-44b3-9b63-854624a5a757} <Debug> TCPHandler: Processed in 0.006219527 sec. | ||
| 2206 | 2024.11.14 00:20:10.755708 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 2207 | 2024.11.14 00:20:10.755936 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2208 | 2024.11.14 00:20:10.756079 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2209 | 2024.11.14 00:20:10.756187 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_11_2} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2210 | 2024.11.14 00:20:10.756236 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 413 rows starting from the beginning of the part | ||
| 2211 | 2024.11.14 00:20:10.756248 [ 263 ] {fde8837c-9196-41bc-b2ba-82456bcc6bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2212 | 2024.11.14 00:20:10.756370 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_11_2} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2213 | 2024.11.14 00:20:10.756370 [ 263 ] {fde8837c-9196-41bc-b2ba-82456bcc6bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2214 | 2024.11.14 00:20:10.756643 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 2215 | 2024.11.14 00:20:10.756719 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
| 2216 | 2024.11.14 00:20:10.757049 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 2217 | 2024.11.14 00:20:10.757450 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 403 rows starting from the beginning of the part | ||
| 2218 | 2024.11.14 00:20:10.757929 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 484 rows starting from the beginning of the part | ||
| 2219 | 2024.11.14 00:20:10.758258 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 2220 | 2024.11.14 00:20:10.759390 [ 263 ] {fde8837c-9196-41bc-b2ba-82456bcc6bf7} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2221 | 2024.11.14 00:20:10.759447 [ 263 ] {fde8837c-9196-41bc-b2ba-82456bcc6bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2222 | 2024.11.14 00:20:10.760555 [ 263 ] {fde8837c-9196-41bc-b2ba-82456bcc6bf7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2223 | 2024.11.14 00:20:10.761049 [ 263 ] {fde8837c-9196-41bc-b2ba-82456bcc6bf7} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2224 | 2024.11.14 00:20:10.761305 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1476 rows, containing 5 columns (5 merged, 0 gathered) in 0.006019344 sec., 245209.44475012558 rows/sec., 18.80 MiB/sec. | ||
| 2225 | 2024.11.14 00:20:10.761488 [ 263 ] {fde8837c-9196-41bc-b2ba-82456bcc6bf7} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005357 sec., 23893.97050588016 rows/sec., 1.66 MiB/sec. | ||
| 2226 | 2024.11.14 00:20:10.761576 [ 263 ] {fde8837c-9196-41bc-b2ba-82456bcc6bf7} <Debug> TCPHandler: Processed in 0.005779241 sec. | ||
| 2227 | 2024.11.14 00:20:10.761628 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2228 | 2024.11.14 00:20:10.761775 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2229 | 2024.11.14 00:20:10.762015 [ 261 ] {8143e418-6585-4c46-a13d-3ba670a37890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2230 | 2024.11.14 00:20:10.762023 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_11_2} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2024.11.14 00:20:10.762131 [ 261 ] {8143e418-6585-4c46-a13d-3ba670a37890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2232 | 2024.11.14 00:20:10.762208 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_11_2} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2233 | 2024.11.14 00:20:10.762391 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 2234 | 2024.11.14 00:20:10.762900 [ 261 ] {8143e418-6585-4c46-a13d-3ba670a37890} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2235 | 2024.11.14 00:20:10.762943 [ 261 ] {8143e418-6585-4c46-a13d-3ba670a37890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2236 | 2024.11.14 00:20:10.763320 [ 261 ] {8143e418-6585-4c46-a13d-3ba670a37890} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2237 | 2024.11.14 00:20:10.763563 [ 261 ] {8143e418-6585-4c46-a13d-3ba670a37890} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2238 | 2024.11.14 00:20:10.763784 [ 261 ] {8143e418-6585-4c46-a13d-3ba670a37890} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001832 sec., 26200.873362445414 rows/sec., 1.77 MiB/sec. | ||
| 2239 | 2024.11.14 00:20:10.763935 [ 261 ] {8143e418-6585-4c46-a13d-3ba670a37890} <Debug> TCPHandler: Processed in 0.002225521 sec. | ||
| 2240 | 2024.11.14 00:20:15.748515 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2241 | 2024.11.14 00:20:15.748737 [ 263 ] {0799ce5a-0696-4dd1-98fd-9c783151305d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2242 | 2024.11.14 00:20:15.748818 [ 263 ] {0799ce5a-0696-4dd1-98fd-9c783151305d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2243 | 2024.11.14 00:20:15.749647 [ 263 ] {0799ce5a-0696-4dd1-98fd-9c783151305d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2244 | 2024.11.14 00:20:15.749705 [ 263 ] {0799ce5a-0696-4dd1-98fd-9c783151305d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2245 | 2024.11.14 00:20:15.750245 [ 263 ] {0799ce5a-0696-4dd1-98fd-9c783151305d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2246 | 2024.11.14 00:20:15.750561 [ 263 ] {0799ce5a-0696-4dd1-98fd-9c783151305d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2247 | 2024.11.14 00:20:15.750841 [ 263 ] {0799ce5a-0696-4dd1-98fd-9c783151305d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002161 sec., 25913.928736695972 rows/sec., 1.99 MiB/sec. | ||
| 2248 | 2024.11.14 00:20:15.751016 [ 263 ] {0799ce5a-0696-4dd1-98fd-9c783151305d} <Debug> TCPHandler: Processed in 0.002632147 sec. | ||
| 2249 | 2024.11.14 00:20:15.751272 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2250 | 2024.11.14 00:20:15.751463 [ 261 ] {8d15a5b6-afc1-4ca9-a6f4-da2ebd3bdafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2251 | 2024.11.14 00:20:15.751538 [ 261 ] {8d15a5b6-afc1-4ca9-a6f4-da2ebd3bdafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2252 | 2024.11.14 00:20:15.752301 [ 261 ] {8d15a5b6-afc1-4ca9-a6f4-da2ebd3bdafe} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2253 | 2024.11.14 00:20:15.752355 [ 261 ] {8d15a5b6-afc1-4ca9-a6f4-da2ebd3bdafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2254 | 2024.11.14 00:20:15.752800 [ 261 ] {8d15a5b6-afc1-4ca9-a6f4-da2ebd3bdafe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2255 | 2024.11.14 00:20:15.753055 [ 261 ] {8d15a5b6-afc1-4ca9-a6f4-da2ebd3bdafe} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2256 | 2024.11.14 00:20:15.753306 [ 261 ] {8d15a5b6-afc1-4ca9-a6f4-da2ebd3bdafe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001897 sec., 33737.48023194518 rows/sec., 2.63 MiB/sec. | ||
| 2257 | 2024.11.14 00:20:15.753373 [ 261 ] {8d15a5b6-afc1-4ca9-a6f4-da2ebd3bdafe} <Debug> TCPHandler: Processed in 0.002234142 sec. | ||
| 2258 | 2024.11.14 00:20:15.753512 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2259 | 2024.11.14 00:20:15.753634 [ 263 ] {545c54ad-6924-404b-aa71-87a98c9b9225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2260 | 2024.11.14 00:20:15.753690 [ 263 ] {545c54ad-6924-404b-aa71-87a98c9b9225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2261 | 2024.11.14 00:20:15.754250 [ 263 ] {545c54ad-6924-404b-aa71-87a98c9b9225} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2262 | 2024.11.14 00:20:15.754290 [ 263 ] {545c54ad-6924-404b-aa71-87a98c9b9225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2263 | 2024.11.14 00:20:15.754710 [ 263 ] {545c54ad-6924-404b-aa71-87a98c9b9225} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2264 | 2024.11.14 00:20:15.754963 [ 263 ] {545c54ad-6924-404b-aa71-87a98c9b9225} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2265 | 2024.11.14 00:20:15.755180 [ 263 ] {545c54ad-6924-404b-aa71-87a98c9b9225} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
| 2266 | 2024.11.14 00:20:15.755233 [ 263 ] {545c54ad-6924-404b-aa71-87a98c9b9225} <Debug> TCPHandler: Processed in 0.001777095 sec. | ||
| 2267 | 2024.11.14 00:20:15.755386 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2268 | 2024.11.14 00:20:15.755516 [ 261 ] {8730a698-8aa6-4ce9-aa4a-9d25a6015ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2269 | 2024.11.14 00:20:15.755575 [ 261 ] {8730a698-8aa6-4ce9-aa4a-9d25a6015ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2270 | 2024.11.14 00:20:15.756120 [ 261 ] {8730a698-8aa6-4ce9-aa4a-9d25a6015ba9} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2271 | 2024.11.14 00:20:15.756162 [ 261 ] {8730a698-8aa6-4ce9-aa4a-9d25a6015ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2272 | 2024.11.14 00:20:15.756568 [ 261 ] {8730a698-8aa6-4ce9-aa4a-9d25a6015ba9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2273 | 2024.11.14 00:20:15.756811 [ 261 ] {8730a698-8aa6-4ce9-aa4a-9d25a6015ba9} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2274 | 2024.11.14 00:20:15.757030 [ 261 ] {8730a698-8aa6-4ce9-aa4a-9d25a6015ba9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. | ||
| 2275 | 2024.11.14 00:20:15.757085 [ 261 ] {8730a698-8aa6-4ce9-aa4a-9d25a6015ba9} <Debug> TCPHandler: Processed in 0.001759405 sec. | ||
| 2276 | 2024.11.14 00:20:17.069967 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33564, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2277 | 2024.11.14 00:20:17.298490 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2278 | 2024.11.14 00:20:17.409114 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2279 | 2024.11.14 00:20:17.415694 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34575, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2280 | 2024.11.14 00:20:17.551242 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41632, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2281 | 2024.11.14 00:20:17.571629 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2282 | 2024.11.14 00:20:17.584007 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2283 | 2024.11.14 00:20:17.584018 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2284 | 2024.11.14 00:20:18.979806 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2285 | 2024.11.14 00:20:18.979873 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2286 | 2024.11.14 00:20:19.070162 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 332 | ||
| 2287 | 2024.11.14 00:20:19.072808 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2288 | 2024.11.14 00:20:19.072858 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2289 | 2024.11.14 00:20:19.074308 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2290 | 2024.11.14 00:20:19.074622 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2291 | 2024.11.14 00:20:19.075193 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 332 | ||
| 2292 | 2024.11.14 00:20:20.050280 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46688, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2293 | 2024.11.14 00:20:20.713452 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2294 | 2024.11.14 00:20:20.745833 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46947, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2295 | 2024.11.14 00:20:20.754172 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2296 | 2024.11.14 00:20:20.754401 [ 263 ] {a80a5be9-40de-4b3f-9ed8-768321b1aa20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2297 | 2024.11.14 00:20:20.754487 [ 263 ] {a80a5be9-40de-4b3f-9ed8-768321b1aa20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2298 | 2024.11.14 00:20:20.755324 [ 263 ] {a80a5be9-40de-4b3f-9ed8-768321b1aa20} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2299 | 2024.11.14 00:20:20.755380 [ 263 ] {a80a5be9-40de-4b3f-9ed8-768321b1aa20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2300 | 2024.11.14 00:20:20.755834 [ 263 ] {a80a5be9-40de-4b3f-9ed8-768321b1aa20} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2301 | 2024.11.14 00:20:20.756106 [ 263 ] {a80a5be9-40de-4b3f-9ed8-768321b1aa20} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2302 | 2024.11.14 00:20:20.756354 [ 263 ] {a80a5be9-40de-4b3f-9ed8-768321b1aa20} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002011 sec., 6961.7105917454 rows/sec., 501.15 KiB/sec. | ||
| 2303 | 2024.11.14 00:20:20.756471 [ 263 ] {a80a5be9-40de-4b3f-9ed8-768321b1aa20} <Debug> TCPHandler: Processed in 0.002436965 sec. | ||
| 2304 | 2024.11.14 00:20:20.756725 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2305 | 2024.11.14 00:20:20.756913 [ 261 ] {56dd3014-70da-4389-85bf-7466c717200c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2306 | 2024.11.14 00:20:20.756984 [ 261 ] {56dd3014-70da-4389-85bf-7466c717200c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2307 | 2024.11.14 00:20:20.757868 [ 261 ] {56dd3014-70da-4389-85bf-7466c717200c} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2308 | 2024.11.14 00:20:20.757918 [ 261 ] {56dd3014-70da-4389-85bf-7466c717200c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2309 | 2024.11.14 00:20:20.758374 [ 261 ] {56dd3014-70da-4389-85bf-7466c717200c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2310 | 2024.11.14 00:20:20.758644 [ 261 ] {56dd3014-70da-4389-85bf-7466c717200c} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2311 | 2024.11.14 00:20:20.758881 [ 261 ] {56dd3014-70da-4389-85bf-7466c717200c} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002021 sec., 139040.07916872838 rows/sec., 12.28 MiB/sec. | ||
| 2312 | 2024.11.14 00:20:20.758939 [ 261 ] {56dd3014-70da-4389-85bf-7466c717200c} <Debug> TCPHandler: Processed in 0.002343373 sec. | ||
| 2313 | 2024.11.14 00:20:20.759105 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2314 | 2024.11.14 00:20:20.759242 [ 263 ] {ead3f131-1263-4fa8-b17c-23ec455fd65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2315 | 2024.11.14 00:20:20.759299 [ 263 ] {ead3f131-1263-4fa8-b17c-23ec455fd65a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2316 | 2024.11.14 00:20:20.759921 [ 263 ] {ead3f131-1263-4fa8-b17c-23ec455fd65a} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2317 | 2024.11.14 00:20:20.759968 [ 263 ] {ead3f131-1263-4fa8-b17c-23ec455fd65a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2318 | 2024.11.14 00:20:20.760533 [ 263 ] {ead3f131-1263-4fa8-b17c-23ec455fd65a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2319 | 2024.11.14 00:20:20.760921 [ 263 ] {ead3f131-1263-4fa8-b17c-23ec455fd65a} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2320 | 2024.11.14 00:20:20.761158 [ 263 ] {ead3f131-1263-4fa8-b17c-23ec455fd65a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001948 sec., 23613.963039014372 rows/sec., 1.70 MiB/sec. | ||
| 2321 | 2024.11.14 00:20:20.761231 [ 263 ] {ead3f131-1263-4fa8-b17c-23ec455fd65a} <Debug> TCPHandler: Processed in 0.002188541 sec. | ||
| 2322 | 2024.11.14 00:20:20.761393 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2323 | 2024.11.14 00:20:20.761518 [ 261 ] {013dd159-df38-4352-b77c-8e8ec359bccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2324 | 2024.11.14 00:20:20.761572 [ 261 ] {013dd159-df38-4352-b77c-8e8ec359bccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2325 | 2024.11.14 00:20:20.762164 [ 261 ] {013dd159-df38-4352-b77c-8e8ec359bccb} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2326 | 2024.11.14 00:20:20.762205 [ 261 ] {013dd159-df38-4352-b77c-8e8ec359bccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2327 | 2024.11.14 00:20:20.762574 [ 261 ] {013dd159-df38-4352-b77c-8e8ec359bccb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2328 | 2024.11.14 00:20:20.762813 [ 261 ] {013dd159-df38-4352-b77c-8e8ec359bccb} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2329 | 2024.11.14 00:20:20.763064 [ 261 ] {013dd159-df38-4352-b77c-8e8ec359bccb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001565 sec., 8945.686900958466 rows/sec., 626.50 KiB/sec. | ||
| 2330 | 2024.11.14 00:20:20.763238 [ 261 ] {013dd159-df38-4352-b77c-8e8ec359bccb} <Debug> TCPHandler: Processed in 0.001902537 sec. | ||
| 2331 | 2024.11.14 00:20:20.763410 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2332 | 2024.11.14 00:20:20.763531 [ 263 ] {ecf1ecc0-9976-4593-9141-1e31a9429fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2333 | 2024.11.14 00:20:20.763580 [ 263 ] {ecf1ecc0-9976-4593-9141-1e31a9429fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2334 | 2024.11.14 00:20:20.764163 [ 263 ] {ecf1ecc0-9976-4593-9141-1e31a9429fab} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2335 | 2024.11.14 00:20:20.764202 [ 263 ] {ecf1ecc0-9976-4593-9141-1e31a9429fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2336 | 2024.11.14 00:20:20.764558 [ 263 ] {ecf1ecc0-9976-4593-9141-1e31a9429fab} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2337 | 2024.11.14 00:20:20.764811 [ 263 ] {ecf1ecc0-9976-4593-9141-1e31a9429fab} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2338 | 2024.11.14 00:20:20.765032 [ 263 ] {ecf1ecc0-9976-4593-9141-1e31a9429fab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001526 sec., 8519.003931847968 rows/sec., 531.16 KiB/sec. | ||
| 2339 | 2024.11.14 00:20:20.765085 [ 263 ] {ecf1ecc0-9976-4593-9141-1e31a9429fab} <Debug> TCPHandler: Processed in 0.001732554 sec. | ||
| 2340 | 2024.11.14 00:20:20.765231 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2341 | 2024.11.14 00:20:20.765345 [ 261 ] {d14788c7-baa0-47a8-9e17-8c0abf7342f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2342 | 2024.11.14 00:20:20.765393 [ 261 ] {d14788c7-baa0-47a8-9e17-8c0abf7342f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2343 | 2024.11.14 00:20:20.766131 [ 261 ] {d14788c7-baa0-47a8-9e17-8c0abf7342f4} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2344 | 2024.11.14 00:20:20.766170 [ 261 ] {d14788c7-baa0-47a8-9e17-8c0abf7342f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2345 | 2024.11.14 00:20:20.766560 [ 261 ] {d14788c7-baa0-47a8-9e17-8c0abf7342f4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2346 | 2024.11.14 00:20:20.766797 [ 261 ] {d14788c7-baa0-47a8-9e17-8c0abf7342f4} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2347 | 2024.11.14 00:20:20.767002 [ 261 ] {d14788c7-baa0-47a8-9e17-8c0abf7342f4} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00168 sec., 250595.23809523808 rows/sec., 17.91 MiB/sec. | ||
| 2348 | 2024.11.14 00:20:20.767053 [ 261 ] {d14788c7-baa0-47a8-9e17-8c0abf7342f4} <Debug> TCPHandler: Processed in 0.001878866 sec. | ||
| 2349 | 2024.11.14 00:20:20.767198 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2350 | 2024.11.14 00:20:20.767317 [ 263 ] {d8899c00-1c9c-4ca7-a7f4-8d055aa003bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2351 | 2024.11.14 00:20:20.767368 [ 263 ] {d8899c00-1c9c-4ca7-a7f4-8d055aa003bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2352 | 2024.11.14 00:20:20.767842 [ 263 ] {d8899c00-1c9c-4ca7-a7f4-8d055aa003bb} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2353 | 2024.11.14 00:20:20.767881 [ 263 ] {d8899c00-1c9c-4ca7-a7f4-8d055aa003bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2354 | 2024.11.14 00:20:20.768242 [ 263 ] {d8899c00-1c9c-4ca7-a7f4-8d055aa003bb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2355 | 2024.11.14 00:20:20.768473 [ 263 ] {d8899c00-1c9c-4ca7-a7f4-8d055aa003bb} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2356 | 2024.11.14 00:20:20.768703 [ 263 ] {d8899c00-1c9c-4ca7-a7f4-8d055aa003bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001407 sec., 4264.392324093817 rows/sec., 222.80 KiB/sec. | ||
| 2357 | 2024.11.14 00:20:20.768753 [ 263 ] {d8899c00-1c9c-4ca7-a7f4-8d055aa003bb} <Debug> TCPHandler: Processed in 0.001610512 sec. | ||
| 2358 | 2024.11.14 00:20:20.768885 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2359 | 2024.11.14 00:20:20.769002 [ 261 ] {c6c5efad-68b1-498e-a4f6-f5e988cc6c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2360 | 2024.11.14 00:20:20.769055 [ 261 ] {c6c5efad-68b1-498e-a4f6-f5e988cc6c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2361 | 2024.11.14 00:20:20.769628 [ 261 ] {c6c5efad-68b1-498e-a4f6-f5e988cc6c3c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2362 | 2024.11.14 00:20:20.769666 [ 261 ] {c6c5efad-68b1-498e-a4f6-f5e988cc6c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2363 | 2024.11.14 00:20:20.770082 [ 261 ] {c6c5efad-68b1-498e-a4f6-f5e988cc6c3c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2364 | 2024.11.14 00:20:20.770317 [ 261 ] {c6c5efad-68b1-498e-a4f6-f5e988cc6c3c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2365 | 2024.11.14 00:20:20.770577 [ 261 ] {c6c5efad-68b1-498e-a4f6-f5e988cc6c3c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001596 sec., 148496.24060150376 rows/sec., 9.95 MiB/sec. | ||
| 2366 | 2024.11.14 00:20:20.770721 [ 261 ] {c6c5efad-68b1-498e-a4f6-f5e988cc6c3c} <Debug> TCPHandler: Processed in 0.001901076 sec. | ||
| 2367 | 2024.11.14 00:20:20.770869 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2368 | 2024.11.14 00:20:20.770978 [ 263 ] {c07b312f-f496-4a30-ad7e-f5eeabbe9fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2369 | 2024.11.14 00:20:20.771026 [ 263 ] {c07b312f-f496-4a30-ad7e-f5eeabbe9fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2370 | 2024.11.14 00:20:20.771453 [ 263 ] {c07b312f-f496-4a30-ad7e-f5eeabbe9fd6} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2371 | 2024.11.14 00:20:20.771488 [ 263 ] {c07b312f-f496-4a30-ad7e-f5eeabbe9fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2372 | 2024.11.14 00:20:20.771911 [ 263 ] {c07b312f-f496-4a30-ad7e-f5eeabbe9fd6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2373 | 2024.11.14 00:20:20.772172 [ 263 ] {c07b312f-f496-4a30-ad7e-f5eeabbe9fd6} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2374 | 2024.11.14 00:20:20.772402 [ 263 ] {c07b312f-f496-4a30-ad7e-f5eeabbe9fd6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 2375 | 2024.11.14 00:20:20.772456 [ 263 ] {c07b312f-f496-4a30-ad7e-f5eeabbe9fd6} <Debug> TCPHandler: Processed in 0.001622293 sec. | ||
| 2376 | 2024.11.14 00:20:20.772587 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2377 | 2024.11.14 00:20:20.772705 [ 261 ] {7b43dc0a-534e-4f7e-835d-1d74136fbeff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2378 | 2024.11.14 00:20:20.772785 [ 261 ] {7b43dc0a-534e-4f7e-835d-1d74136fbeff} <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 | ||
| 2379 | 2024.11.14 00:20:20.773908 [ 261 ] {7b43dc0a-534e-4f7e-835d-1d74136fbeff} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2380 | 2024.11.14 00:20:20.773948 [ 261 ] {7b43dc0a-534e-4f7e-835d-1d74136fbeff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2381 | 2024.11.14 00:20:20.774617 [ 261 ] {7b43dc0a-534e-4f7e-835d-1d74136fbeff} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2382 | 2024.11.14 00:20:20.774878 [ 261 ] {7b43dc0a-534e-4f7e-835d-1d74136fbeff} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2383 | 2024.11.14 00:20:20.775100 [ 261 ] {7b43dc0a-534e-4f7e-835d-1d74136fbeff} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002418 sec., 16129.032258064515 rows/sec., 28.90 MiB/sec. | ||
| 2384 | 2024.11.14 00:20:20.775192 [ 261 ] {7b43dc0a-534e-4f7e-835d-1d74136fbeff} <Debug> TCPHandler: Processed in 0.002659207 sec. | ||
| 2385 | 2024.11.14 00:20:20.775346 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2386 | 2024.11.14 00:20:20.775469 [ 263 ] {992a06c1-efb0-4e53-b917-3b43835cdf0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2387 | 2024.11.14 00:20:20.775521 [ 263 ] {992a06c1-efb0-4e53-b917-3b43835cdf0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2388 | 2024.11.14 00:20:20.776017 [ 263 ] {992a06c1-efb0-4e53-b917-3b43835cdf0b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2389 | 2024.11.14 00:20:20.776057 [ 263 ] {992a06c1-efb0-4e53-b917-3b43835cdf0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2390 | 2024.11.14 00:20:20.776451 [ 263 ] {992a06c1-efb0-4e53-b917-3b43835cdf0b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2391 | 2024.11.14 00:20:20.776699 [ 263 ] {992a06c1-efb0-4e53-b917-3b43835cdf0b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2392 | 2024.11.14 00:20:20.776917 [ 263 ] {992a06c1-efb0-4e53-b917-3b43835cdf0b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001473 sec., 55668.70332654447 rows/sec., 3.54 MiB/sec. | ||
| 2393 | 2024.11.14 00:20:20.776972 [ 263 ] {992a06c1-efb0-4e53-b917-3b43835cdf0b} <Debug> TCPHandler: Processed in 0.001683153 sec. | ||
| 2394 | 2024.11.14 00:20:20.883436 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2395 | 2024.11.14 00:20:20.891718 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2396 | 2024.11.14 00:20:20.918828 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65435, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2397 | 2024.11.14 00:20:20.920126 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2398 | 2024.11.14 00:20:20.952124 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2399 | 2024.11.14 00:20:20.974585 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2400 | 2024.11.14 00:20:21.673738 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33301, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2401 | 2024.11.14 00:20:21.713194 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2402 | 2024.11.14 00:20:21.719172 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55238, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2403 | 2024.11.14 00:20:21.732805 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42866, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2404 | 2024.11.14 00:20:21.737025 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2405 | 2024.11.14 00:20:21.747298 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2406 | 2024.11.14 00:20:21.750618 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54536, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2407 | 2024.11.14 00:20:21.764018 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42011, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2408 | 2024.11.14 00:20:22.201838 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2409 | 2024.11.14 00:20:22.209234 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2410 | 2024.11.14 00:20:22.378900 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2411 | 2024.11.14 00:20:22.405241 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2412 | 2024.11.14 00:20:22.485191 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2413 | 2024.11.14 00:20:22.486817 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2414 | 2024.11.14 00:20:22.510700 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2415 | 2024.11.14 00:20:25.748101 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2416 | 2024.11.14 00:20:25.748325 [ 263 ] {563850ec-14dd-4b38-8bb9-d7b20abcb998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2417 | 2024.11.14 00:20:25.748404 [ 263 ] {563850ec-14dd-4b38-8bb9-d7b20abcb998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2418 | 2024.11.14 00:20:25.749153 [ 263 ] {563850ec-14dd-4b38-8bb9-d7b20abcb998} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2419 | 2024.11.14 00:20:25.749202 [ 263 ] {563850ec-14dd-4b38-8bb9-d7b20abcb998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2420 | 2024.11.14 00:20:25.749639 [ 263 ] {563850ec-14dd-4b38-8bb9-d7b20abcb998} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2421 | 2024.11.14 00:20:25.749904 [ 263 ] {563850ec-14dd-4b38-8bb9-d7b20abcb998} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2422 | 2024.11.14 00:20:25.750150 [ 263 ] {563850ec-14dd-4b38-8bb9-d7b20abcb998} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.29 MiB/sec. | ||
| 2423 | 2024.11.14 00:20:25.750267 [ 263 ] {563850ec-14dd-4b38-8bb9-d7b20abcb998} <Debug> TCPHandler: Processed in 0.002299792 sec. | ||
| 2424 | 2024.11.14 00:20:25.750547 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2425 | 2024.11.14 00:20:25.750762 [ 261 ] {b60ef1a5-c406-40e6-9832-3b187ca34df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2426 | 2024.11.14 00:20:25.750843 [ 261 ] {b60ef1a5-c406-40e6-9832-3b187ca34df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2427 | 2024.11.14 00:20:25.751645 [ 261 ] {b60ef1a5-c406-40e6-9832-3b187ca34df8} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2428 | 2024.11.14 00:20:25.751697 [ 261 ] {b60ef1a5-c406-40e6-9832-3b187ca34df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2429 | 2024.11.14 00:20:25.752124 [ 261 ] {b60ef1a5-c406-40e6-9832-3b187ca34df8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2430 | 2024.11.14 00:20:25.752368 [ 261 ] {b60ef1a5-c406-40e6-9832-3b187ca34df8} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2431 | 2024.11.14 00:20:25.752611 [ 261 ] {b60ef1a5-c406-40e6-9832-3b187ca34df8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001906 sec., 33578.1741867786 rows/sec., 2.62 MiB/sec. | ||
| 2432 | 2024.11.14 00:20:25.752669 [ 261 ] {b60ef1a5-c406-40e6-9832-3b187ca34df8} <Debug> TCPHandler: Processed in 0.002263692 sec. | ||
| 2433 | 2024.11.14 00:20:25.752828 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2434 | 2024.11.14 00:20:25.752953 [ 263 ] {c9590730-d10f-4739-b3a7-f30197f53961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2435 | 2024.11.14 00:20:25.753008 [ 263 ] {c9590730-d10f-4739-b3a7-f30197f53961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2436 | 2024.11.14 00:20:25.753577 [ 263 ] {c9590730-d10f-4739-b3a7-f30197f53961} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2437 | 2024.11.14 00:20:25.753618 [ 263 ] {c9590730-d10f-4739-b3a7-f30197f53961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2438 | 2024.11.14 00:20:25.754030 [ 263 ] {c9590730-d10f-4739-b3a7-f30197f53961} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2439 | 2024.11.14 00:20:25.754292 [ 263 ] {c9590730-d10f-4739-b3a7-f30197f53961} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2440 | 2024.11.14 00:20:25.754466 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2441 | 2024.11.14 00:20:25.754529 [ 263 ] {c9590730-d10f-4739-b3a7-f30197f53961} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001603 sec., 79850.28072364317 rows/sec., 5.56 MiB/sec. | ||
| 2442 | 2024.11.14 00:20:25.754559 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2443 | 2024.11.14 00:20:25.754641 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2444 | 2024.11.14 00:20:25.754650 [ 263 ] {c9590730-d10f-4739-b3a7-f30197f53961} <Debug> TCPHandler: Processed in 0.001878667 sec. | ||
| 2445 | 2024.11.14 00:20:25.754929 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::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 | ||
| 2446 | 2024.11.14 00:20:25.754933 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2447 | 2024.11.14 00:20:25.755352 [ 261 ] {b6f409c3-cf14-4869-8717-2d0212967d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2448 | 2024.11.14 00:20:25.755365 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2449 | 2024.11.14 00:20:25.755448 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1101 rows starting from the beginning of the part | ||
| 2450 | 2024.11.14 00:20:25.755456 [ 261 ] {b6f409c3-cf14-4869-8717-2d0212967d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2451 | 2024.11.14 00:20:25.755747 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2458 rows starting from the beginning of the part | ||
| 2452 | 2024.11.14 00:20:25.756107 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 2453 | 2024.11.14 00:20:25.756419 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2454 | 2024.11.14 00:20:25.756783 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2455 | 2024.11.14 00:20:25.757184 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part | ||
| 2456 | 2024.11.14 00:20:25.757938 [ 261 ] {b6f409c3-cf14-4869-8717-2d0212967d27} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2457 | 2024.11.14 00:20:25.758013 [ 261 ] {b6f409c3-cf14-4869-8717-2d0212967d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2458 | 2024.11.14 00:20:25.758986 [ 261 ] {b6f409c3-cf14-4869-8717-2d0212967d27} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2459 | 2024.11.14 00:20:25.759583 [ 261 ] {b6f409c3-cf14-4869-8717-2d0212967d27} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2460 | 2024.11.14 00:20:25.759863 [ 26 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2461 | 2024.11.14 00:20:25.760012 [ 26 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2462 | 2024.11.14 00:20:25.760059 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2463 | 2024.11.14 00:20:25.760094 [ 261 ] {b6f409c3-cf14-4869-8717-2d0212967d27} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004885 sec., 9825.997952917094 rows/sec., 678.10 KiB/sec. | ||
| 2464 | 2024.11.14 00:20:25.760631 [ 261 ] {b6f409c3-cf14-4869-8717-2d0212967d27} <Debug> TCPHandler: Processed in 0.005840042 sec. | ||
| 2465 | 2024.11.14 00:20:25.760689 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 2466 | 2024.11.14 00:20:25.760827 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2467 | 2024.11.14 00:20:25.760865 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 356 rows starting from the beginning of the part | ||
| 2468 | 2024.11.14 00:20:25.761000 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 2469 | 2024.11.14 00:20:25.761156 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2470 | 2024.11.14 00:20:25.761293 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2471 | 2024.11.14 00:20:25.761475 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2472 | 2024.11.14 00:20:25.761613 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 2473 | 2024.11.14 00:20:25.762244 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4212 rows, containing 5 columns (5 merged, 0 gathered) in 0.007483176 sec., 562862.6134144112 rows/sec., 37.89 MiB/sec. | ||
| 2474 | 2024.11.14 00:20:25.762682 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2475 | 2024.11.14 00:20:25.763364 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2476 | 2024.11.14 00:20:25.763491 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2477 | 2024.11.14 00:20:25.763726 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
| 2478 | 2024.11.14 00:20:25.763897 [ 196 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 596 rows, containing 4 columns (4 merged, 0 gathered) in 0.003728032 sec., 159869.8723616106 rows/sec., 10.52 MiB/sec. | ||
| 2479 | 2024.11.14 00:20:25.764131 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2480 | 2024.11.14 00:20:25.764464 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_11_2} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2024.11.14 00:20:25.764562 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_11_2} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2482 | 2024.11.14 00:20:25.764661 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2483 | 2024.11.14 00:20:29.075464 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 362 | ||
| 2484 | 2024.11.14 00:20:29.078765 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2485 | 2024.11.14 00:20:29.078810 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2486 | 2024.11.14 00:20:29.080326 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2487 | 2024.11.14 00:20:29.080623 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2488 | 2024.11.14 00:20:29.081331 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 362 | ||
| 2489 | 2024.11.14 00:20:30.749176 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2490 | 2024.11.14 00:20:30.749369 [ 263 ] {28a9b08d-601a-404b-b865-a4a0eb6b8773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2491 | 2024.11.14 00:20:30.749444 [ 263 ] {28a9b08d-601a-404b-b865-a4a0eb6b8773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2492 | 2024.11.14 00:20:30.750217 [ 263 ] {28a9b08d-601a-404b-b865-a4a0eb6b8773} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2493 | 2024.11.14 00:20:30.750271 [ 263 ] {28a9b08d-601a-404b-b865-a4a0eb6b8773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2494 | 2024.11.14 00:20:30.750712 [ 263 ] {28a9b08d-601a-404b-b865-a4a0eb6b8773} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2495 | 2024.11.14 00:20:30.750978 [ 263 ] {28a9b08d-601a-404b-b865-a4a0eb6b8773} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2024.11.14 00:20:30.751226 [ 263 ] {28a9b08d-601a-404b-b865-a4a0eb6b8773} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.25 MiB/sec. | ||
| 2497 | 2024.11.14 00:20:30.751292 [ 263 ] {28a9b08d-601a-404b-b865-a4a0eb6b8773} <Debug> TCPHandler: Processed in 0.002245122 sec. | ||
| 2498 | 2024.11.14 00:20:30.751558 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2499 | 2024.11.14 00:20:30.751767 [ 261 ] {40682330-9e9f-43a6-8753-3411ddf1f3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2500 | 2024.11.14 00:20:30.751849 [ 261 ] {40682330-9e9f-43a6-8753-3411ddf1f3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2501 | 2024.11.14 00:20:30.752668 [ 261 ] {40682330-9e9f-43a6-8753-3411ddf1f3dd} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2502 | 2024.11.14 00:20:30.752716 [ 261 ] {40682330-9e9f-43a6-8753-3411ddf1f3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2503 | 2024.11.14 00:20:30.753145 [ 261 ] {40682330-9e9f-43a6-8753-3411ddf1f3dd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2504 | 2024.11.14 00:20:30.753400 [ 261 ] {40682330-9e9f-43a6-8753-3411ddf1f3dd} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2505 | 2024.11.14 00:20:30.753644 [ 261 ] {40682330-9e9f-43a6-8753-3411ddf1f3dd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001934 sec., 33092.037228541885 rows/sec., 2.58 MiB/sec. | ||
| 2506 | 2024.11.14 00:20:30.753709 [ 261 ] {40682330-9e9f-43a6-8753-3411ddf1f3dd} <Debug> TCPHandler: Processed in 0.002294062 sec. | ||
| 2507 | 2024.11.14 00:20:30.753876 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2508 | 2024.11.14 00:20:30.754024 [ 263 ] {58ddab00-1b0a-492e-a00c-f1d926dcc182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2509 | 2024.11.14 00:20:30.754092 [ 263 ] {58ddab00-1b0a-492e-a00c-f1d926dcc182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2510 | 2024.11.14 00:20:30.754757 [ 263 ] {58ddab00-1b0a-492e-a00c-f1d926dcc182} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2511 | 2024.11.14 00:20:30.754853 [ 263 ] {58ddab00-1b0a-492e-a00c-f1d926dcc182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2512 | 2024.11.14 00:20:30.755257 [ 263 ] {58ddab00-1b0a-492e-a00c-f1d926dcc182} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2513 | 2024.11.14 00:20:30.755536 [ 263 ] {58ddab00-1b0a-492e-a00c-f1d926dcc182} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2514 | 2024.11.14 00:20:30.755757 [ 263 ] {58ddab00-1b0a-492e-a00c-f1d926dcc182} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001769 sec., 90446.57998869418 rows/sec., 6.30 MiB/sec. | ||
| 2515 | 2024.11.14 00:20:30.755817 [ 263 ] {58ddab00-1b0a-492e-a00c-f1d926dcc182} <Debug> TCPHandler: Processed in 0.002006869 sec. | ||
| 2516 | 2024.11.14 00:20:30.755981 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2517 | 2024.11.14 00:20:30.756105 [ 261 ] {8bb08b9f-1ed6-4e6a-a247-6f96f43a73b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2518 | 2024.11.14 00:20:30.756159 [ 261 ] {8bb08b9f-1ed6-4e6a-a247-6f96f43a73b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2519 | 2024.11.14 00:20:30.756677 [ 261 ] {8bb08b9f-1ed6-4e6a-a247-6f96f43a73b7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2520 | 2024.11.14 00:20:30.756716 [ 261 ] {8bb08b9f-1ed6-4e6a-a247-6f96f43a73b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2521 | 2024.11.14 00:20:30.757108 [ 261 ] {8bb08b9f-1ed6-4e6a-a247-6f96f43a73b7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2522 | 2024.11.14 00:20:30.757370 [ 261 ] {8bb08b9f-1ed6-4e6a-a247-6f96f43a73b7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2523 | 2024.11.14 00:20:30.757583 [ 261 ] {8bb08b9f-1ed6-4e6a-a247-6f96f43a73b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001507 sec., 39814.200398142 rows/sec., 2.68 MiB/sec. | ||
| 2524 | 2024.11.14 00:20:30.757636 [ 261 ] {8bb08b9f-1ed6-4e6a-a247-6f96f43a73b7} <Debug> TCPHandler: Processed in 0.001716444 sec. | ||
| 2525 | 2024.11.14 00:20:33.016509 [ 88 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2526 | 2024.11.14 00:20:33.016600 [ 88 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2527 | 2024.11.14 00:20:33.016622 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2528 | 2024.11.14 00:20:33.016977 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 2529 | 2024.11.14 00:20:33.017237 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2530 | 2024.11.14 00:20:33.017300 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 2531 | 2024.11.14 00:20:33.017451 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 2532 | 2024.11.14 00:20:33.017748 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 2533 | 2024.11.14 00:20:33.017987 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part | ||
| 2534 | 2024.11.14 00:20:33.018255 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 2535 | 2024.11.14 00:20:33.019455 [ 194 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 5 columns (5 merged, 0 gathered) in 0.002734249 sec., 103867.64336386336 rows/sec., 7.44 MiB/sec. | ||
| 2536 | 2024.11.14 00:20:33.019692 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2537 | 2024.11.14 00:20:33.020078 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_5_1} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2538 | 2024.11.14 00:20:33.020176 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_5_1} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2539 | 2024.11.14 00:20:33.020283 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2540 | 2024.11.14 00:20:33.980114 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2541 | 2024.11.14 00:20:33.980172 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2542 | 2024.11.14 00:20:35.754703 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2543 | 2024.11.14 00:20:35.754925 [ 263 ] {7eb29f01-f244-411f-9179-b7d2715a1466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2544 | 2024.11.14 00:20:35.755008 [ 263 ] {7eb29f01-f244-411f-9179-b7d2715a1466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2545 | 2024.11.14 00:20:35.755832 [ 263 ] {7eb29f01-f244-411f-9179-b7d2715a1466} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2546 | 2024.11.14 00:20:35.755883 [ 263 ] {7eb29f01-f244-411f-9179-b7d2715a1466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2547 | 2024.11.14 00:20:35.756313 [ 263 ] {7eb29f01-f244-411f-9179-b7d2715a1466} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2548 | 2024.11.14 00:20:35.756569 [ 263 ] {7eb29f01-f244-411f-9179-b7d2715a1466} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2549 | 2024.11.14 00:20:35.756756 [ 123 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2550 | 2024.11.14 00:20:35.756828 [ 263 ] {7eb29f01-f244-411f-9179-b7d2715a1466} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001959 sec., 7146.503318019399 rows/sec., 514.45 KiB/sec. | ||
| 2551 | 2024.11.14 00:20:35.756850 [ 123 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2552 | 2024.11.14 00:20:35.756923 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2553 | 2024.11.14 00:20:35.756957 [ 263 ] {7eb29f01-f244-411f-9179-b7d2715a1466} <Debug> TCPHandler: Processed in 0.002388124 sec. | ||
| 2554 | 2024.11.14 00:20:35.757288 [ 199 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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.14 00:20:35.757301 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2556 | 2024.11.14 00:20:35.757462 [ 199 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2557 | 2024.11.14 00:20:35.757504 [ 199 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 2558 | 2024.11.14 00:20:35.757532 [ 261 ] {38e24719-c984-40ff-b11a-befc255abb1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2559 | 2024.11.14 00:20:35.757607 [ 199 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 2560 | 2024.11.14 00:20:35.757661 [ 261 ] {38e24719-c984-40ff-b11a-befc255abb1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2561 | 2024.11.14 00:20:35.758083 [ 199 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 2562 | 2024.11.14 00:20:35.758478 [ 199 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 2563 | 2024.11.14 00:20:35.758835 [ 199 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 2564 | 2024.11.14 00:20:35.760169 [ 261 ] {38e24719-c984-40ff-b11a-befc255abb1d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2565 | 2024.11.14 00:20:35.760213 [ 261 ] {38e24719-c984-40ff-b11a-befc255abb1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2566 | 2024.11.14 00:20:35.760491 [ 199 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003463098 sec., 20213.11553990098 rows/sec., 1.50 MiB/sec. | ||
| 2567 | 2024.11.14 00:20:35.760744 [ 196 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2568 | 2024.11.14 00:20:35.760954 [ 261 ] {38e24719-c984-40ff-b11a-befc255abb1d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2569 | 2024.11.14 00:20:35.761192 [ 196 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_5_1} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2570 | 2024.11.14 00:20:35.761312 [ 196 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_5_1} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2571 | 2024.11.14 00:20:35.761454 [ 261 ] {38e24719-c984-40ff-b11a-befc255abb1d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2572 | 2024.11.14 00:20:35.761484 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2573 | 2024.11.14 00:20:35.761650 [ 123 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2574 | 2024.11.14 00:20:35.761694 [ 123 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2575 | 2024.11.14 00:20:35.761721 [ 261 ] {38e24719-c984-40ff-b11a-befc255abb1d} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.004246 sec., 66179.93405558173 rows/sec., 5.85 MiB/sec. | ||
| 2576 | 2024.11.14 00:20:35.761724 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2577 | 2024.11.14 00:20:35.761884 [ 261 ] {38e24719-c984-40ff-b11a-befc255abb1d} <Debug> TCPHandler: Processed in 0.004787957 sec. | ||
| 2578 | 2024.11.14 00:20:35.761964 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 2579 | 2024.11.14 00:20:35.762086 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2580 | 2024.11.14 00:20:35.762096 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2581 | 2024.11.14 00:20:35.762140 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1421 rows starting from the beginning of the part | ||
| 2582 | 2024.11.14 00:20:35.762360 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
| 2583 | 2024.11.14 00:20:35.762368 [ 263 ] {b0e9f147-6d55-47dd-95f3-64847a1c003e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2584 | 2024.11.14 00:20:35.762555 [ 263 ] {b0e9f147-6d55-47dd-95f3-64847a1c003e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2585 | 2024.11.14 00:20:35.762748 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 281 rows starting from the beginning of the part | ||
| 2586 | 2024.11.14 00:20:35.763209 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 2587 | 2024.11.14 00:20:35.763554 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2588 | 2024.11.14 00:20:35.763775 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 281 rows starting from the beginning of the part | ||
| 2589 | 2024.11.14 00:20:35.764806 [ 263 ] {b0e9f147-6d55-47dd-95f3-64847a1c003e} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2590 | 2024.11.14 00:20:35.764854 [ 263 ] {b0e9f147-6d55-47dd-95f3-64847a1c003e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2591 | 2024.11.14 00:20:35.765421 [ 263 ] {b0e9f147-6d55-47dd-95f3-64847a1c003e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2592 | 2024.11.14 00:20:35.765696 [ 263 ] {b0e9f147-6d55-47dd-95f3-64847a1c003e} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2593 | 2024.11.14 00:20:35.765959 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2151 rows, containing 5 columns (5 merged, 0 gathered) in 0.004123298 sec., 521669.78957135766 rows/sec., 46.04 MiB/sec. | ||
| 2594 | 2024.11.14 00:20:35.766109 [ 263 ] {b0e9f147-6d55-47dd-95f3-64847a1c003e} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.003881 sec., 11852.615305333677 rows/sec., 873.14 KiB/sec. | ||
| 2595 | 2024.11.14 00:20:35.766193 [ 263 ] {b0e9f147-6d55-47dd-95f3-64847a1c003e} <Debug> TCPHandler: Processed in 0.004176708 sec. | ||
| 2596 | 2024.11.14 00:20:35.766362 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2597 | 2024.11.14 00:20:35.766413 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2598 | 2024.11.14 00:20:35.766608 [ 261 ] {c19ddb2b-b983-4c8e-9550-1d8449051cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2599 | 2024.11.14 00:20:35.766687 [ 261 ] {c19ddb2b-b983-4c8e-9550-1d8449051cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2600 | 2024.11.14 00:20:35.767096 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_16_3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2601 | 2024.11.14 00:20:35.767351 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_16_3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2602 | 2024.11.14 00:20:35.767514 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 2603 | 2024.11.14 00:20:35.767773 [ 261 ] {c19ddb2b-b983-4c8e-9550-1d8449051cd4} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2604 | 2024.11.14 00:20:35.767817 [ 261 ] {c19ddb2b-b983-4c8e-9550-1d8449051cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2605 | 2024.11.14 00:20:35.768177 [ 261 ] {c19ddb2b-b983-4c8e-9550-1d8449051cd4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2606 | 2024.11.14 00:20:35.768413 [ 261 ] {c19ddb2b-b983-4c8e-9550-1d8449051cd4} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2607 | 2024.11.14 00:20:35.768595 [ 261 ] {c19ddb2b-b983-4c8e-9550-1d8449051cd4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002088 sec., 6704.9808429118775 rows/sec., 469.57 KiB/sec. | ||
| 2608 | 2024.11.14 00:20:35.768650 [ 261 ] {c19ddb2b-b983-4c8e-9550-1d8449051cd4} <Debug> TCPHandler: Processed in 0.002369723 sec. | ||
| 2609 | 2024.11.14 00:20:35.768811 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2610 | 2024.11.14 00:20:35.768952 [ 263 ] {22ed34b4-b2aa-476e-a52b-11982f96c2ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2611 | 2024.11.14 00:20:35.769009 [ 263 ] {22ed34b4-b2aa-476e-a52b-11982f96c2ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2612 | 2024.11.14 00:20:35.769682 [ 263 ] {22ed34b4-b2aa-476e-a52b-11982f96c2ec} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2613 | 2024.11.14 00:20:35.769731 [ 263 ] {22ed34b4-b2aa-476e-a52b-11982f96c2ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2614 | 2024.11.14 00:20:35.770091 [ 263 ] {22ed34b4-b2aa-476e-a52b-11982f96c2ec} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2615 | 2024.11.14 00:20:35.770362 [ 263 ] {22ed34b4-b2aa-476e-a52b-11982f96c2ec} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2616 | 2024.11.14 00:20:35.770521 [ 123 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2617 | 2024.11.14 00:20:35.770579 [ 123 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2618 | 2024.11.14 00:20:35.770617 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2619 | 2024.11.14 00:20:35.770632 [ 263 ] {22ed34b4-b2aa-476e-a52b-11982f96c2ec} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001699 sec., 7651.559741024132 rows/sec., 477.07 KiB/sec. | ||
| 2620 | 2024.11.14 00:20:35.770872 [ 263 ] {22ed34b4-b2aa-476e-a52b-11982f96c2ec} <Debug> TCPHandler: Processed in 0.00212174 sec. | ||
| 2621 | 2024.11.14 00:20:35.770927 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 2622 | 2024.11.14 00:20:35.771113 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2623 | 2024.11.14 00:20:35.771162 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2624 | 2024.11.14 00:20:35.771217 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 2625 | 2024.11.14 00:20:35.771484 [ 261 ] {1f3038fa-48e2-4d5d-b7ba-34484c4c8428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2626 | 2024.11.14 00:20:35.771609 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 2627 | 2024.11.14 00:20:35.771700 [ 261 ] {1f3038fa-48e2-4d5d-b7ba-34484c4c8428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2628 | 2024.11.14 00:20:35.772013 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 2629 | 2024.11.14 00:20:35.772395 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 2630 | 2024.11.14 00:20:35.772764 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 2631 | 2024.11.14 00:20:35.773977 [ 261 ] {1f3038fa-48e2-4d5d-b7ba-34484c4c8428} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2632 | 2024.11.14 00:20:35.774026 [ 261 ] {1f3038fa-48e2-4d5d-b7ba-34484c4c8428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2633 | 2024.11.14 00:20:35.774270 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00358423 sec., 18134.996917050525 rows/sec., 1.17 MiB/sec. | ||
| 2634 | 2024.11.14 00:20:35.774477 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2635 | 2024.11.14 00:20:35.774759 [ 261 ] {1f3038fa-48e2-4d5d-b7ba-34484c4c8428} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2636 | 2024.11.14 00:20:35.775058 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_5_1} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2637 | 2024.11.14 00:20:35.775218 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_5_1} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2638 | 2024.11.14 00:20:35.775295 [ 261 ] {1f3038fa-48e2-4d5d-b7ba-34484c4c8428} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2639 | 2024.11.14 00:20:35.775371 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2640 | 2024.11.14 00:20:35.775563 [ 148 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2641 | 2024.11.14 00:20:35.775623 [ 148 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2024.11.14 00:20:35.775644 [ 261 ] {1f3038fa-48e2-4d5d-b7ba-34484c4c8428} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004326 sec., 97318.53906611189 rows/sec., 6.95 MiB/sec. | ||
| 2643 | 2024.11.14 00:20:35.775657 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2644 | 2024.11.14 00:20:35.775921 [ 261 ] {1f3038fa-48e2-4d5d-b7ba-34484c4c8428} <Debug> TCPHandler: Processed in 0.004936779 sec. | ||
| 2645 | 2024.11.14 00:20:35.776081 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 2646 | 2024.11.14 00:20:35.776212 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2647 | 2024.11.14 00:20:35.776534 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2648 | 2024.11.14 00:20:35.776570 [ 263 ] {0d74ab2e-534a-4441-8c22-2b3169b753dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2649 | 2024.11.14 00:20:35.776584 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 896 rows starting from the beginning of the part | ||
| 2650 | 2024.11.14 00:20:35.776657 [ 263 ] {0d74ab2e-534a-4441-8c22-2b3169b753dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2651 | 2024.11.14 00:20:35.776812 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
| 2652 | 2024.11.14 00:20:35.777183 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 421 rows starting from the beginning of the part | ||
| 2653 | 2024.11.14 00:20:35.777486 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 2654 | 2024.11.14 00:20:35.777843 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2655 | 2024.11.14 00:20:35.778102 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 421 rows starting from the beginning of the part | ||
| 2656 | 2024.11.14 00:20:35.778792 [ 263 ] {0d74ab2e-534a-4441-8c22-2b3169b753dd} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2657 | 2024.11.14 00:20:35.778837 [ 263 ] {0d74ab2e-534a-4441-8c22-2b3169b753dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2658 | 2024.11.14 00:20:35.779406 [ 263 ] {0d74ab2e-534a-4441-8c22-2b3169b753dd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2659 | 2024.11.14 00:20:35.779667 [ 263 ] {0d74ab2e-534a-4441-8c22-2b3169b753dd} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2660 | 2024.11.14 00:20:35.780300 [ 263 ] {0d74ab2e-534a-4441-8c22-2b3169b753dd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003793 sec., 1581.8613234906406 rows/sec., 82.65 KiB/sec. | ||
| 2661 | 2024.11.14 00:20:35.780527 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1930 rows, containing 5 columns (5 merged, 0 gathered) in 0.004757557 sec., 405670.38923548366 rows/sec., 31.02 MiB/sec. | ||
| 2662 | 2024.11.14 00:20:35.780552 [ 263 ] {0d74ab2e-534a-4441-8c22-2b3169b753dd} <Debug> TCPHandler: Processed in 0.004496714 sec. | ||
| 2663 | 2024.11.14 00:20:35.780692 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2664 | 2024.11.14 00:20:35.780732 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2665 | 2024.11.14 00:20:35.780961 [ 261 ] {a54f6f94-a3a0-4f02-b822-1c38ada86bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2666 | 2024.11.14 00:20:35.781058 [ 261 ] {a54f6f94-a3a0-4f02-b822-1c38ada86bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2667 | 2024.11.14 00:20:35.781126 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_16_3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2024.11.14 00:20:35.781371 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_16_3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2669 | 2024.11.14 00:20:35.781539 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2670 | 2024.11.14 00:20:35.782057 [ 261 ] {a54f6f94-a3a0-4f02-b822-1c38ada86bb5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2024.11.14 00:20:35.782101 [ 261 ] {a54f6f94-a3a0-4f02-b822-1c38ada86bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2672 | 2024.11.14 00:20:35.782503 [ 261 ] {a54f6f94-a3a0-4f02-b822-1c38ada86bb5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2673 | 2024.11.14 00:20:35.782745 [ 261 ] {a54f6f94-a3a0-4f02-b822-1c38ada86bb5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2674 | 2024.11.14 00:20:35.782956 [ 261 ] {a54f6f94-a3a0-4f02-b822-1c38ada86bb5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002059 sec., 115104.41962117533 rows/sec., 7.72 MiB/sec. | ||
| 2675 | 2024.11.14 00:20:35.783010 [ 261 ] {a54f6f94-a3a0-4f02-b822-1c38ada86bb5} <Debug> TCPHandler: Processed in 0.002365463 sec. | ||
| 2676 | 2024.11.14 00:20:35.783156 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2677 | 2024.11.14 00:20:35.783294 [ 263 ] {e0f5b5cf-bbd9-4579-8dc3-248c57d76ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2678 | 2024.11.14 00:20:35.783355 [ 263 ] {e0f5b5cf-bbd9-4579-8dc3-248c57d76ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2679 | 2024.11.14 00:20:35.783873 [ 263 ] {e0f5b5cf-bbd9-4579-8dc3-248c57d76ac0} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2680 | 2024.11.14 00:20:35.783910 [ 263 ] {e0f5b5cf-bbd9-4579-8dc3-248c57d76ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2681 | 2024.11.14 00:20:35.784266 [ 263 ] {e0f5b5cf-bbd9-4579-8dc3-248c57d76ac0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2682 | 2024.11.14 00:20:35.784504 [ 263 ] {e0f5b5cf-bbd9-4579-8dc3-248c57d76ac0} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2683 | 2024.11.14 00:20:35.784624 [ 148 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2684 | 2024.11.14 00:20:35.784663 [ 148 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2685 | 2024.11.14 00:20:35.784686 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2686 | 2024.11.14 00:20:35.784698 [ 263 ] {e0f5b5cf-bbd9-4579-8dc3-248c57d76ac0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec. | ||
| 2687 | 2024.11.14 00:20:35.784826 [ 263 ] {e0f5b5cf-bbd9-4579-8dc3-248c57d76ac0} <Debug> TCPHandler: Processed in 0.001727045 sec. | ||
| 2688 | 2024.11.14 00:20:35.785046 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2689 | 2024.11.14 00:20:35.785069 [ 189 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 2690 | 2024.11.14 00:20:35.785270 [ 261 ] {35d46e90-e825-4f08-acde-e98119880d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2691 | 2024.11.14 00:20:35.785539 [ 261 ] {35d46e90-e825-4f08-acde-e98119880d1f} <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 | ||
| 2692 | 2024.11.14 00:20:35.785558 [ 189 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2693 | 2024.11.14 00:20:35.785731 [ 189 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 2694 | 2024.11.14 00:20:35.786098 [ 189 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 2695 | 2024.11.14 00:20:35.786453 [ 189 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 2696 | 2024.11.14 00:20:35.786804 [ 189 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 2697 | 2024.11.14 00:20:35.787168 [ 189 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 2698 | 2024.11.14 00:20:35.790121 [ 189 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005285724 sec., 945.9442074538889 rows/sec., 63.74 KiB/sec. | ||
| 2699 | 2024.11.14 00:20:35.790327 [ 189 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2700 | 2024.11.14 00:20:35.790670 [ 261 ] {35d46e90-e825-4f08-acde-e98119880d1f} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2701 | 2024.11.14 00:20:35.790730 [ 261 ] {35d46e90-e825-4f08-acde-e98119880d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2702 | 2024.11.14 00:20:35.790963 [ 189 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_5_1} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2703 | 2024.11.14 00:20:35.791197 [ 189 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_5_1} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2704 | 2024.11.14 00:20:35.791321 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2705 | 2024.11.14 00:20:35.791867 [ 261 ] {35d46e90-e825-4f08-acde-e98119880d1f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2706 | 2024.11.14 00:20:35.792160 [ 261 ] {35d46e90-e825-4f08-acde-e98119880d1f} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2707 | 2024.11.14 00:20:35.792418 [ 261 ] {35d46e90-e825-4f08-acde-e98119880d1f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007224 sec., 5398.671096345514 rows/sec., 9.67 MiB/sec. | ||
| 2708 | 2024.11.14 00:20:35.792533 [ 261 ] {35d46e90-e825-4f08-acde-e98119880d1f} <Debug> TCPHandler: Processed in 0.007609457 sec. | ||
| 2709 | 2024.11.14 00:20:35.792676 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2710 | 2024.11.14 00:20:35.792794 [ 263 ] {98b39c4b-1246-41c2-a7d0-0ec6bb938578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2711 | 2024.11.14 00:20:35.792846 [ 263 ] {98b39c4b-1246-41c2-a7d0-0ec6bb938578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2712 | 2024.11.14 00:20:35.793318 [ 263 ] {98b39c4b-1246-41c2-a7d0-0ec6bb938578} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2024.11.14 00:20:35.793356 [ 263 ] {98b39c4b-1246-41c2-a7d0-0ec6bb938578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2714 | 2024.11.14 00:20:35.793728 [ 263 ] {98b39c4b-1246-41c2-a7d0-0ec6bb938578} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2715 | 2024.11.14 00:20:35.793977 [ 263 ] {98b39c4b-1246-41c2-a7d0-0ec6bb938578} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2024.11.14 00:20:35.794206 [ 263 ] {98b39c4b-1246-41c2-a7d0-0ec6bb938578} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001431 sec., 57302.5856044724 rows/sec., 3.64 MiB/sec. | ||
| 2717 | 2024.11.14 00:20:35.794384 [ 263 ] {98b39c4b-1246-41c2-a7d0-0ec6bb938578} <Debug> TCPHandler: Processed in 0.001761255 sec. | ||
| 2718 | 2024.11.14 00:20:39.081607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 392 | ||
| 2719 | 2024.11.14 00:20:39.084400 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2720 | 2024.11.14 00:20:39.084445 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2721 | 2024.11.14 00:20:39.085958 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2722 | 2024.11.14 00:20:39.086269 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2723 | 2024.11.14 00:20:39.086765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 392 | ||
| 2724 | 2024.11.14 00:20:40.749143 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2725 | 2024.11.14 00:20:40.749342 [ 263 ] {d48fd429-4bd3-4940-9b4b-eae01794271e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2726 | 2024.11.14 00:20:40.749420 [ 263 ] {d48fd429-4bd3-4940-9b4b-eae01794271e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2727 | 2024.11.14 00:20:40.750234 [ 263 ] {d48fd429-4bd3-4940-9b4b-eae01794271e} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2728 | 2024.11.14 00:20:40.750275 [ 263 ] {d48fd429-4bd3-4940-9b4b-eae01794271e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2729 | 2024.11.14 00:20:40.750712 [ 263 ] {d48fd429-4bd3-4940-9b4b-eae01794271e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2730 | 2024.11.14 00:20:40.750974 [ 263 ] {d48fd429-4bd3-4940-9b4b-eae01794271e} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2731 | 2024.11.14 00:20:40.751174 [ 263 ] {d48fd429-4bd3-4940-9b4b-eae01794271e} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001892 sec., 4228.329809725158 rows/sec., 344.79 KiB/sec. | ||
| 2732 | 2024.11.14 00:20:40.751229 [ 263 ] {d48fd429-4bd3-4940-9b4b-eae01794271e} <Debug> TCPHandler: Processed in 0.002219501 sec. | ||
| 2733 | 2024.11.14 00:20:40.751504 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2734 | 2024.11.14 00:20:40.751715 [ 261 ] {0084346a-f971-40bd-991f-e2b9f7c8cb1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2735 | 2024.11.14 00:20:40.751795 [ 261 ] {0084346a-f971-40bd-991f-e2b9f7c8cb1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2736 | 2024.11.14 00:20:40.752558 [ 261 ] {0084346a-f971-40bd-991f-e2b9f7c8cb1e} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2024.11.14 00:20:40.752611 [ 261 ] {0084346a-f971-40bd-991f-e2b9f7c8cb1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2738 | 2024.11.14 00:20:40.753053 [ 261 ] {0084346a-f971-40bd-991f-e2b9f7c8cb1e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2739 | 2024.11.14 00:20:40.753306 [ 261 ] {0084346a-f971-40bd-991f-e2b9f7c8cb1e} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2740 | 2024.11.14 00:20:40.753543 [ 261 ] {0084346a-f971-40bd-991f-e2b9f7c8cb1e} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001886 sec., 31813.361611876986 rows/sec., 2.43 MiB/sec. | ||
| 2741 | 2024.11.14 00:20:40.753601 [ 261 ] {0084346a-f971-40bd-991f-e2b9f7c8cb1e} <Debug> TCPHandler: Processed in 0.002236331 sec. | ||
| 2742 | 2024.11.14 00:20:40.753764 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2024.11.14 00:20:40.753901 [ 263 ] {6960fefc-e22f-48ed-af50-7f76794322c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2744 | 2024.11.14 00:20:40.753959 [ 263 ] {6960fefc-e22f-48ed-af50-7f76794322c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2745 | 2024.11.14 00:20:40.754622 [ 263 ] {6960fefc-e22f-48ed-af50-7f76794322c7} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2024.11.14 00:20:40.754667 [ 263 ] {6960fefc-e22f-48ed-af50-7f76794322c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2747 | 2024.11.14 00:20:40.755079 [ 263 ] {6960fefc-e22f-48ed-af50-7f76794322c7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2748 | 2024.11.14 00:20:40.755319 [ 263 ] {6960fefc-e22f-48ed-af50-7f76794322c7} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2024.11.14 00:20:40.755439 [ 124 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 2750 | 2024.11.14 00:20:40.755490 [ 124 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2024.11.14 00:20:40.755507 [ 263 ] {6960fefc-e22f-48ed-af50-7f76794322c7} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001635 sec., 4892.96636085627 rows/sec., 341.65 KiB/sec. | ||
| 2752 | 2024.11.14 00:20:40.755519 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2753 | 2024.11.14 00:20:40.755589 [ 263 ] {6960fefc-e22f-48ed-af50-7f76794322c7} <Debug> TCPHandler: Processed in 0.001878546 sec. | ||
| 2754 | 2024.11.14 00:20:40.755804 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 2755 | 2024.11.14 00:20:40.755807 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2756 | 2024.11.14 00:20:40.756099 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2757 | 2024.11.14 00:20:40.756110 [ 261 ] {0086e88a-85a7-406b-acf0-e739a785813a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2758 | 2024.11.14 00:20:40.756169 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 36 rows starting from the beginning of the part | ||
| 2759 | 2024.11.14 00:20:40.756204 [ 261 ] {0086e88a-85a7-406b-acf0-e739a785813a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2760 | 2024.11.14 00:20:40.756524 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 2761 | 2024.11.14 00:20:40.756763 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part | ||
| 2762 | 2024.11.14 00:20:40.757089 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part | ||
| 2763 | 2024.11.14 00:20:40.757456 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
| 2764 | 2024.11.14 00:20:40.757796 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 2765 | 2024.11.14 00:20:40.759249 [ 261 ] {0086e88a-85a7-406b-acf0-e739a785813a} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2766 | 2024.11.14 00:20:40.759316 [ 261 ] {0086e88a-85a7-406b-acf0-e739a785813a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2767 | 2024.11.14 00:20:40.760301 [ 261 ] {0086e88a-85a7-406b-acf0-e739a785813a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2768 | 2024.11.14 00:20:40.760682 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005037481 sec., 36327.68044187164 rows/sec., 2.74 MiB/sec. | ||
| 2769 | 2024.11.14 00:20:40.760816 [ 261 ] {0086e88a-85a7-406b-acf0-e739a785813a} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2770 | 2024.11.14 00:20:40.760877 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 2771 | 2024.11.14 00:20:40.761233 [ 261 ] {0086e88a-85a7-406b-acf0-e739a785813a} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.005206 sec., 13830.195927775645 rows/sec., 1.08 MiB/sec. | ||
| 2772 | 2024.11.14 00:20:40.761384 [ 261 ] {0086e88a-85a7-406b-acf0-e739a785813a} <Debug> TCPHandler: Processed in 0.00567095 sec. | ||
| 2773 | 2024.11.14 00:20:40.761436 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2774 | 2024.11.14 00:20:40.761573 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_10_2} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 2775 | 2024.11.14 00:20:40.761644 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2776 | 2024.11.14 00:20:40.761709 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2777 | 2024.11.14 00:20:40.761880 [ 263 ] {ede52b4e-ec0c-4d57-838d-4ac167b9066c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2778 | 2024.11.14 00:20:40.761973 [ 263 ] {ede52b4e-ec0c-4d57-838d-4ac167b9066c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2779 | 2024.11.14 00:20:40.762564 [ 263 ] {ede52b4e-ec0c-4d57-838d-4ac167b9066c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2780 | 2024.11.14 00:20:40.762603 [ 263 ] {ede52b4e-ec0c-4d57-838d-4ac167b9066c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2781 | 2024.11.14 00:20:40.763014 [ 263 ] {ede52b4e-ec0c-4d57-838d-4ac167b9066c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2782 | 2024.11.14 00:20:40.763263 [ 263 ] {ede52b4e-ec0c-4d57-838d-4ac167b9066c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2783 | 2024.11.14 00:20:40.763448 [ 263 ] {ede52b4e-ec0c-4d57-838d-4ac167b9066c} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001616 sec., 101485.14851485148 rows/sec., 7.07 MiB/sec. | ||
| 2784 | 2024.11.14 00:20:40.763498 [ 263 ] {ede52b4e-ec0c-4d57-838d-4ac167b9066c} <Debug> TCPHandler: Processed in 0.001996728 sec. | ||
| 2785 | 2024.11.14 00:20:40.763648 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2786 | 2024.11.14 00:20:40.763765 [ 261 ] {577c959c-64fe-4140-ab70-b3628ec1e289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2787 | 2024.11.14 00:20:40.763819 [ 261 ] {577c959c-64fe-4140-ab70-b3628ec1e289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2788 | 2024.11.14 00:20:40.764321 [ 261 ] {577c959c-64fe-4140-ab70-b3628ec1e289} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2789 | 2024.11.14 00:20:40.764361 [ 261 ] {577c959c-64fe-4140-ab70-b3628ec1e289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2790 | 2024.11.14 00:20:40.764748 [ 261 ] {577c959c-64fe-4140-ab70-b3628ec1e289} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2791 | 2024.11.14 00:20:40.764996 [ 261 ] {577c959c-64fe-4140-ab70-b3628ec1e289} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2792 | 2024.11.14 00:20:40.765205 [ 261 ] {577c959c-64fe-4140-ab70-b3628ec1e289} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 2793 | 2024.11.14 00:20:40.765255 [ 261 ] {577c959c-64fe-4140-ab70-b3628ec1e289} <Debug> TCPHandler: Processed in 0.001663103 sec. | ||
| 2794 | 2024.11.14 00:20:45.749386 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2795 | 2024.11.14 00:20:45.749615 [ 263 ] {d5e4c650-7bc5-4c9b-ae8d-b25675d45beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2796 | 2024.11.14 00:20:45.749699 [ 263 ] {d5e4c650-7bc5-4c9b-ae8d-b25675d45beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2797 | 2024.11.14 00:20:45.750532 [ 263 ] {d5e4c650-7bc5-4c9b-ae8d-b25675d45beb} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2798 | 2024.11.14 00:20:45.750583 [ 263 ] {d5e4c650-7bc5-4c9b-ae8d-b25675d45beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2799 | 2024.11.14 00:20:45.751052 [ 263 ] {d5e4c650-7bc5-4c9b-ae8d-b25675d45beb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2800 | 2024.11.14 00:20:45.751302 [ 263 ] {d5e4c650-7bc5-4c9b-ae8d-b25675d45beb} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2801 | 2024.11.14 00:20:45.751564 [ 263 ] {d5e4c650-7bc5-4c9b-ae8d-b25675d45beb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00201 sec., 27860.696517412933 rows/sec., 2.14 MiB/sec. | ||
| 2802 | 2024.11.14 00:20:45.751631 [ 263 ] {d5e4c650-7bc5-4c9b-ae8d-b25675d45beb} <Debug> TCPHandler: Processed in 0.002381194 sec. | ||
| 2803 | 2024.11.14 00:20:45.751898 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2804 | 2024.11.14 00:20:45.752102 [ 261 ] {1caf01d3-a065-444c-8dc6-d634fe69d688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2805 | 2024.11.14 00:20:45.752177 [ 261 ] {1caf01d3-a065-444c-8dc6-d634fe69d688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2806 | 2024.11.14 00:20:45.752897 [ 261 ] {1caf01d3-a065-444c-8dc6-d634fe69d688} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2807 | 2024.11.14 00:20:45.752937 [ 261 ] {1caf01d3-a065-444c-8dc6-d634fe69d688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2808 | 2024.11.14 00:20:45.753371 [ 261 ] {1caf01d3-a065-444c-8dc6-d634fe69d688} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2809 | 2024.11.14 00:20:45.753616 [ 261 ] {1caf01d3-a065-444c-8dc6-d634fe69d688} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2810 | 2024.11.14 00:20:45.753818 [ 261 ] {1caf01d3-a065-444c-8dc6-d634fe69d688} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001773 sec., 36097.01071630006 rows/sec., 2.82 MiB/sec. | ||
| 2811 | 2024.11.14 00:20:45.753872 [ 261 ] {1caf01d3-a065-444c-8dc6-d634fe69d688} <Debug> TCPHandler: Processed in 0.00210988 sec. | ||
| 2812 | 2024.11.14 00:20:45.754034 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2813 | 2024.11.14 00:20:45.754181 [ 263 ] {86518da5-83be-450a-8895-484da6a1e0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2814 | 2024.11.14 00:20:45.754245 [ 263 ] {86518da5-83be-450a-8895-484da6a1e0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2815 | 2024.11.14 00:20:45.754908 [ 263 ] {86518da5-83be-450a-8895-484da6a1e0e7} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2816 | 2024.11.14 00:20:45.754965 [ 263 ] {86518da5-83be-450a-8895-484da6a1e0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2817 | 2024.11.14 00:20:45.755396 [ 263 ] {86518da5-83be-450a-8895-484da6a1e0e7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2818 | 2024.11.14 00:20:45.755646 [ 263 ] {86518da5-83be-450a-8895-484da6a1e0e7} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2819 | 2024.11.14 00:20:45.755888 [ 263 ] {86518da5-83be-450a-8895-484da6a1e0e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001743 sec., 91795.75444635686 rows/sec., 6.39 MiB/sec. | ||
| 2820 | 2024.11.14 00:20:45.755986 [ 263 ] {86518da5-83be-450a-8895-484da6a1e0e7} <Debug> TCPHandler: Processed in 0.002016829 sec. | ||
| 2821 | 2024.11.14 00:20:45.756129 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2822 | 2024.11.14 00:20:45.756245 [ 261 ] {7a00ebde-af5f-4237-ae9d-c78757e059d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2823 | 2024.11.14 00:20:45.756298 [ 261 ] {7a00ebde-af5f-4237-ae9d-c78757e059d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2824 | 2024.11.14 00:20:45.756798 [ 261 ] {7a00ebde-af5f-4237-ae9d-c78757e059d8} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2825 | 2024.11.14 00:20:45.756835 [ 261 ] {7a00ebde-af5f-4237-ae9d-c78757e059d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2826 | 2024.11.14 00:20:45.757209 [ 261 ] {7a00ebde-af5f-4237-ae9d-c78757e059d8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2827 | 2024.11.14 00:20:45.757439 [ 261 ] {7a00ebde-af5f-4237-ae9d-c78757e059d8} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2828 | 2024.11.14 00:20:45.757613 [ 261 ] {7a00ebde-af5f-4237-ae9d-c78757e059d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
| 2829 | 2024.11.14 00:20:45.757661 [ 261 ] {7a00ebde-af5f-4237-ae9d-c78757e059d8} <Debug> TCPHandler: Processed in 0.001590813 sec. | ||
| 2830 | 2024.11.14 00:20:47.085179 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2831 | 2024.11.14 00:20:47.319699 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2832 | 2024.11.14 00:20:47.414070 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53112, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2833 | 2024.11.14 00:20:47.436396 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60682, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2834 | 2024.11.14 00:20:47.457609 [ 53 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2835 | 2024.11.14 00:20:47.457672 [ 53 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2836 | 2024.11.14 00:20:47.457695 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2837 | 2024.11.14 00:20:47.457832 [ 197 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 2838 | 2024.11.14 00:20:47.457985 [ 197 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2839 | 2024.11.14 00:20:47.458028 [ 197 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 2840 | 2024.11.14 00:20:47.458112 [ 197 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 2841 | 2024.11.14 00:20:47.458331 [ 197 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 2842 | 2024.11.14 00:20:47.458469 [ 197 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 2843 | 2024.11.14 00:20:47.458687 [ 197 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 2844 | 2024.11.14 00:20:47.459774 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002018458 sec., 14862.830933316423 rows/sec., 776.52 KiB/sec. | ||
| 2845 | 2024.11.14 00:20:47.459963 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2846 | 2024.11.14 00:20:47.460360 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_5_1} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2847 | 2024.11.14 00:20:47.460453 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_5_1} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2848 | 2024.11.14 00:20:47.460558 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 2849 | 2024.11.14 00:20:47.571885 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2850 | 2024.11.14 00:20:47.579235 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2851 | 2024.11.14 00:20:47.586525 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2852 | 2024.11.14 00:20:47.593894 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2853 | 2024.11.14 00:20:48.536420 [ 170 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 2854 | 2024.11.14 00:20:48.536499 [ 170 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2855 | 2024.11.14 00:20:48.536522 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2856 | 2024.11.14 00:20:48.536789 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::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 | ||
| 2857 | 2024.11.14 00:20:48.537105 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2858 | 2024.11.14 00:20:48.537264 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 95 rows starting from the beginning of the part | ||
| 2859 | 2024.11.14 00:20:48.537599 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part | ||
| 2860 | 2024.11.14 00:20:48.537923 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 9 rows starting from the beginning of the part | ||
| 2861 | 2024.11.14 00:20:48.538226 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 2862 | 2024.11.14 00:20:48.538402 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 2863 | 2024.11.14 00:20:48.541520 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 19 columns (19 merged, 0 gathered) in 0.004902749 sec., 43037.07980971492 rows/sec., 77.12 MiB/sec. | ||
| 2864 | 2024.11.14 00:20:48.542013 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 2865 | 2024.11.14 00:20:48.542518 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_9_2} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2866 | 2024.11.14 00:20:48.542601 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_9_2} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 2867 | 2024.11.14 00:20:48.542705 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 2868 | 2024.11.14 00:20:48.980227 [ 170 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2869 | 2024.11.14 00:20:48.980276 [ 170 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2870 | 2024.11.14 00:20:49.087051 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 412 | ||
| 2871 | 2024.11.14 00:20:49.089621 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2872 | 2024.11.14 00:20:49.089669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2873 | 2024.11.14 00:20:49.091031 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2874 | 2024.11.14 00:20:49.091331 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2875 | 2024.11.14 00:20:49.091542 [ 170 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2876 | 2024.11.14 00:20:49.091644 [ 170 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2877 | 2024.11.14 00:20:49.091716 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2878 | 2024.11.14 00:20:49.092282 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 2879 | 2024.11.14 00:20:49.093304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 412 | ||
| 2880 | 2024.11.14 00:20:49.093727 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2881 | 2024.11.14 00:20:49.093912 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 2882 | 2024.11.14 00:20:49.094600 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 74 rows starting from the beginning of the part | ||
| 2883 | 2024.11.14 00:20:49.095211 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
| 2884 | 2024.11.14 00:20:49.095754 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 2885 | 2024.11.14 00:20:49.096278 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 2886 | 2024.11.14 00:20:49.096760 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 2887 | 2024.11.14 00:20:49.106178 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 412 rows, containing 72 columns (72 merged, 0 gathered) in 0.01427504 sec., 28861.56536163822 rows/sec., 27.91 MiB/sec. | ||
| 2888 | 2024.11.14 00:20:49.107091 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2889 | 2024.11.14 00:20:49.107844 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_11_2} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2890 | 2024.11.14 00:20:49.107942 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_11_2} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2891 | 2024.11.14 00:20:49.108161 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. | ||
| 2892 | 2024.11.14 00:20:50.001712 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001258708 sec. | ||
| 2893 | 2024.11.14 00:20:50.066123 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2894 | 2024.11.14 00:20:50.730404 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58886, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2895 | 2024.11.14 00:20:50.750987 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52867, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2896 | 2024.11.14 00:20:50.754353 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2897 | 2024.11.14 00:20:50.754563 [ 263 ] {605da7cc-5d4f-4f90-9163-7a49a4567648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2898 | 2024.11.14 00:20:50.754643 [ 263 ] {605da7cc-5d4f-4f90-9163-7a49a4567648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2899 | 2024.11.14 00:20:50.755434 [ 263 ] {605da7cc-5d4f-4f90-9163-7a49a4567648} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2900 | 2024.11.14 00:20:50.755482 [ 263 ] {605da7cc-5d4f-4f90-9163-7a49a4567648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2901 | 2024.11.14 00:20:50.755914 [ 263 ] {605da7cc-5d4f-4f90-9163-7a49a4567648} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2902 | 2024.11.14 00:20:50.756169 [ 263 ] {605da7cc-5d4f-4f90-9163-7a49a4567648} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2903 | 2024.11.14 00:20:50.756405 [ 263 ] {605da7cc-5d4f-4f90-9163-7a49a4567648} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001896 sec., 7383.966244725739 rows/sec., 531.55 KiB/sec. | ||
| 2904 | 2024.11.14 00:20:50.756574 [ 263 ] {605da7cc-5d4f-4f90-9163-7a49a4567648} <Debug> TCPHandler: Processed in 0.002352193 sec. | ||
| 2905 | 2024.11.14 00:20:50.756802 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2906 | 2024.11.14 00:20:50.756982 [ 261 ] {bb22765d-9a02-474f-a4aa-836c9f529904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2907 | 2024.11.14 00:20:50.757052 [ 261 ] {bb22765d-9a02-474f-a4aa-836c9f529904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2908 | 2024.11.14 00:20:50.757846 [ 261 ] {bb22765d-9a02-474f-a4aa-836c9f529904} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2909 | 2024.11.14 00:20:50.757890 [ 261 ] {bb22765d-9a02-474f-a4aa-836c9f529904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2910 | 2024.11.14 00:20:50.758343 [ 261 ] {bb22765d-9a02-474f-a4aa-836c9f529904} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2911 | 2024.11.14 00:20:50.758610 [ 261 ] {bb22765d-9a02-474f-a4aa-836c9f529904} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2912 | 2024.11.14 00:20:50.758852 [ 261 ] {bb22765d-9a02-474f-a4aa-836c9f529904} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001922 sec., 146201.87304890738 rows/sec., 12.92 MiB/sec. | ||
| 2913 | 2024.11.14 00:20:50.758908 [ 261 ] {bb22765d-9a02-474f-a4aa-836c9f529904} <Debug> TCPHandler: Processed in 0.002228481 sec. | ||
| 2914 | 2024.11.14 00:20:50.759062 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2915 | 2024.11.14 00:20:50.759201 [ 263 ] {006bcd2c-0bab-475c-bd07-979d4f81c30e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2916 | 2024.11.14 00:20:50.759259 [ 263 ] {006bcd2c-0bab-475c-bd07-979d4f81c30e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2917 | 2024.11.14 00:20:50.760001 [ 263 ] {006bcd2c-0bab-475c-bd07-979d4f81c30e} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2918 | 2024.11.14 00:20:50.760048 [ 263 ] {006bcd2c-0bab-475c-bd07-979d4f81c30e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2919 | 2024.11.14 00:20:50.760450 [ 263 ] {006bcd2c-0bab-475c-bd07-979d4f81c30e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2920 | 2024.11.14 00:20:50.760724 [ 263 ] {006bcd2c-0bab-475c-bd07-979d4f81c30e} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2921 | 2024.11.14 00:20:50.760917 [ 263 ] {006bcd2c-0bab-475c-bd07-979d4f81c30e} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001749 sec., 26300.74328187536 rows/sec., 1.89 MiB/sec. | ||
| 2922 | 2024.11.14 00:20:50.760969 [ 263 ] {006bcd2c-0bab-475c-bd07-979d4f81c30e} <Debug> TCPHandler: Processed in 0.001978738 sec. | ||
| 2923 | 2024.11.14 00:20:50.761112 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2924 | 2024.11.14 00:20:50.761226 [ 261 ] {625a45fd-9be3-4ffd-a7bd-f45b02dfba33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2925 | 2024.11.14 00:20:50.761274 [ 261 ] {625a45fd-9be3-4ffd-a7bd-f45b02dfba33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2926 | 2024.11.14 00:20:50.761937 [ 261 ] {625a45fd-9be3-4ffd-a7bd-f45b02dfba33} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2927 | 2024.11.14 00:20:50.761984 [ 261 ] {625a45fd-9be3-4ffd-a7bd-f45b02dfba33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2928 | 2024.11.14 00:20:50.762394 [ 261 ] {625a45fd-9be3-4ffd-a7bd-f45b02dfba33} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2929 | 2024.11.14 00:20:50.762634 [ 261 ] {625a45fd-9be3-4ffd-a7bd-f45b02dfba33} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2930 | 2024.11.14 00:20:50.762896 [ 261 ] {625a45fd-9be3-4ffd-a7bd-f45b02dfba33} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001687 sec., 8298.755186721992 rows/sec., 581.19 KiB/sec. | ||
| 2931 | 2024.11.14 00:20:50.763121 [ 261 ] {625a45fd-9be3-4ffd-a7bd-f45b02dfba33} <Debug> TCPHandler: Processed in 0.002060419 sec. | ||
| 2932 | 2024.11.14 00:20:50.763290 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2933 | 2024.11.14 00:20:50.763419 [ 263 ] {cbc07812-156b-40be-9e1e-1748d5c86804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2934 | 2024.11.14 00:20:50.763475 [ 263 ] {cbc07812-156b-40be-9e1e-1748d5c86804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2935 | 2024.11.14 00:20:50.764148 [ 263 ] {cbc07812-156b-40be-9e1e-1748d5c86804} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2936 | 2024.11.14 00:20:50.764195 [ 263 ] {cbc07812-156b-40be-9e1e-1748d5c86804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2937 | 2024.11.14 00:20:50.764565 [ 263 ] {cbc07812-156b-40be-9e1e-1748d5c86804} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2938 | 2024.11.14 00:20:50.764808 [ 263 ] {cbc07812-156b-40be-9e1e-1748d5c86804} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2939 | 2024.11.14 00:20:50.765058 [ 263 ] {cbc07812-156b-40be-9e1e-1748d5c86804} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00165 sec., 7878.787878787879 rows/sec., 491.24 KiB/sec. | ||
| 2940 | 2024.11.14 00:20:50.765159 [ 263 ] {cbc07812-156b-40be-9e1e-1748d5c86804} <Debug> TCPHandler: Processed in 0.001924627 sec. | ||
| 2941 | 2024.11.14 00:20:50.765310 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2942 | 2024.11.14 00:20:50.765426 [ 261 ] {fe1a708b-9c4a-469b-b26f-42df2d910146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2943 | 2024.11.14 00:20:50.765474 [ 261 ] {fe1a708b-9c4a-469b-b26f-42df2d910146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2944 | 2024.11.14 00:20:50.766168 [ 261 ] {fe1a708b-9c4a-469b-b26f-42df2d910146} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2945 | 2024.11.14 00:20:50.766206 [ 261 ] {fe1a708b-9c4a-469b-b26f-42df2d910146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2946 | 2024.11.14 00:20:50.766585 [ 261 ] {fe1a708b-9c4a-469b-b26f-42df2d910146} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2947 | 2024.11.14 00:20:50.766817 [ 261 ] {fe1a708b-9c4a-469b-b26f-42df2d910146} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2948 | 2024.11.14 00:20:50.767023 [ 261 ] {fe1a708b-9c4a-469b-b26f-42df2d910146} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00162 sec., 259876.54320987655 rows/sec., 18.57 MiB/sec. | ||
| 2949 | 2024.11.14 00:20:50.767075 [ 261 ] {fe1a708b-9c4a-469b-b26f-42df2d910146} <Debug> TCPHandler: Processed in 0.001822646 sec. | ||
| 2950 | 2024.11.14 00:20:50.767217 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2951 | 2024.11.14 00:20:50.767339 [ 263 ] {7548a307-e8aa-46cf-a7f7-1f5c26774a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2952 | 2024.11.14 00:20:50.767399 [ 263 ] {7548a307-e8aa-46cf-a7f7-1f5c26774a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2953 | 2024.11.14 00:20:50.767944 [ 263 ] {7548a307-e8aa-46cf-a7f7-1f5c26774a82} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2954 | 2024.11.14 00:20:50.767990 [ 263 ] {7548a307-e8aa-46cf-a7f7-1f5c26774a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2955 | 2024.11.14 00:20:50.768401 [ 263 ] {7548a307-e8aa-46cf-a7f7-1f5c26774a82} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2956 | 2024.11.14 00:20:50.768643 [ 263 ] {7548a307-e8aa-46cf-a7f7-1f5c26774a82} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2957 | 2024.11.14 00:20:50.768815 [ 263 ] {7548a307-e8aa-46cf-a7f7-1f5c26774a82} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec. | ||
| 2958 | 2024.11.14 00:20:50.768863 [ 263 ] {7548a307-e8aa-46cf-a7f7-1f5c26774a82} <Debug> TCPHandler: Processed in 0.001699414 sec. | ||
| 2959 | 2024.11.14 00:20:50.768997 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2960 | 2024.11.14 00:20:50.769114 [ 261 ] {e561491d-2bc5-4a76-abab-fd597cdb20c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2961 | 2024.11.14 00:20:50.769166 [ 261 ] {e561491d-2bc5-4a76-abab-fd597cdb20c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2962 | 2024.11.14 00:20:50.769730 [ 261 ] {e561491d-2bc5-4a76-abab-fd597cdb20c5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2963 | 2024.11.14 00:20:50.769769 [ 261 ] {e561491d-2bc5-4a76-abab-fd597cdb20c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2964 | 2024.11.14 00:20:50.770164 [ 261 ] {e561491d-2bc5-4a76-abab-fd597cdb20c5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2965 | 2024.11.14 00:20:50.770422 [ 261 ] {e561491d-2bc5-4a76-abab-fd597cdb20c5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2966 | 2024.11.14 00:20:50.770580 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2967 | 2024.11.14 00:20:50.770652 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2968 | 2024.11.14 00:20:50.770674 [ 261 ] {e561491d-2bc5-4a76-abab-fd597cdb20c5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001581 sec., 149905.12333965846 rows/sec., 10.05 MiB/sec. | ||
| 2969 | 2024.11.14 00:20:50.770688 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2970 | 2024.11.14 00:20:50.770805 [ 261 ] {e561491d-2bc5-4a76-abab-fd597cdb20c5} <Debug> TCPHandler: Processed in 0.001859106 sec. | ||
| 2971 | 2024.11.14 00:20:50.771173 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2972 | 2024.11.14 00:20:50.771383 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::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 | ||
| 2973 | 2024.11.14 00:20:50.771635 [ 263 ] {904f42f4-663b-4ec0-b06c-a8a19bea0fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2974 | 2024.11.14 00:20:50.771765 [ 263 ] {904f42f4-663b-4ec0-b06c-a8a19bea0fca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2975 | 2024.11.14 00:20:50.771774 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2976 | 2024.11.14 00:20:50.771884 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4212 rows starting from the beginning of the part | ||
| 2977 | 2024.11.14 00:20:50.772258 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2978 | 2024.11.14 00:20:50.772667 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 2979 | 2024.11.14 00:20:50.772945 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 164 rows starting from the beginning of the part | ||
| 2980 | 2024.11.14 00:20:50.773324 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2981 | 2024.11.14 00:20:50.773659 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
| 2982 | 2024.11.14 00:20:50.774357 [ 263 ] {904f42f4-663b-4ec0-b06c-a8a19bea0fca} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2983 | 2024.11.14 00:20:50.774410 [ 263 ] {904f42f4-663b-4ec0-b06c-a8a19bea0fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2984 | 2024.11.14 00:20:50.775310 [ 263 ] {904f42f4-663b-4ec0-b06c-a8a19bea0fca} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2985 | 2024.11.14 00:20:50.775875 [ 263 ] {904f42f4-663b-4ec0-b06c-a8a19bea0fca} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2986 | 2024.11.14 00:20:50.776548 [ 263 ] {904f42f4-663b-4ec0-b06c-a8a19bea0fca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005054 sec., 197.86307874950532 rows/sec., 13.33 KiB/sec. | ||
| 2987 | 2024.11.14 00:20:50.776747 [ 263 ] {904f42f4-663b-4ec0-b06c-a8a19bea0fca} <Debug> TCPHandler: Processed in 0.005832412 sec. | ||
| 2988 | 2024.11.14 00:20:50.776900 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2024.11.14 00:20:50.777056 [ 261 ] {952024ce-dd9f-4e72-b94f-499627ad8645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2990 | 2024.11.14 00:20:50.777303 [ 261 ] {952024ce-dd9f-4e72-b94f-499627ad8645} <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 | ||
| 2991 | 2024.11.14 00:20:50.778328 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5170 rows, containing 5 columns (5 merged, 0 gathered) in 0.007475185 sec., 691621.6789283477 rows/sec., 46.69 MiB/sec. | ||
| 2992 | 2024.11.14 00:20:50.778793 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2993 | 2024.11.14 00:20:50.779469 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2994 | 2024.11.14 00:20:50.779668 [ 261 ] {952024ce-dd9f-4e72-b94f-499627ad8645} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2995 | 2024.11.14 00:20:50.779686 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2996 | 2024.11.14 00:20:50.779726 [ 261 ] {952024ce-dd9f-4e72-b94f-499627ad8645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 2997 | 2024.11.14 00:20:50.779840 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 2998 | 2024.11.14 00:20:50.780509 [ 261 ] {952024ce-dd9f-4e72-b94f-499627ad8645} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2999 | 2024.11.14 00:20:50.780774 [ 261 ] {952024ce-dd9f-4e72-b94f-499627ad8645} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3000 | 2024.11.14 00:20:50.781100 [ 261 ] {952024ce-dd9f-4e72-b94f-499627ad8645} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004068 sec., 9587.020648967553 rows/sec., 17.18 MiB/sec. | ||
| 3001 | 2024.11.14 00:20:50.781219 [ 261 ] {952024ce-dd9f-4e72-b94f-499627ad8645} <Debug> TCPHandler: Processed in 0.004390982 sec. | ||
| 3002 | 2024.11.14 00:20:50.781374 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3003 | 2024.11.14 00:20:50.781512 [ 263 ] {e8839043-3ff5-4c34-88eb-6821fae3969b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3004 | 2024.11.14 00:20:50.781571 [ 263 ] {e8839043-3ff5-4c34-88eb-6821fae3969b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3005 | 2024.11.14 00:20:50.782134 [ 263 ] {e8839043-3ff5-4c34-88eb-6821fae3969b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3006 | 2024.11.14 00:20:50.782178 [ 263 ] {e8839043-3ff5-4c34-88eb-6821fae3969b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3007 | 2024.11.14 00:20:50.782577 [ 263 ] {e8839043-3ff5-4c34-88eb-6821fae3969b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3008 | 2024.11.14 00:20:50.782818 [ 263 ] {e8839043-3ff5-4c34-88eb-6821fae3969b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3009 | 2024.11.14 00:20:50.782940 [ 84 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3010 | 2024.11.14 00:20:50.782977 [ 84 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3011 | 2024.11.14 00:20:50.783000 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3012 | 2024.11.14 00:20:50.783009 [ 263 ] {e8839043-3ff5-4c34-88eb-6821fae3969b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001526 sec., 53735.25557011795 rows/sec., 3.41 MiB/sec. | ||
| 3013 | 2024.11.14 00:20:50.783160 [ 263 ] {e8839043-3ff5-4c34-88eb-6821fae3969b} <Debug> TCPHandler: Processed in 0.001847386 sec. | ||
| 3014 | 2024.11.14 00:20:50.783271 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 3015 | 2024.11.14 00:20:50.783454 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3016 | 2024.11.14 00:20:50.783499 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 596 rows starting from the beginning of the part | ||
| 3017 | 2024.11.14 00:20:50.783620 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 3018 | 2024.11.14 00:20:50.783808 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 3019 | 2024.11.14 00:20:50.783956 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 3020 | 2024.11.14 00:20:50.784125 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 3021 | 2024.11.14 00:20:50.784214 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 3022 | 2024.11.14 00:20:50.785320 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 940 rows, containing 4 columns (4 merged, 0 gathered) in 0.002229902 sec., 421543.1888935029 rows/sec., 27.70 MiB/sec. | ||
| 3023 | 2024.11.14 00:20:50.785515 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3024 | 2024.11.14 00:20:50.785861 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_16_3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3025 | 2024.11.14 00:20:50.785949 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_16_3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3026 | 2024.11.14 00:20:50.786043 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3027 | 2024.11.14 00:20:50.893862 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3028 | 2024.11.14 00:20:50.908251 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3029 | 2024.11.14 00:20:50.927191 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61728, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3030 | 2024.11.14 00:20:50.930503 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56833, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3031 | 2024.11.14 00:20:50.963190 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3032 | 2024.11.14 00:20:50.987516 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3033 | 2024.11.14 00:20:51.680029 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64714, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3034 | 2024.11.14 00:20:51.730921 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3035 | 2024.11.14 00:20:51.733671 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3036 | 2024.11.14 00:20:51.744201 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3037 | 2024.11.14 00:20:51.750536 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56083, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3038 | 2024.11.14 00:20:51.757799 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33815, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3039 | 2024.11.14 00:20:51.765207 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3040 | 2024.11.14 00:20:51.772666 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40711, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3041 | 2024.11.14 00:20:52.210155 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60436, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3042 | 2024.11.14 00:20:52.229694 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33880, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3043 | 2024.11.14 00:20:52.390864 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3044 | 2024.11.14 00:20:52.424196 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52993, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3045 | 2024.11.14 00:20:52.497477 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3046 | 2024.11.14 00:20:52.506862 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40060, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3047 | 2024.11.14 00:20:52.521240 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3048 | 2024.11.14 00:20:55.747721 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3049 | 2024.11.14 00:20:55.747947 [ 263 ] {230f83df-27e1-4e06-8935-6b36328cd7fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3050 | 2024.11.14 00:20:55.748026 [ 263 ] {230f83df-27e1-4e06-8935-6b36328cd7fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3051 | 2024.11.14 00:20:55.748865 [ 263 ] {230f83df-27e1-4e06-8935-6b36328cd7fb} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3052 | 2024.11.14 00:20:55.748908 [ 263 ] {230f83df-27e1-4e06-8935-6b36328cd7fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3053 | 2024.11.14 00:20:55.749343 [ 263 ] {230f83df-27e1-4e06-8935-6b36328cd7fb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3054 | 2024.11.14 00:20:55.749601 [ 263 ] {230f83df-27e1-4e06-8935-6b36328cd7fb} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3055 | 2024.11.14 00:20:55.749804 [ 263 ] {230f83df-27e1-4e06-8935-6b36328cd7fb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec. | ||
| 3056 | 2024.11.14 00:20:55.749865 [ 263 ] {230f83df-27e1-4e06-8935-6b36328cd7fb} <Debug> TCPHandler: Processed in 0.002275542 sec. | ||
| 3057 | 2024.11.14 00:20:55.750131 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3058 | 2024.11.14 00:20:55.750337 [ 261 ] {6520f47c-11cf-4620-b517-c8d4feb484e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3059 | 2024.11.14 00:20:55.750415 [ 261 ] {6520f47c-11cf-4620-b517-c8d4feb484e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3060 | 2024.11.14 00:20:55.751155 [ 261 ] {6520f47c-11cf-4620-b517-c8d4feb484e3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3061 | 2024.11.14 00:20:55.751200 [ 261 ] {6520f47c-11cf-4620-b517-c8d4feb484e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3062 | 2024.11.14 00:20:55.751613 [ 261 ] {6520f47c-11cf-4620-b517-c8d4feb484e3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3063 | 2024.11.14 00:20:55.751861 [ 261 ] {6520f47c-11cf-4620-b517-c8d4feb484e3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3064 | 2024.11.14 00:20:55.752136 [ 261 ] {6520f47c-11cf-4620-b517-c8d4feb484e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001852 sec., 34557.23542116631 rows/sec., 2.70 MiB/sec. | ||
| 3065 | 2024.11.14 00:20:55.752354 [ 261 ] {6520f47c-11cf-4620-b517-c8d4feb484e3} <Debug> TCPHandler: Processed in 0.002355343 sec. | ||
| 3066 | 2024.11.14 00:20:55.752538 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3067 | 2024.11.14 00:20:55.752685 [ 263 ] {c8f3e3af-11e5-4582-b033-0ceb4bb11204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3068 | 2024.11.14 00:20:55.752750 [ 263 ] {c8f3e3af-11e5-4582-b033-0ceb4bb11204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3069 | 2024.11.14 00:20:55.753408 [ 263 ] {c8f3e3af-11e5-4582-b033-0ceb4bb11204} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3070 | 2024.11.14 00:20:55.753455 [ 263 ] {c8f3e3af-11e5-4582-b033-0ceb4bb11204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3071 | 2024.11.14 00:20:55.753869 [ 263 ] {c8f3e3af-11e5-4582-b033-0ceb4bb11204} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3072 | 2024.11.14 00:20:55.754123 [ 263 ] {c8f3e3af-11e5-4582-b033-0ceb4bb11204} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3073 | 2024.11.14 00:20:55.754308 [ 263 ] {c8f3e3af-11e5-4582-b033-0ceb4bb11204} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001662 sec., 77015.6438026474 rows/sec., 5.36 MiB/sec. | ||
| 3074 | 2024.11.14 00:20:55.754363 [ 263 ] {c8f3e3af-11e5-4582-b033-0ceb4bb11204} <Debug> TCPHandler: Processed in 0.001894707 sec. | ||
| 3075 | 2024.11.14 00:20:55.754510 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3076 | 2024.11.14 00:20:55.754743 [ 261 ] {52b1e135-2f11-4b93-ae13-54b9980820ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3077 | 2024.11.14 00:20:55.754841 [ 261 ] {52b1e135-2f11-4b93-ae13-54b9980820ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3078 | 2024.11.14 00:20:55.755647 [ 261 ] {52b1e135-2f11-4b93-ae13-54b9980820ca} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3079 | 2024.11.14 00:20:55.755687 [ 261 ] {52b1e135-2f11-4b93-ae13-54b9980820ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3080 | 2024.11.14 00:20:55.756082 [ 261 ] {52b1e135-2f11-4b93-ae13-54b9980820ca} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3081 | 2024.11.14 00:20:55.756321 [ 261 ] {52b1e135-2f11-4b93-ae13-54b9980820ca} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2024.11.14 00:20:55.756580 [ 261 ] {52b1e135-2f11-4b93-ae13-54b9980820ca} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001891 sec., 25383.39502908514 rows/sec., 1.71 MiB/sec. | ||
| 3083 | 2024.11.14 00:20:55.756797 [ 261 ] {52b1e135-2f11-4b93-ae13-54b9980820ca} <Debug> TCPHandler: Processed in 0.002350242 sec. | ||
| 3084 | 2024.11.14 00:20:59.093577 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 442 | ||
| 3085 | 2024.11.14 00:20:59.096495 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3086 | 2024.11.14 00:20:59.096537 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3087 | 2024.11.14 00:20:59.097961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3088 | 2024.11.14 00:20:59.098278 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3089 | 2024.11.14 00:20:59.099094 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 442 | ||
| 3090 | 2024.11.14 00:21:00.749694 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3091 | 2024.11.14 00:21:00.749908 [ 263 ] {7835a7eb-7c9b-4a4c-a616-871eec8ddbd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3092 | 2024.11.14 00:21:00.749988 [ 263 ] {7835a7eb-7c9b-4a4c-a616-871eec8ddbd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3093 | 2024.11.14 00:21:00.750864 [ 263 ] {7835a7eb-7c9b-4a4c-a616-871eec8ddbd3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3094 | 2024.11.14 00:21:00.750917 [ 263 ] {7835a7eb-7c9b-4a4c-a616-871eec8ddbd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3095 | 2024.11.14 00:21:00.751364 [ 263 ] {7835a7eb-7c9b-4a4c-a616-871eec8ddbd3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3096 | 2024.11.14 00:21:00.751621 [ 263 ] {7835a7eb-7c9b-4a4c-a616-871eec8ddbd3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3097 | 2024.11.14 00:21:00.751819 [ 155 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3098 | 2024.11.14 00:21:00.751845 [ 263 ] {7835a7eb-7c9b-4a4c-a616-871eec8ddbd3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.15 MiB/sec. | ||
| 3099 | 2024.11.14 00:21:00.751897 [ 155 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3100 | 2024.11.14 00:21:00.751972 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3101 | 2024.11.14 00:21:00.751977 [ 263 ] {7835a7eb-7c9b-4a4c-a616-871eec8ddbd3} <Debug> TCPHandler: Processed in 0.002422224 sec. | ||
| 3102 | 2024.11.14 00:21:00.752352 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3103 | 2024.11.14 00:21:00.752395 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 3104 | 2024.11.14 00:21:00.752685 [ 261 ] {2c684b36-11fc-4d04-aa01-ce0ae1e049e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3105 | 2024.11.14 00:21:00.752726 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3106 | 2024.11.14 00:21:00.752798 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1423 rows starting from the beginning of the part | ||
| 3107 | 2024.11.14 00:21:00.752809 [ 261 ] {2c684b36-11fc-4d04-aa01-ce0ae1e049e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3108 | 2024.11.14 00:21:00.753103 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 3109 | 2024.11.14 00:21:00.753408 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3110 | 2024.11.14 00:21:00.753696 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 281 rows starting from the beginning of the part | ||
| 3111 | 2024.11.14 00:21:00.754045 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 3112 | 2024.11.14 00:21:00.754382 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
| 3113 | 2024.11.14 00:21:00.755881 [ 261 ] {2c684b36-11fc-4d04-aa01-ce0ae1e049e9} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3114 | 2024.11.14 00:21:00.755954 [ 261 ] {2c684b36-11fc-4d04-aa01-ce0ae1e049e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3115 | 2024.11.14 00:21:00.757060 [ 261 ] {2c684b36-11fc-4d04-aa01-ce0ae1e049e9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3116 | 2024.11.14 00:21:00.757684 [ 261 ] {2c684b36-11fc-4d04-aa01-ce0ae1e049e9} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3117 | 2024.11.14 00:21:00.757723 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1932 rows, containing 5 columns (5 merged, 0 gathered) in 0.005595508 sec., 345276.9614483618 rows/sec., 30.20 MiB/sec. | ||
| 3118 | 2024.11.14 00:21:00.757894 [ 155 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3119 | 2024.11.14 00:21:00.757976 [ 155 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3120 | 2024.11.14 00:21:00.758013 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3121 | 2024.11.14 00:21:00.758050 [ 261 ] {2c684b36-11fc-4d04-aa01-ce0ae1e049e9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005451 sec., 11740.964960557696 rows/sec., 938.40 KiB/sec. | ||
| 3122 | 2024.11.14 00:21:00.758105 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3123 | 2024.11.14 00:21:00.758449 [ 261 ] {2c684b36-11fc-4d04-aa01-ce0ae1e049e9} <Debug> TCPHandler: Processed in 0.006317099 sec. | ||
| 3124 | 2024.11.14 00:21:00.758496 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 3125 | 2024.11.14 00:21:00.758740 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3126 | 2024.11.14 00:21:00.758864 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3127 | 2024.11.14 00:21:00.758995 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 897 rows starting from the beginning of the part | ||
| 3128 | 2024.11.14 00:21:00.759081 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_21_4} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2024.11.14 00:21:00.759113 [ 263 ] {fb0bd32e-1e38-4ee9-9a44-300ff09946db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3130 | 2024.11.14 00:21:00.759368 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 72 rows starting from the beginning of the part | ||
| 3131 | 2024.11.14 00:21:00.759529 [ 263 ] {fb0bd32e-1e38-4ee9-9a44-300ff09946db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3132 | 2024.11.14 00:21:00.759647 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_21_4} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3133 | 2024.11.14 00:21:00.759837 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3134 | 2024.11.14 00:21:00.760264 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 421 rows starting from the beginning of the part | ||
| 3135 | 2024.11.14 00:21:00.760721 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 3136 | 2024.11.14 00:21:00.761164 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
| 3137 | 2024.11.14 00:21:00.761243 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 3138 | 2024.11.14 00:21:00.762446 [ 263 ] {fb0bd32e-1e38-4ee9-9a44-300ff09946db} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3139 | 2024.11.14 00:21:00.762508 [ 263 ] {fb0bd32e-1e38-4ee9-9a44-300ff09946db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3140 | 2024.11.14 00:21:00.763631 [ 263 ] {fb0bd32e-1e38-4ee9-9a44-300ff09946db} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3141 | 2024.11.14 00:21:00.764148 [ 263 ] {fb0bd32e-1e38-4ee9-9a44-300ff09946db} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2024.11.14 00:21:00.764297 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1582 rows, containing 5 columns (5 merged, 0 gathered) in 0.006155347 sec., 257012.31790831612 rows/sec., 19.80 MiB/sec. | ||
| 3143 | 2024.11.14 00:21:00.764618 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3144 | 2024.11.14 00:21:00.764743 [ 263 ] {fb0bd32e-1e38-4ee9-9a44-300ff09946db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005742 sec., 27864.85545106235 rows/sec., 1.94 MiB/sec. | ||
| 3145 | 2024.11.14 00:21:00.765125 [ 263 ] {fb0bd32e-1e38-4ee9-9a44-300ff09946db} <Debug> TCPHandler: Processed in 0.006522571 sec. | ||
| 3146 | 2024.11.14 00:21:00.765502 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_21_4} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2024.11.14 00:21:00.765532 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3148 | 2024.11.14 00:21:00.765666 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_21_4} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3149 | 2024.11.14 00:21:00.765825 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3150 | 2024.11.14 00:21:00.765834 [ 261 ] {45880fe0-bb75-49a0-8a5e-068cb1e40622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3151 | 2024.11.14 00:21:00.765910 [ 261 ] {45880fe0-bb75-49a0-8a5e-068cb1e40622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3152 | 2024.11.14 00:21:00.766410 [ 261 ] {45880fe0-bb75-49a0-8a5e-068cb1e40622} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3153 | 2024.11.14 00:21:00.766450 [ 261 ] {45880fe0-bb75-49a0-8a5e-068cb1e40622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3154 | 2024.11.14 00:21:00.766844 [ 261 ] {45880fe0-bb75-49a0-8a5e-068cb1e40622} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3155 | 2024.11.14 00:21:00.767107 [ 261 ] {45880fe0-bb75-49a0-8a5e-068cb1e40622} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3156 | 2024.11.14 00:21:00.767322 [ 261 ] {45880fe0-bb75-49a0-8a5e-068cb1e40622} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001552 sec., 38659.79381443299 rows/sec., 2.61 MiB/sec. | ||
| 3157 | 2024.11.14 00:21:00.767395 [ 261 ] {45880fe0-bb75-49a0-8a5e-068cb1e40622} <Debug> TCPHandler: Processed in 0.002116319 sec. | ||
| 3158 | 2024.11.14 00:21:03.980324 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3159 | 2024.11.14 00:21:03.980424 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3160 | 2024.11.14 00:21:05.755157 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3161 | 2024.11.14 00:21:05.755372 [ 263 ] {eb100bcd-3230-49d6-839a-c929740e7016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3162 | 2024.11.14 00:21:05.755453 [ 263 ] {eb100bcd-3230-49d6-839a-c929740e7016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3163 | 2024.11.14 00:21:05.756247 [ 263 ] {eb100bcd-3230-49d6-839a-c929740e7016} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3164 | 2024.11.14 00:21:05.756294 [ 263 ] {eb100bcd-3230-49d6-839a-c929740e7016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3165 | 2024.11.14 00:21:05.756738 [ 263 ] {eb100bcd-3230-49d6-839a-c929740e7016} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3166 | 2024.11.14 00:21:05.756998 [ 263 ] {eb100bcd-3230-49d6-839a-c929740e7016} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3167 | 2024.11.14 00:21:05.757204 [ 263 ] {eb100bcd-3230-49d6-839a-c929740e7016} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec. | ||
| 3168 | 2024.11.14 00:21:05.757268 [ 263 ] {eb100bcd-3230-49d6-839a-c929740e7016} <Debug> TCPHandler: Processed in 0.002247582 sec. | ||
| 3169 | 2024.11.14 00:21:05.757512 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3170 | 2024.11.14 00:21:05.757704 [ 261 ] {81fba9e5-091f-4749-8528-aabd57837519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3171 | 2024.11.14 00:21:05.757779 [ 261 ] {81fba9e5-091f-4749-8528-aabd57837519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3172 | 2024.11.14 00:21:05.758611 [ 261 ] {81fba9e5-091f-4749-8528-aabd57837519} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3173 | 2024.11.14 00:21:05.758668 [ 261 ] {81fba9e5-091f-4749-8528-aabd57837519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3174 | 2024.11.14 00:21:05.759141 [ 261 ] {81fba9e5-091f-4749-8528-aabd57837519} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3175 | 2024.11.14 00:21:05.759396 [ 261 ] {81fba9e5-091f-4749-8528-aabd57837519} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3176 | 2024.11.14 00:21:05.759637 [ 261 ] {81fba9e5-091f-4749-8528-aabd57837519} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001984 sec., 141633.06451612903 rows/sec., 12.51 MiB/sec. | ||
| 3177 | 2024.11.14 00:21:05.759701 [ 261 ] {81fba9e5-091f-4749-8528-aabd57837519} <Debug> TCPHandler: Processed in 0.002321212 sec. | ||
| 3178 | 2024.11.14 00:21:05.759851 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3179 | 2024.11.14 00:21:05.759998 [ 263 ] {4fb8b067-4017-4d64-bb3a-c8f941ff0b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3180 | 2024.11.14 00:21:05.760059 [ 263 ] {4fb8b067-4017-4d64-bb3a-c8f941ff0b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3181 | 2024.11.14 00:21:05.760777 [ 263 ] {4fb8b067-4017-4d64-bb3a-c8f941ff0b60} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3182 | 2024.11.14 00:21:05.760826 [ 263 ] {4fb8b067-4017-4d64-bb3a-c8f941ff0b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3183 | 2024.11.14 00:21:05.761203 [ 263 ] {4fb8b067-4017-4d64-bb3a-c8f941ff0b60} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3184 | 2024.11.14 00:21:05.761464 [ 263 ] {4fb8b067-4017-4d64-bb3a-c8f941ff0b60} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3185 | 2024.11.14 00:21:05.761673 [ 263 ] {4fb8b067-4017-4d64-bb3a-c8f941ff0b60} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001711 sec., 26884.86265341905 rows/sec., 1.93 MiB/sec. | ||
| 3186 | 2024.11.14 00:21:05.761728 [ 263 ] {4fb8b067-4017-4d64-bb3a-c8f941ff0b60} <Debug> TCPHandler: Processed in 0.001947548 sec. | ||
| 3187 | 2024.11.14 00:21:05.761865 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3188 | 2024.11.14 00:21:05.762012 [ 261 ] {6b464074-b90c-44c0-a829-acf5abab0262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3189 | 2024.11.14 00:21:05.762072 [ 261 ] {6b464074-b90c-44c0-a829-acf5abab0262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3190 | 2024.11.14 00:21:05.762754 [ 261 ] {6b464074-b90c-44c0-a829-acf5abab0262} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3191 | 2024.11.14 00:21:05.762798 [ 261 ] {6b464074-b90c-44c0-a829-acf5abab0262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3192 | 2024.11.14 00:21:05.763171 [ 261 ] {6b464074-b90c-44c0-a829-acf5abab0262} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3193 | 2024.11.14 00:21:05.763405 [ 261 ] {6b464074-b90c-44c0-a829-acf5abab0262} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3194 | 2024.11.14 00:21:05.763597 [ 261 ] {6b464074-b90c-44c0-a829-acf5abab0262} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001618 sec., 8652.65760197775 rows/sec., 605.98 KiB/sec. | ||
| 3195 | 2024.11.14 00:21:05.763685 [ 261 ] {6b464074-b90c-44c0-a829-acf5abab0262} <Debug> TCPHandler: Processed in 0.001877056 sec. | ||
| 3196 | 2024.11.14 00:21:05.763832 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3197 | 2024.11.14 00:21:05.763967 [ 263 ] {5159d789-377e-47c2-adb5-597f8a845ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3198 | 2024.11.14 00:21:05.764025 [ 263 ] {5159d789-377e-47c2-adb5-597f8a845ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3199 | 2024.11.14 00:21:05.764717 [ 263 ] {5159d789-377e-47c2-adb5-597f8a845ec4} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3200 | 2024.11.14 00:21:05.764766 [ 263 ] {5159d789-377e-47c2-adb5-597f8a845ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3201 | 2024.11.14 00:21:05.765150 [ 263 ] {5159d789-377e-47c2-adb5-597f8a845ec4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3202 | 2024.11.14 00:21:05.765406 [ 263 ] {5159d789-377e-47c2-adb5-597f8a845ec4} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3203 | 2024.11.14 00:21:05.765626 [ 263 ] {5159d789-377e-47c2-adb5-597f8a845ec4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00169 sec., 7692.3076923076915 rows/sec., 479.61 KiB/sec. | ||
| 3204 | 2024.11.14 00:21:05.765682 [ 263 ] {5159d789-377e-47c2-adb5-597f8a845ec4} <Debug> TCPHandler: Processed in 0.001905687 sec. | ||
| 3205 | 2024.11.14 00:21:05.765816 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3206 | 2024.11.14 00:21:05.765934 [ 261 ] {90494112-f10d-4b8c-a256-9016d2208f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3207 | 2024.11.14 00:21:05.765984 [ 261 ] {90494112-f10d-4b8c-a256-9016d2208f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3208 | 2024.11.14 00:21:05.766661 [ 261 ] {90494112-f10d-4b8c-a256-9016d2208f9a} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3209 | 2024.11.14 00:21:05.766698 [ 261 ] {90494112-f10d-4b8c-a256-9016d2208f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3210 | 2024.11.14 00:21:05.767077 [ 261 ] {90494112-f10d-4b8c-a256-9016d2208f9a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3211 | 2024.11.14 00:21:05.767312 [ 261 ] {90494112-f10d-4b8c-a256-9016d2208f9a} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3212 | 2024.11.14 00:21:05.767490 [ 261 ] {90494112-f10d-4b8c-a256-9016d2208f9a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001581 sec., 266287.16002530046 rows/sec., 19.03 MiB/sec. | ||
| 3213 | 2024.11.14 00:21:05.767543 [ 261 ] {90494112-f10d-4b8c-a256-9016d2208f9a} <Debug> TCPHandler: Processed in 0.001784025 sec. | ||
| 3214 | 2024.11.14 00:21:05.767680 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3215 | 2024.11.14 00:21:05.767800 [ 263 ] {36dde373-c7d0-45a7-9228-f363c1d3f855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3216 | 2024.11.14 00:21:05.767853 [ 263 ] {36dde373-c7d0-45a7-9228-f363c1d3f855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3217 | 2024.11.14 00:21:05.768357 [ 263 ] {36dde373-c7d0-45a7-9228-f363c1d3f855} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3218 | 2024.11.14 00:21:05.768397 [ 263 ] {36dde373-c7d0-45a7-9228-f363c1d3f855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3219 | 2024.11.14 00:21:05.768774 [ 263 ] {36dde373-c7d0-45a7-9228-f363c1d3f855} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3220 | 2024.11.14 00:21:05.769019 [ 263 ] {36dde373-c7d0-45a7-9228-f363c1d3f855} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3221 | 2024.11.14 00:21:05.769291 [ 263 ] {36dde373-c7d0-45a7-9228-f363c1d3f855} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec. | ||
| 3222 | 2024.11.14 00:21:05.769448 [ 263 ] {36dde373-c7d0-45a7-9228-f363c1d3f855} <Debug> TCPHandler: Processed in 0.001820195 sec. | ||
| 3223 | 2024.11.14 00:21:05.769584 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3224 | 2024.11.14 00:21:05.769702 [ 261 ] {f2f3adc7-de28-4a77-8adb-17df802117c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3225 | 2024.11.14 00:21:05.769756 [ 261 ] {f2f3adc7-de28-4a77-8adb-17df802117c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3226 | 2024.11.14 00:21:05.770314 [ 261 ] {f2f3adc7-de28-4a77-8adb-17df802117c4} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3227 | 2024.11.14 00:21:05.770351 [ 261 ] {f2f3adc7-de28-4a77-8adb-17df802117c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3228 | 2024.11.14 00:21:05.770754 [ 261 ] {f2f3adc7-de28-4a77-8adb-17df802117c4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3229 | 2024.11.14 00:21:05.770994 [ 261 ] {f2f3adc7-de28-4a77-8adb-17df802117c4} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3230 | 2024.11.14 00:21:05.771171 [ 261 ] {f2f3adc7-de28-4a77-8adb-17df802117c4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001496 sec., 158422.45989304813 rows/sec., 10.62 MiB/sec. | ||
| 3231 | 2024.11.14 00:21:05.771223 [ 261 ] {f2f3adc7-de28-4a77-8adb-17df802117c4} <Debug> TCPHandler: Processed in 0.001695243 sec. | ||
| 3232 | 2024.11.14 00:21:05.771359 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3233 | 2024.11.14 00:21:05.771476 [ 263 ] {214e0b70-2a6b-4b6f-a0b9-0a6c1e1508ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3234 | 2024.11.14 00:21:05.771529 [ 263 ] {214e0b70-2a6b-4b6f-a0b9-0a6c1e1508ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3235 | 2024.11.14 00:21:05.772011 [ 263 ] {214e0b70-2a6b-4b6f-a0b9-0a6c1e1508ab} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3236 | 2024.11.14 00:21:05.772051 [ 263 ] {214e0b70-2a6b-4b6f-a0b9-0a6c1e1508ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3237 | 2024.11.14 00:21:05.772425 [ 263 ] {214e0b70-2a6b-4b6f-a0b9-0a6c1e1508ab} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3238 | 2024.11.14 00:21:05.772669 [ 263 ] {214e0b70-2a6b-4b6f-a0b9-0a6c1e1508ab} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3239 | 2024.11.14 00:21:05.772885 [ 263 ] {214e0b70-2a6b-4b6f-a0b9-0a6c1e1508ab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec. | ||
| 3240 | 2024.11.14 00:21:05.772939 [ 263 ] {214e0b70-2a6b-4b6f-a0b9-0a6c1e1508ab} <Debug> TCPHandler: Processed in 0.001634183 sec. | ||
| 3241 | 2024.11.14 00:21:05.773088 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3242 | 2024.11.14 00:21:05.773226 [ 261 ] {c8616d8b-4164-4709-9be9-fa1157380ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3243 | 2024.11.14 00:21:05.773318 [ 261 ] {c8616d8b-4164-4709-9be9-fa1157380ae4} <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 | ||
| 3244 | 2024.11.14 00:21:05.774507 [ 261 ] {c8616d8b-4164-4709-9be9-fa1157380ae4} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3245 | 2024.11.14 00:21:05.774544 [ 261 ] {c8616d8b-4164-4709-9be9-fa1157380ae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3246 | 2024.11.14 00:21:05.775185 [ 261 ] {c8616d8b-4164-4709-9be9-fa1157380ae4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3247 | 2024.11.14 00:21:05.775438 [ 261 ] {c8616d8b-4164-4709-9be9-fa1157380ae4} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3248 | 2024.11.14 00:21:05.775639 [ 261 ] {c8616d8b-4164-4709-9be9-fa1157380ae4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002443 sec., 15963.978714695048 rows/sec., 28.61 MiB/sec. | ||
| 3249 | 2024.11.14 00:21:05.775744 [ 261 ] {c8616d8b-4164-4709-9be9-fa1157380ae4} <Debug> TCPHandler: Processed in 0.002723268 sec. | ||
| 3250 | 2024.11.14 00:21:05.775892 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3251 | 2024.11.14 00:21:05.776030 [ 263 ] {ccd79e04-5772-4f15-9ead-5fcc5e512a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3252 | 2024.11.14 00:21:05.776090 [ 263 ] {ccd79e04-5772-4f15-9ead-5fcc5e512a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3253 | 2024.11.14 00:21:05.776669 [ 263 ] {ccd79e04-5772-4f15-9ead-5fcc5e512a67} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3254 | 2024.11.14 00:21:05.776716 [ 263 ] {ccd79e04-5772-4f15-9ead-5fcc5e512a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3255 | 2024.11.14 00:21:05.777130 [ 263 ] {ccd79e04-5772-4f15-9ead-5fcc5e512a67} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3256 | 2024.11.14 00:21:05.777379 [ 263 ] {ccd79e04-5772-4f15-9ead-5fcc5e512a67} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3257 | 2024.11.14 00:21:05.777597 [ 263 ] {ccd79e04-5772-4f15-9ead-5fcc5e512a67} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001598 sec., 51314.14267834793 rows/sec., 3.26 MiB/sec. | ||
| 3258 | 2024.11.14 00:21:05.777649 [ 263 ] {ccd79e04-5772-4f15-9ead-5fcc5e512a67} <Debug> TCPHandler: Processed in 0.001825396 sec. | ||
| 3259 | 2024.11.14 00:21:09.099416 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 472 | ||
| 3260 | 2024.11.14 00:21:09.102689 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3261 | 2024.11.14 00:21:09.102730 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3262 | 2024.11.14 00:21:09.104140 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3263 | 2024.11.14 00:21:09.104513 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3264 | 2024.11.14 00:21:09.105415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 472 | ||
| 3265 | 2024.11.14 00:21:10.749369 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3266 | 2024.11.14 00:21:10.749582 [ 263 ] {73c8d46a-23a5-465d-80fb-c6e1a7b6ff9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3267 | 2024.11.14 00:21:10.749661 [ 263 ] {73c8d46a-23a5-465d-80fb-c6e1a7b6ff9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3268 | 2024.11.14 00:21:10.750463 [ 263 ] {73c8d46a-23a5-465d-80fb-c6e1a7b6ff9d} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3269 | 2024.11.14 00:21:10.750515 [ 263 ] {73c8d46a-23a5-465d-80fb-c6e1a7b6ff9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3270 | 2024.11.14 00:21:10.750943 [ 263 ] {73c8d46a-23a5-465d-80fb-c6e1a7b6ff9d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3271 | 2024.11.14 00:21:10.751207 [ 263 ] {73c8d46a-23a5-465d-80fb-c6e1a7b6ff9d} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3272 | 2024.11.14 00:21:10.751444 [ 263 ] {73c8d46a-23a5-465d-80fb-c6e1a7b6ff9d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001923 sec., 5200.208008320333 rows/sec., 424.04 KiB/sec. | ||
| 3273 | 2024.11.14 00:21:10.751502 [ 263 ] {73c8d46a-23a5-465d-80fb-c6e1a7b6ff9d} <Debug> TCPHandler: Processed in 0.002271622 sec. | ||
| 3274 | 2024.11.14 00:21:10.751761 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3275 | 2024.11.14 00:21:10.751953 [ 261 ] {9eb129b0-bac7-44bc-88f0-2fa1b68d6726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3276 | 2024.11.14 00:21:10.752025 [ 261 ] {9eb129b0-bac7-44bc-88f0-2fa1b68d6726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3277 | 2024.11.14 00:21:10.752785 [ 261 ] {9eb129b0-bac7-44bc-88f0-2fa1b68d6726} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3278 | 2024.11.14 00:21:10.752832 [ 261 ] {9eb129b0-bac7-44bc-88f0-2fa1b68d6726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3279 | 2024.11.14 00:21:10.753291 [ 261 ] {9eb129b0-bac7-44bc-88f0-2fa1b68d6726} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3280 | 2024.11.14 00:21:10.753562 [ 261 ] {9eb129b0-bac7-44bc-88f0-2fa1b68d6726} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3281 | 2024.11.14 00:21:10.753789 [ 261 ] {9eb129b0-bac7-44bc-88f0-2fa1b68d6726} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001876 sec., 32515.99147121535 rows/sec., 2.48 MiB/sec. | ||
| 3282 | 2024.11.14 00:21:10.753913 [ 261 ] {9eb129b0-bac7-44bc-88f0-2fa1b68d6726} <Debug> TCPHandler: Processed in 0.002279892 sec. | ||
| 3283 | 2024.11.14 00:21:10.754147 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3284 | 2024.11.14 00:21:10.754284 [ 263 ] {90891127-04d6-4afc-a477-2947a999d98e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3285 | 2024.11.14 00:21:10.754332 [ 263 ] {90891127-04d6-4afc-a477-2947a999d98e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3286 | 2024.11.14 00:21:10.754926 [ 263 ] {90891127-04d6-4afc-a477-2947a999d98e} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3287 | 2024.11.14 00:21:10.754967 [ 263 ] {90891127-04d6-4afc-a477-2947a999d98e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3288 | 2024.11.14 00:21:10.755343 [ 263 ] {90891127-04d6-4afc-a477-2947a999d98e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3289 | 2024.11.14 00:21:10.755588 [ 263 ] {90891127-04d6-4afc-a477-2947a999d98e} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3290 | 2024.11.14 00:21:10.755835 [ 263 ] {90891127-04d6-4afc-a477-2947a999d98e} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001574 sec., 6353.240152477763 rows/sec., 443.61 KiB/sec. | ||
| 3291 | 2024.11.14 00:21:10.756024 [ 263 ] {90891127-04d6-4afc-a477-2947a999d98e} <Debug> TCPHandler: Processed in 0.001987679 sec. | ||
| 3292 | 2024.11.14 00:21:10.756207 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3293 | 2024.11.14 00:21:10.756341 [ 261 ] {a4f4f6f1-e4e1-4ee2-acee-5c84f2963f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3294 | 2024.11.14 00:21:10.756395 [ 261 ] {a4f4f6f1-e4e1-4ee2-acee-5c84f2963f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3295 | 2024.11.14 00:21:10.756990 [ 261 ] {a4f4f6f1-e4e1-4ee2-acee-5c84f2963f03} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3296 | 2024.11.14 00:21:10.757027 [ 261 ] {a4f4f6f1-e4e1-4ee2-acee-5c84f2963f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3297 | 2024.11.14 00:21:10.757436 [ 261 ] {a4f4f6f1-e4e1-4ee2-acee-5c84f2963f03} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3298 | 2024.11.14 00:21:10.757683 [ 261 ] {a4f4f6f1-e4e1-4ee2-acee-5c84f2963f03} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3299 | 2024.11.14 00:21:10.757870 [ 261 ] {a4f4f6f1-e4e1-4ee2-acee-5c84f2963f03} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001564 sec., 47314.57800511509 rows/sec., 3.70 MiB/sec. | ||
| 3300 | 2024.11.14 00:21:10.757924 [ 261 ] {a4f4f6f1-e4e1-4ee2-acee-5c84f2963f03} <Debug> TCPHandler: Processed in 0.001777945 sec. | ||
| 3301 | 2024.11.14 00:21:10.758073 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3302 | 2024.11.14 00:21:10.758209 [ 263 ] {05d3c763-fa45-4e05-a7b3-8f3fbe28e8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3303 | 2024.11.14 00:21:10.758272 [ 263 ] {05d3c763-fa45-4e05-a7b3-8f3fbe28e8c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3304 | 2024.11.14 00:21:10.758952 [ 263 ] {05d3c763-fa45-4e05-a7b3-8f3fbe28e8c9} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3305 | 2024.11.14 00:21:10.758998 [ 263 ] {05d3c763-fa45-4e05-a7b3-8f3fbe28e8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3306 | 2024.11.14 00:21:10.759422 [ 263 ] {05d3c763-fa45-4e05-a7b3-8f3fbe28e8c9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3307 | 2024.11.14 00:21:10.759674 [ 263 ] {05d3c763-fa45-4e05-a7b3-8f3fbe28e8c9} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3308 | 2024.11.14 00:21:10.759932 [ 263 ] {05d3c763-fa45-4e05-a7b3-8f3fbe28e8c9} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001746 sec., 94501.71821305843 rows/sec., 6.58 MiB/sec. | ||
| 3309 | 2024.11.14 00:21:10.760135 [ 263 ] {05d3c763-fa45-4e05-a7b3-8f3fbe28e8c9} <Debug> TCPHandler: Processed in 0.002116629 sec. | ||
| 3310 | 2024.11.14 00:21:10.760321 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3311 | 2024.11.14 00:21:10.760441 [ 261 ] {15cfbab5-b019-434f-8c91-76dd87a3d3ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3312 | 2024.11.14 00:21:10.760495 [ 261 ] {15cfbab5-b019-434f-8c91-76dd87a3d3ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3313 | 2024.11.14 00:21:10.760984 [ 261 ] {15cfbab5-b019-434f-8c91-76dd87a3d3ad} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3314 | 2024.11.14 00:21:10.761023 [ 261 ] {15cfbab5-b019-434f-8c91-76dd87a3d3ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3315 | 2024.11.14 00:21:10.761412 [ 261 ] {15cfbab5-b019-434f-8c91-76dd87a3d3ad} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3316 | 2024.11.14 00:21:10.761681 [ 261 ] {15cfbab5-b019-434f-8c91-76dd87a3d3ad} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3317 | 2024.11.14 00:21:10.761890 [ 261 ] {15cfbab5-b019-434f-8c91-76dd87a3d3ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
| 3318 | 2024.11.14 00:21:10.761978 [ 261 ] {15cfbab5-b019-434f-8c91-76dd87a3d3ad} <Debug> TCPHandler: Processed in 0.001733554 sec. | ||
| 3319 | 2024.11.14 00:21:15.749985 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3320 | 2024.11.14 00:21:15.750186 [ 263 ] {3acf8934-aa81-440c-8822-506141a101a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3321 | 2024.11.14 00:21:15.750260 [ 263 ] {3acf8934-aa81-440c-8822-506141a101a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3322 | 2024.11.14 00:21:15.751002 [ 263 ] {3acf8934-aa81-440c-8822-506141a101a5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3323 | 2024.11.14 00:21:15.751046 [ 263 ] {3acf8934-aa81-440c-8822-506141a101a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3324 | 2024.11.14 00:21:15.751476 [ 263 ] {3acf8934-aa81-440c-8822-506141a101a5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3325 | 2024.11.14 00:21:15.751731 [ 263 ] {3acf8934-aa81-440c-8822-506141a101a5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3326 | 2024.11.14 00:21:15.751932 [ 263 ] {3acf8934-aa81-440c-8822-506141a101a5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001798 sec., 31145.717463848723 rows/sec., 2.39 MiB/sec. | ||
| 3327 | 2024.11.14 00:21:15.751994 [ 263 ] {3acf8934-aa81-440c-8822-506141a101a5} <Debug> TCPHandler: Processed in 0.00213601 sec. | ||
| 3328 | 2024.11.14 00:21:15.752238 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3329 | 2024.11.14 00:21:15.752449 [ 261 ] {5274ec9b-ce28-44d1-9ed1-5a198124a6f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3330 | 2024.11.14 00:21:15.752529 [ 261 ] {5274ec9b-ce28-44d1-9ed1-5a198124a6f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3331 | 2024.11.14 00:21:15.753342 [ 261 ] {5274ec9b-ce28-44d1-9ed1-5a198124a6f1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3332 | 2024.11.14 00:21:15.753389 [ 261 ] {5274ec9b-ce28-44d1-9ed1-5a198124a6f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3333 | 2024.11.14 00:21:15.753816 [ 261 ] {5274ec9b-ce28-44d1-9ed1-5a198124a6f1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3334 | 2024.11.14 00:21:15.754068 [ 261 ] {5274ec9b-ce28-44d1-9ed1-5a198124a6f1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3335 | 2024.11.14 00:21:15.754302 [ 261 ] {5274ec9b-ce28-44d1-9ed1-5a198124a6f1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001913 sec., 33455.3058024046 rows/sec., 2.61 MiB/sec. | ||
| 3336 | 2024.11.14 00:21:15.754358 [ 261 ] {5274ec9b-ce28-44d1-9ed1-5a198124a6f1} <Debug> TCPHandler: Processed in 0.002255172 sec. | ||
| 3337 | 2024.11.14 00:21:15.754500 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3338 | 2024.11.14 00:21:15.754626 [ 263 ] {ccc37d42-56dc-4b60-b02a-990f984f9432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3339 | 2024.11.14 00:21:15.754683 [ 263 ] {ccc37d42-56dc-4b60-b02a-990f984f9432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3340 | 2024.11.14 00:21:15.755257 [ 263 ] {ccc37d42-56dc-4b60-b02a-990f984f9432} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3341 | 2024.11.14 00:21:15.755294 [ 263 ] {ccc37d42-56dc-4b60-b02a-990f984f9432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3342 | 2024.11.14 00:21:15.755697 [ 263 ] {ccc37d42-56dc-4b60-b02a-990f984f9432} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3343 | 2024.11.14 00:21:15.755947 [ 263 ] {ccc37d42-56dc-4b60-b02a-990f984f9432} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3344 | 2024.11.14 00:21:15.756075 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3345 | 2024.11.14 00:21:15.756115 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3346 | 2024.11.14 00:21:15.756136 [ 263 ] {ccc37d42-56dc-4b60-b02a-990f984f9432} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. | ||
| 3347 | 2024.11.14 00:21:15.756140 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3348 | 2024.11.14 00:21:15.756236 [ 263 ] {ccc37d42-56dc-4b60-b02a-990f984f9432} <Debug> TCPHandler: Processed in 0.001791335 sec. | ||
| 3349 | 2024.11.14 00:21:15.756529 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3350 | 2024.11.14 00:21:15.756591 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::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 | ||
| 3351 | 2024.11.14 00:21:15.756842 [ 261 ] {0c318874-8b9a-43d9-803f-9c9f4db8d60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3352 | 2024.11.14 00:21:15.756908 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3353 | 2024.11.14 00:21:15.756962 [ 261 ] {0c318874-8b9a-43d9-803f-9c9f4db8d60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3354 | 2024.11.14 00:21:15.756985 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5170 rows starting from the beginning of the part | ||
| 3355 | 2024.11.14 00:21:15.757310 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part | ||
| 3356 | 2024.11.14 00:21:15.757691 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3357 | 2024.11.14 00:21:15.758138 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3358 | 2024.11.14 00:21:15.758455 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 165 rows starting from the beginning of the part | ||
| 3359 | 2024.11.14 00:21:15.758857 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 3360 | 2024.11.14 00:21:15.759584 [ 261 ] {0c318874-8b9a-43d9-803f-9c9f4db8d60e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3361 | 2024.11.14 00:21:15.759640 [ 261 ] {0c318874-8b9a-43d9-803f-9c9f4db8d60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3362 | 2024.11.14 00:21:15.760437 [ 261 ] {0c318874-8b9a-43d9-803f-9c9f4db8d60e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3363 | 2024.11.14 00:21:15.760921 [ 261 ] {0c318874-8b9a-43d9-803f-9c9f4db8d60e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3364 | 2024.11.14 00:21:15.761259 [ 140 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3365 | 2024.11.14 00:21:15.761377 [ 140 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3366 | 2024.11.14 00:21:15.761475 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3367 | 2024.11.14 00:21:15.761566 [ 261 ] {0c318874-8b9a-43d9-803f-9c9f4db8d60e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004787 sec., 12533.946104031753 rows/sec., 864.97 KiB/sec. | ||
| 3368 | 2024.11.14 00:21:15.761886 [ 261 ] {0c318874-8b9a-43d9-803f-9c9f4db8d60e} <Debug> TCPHandler: Processed in 0.005537688 sec. | ||
| 3369 | 2024.11.14 00:21:15.761982 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 3370 | 2024.11.14 00:21:15.762401 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3371 | 2024.11.14 00:21:15.762484 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 940 rows starting from the beginning of the part | ||
| 3372 | 2024.11.14 00:21:15.762753 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part | ||
| 3373 | 2024.11.14 00:21:15.762849 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3374 | 2024.11.14 00:21:15.763287 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3375 | 2024.11.14 00:21:15.763422 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 3376 | 2024.11.14 00:21:15.763566 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 3377 | 2024.11.14 00:21:15.764599 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6020 rows, containing 5 columns (5 merged, 0 gathered) in 0.008338507 sec., 721951.78345476 rows/sec., 48.88 MiB/sec. | ||
| 3378 | 2024.11.14 00:21:15.765160 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3379 | 2024.11.14 00:21:15.765805 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 4 columns (4 merged, 0 gathered) in 0.004162908 sec., 300270.8683449166 rows/sec., 19.78 MiB/sec. | ||
| 3380 | 2024.11.14 00:21:15.765930 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3381 | 2024.11.14 00:21:15.766094 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3382 | 2024.11.14 00:21:15.766115 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3383 | 2024.11.14 00:21:15.766288 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. | ||
| 3384 | 2024.11.14 00:21:15.766556 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_21_4} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3385 | 2024.11.14 00:21:15.766638 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_21_4} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3386 | 2024.11.14 00:21:15.766725 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3387 | 2024.11.14 00:21:17.105147 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3388 | 2024.11.14 00:21:17.323629 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3389 | 2024.11.14 00:21:17.425089 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3390 | 2024.11.14 00:21:17.457492 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43054, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3391 | 2024.11.14 00:21:17.574893 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3392 | 2024.11.14 00:21:17.593284 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44732, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3393 | 2024.11.14 00:21:17.597608 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3394 | 2024.11.14 00:21:17.608894 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3395 | 2024.11.14 00:21:18.980682 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3396 | 2024.11.14 00:21:18.980746 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3397 | 2024.11.14 00:21:19.105695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 492 | ||
| 3398 | 2024.11.14 00:21:19.108999 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3399 | 2024.11.14 00:21:19.109050 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3400 | 2024.11.14 00:21:19.110498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3401 | 2024.11.14 00:21:19.110805 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3402 | 2024.11.14 00:21:19.111374 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 492 | ||
| 3403 | 2024.11.14 00:21:20.069386 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56885, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3404 | 2024.11.14 00:21:20.733912 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61543, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3405 | 2024.11.14 00:21:20.755256 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3406 | 2024.11.14 00:21:20.755466 [ 263 ] {298aff9d-6559-45cf-ba45-e524c79b0f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3407 | 2024.11.14 00:21:20.755536 [ 263 ] {298aff9d-6559-45cf-ba45-e524c79b0f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3408 | 2024.11.14 00:21:20.756273 [ 263 ] {298aff9d-6559-45cf-ba45-e524c79b0f08} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3409 | 2024.11.14 00:21:20.756314 [ 263 ] {298aff9d-6559-45cf-ba45-e524c79b0f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3410 | 2024.11.14 00:21:20.756736 [ 263 ] {298aff9d-6559-45cf-ba45-e524c79b0f08} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3411 | 2024.11.14 00:21:20.757003 [ 263 ] {298aff9d-6559-45cf-ba45-e524c79b0f08} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3412 | 2024.11.14 00:21:20.757228 [ 263 ] {298aff9d-6559-45cf-ba45-e524c79b0f08} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001824 sec., 7675.438596491228 rows/sec., 552.53 KiB/sec. | ||
| 3413 | 2024.11.14 00:21:20.757285 [ 263 ] {298aff9d-6559-45cf-ba45-e524c79b0f08} <Debug> TCPHandler: Processed in 0.002160601 sec. | ||
| 3414 | 2024.11.14 00:21:20.757546 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3415 | 2024.11.14 00:21:20.757755 [ 261 ] {1b87fb19-f6c2-46ac-9f06-50b5331847fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3416 | 2024.11.14 00:21:20.757834 [ 261 ] {1b87fb19-f6c2-46ac-9f06-50b5331847fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3417 | 2024.11.14 00:21:20.758761 [ 261 ] {1b87fb19-f6c2-46ac-9f06-50b5331847fe} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3418 | 2024.11.14 00:21:20.758803 [ 261 ] {1b87fb19-f6c2-46ac-9f06-50b5331847fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3419 | 2024.11.14 00:21:20.759256 [ 261 ] {1b87fb19-f6c2-46ac-9f06-50b5331847fe} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3420 | 2024.11.14 00:21:20.759507 [ 261 ] {1b87fb19-f6c2-46ac-9f06-50b5331847fe} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3421 | 2024.11.14 00:21:20.759713 [ 261 ] {1b87fb19-f6c2-46ac-9f06-50b5331847fe} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002016 sec., 139384.92063492062 rows/sec., 12.31 MiB/sec. | ||
| 3422 | 2024.11.14 00:21:20.759778 [ 261 ] {1b87fb19-f6c2-46ac-9f06-50b5331847fe} <Debug> TCPHandler: Processed in 0.002368084 sec. | ||
| 3423 | 2024.11.14 00:21:20.759951 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3424 | 2024.11.14 00:21:20.760090 [ 263 ] {544f21d4-96cc-4f0e-b448-1afbef4c00ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3425 | 2024.11.14 00:21:20.760152 [ 263 ] {544f21d4-96cc-4f0e-b448-1afbef4c00ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3426 | 2024.11.14 00:21:20.760802 [ 263 ] {544f21d4-96cc-4f0e-b448-1afbef4c00ec} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3427 | 2024.11.14 00:21:20.760841 [ 263 ] {544f21d4-96cc-4f0e-b448-1afbef4c00ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3428 | 2024.11.14 00:21:20.761199 [ 263 ] {544f21d4-96cc-4f0e-b448-1afbef4c00ec} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3429 | 2024.11.14 00:21:20.761434 [ 263 ] {544f21d4-96cc-4f0e-b448-1afbef4c00ec} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3430 | 2024.11.14 00:21:20.761647 [ 263 ] {544f21d4-96cc-4f0e-b448-1afbef4c00ec} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00159 sec., 28930.81761006289 rows/sec., 2.08 MiB/sec. | ||
| 3431 | 2024.11.14 00:21:20.761698 [ 263 ] {544f21d4-96cc-4f0e-b448-1afbef4c00ec} <Debug> TCPHandler: Processed in 0.001814406 sec. | ||
| 3432 | 2024.11.14 00:21:20.761875 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3433 | 2024.11.14 00:21:20.762022 [ 261 ] {80f46fb1-a792-4dc6-8ae9-76ba3a576570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3434 | 2024.11.14 00:21:20.762082 [ 261 ] {80f46fb1-a792-4dc6-8ae9-76ba3a576570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3435 | 2024.11.14 00:21:20.762730 [ 261 ] {80f46fb1-a792-4dc6-8ae9-76ba3a576570} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3436 | 2024.11.14 00:21:20.762767 [ 261 ] {80f46fb1-a792-4dc6-8ae9-76ba3a576570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3437 | 2024.11.14 00:21:20.763133 [ 261 ] {80f46fb1-a792-4dc6-8ae9-76ba3a576570} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3438 | 2024.11.14 00:21:20.763387 [ 261 ] {80f46fb1-a792-4dc6-8ae9-76ba3a576570} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3439 | 2024.11.14 00:21:20.763631 [ 261 ] {80f46fb1-a792-4dc6-8ae9-76ba3a576570} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00163 sec., 8588.957055214723 rows/sec., 601.51 KiB/sec. | ||
| 3440 | 2024.11.14 00:21:20.763763 [ 261 ] {80f46fb1-a792-4dc6-8ae9-76ba3a576570} <Debug> TCPHandler: Processed in 0.001957648 sec. | ||
| 3441 | 2024.11.14 00:21:20.763927 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3442 | 2024.11.14 00:21:20.764043 [ 263 ] {73396bc2-f461-4a71-ab79-077f983b1082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3443 | 2024.11.14 00:21:20.764090 [ 263 ] {73396bc2-f461-4a71-ab79-077f983b1082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3444 | 2024.11.14 00:21:20.764313 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3445 | 2024.11.14 00:21:20.764833 [ 263 ] {73396bc2-f461-4a71-ab79-077f983b1082} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3446 | 2024.11.14 00:21:20.764875 [ 263 ] {73396bc2-f461-4a71-ab79-077f983b1082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3447 | 2024.11.14 00:21:20.765224 [ 263 ] {73396bc2-f461-4a71-ab79-077f983b1082} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3448 | 2024.11.14 00:21:20.765485 [ 263 ] {73396bc2-f461-4a71-ab79-077f983b1082} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3449 | 2024.11.14 00:21:20.765736 [ 263 ] {73396bc2-f461-4a71-ab79-077f983b1082} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001714 sec., 7584.597432905484 rows/sec., 472.90 KiB/sec. | ||
| 3450 | 2024.11.14 00:21:20.765904 [ 263 ] {73396bc2-f461-4a71-ab79-077f983b1082} <Debug> TCPHandler: Processed in 0.002034149 sec. | ||
| 3451 | 2024.11.14 00:21:20.766072 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3452 | 2024.11.14 00:21:20.766215 [ 261 ] {6097c2ae-481f-4138-9fb3-66f584537f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3453 | 2024.11.14 00:21:20.766273 [ 261 ] {6097c2ae-481f-4138-9fb3-66f584537f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3454 | 2024.11.14 00:21:20.767029 [ 261 ] {6097c2ae-481f-4138-9fb3-66f584537f79} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3455 | 2024.11.14 00:21:20.767068 [ 261 ] {6097c2ae-481f-4138-9fb3-66f584537f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3456 | 2024.11.14 00:21:20.767448 [ 261 ] {6097c2ae-481f-4138-9fb3-66f584537f79} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3457 | 2024.11.14 00:21:20.767685 [ 261 ] {6097c2ae-481f-4138-9fb3-66f584537f79} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3458 | 2024.11.14 00:21:20.767876 [ 261 ] {6097c2ae-481f-4138-9fb3-66f584537f79} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001693 sec., 248670.99822799762 rows/sec., 17.77 MiB/sec. | ||
| 3459 | 2024.11.14 00:21:20.767932 [ 261 ] {6097c2ae-481f-4138-9fb3-66f584537f79} <Debug> TCPHandler: Processed in 0.001928637 sec. | ||
| 3460 | 2024.11.14 00:21:20.768077 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3461 | 2024.11.14 00:21:20.768215 [ 263 ] {46b3b3d2-cc33-4f50-8510-d8a12997147c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3462 | 2024.11.14 00:21:20.768275 [ 263 ] {46b3b3d2-cc33-4f50-8510-d8a12997147c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3463 | 2024.11.14 00:21:20.768783 [ 263 ] {46b3b3d2-cc33-4f50-8510-d8a12997147c} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3464 | 2024.11.14 00:21:20.768820 [ 263 ] {46b3b3d2-cc33-4f50-8510-d8a12997147c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3465 | 2024.11.14 00:21:20.769180 [ 263 ] {46b3b3d2-cc33-4f50-8510-d8a12997147c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3466 | 2024.11.14 00:21:20.769421 [ 263 ] {46b3b3d2-cc33-4f50-8510-d8a12997147c} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3467 | 2024.11.14 00:21:20.769696 [ 263 ] {46b3b3d2-cc33-4f50-8510-d8a12997147c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec. | ||
| 3468 | 2024.11.14 00:21:20.769824 [ 263 ] {46b3b3d2-cc33-4f50-8510-d8a12997147c} <Debug> TCPHandler: Processed in 0.001811896 sec. | ||
| 3469 | 2024.11.14 00:21:20.769979 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3470 | 2024.11.14 00:21:20.770120 [ 261 ] {c260502c-bf70-46ce-a046-cea8b601c832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3471 | 2024.11.14 00:21:20.770183 [ 261 ] {c260502c-bf70-46ce-a046-cea8b601c832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3472 | 2024.11.14 00:21:20.770804 [ 261 ] {c260502c-bf70-46ce-a046-cea8b601c832} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3473 | 2024.11.14 00:21:20.770841 [ 261 ] {c260502c-bf70-46ce-a046-cea8b601c832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3474 | 2024.11.14 00:21:20.771229 [ 261 ] {c260502c-bf70-46ce-a046-cea8b601c832} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3475 | 2024.11.14 00:21:20.771471 [ 261 ] {c260502c-bf70-46ce-a046-cea8b601c832} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3476 | 2024.11.14 00:21:20.771654 [ 261 ] {c260502c-bf70-46ce-a046-cea8b601c832} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001567 sec., 151244.41608168476 rows/sec., 10.14 MiB/sec. | ||
| 3477 | 2024.11.14 00:21:20.771707 [ 261 ] {c260502c-bf70-46ce-a046-cea8b601c832} <Debug> TCPHandler: Processed in 0.001795646 sec. | ||
| 3478 | 2024.11.14 00:21:20.771853 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3479 | 2024.11.14 00:21:20.771990 [ 263 ] {c5e48d00-e170-49f7-aec0-15594762dd61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3480 | 2024.11.14 00:21:20.772050 [ 263 ] {c5e48d00-e170-49f7-aec0-15594762dd61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3481 | 2024.11.14 00:21:20.772571 [ 263 ] {c5e48d00-e170-49f7-aec0-15594762dd61} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3482 | 2024.11.14 00:21:20.772610 [ 263 ] {c5e48d00-e170-49f7-aec0-15594762dd61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3483 | 2024.11.14 00:21:20.772962 [ 263 ] {c5e48d00-e170-49f7-aec0-15594762dd61} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3484 | 2024.11.14 00:21:20.773193 [ 263 ] {c5e48d00-e170-49f7-aec0-15594762dd61} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3485 | 2024.11.14 00:21:20.773424 [ 263 ] {c5e48d00-e170-49f7-aec0-15594762dd61} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec. | ||
| 3486 | 2024.11.14 00:21:20.773605 [ 263 ] {c5e48d00-e170-49f7-aec0-15594762dd61} <Debug> TCPHandler: Processed in 0.001809155 sec. | ||
| 3487 | 2024.11.14 00:21:20.773771 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3488 | 2024.11.14 00:21:20.773910 [ 261 ] {9bb4e46c-aa63-40c6-b3cc-8eadd7aef971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3489 | 2024.11.14 00:21:20.774002 [ 261 ] {9bb4e46c-aa63-40c6-b3cc-8eadd7aef971} <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 | ||
| 3490 | 2024.11.14 00:21:20.775236 [ 261 ] {9bb4e46c-aa63-40c6-b3cc-8eadd7aef971} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3491 | 2024.11.14 00:21:20.775275 [ 261 ] {9bb4e46c-aa63-40c6-b3cc-8eadd7aef971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3492 | 2024.11.14 00:21:20.775928 [ 261 ] {9bb4e46c-aa63-40c6-b3cc-8eadd7aef971} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3493 | 2024.11.14 00:21:20.776193 [ 261 ] {9bb4e46c-aa63-40c6-b3cc-8eadd7aef971} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3494 | 2024.11.14 00:21:20.776455 [ 261 ] {9bb4e46c-aa63-40c6-b3cc-8eadd7aef971} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002562 sec., 15222.482435597189 rows/sec., 27.28 MiB/sec. | ||
| 3495 | 2024.11.14 00:21:20.776696 [ 261 ] {9bb4e46c-aa63-40c6-b3cc-8eadd7aef971} <Debug> TCPHandler: Processed in 0.002991652 sec. | ||
| 3496 | 2024.11.14 00:21:20.776839 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3497 | 2024.11.14 00:21:20.776953 [ 263 ] {ee5822a2-ebab-4b54-b227-6180f0d7c961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3498 | 2024.11.14 00:21:20.777003 [ 263 ] {ee5822a2-ebab-4b54-b227-6180f0d7c961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3499 | 2024.11.14 00:21:20.777486 [ 263 ] {ee5822a2-ebab-4b54-b227-6180f0d7c961} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3500 | 2024.11.14 00:21:20.777524 [ 263 ] {ee5822a2-ebab-4b54-b227-6180f0d7c961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 3501 | 2024.11.14 00:21:20.777884 [ 263 ] {ee5822a2-ebab-4b54-b227-6180f0d7c961} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3502 | 2024.11.14 00:21:20.778110 [ 263 ] {ee5822a2-ebab-4b54-b227-6180f0d7c961} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3503 | 2024.11.14 00:21:20.778311 [ 263 ] {ee5822a2-ebab-4b54-b227-6180f0d7c961} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001382 sec., 59334.298118668594 rows/sec., 3.77 MiB/sec. | ||
| 3504 | 2024.11.14 00:21:20.778360 [ 263 ] {ee5822a2-ebab-4b54-b227-6180f0d7c961} <Debug> TCPHandler: Processed in 0.001576672 sec. | ||
| 3505 | 2024.11.14 00:21:20.914096 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3506 | 2024.11.14 00:21:20.917851 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38667, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3507 | 2024.11.14 00:21:20.929480 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3508 | 2024.11.14 00:21:20.942138 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3509 | 2024.11.14 00:21:20.974889 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53345, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3510 | 2024.11.14 00:21:20.996204 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63301, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3511 | 2024.11.14 00:21:21.687561 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3512 | 2024.11.14 00:21:21.735536 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55239, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3513 | 2024.11.14 00:21:21.740286 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3514 | 2024.11.14 00:21:21.757694 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3515 | 2024.11.14 00:21:21.766080 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3516 | 2024.11.14 00:21:21.773491 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50286, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3517 | 2024.11.14 00:21:21.775784 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3518 | 2024.11.14 00:21:21.787022 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3519 | 2024.11.14 00:21:22.218843 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3520 | 2024.11.14 00:21:22.242270 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53300, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3521 | 2024.11.14 00:21:22.401976 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54999, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3522 | 2024.11.14 00:21:22.437421 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39767, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3523 | 2024.11.14 00:21:22.516577 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35238, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3524 | 2024.11.14 00:21:22.523147 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3525 | 2024.11.14 00:21:22.523337 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48487, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3526 | 2024.11.14 00:21:25.748039 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3527 | 2024.11.14 00:21:25.748230 [ 263 ] {c4c0b51f-5922-4196-83fd-1855d74fada8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3528 | 2024.11.14 00:21:25.748324 [ 263 ] {c4c0b51f-5922-4196-83fd-1855d74fada8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3529 | 2024.11.14 00:21:25.749038 [ 263 ] {c4c0b51f-5922-4196-83fd-1855d74fada8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3530 | 2024.11.14 00:21:25.749088 [ 263 ] {c4c0b51f-5922-4196-83fd-1855d74fada8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3531 | 2024.11.14 00:21:25.749497 [ 263 ] {c4c0b51f-5922-4196-83fd-1855d74fada8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3532 | 2024.11.14 00:21:25.749734 [ 263 ] {c4c0b51f-5922-4196-83fd-1855d74fada8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3533 | 2024.11.14 00:21:25.749949 [ 131 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3534 | 2024.11.14 00:21:25.749979 [ 263 ] {c4c0b51f-5922-4196-83fd-1855d74fada8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001799 sec., 31128.4046692607 rows/sec., 2.39 MiB/sec. | ||
| 3535 | 2024.11.14 00:21:25.750054 [ 131 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3536 | 2024.11.14 00:21:25.750107 [ 263 ] {c4c0b51f-5922-4196-83fd-1855d74fada8} <Debug> TCPHandler: Processed in 0.00218614 sec. | ||
| 3537 | 2024.11.14 00:21:25.750129 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3538 | 2024.11.14 00:21:25.750344 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 3539 | 2024.11.14 00:21:25.750394 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3540 | 2024.11.14 00:21:25.750593 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3541 | 2024.11.14 00:21:25.750661 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1427 rows starting from the beginning of the part | ||
| 3542 | 2024.11.14 00:21:25.750675 [ 261 ] {49c982b5-de31-44dc-8511-0f376ee9c7c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3543 | 2024.11.14 00:21:25.750754 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 281 rows starting from the beginning of the part | ||
| 3544 | 2024.11.14 00:21:25.750759 [ 261 ] {49c982b5-de31-44dc-8511-0f376ee9c7c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3545 | 2024.11.14 00:21:25.751226 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 61 rows starting from the beginning of the part | ||
| 3546 | 2024.11.14 00:21:25.751571 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
| 3547 | 2024.11.14 00:21:25.751936 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 281 rows starting from the beginning of the part | ||
| 3548 | 2024.11.14 00:21:25.752429 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 3549 | 2024.11.14 00:21:25.753428 [ 261 ] {49c982b5-de31-44dc-8511-0f376ee9c7c3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3550 | 2024.11.14 00:21:25.753476 [ 261 ] {49c982b5-de31-44dc-8511-0f376ee9c7c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3551 | 2024.11.14 00:21:25.754102 [ 261 ] {49c982b5-de31-44dc-8511-0f376ee9c7c3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3552 | 2024.11.14 00:21:25.754398 [ 261 ] {49c982b5-de31-44dc-8511-0f376ee9c7c3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3553 | 2024.11.14 00:21:25.754580 [ 131 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3554 | 2024.11.14 00:21:25.754673 [ 131 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3555 | 2024.11.14 00:21:25.754747 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3556 | 2024.11.14 00:21:25.754895 [ 261 ] {49c982b5-de31-44dc-8511-0f376ee9c7c3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004264 sec., 15009.380863039398 rows/sec., 1.17 MiB/sec. | ||
| 3557 | 2024.11.14 00:21:25.754914 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2162 rows, containing 5 columns (5 merged, 0 gathered) in 0.004649626 sec., 464983.63524292066 rows/sec., 41.02 MiB/sec. | ||
| 3558 | 2024.11.14 00:21:25.755369 [ 261 ] {49c982b5-de31-44dc-8511-0f376ee9c7c3} <Debug> TCPHandler: Processed in 0.005138192 sec. | ||
| 3559 | 2024.11.14 00:21:25.755571 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3560 | 2024.11.14 00:21:25.755848 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3561 | 2024.11.14 00:21:25.755950 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 3562 | 2024.11.14 00:21:25.756272 [ 263 ] {0319bc73-0a22-460c-b768-30cc55dc8801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3563 | 2024.11.14 00:21:25.756357 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3564 | 2024.11.14 00:21:25.756472 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 905 rows starting from the beginning of the part | ||
| 3565 | 2024.11.14 00:21:25.756495 [ 263 ] {0319bc73-0a22-460c-b768-30cc55dc8801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3566 | 2024.11.14 00:21:25.756534 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_26_5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3567 | 2024.11.14 00:21:25.756936 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 421 rows starting from the beginning of the part | ||
| 3568 | 2024.11.14 00:21:25.757035 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_26_5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3569 | 2024.11.14 00:21:25.757465 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 74 rows starting from the beginning of the part | ||
| 3570 | 2024.11.14 00:21:25.757536 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3571 | 2024.11.14 00:21:25.757801 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
| 3572 | 2024.11.14 00:21:25.758115 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 421 rows starting from the beginning of the part | ||
| 3573 | 2024.11.14 00:21:25.758417 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 3574 | 2024.11.14 00:21:25.759707 [ 263 ] {0319bc73-0a22-460c-b768-30cc55dc8801} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3575 | 2024.11.14 00:21:25.759773 [ 263 ] {0319bc73-0a22-460c-b768-30cc55dc8801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3576 | 2024.11.14 00:21:25.760813 [ 263 ] {0319bc73-0a22-460c-b768-30cc55dc8801} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3577 | 2024.11.14 00:21:25.761218 [ 263 ] {0319bc73-0a22-460c-b768-30cc55dc8801} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3578 | 2024.11.14 00:21:25.761718 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.006824406 sec., 285592.621540981 rows/sec., 21.86 MiB/sec. | ||
| 3579 | 2024.11.14 00:21:25.761866 [ 263 ] {0319bc73-0a22-460c-b768-30cc55dc8801} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005757 sec., 22233.80232760118 rows/sec., 1.55 MiB/sec. | ||
| 3580 | 2024.11.14 00:21:25.762081 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3581 | 2024.11.14 00:21:25.762318 [ 263 ] {0319bc73-0a22-460c-b768-30cc55dc8801} <Debug> TCPHandler: Processed in 0.006782145 sec. | ||
| 3582 | 2024.11.14 00:21:25.762520 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3583 | 2024.11.14 00:21:25.762653 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_26_5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3584 | 2024.11.14 00:21:25.762691 [ 261 ] {6b642a66-4eb3-4bac-bd8c-8908a064acba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3585 | 2024.11.14 00:21:25.762748 [ 187 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_26_5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3586 | 2024.11.14 00:21:25.762766 [ 261 ] {6b642a66-4eb3-4bac-bd8c-8908a064acba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3587 | 2024.11.14 00:21:25.762859 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3588 | 2024.11.14 00:21:25.763396 [ 261 ] {6b642a66-4eb3-4bac-bd8c-8908a064acba} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3589 | 2024.11.14 00:21:25.763441 [ 261 ] {6b642a66-4eb3-4bac-bd8c-8908a064acba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3590 | 2024.11.14 00:21:25.763842 [ 261 ] {6b642a66-4eb3-4bac-bd8c-8908a064acba} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3591 | 2024.11.14 00:21:25.764079 [ 261 ] {6b642a66-4eb3-4bac-bd8c-8908a064acba} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3592 | 2024.11.14 00:21:25.764269 [ 261 ] {6b642a66-4eb3-4bac-bd8c-8908a064acba} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001623 sec., 29574.861367837337 rows/sec., 1.99 MiB/sec. | ||
| 3593 | 2024.11.14 00:21:25.764393 [ 261 ] {6b642a66-4eb3-4bac-bd8c-8908a064acba} <Debug> TCPHandler: Processed in 0.001978167 sec. | ||
| 3594 | 2024.11.14 00:21:29.111677 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 522 | ||
| 3595 | 2024.11.14 00:21:29.114817 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3596 | 2024.11.14 00:21:29.114875 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3597 | 2024.11.14 00:21:29.116507 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3598 | 2024.11.14 00:21:29.116847 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3599 | 2024.11.14 00:21:29.117939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 522 | ||
| 3600 | 2024.11.14 00:21:30.749892 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3601 | 2024.11.14 00:21:30.750100 [ 263 ] {29995d02-0da6-4d97-b0aa-741a437138cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3602 | 2024.11.14 00:21:30.750178 [ 263 ] {29995d02-0da6-4d97-b0aa-741a437138cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3603 | 2024.11.14 00:21:30.750982 [ 263 ] {29995d02-0da6-4d97-b0aa-741a437138cd} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3604 | 2024.11.14 00:21:30.751027 [ 263 ] {29995d02-0da6-4d97-b0aa-741a437138cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3605 | 2024.11.14 00:21:30.751444 [ 263 ] {29995d02-0da6-4d97-b0aa-741a437138cd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3606 | 2024.11.14 00:21:30.751704 [ 263 ] {29995d02-0da6-4d97-b0aa-741a437138cd} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3607 | 2024.11.14 00:21:30.751952 [ 263 ] {29995d02-0da6-4d97-b0aa-741a437138cd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.25 MiB/sec. | ||
| 3608 | 2024.11.14 00:21:30.752009 [ 263 ] {29995d02-0da6-4d97-b0aa-741a437138cd} <Debug> TCPHandler: Processed in 0.002250501 sec. | ||
| 3609 | 2024.11.14 00:21:30.752234 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3610 | 2024.11.14 00:21:30.752417 [ 261 ] {c452b600-08f1-498b-b6bb-666831283b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3611 | 2024.11.14 00:21:30.752488 [ 261 ] {c452b600-08f1-498b-b6bb-666831283b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3612 | 2024.11.14 00:21:30.753214 [ 261 ] {c452b600-08f1-498b-b6bb-666831283b70} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3613 | 2024.11.14 00:21:30.753261 [ 261 ] {c452b600-08f1-498b-b6bb-666831283b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3614 | 2024.11.14 00:21:30.753674 [ 261 ] {c452b600-08f1-498b-b6bb-666831283b70} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3615 | 2024.11.14 00:21:30.753920 [ 261 ] {c452b600-08f1-498b-b6bb-666831283b70} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2024.11.14 00:21:30.754144 [ 261 ] {c452b600-08f1-498b-b6bb-666831283b70} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001777 sec., 36015.756893640966 rows/sec., 2.81 MiB/sec. | ||
| 3617 | 2024.11.14 00:21:30.754200 [ 261 ] {c452b600-08f1-498b-b6bb-666831283b70} <Debug> TCPHandler: Processed in 0.002093819 sec. | ||
| 3618 | 2024.11.14 00:21:30.754341 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3619 | 2024.11.14 00:21:30.754464 [ 263 ] {68814723-34a9-460b-ac60-6a41596c4847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3620 | 2024.11.14 00:21:30.754519 [ 263 ] {68814723-34a9-460b-ac60-6a41596c4847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3621 | 2024.11.14 00:21:30.755065 [ 263 ] {68814723-34a9-460b-ac60-6a41596c4847} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2024.11.14 00:21:30.755102 [ 263 ] {68814723-34a9-460b-ac60-6a41596c4847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3623 | 2024.11.14 00:21:30.755484 [ 263 ] {68814723-34a9-460b-ac60-6a41596c4847} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3624 | 2024.11.14 00:21:30.755789 [ 263 ] {68814723-34a9-460b-ac60-6a41596c4847} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3625 | 2024.11.14 00:21:30.755972 [ 263 ] {68814723-34a9-460b-ac60-6a41596c4847} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. | ||
| 3626 | 2024.11.14 00:21:30.756026 [ 263 ] {68814723-34a9-460b-ac60-6a41596c4847} <Debug> TCPHandler: Processed in 0.001740045 sec. | ||
| 3627 | 2024.11.14 00:21:30.756174 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3628 | 2024.11.14 00:21:30.756311 [ 261 ] {fa20c237-7d29-4d93-ae2e-88c8610fbc94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3629 | 2024.11.14 00:21:30.756372 [ 261 ] {fa20c237-7d29-4d93-ae2e-88c8610fbc94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3630 | 2024.11.14 00:21:30.756941 [ 261 ] {fa20c237-7d29-4d93-ae2e-88c8610fbc94} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3631 | 2024.11.14 00:21:30.756979 [ 261 ] {fa20c237-7d29-4d93-ae2e-88c8610fbc94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3632 | 2024.11.14 00:21:30.757351 [ 261 ] {fa20c237-7d29-4d93-ae2e-88c8610fbc94} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3633 | 2024.11.14 00:21:30.757587 [ 261 ] {fa20c237-7d29-4d93-ae2e-88c8610fbc94} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3634 | 2024.11.14 00:21:30.757792 [ 261 ] {fa20c237-7d29-4d93-ae2e-88c8610fbc94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
| 3635 | 2024.11.14 00:21:30.757842 [ 261 ] {fa20c237-7d29-4d93-ae2e-88c8610fbc94} <Debug> TCPHandler: Processed in 0.001736355 sec. | ||
| 3636 | 2024.11.14 00:21:31.584079 [ 128 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 3637 | 2024.11.14 00:21:31.584169 [ 128 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3638 | 2024.11.14 00:21:31.584206 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3639 | 2024.11.14 00:21:31.584470 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::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 | ||
| 3640 | 2024.11.14 00:21:31.584717 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3641 | 2024.11.14 00:21:31.584759 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 56 rows starting from the beginning of the part | ||
| 3642 | 2024.11.14 00:21:31.584873 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part | ||
| 3643 | 2024.11.14 00:21:31.585077 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part | ||
| 3644 | 2024.11.14 00:21:31.585394 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 3645 | 2024.11.14 00:21:31.585626 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part | ||
| 3646 | 2024.11.14 00:21:31.586623 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 5 columns (5 merged, 0 gathered) in 0.002313392 sec., 88182.20171938003 rows/sec., 6.65 MiB/sec. | ||
| 3647 | 2024.11.14 00:21:31.586790 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 3648 | 2024.11.14 00:21:31.587067 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_14_3} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3649 | 2024.11.14 00:21:31.587145 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_14_3} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 3650 | 2024.11.14 00:21:31.587223 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3651 | 2024.11.14 00:21:33.923228 [ 127 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3652 | 2024.11.14 00:21:33.923303 [ 127 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3653 | 2024.11.14 00:21:33.923324 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3654 | 2024.11.14 00:21:33.923562 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 3655 | 2024.11.14 00:21:33.923789 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3656 | 2024.11.14 00:21:33.923833 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 242 rows starting from the beginning of the part | ||
| 3657 | 2024.11.14 00:21:33.923925 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 3658 | 2024.11.14 00:21:33.924174 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 3659 | 2024.11.14 00:21:33.924379 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 3660 | 2024.11.14 00:21:33.924500 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 3661 | 2024.11.14 00:21:33.925574 [ 190 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00216154 sec., 137864.67055895334 rows/sec., 9.88 MiB/sec. | ||
| 3662 | 2024.11.14 00:21:33.925870 [ 187 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3663 | 2024.11.14 00:21:33.926239 [ 187 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_9_2} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3664 | 2024.11.14 00:21:33.926326 [ 187 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_9_2} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3665 | 2024.11.14 00:21:33.926425 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3666 | 2024.11.14 00:21:33.980790 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3667 | 2024.11.14 00:21:33.980825 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3668 | 2024.11.14 00:21:35.755458 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3669 | 2024.11.14 00:21:35.755648 [ 263 ] {8865e684-7373-4f83-ac78-1d8945eb420e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3670 | 2024.11.14 00:21:35.755719 [ 263 ] {8865e684-7373-4f83-ac78-1d8945eb420e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3671 | 2024.11.14 00:21:35.756455 [ 263 ] {8865e684-7373-4f83-ac78-1d8945eb420e} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3672 | 2024.11.14 00:21:35.756505 [ 263 ] {8865e684-7373-4f83-ac78-1d8945eb420e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3673 | 2024.11.14 00:21:35.756935 [ 263 ] {8865e684-7373-4f83-ac78-1d8945eb420e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3674 | 2024.11.14 00:21:35.757190 [ 263 ] {8865e684-7373-4f83-ac78-1d8945eb420e} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3675 | 2024.11.14 00:21:35.757381 [ 121 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3676 | 2024.11.14 00:21:35.757444 [ 263 ] {8865e684-7373-4f83-ac78-1d8945eb420e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec. | ||
| 3677 | 2024.11.14 00:21:35.757474 [ 121 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3678 | 2024.11.14 00:21:35.757549 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3679 | 2024.11.14 00:21:35.757571 [ 263 ] {8865e684-7373-4f83-ac78-1d8945eb420e} <Debug> TCPHandler: Processed in 0.002234431 sec. | ||
| 3680 | 2024.11.14 00:21:35.757895 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 3681 | 2024.11.14 00:21:35.757919 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3682 | 2024.11.14 00:21:35.758130 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3683 | 2024.11.14 00:21:35.758200 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 3684 | 2024.11.14 00:21:35.758228 [ 261 ] {5ed7d58d-446c-4463-bdb4-295b1e87fd0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3685 | 2024.11.14 00:21:35.758365 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 3686 | 2024.11.14 00:21:35.758384 [ 261 ] {5ed7d58d-446c-4463-bdb4-295b1e87fd0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3687 | 2024.11.14 00:21:35.758786 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 3688 | 2024.11.14 00:21:35.759122 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 3689 | 2024.11.14 00:21:35.759384 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 3690 | 2024.11.14 00:21:35.761605 [ 261 ] {5ed7d58d-446c-4463-bdb4-295b1e87fd0b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3691 | 2024.11.14 00:21:35.761697 [ 261 ] {5ed7d58d-446c-4463-bdb4-295b1e87fd0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3692 | 2024.11.14 00:21:35.761937 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00427435 sec., 16376.759039386106 rows/sec., 1.21 MiB/sec. | ||
| 3693 | 2024.11.14 00:21:35.762169 [ 190 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3694 | 2024.11.14 00:21:35.762555 [ 261 ] {5ed7d58d-446c-4463-bdb4-295b1e87fd0b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3695 | 2024.11.14 00:21:35.762781 [ 190 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_9_2} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3696 | 2024.11.14 00:21:35.762957 [ 190 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_9_2} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3697 | 2024.11.14 00:21:35.763044 [ 261 ] {5ed7d58d-446c-4463-bdb4-295b1e87fd0b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2024.11.14 00:21:35.763137 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3699 | 2024.11.14 00:21:35.763432 [ 261 ] {5ed7d58d-446c-4463-bdb4-295b1e87fd0b} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005301 sec., 53008.86625165063 rows/sec., 4.68 MiB/sec. | ||
| 3700 | 2024.11.14 00:21:35.763681 [ 261 ] {5ed7d58d-446c-4463-bdb4-295b1e87fd0b} <Debug> TCPHandler: Processed in 0.005967724 sec. | ||
| 3701 | 2024.11.14 00:21:35.763871 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3702 | 2024.11.14 00:21:35.764012 [ 263 ] {c4febf4e-3130-4b93-b677-f66a99200e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3703 | 2024.11.14 00:21:35.764070 [ 263 ] {c4febf4e-3130-4b93-b677-f66a99200e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3704 | 2024.11.14 00:21:35.764806 [ 263 ] {c4febf4e-3130-4b93-b677-f66a99200e2d} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3705 | 2024.11.14 00:21:35.764854 [ 263 ] {c4febf4e-3130-4b93-b677-f66a99200e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3706 | 2024.11.14 00:21:35.765255 [ 263 ] {c4febf4e-3130-4b93-b677-f66a99200e2d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3707 | 2024.11.14 00:21:35.765498 [ 263 ] {c4febf4e-3130-4b93-b677-f66a99200e2d} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3708 | 2024.11.14 00:21:35.765709 [ 263 ] {c4febf4e-3130-4b93-b677-f66a99200e2d} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001729 sec., 26604.973973395026 rows/sec., 1.91 MiB/sec. | ||
| 3709 | 2024.11.14 00:21:35.765762 [ 263 ] {c4febf4e-3130-4b93-b677-f66a99200e2d} <Debug> TCPHandler: Processed in 0.001959668 sec. | ||
| 3710 | 2024.11.14 00:21:35.765931 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3711 | 2024.11.14 00:21:35.766060 [ 261 ] {938f2c4a-579b-42f5-b98e-30d0e8504694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3712 | 2024.11.14 00:21:35.766119 [ 261 ] {938f2c4a-579b-42f5-b98e-30d0e8504694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3713 | 2024.11.14 00:21:35.766811 [ 261 ] {938f2c4a-579b-42f5-b98e-30d0e8504694} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3714 | 2024.11.14 00:21:35.766859 [ 261 ] {938f2c4a-579b-42f5-b98e-30d0e8504694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3715 | 2024.11.14 00:21:35.767235 [ 261 ] {938f2c4a-579b-42f5-b98e-30d0e8504694} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3716 | 2024.11.14 00:21:35.767477 [ 261 ] {938f2c4a-579b-42f5-b98e-30d0e8504694} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3717 | 2024.11.14 00:21:35.767693 [ 261 ] {938f2c4a-579b-42f5-b98e-30d0e8504694} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001665 sec., 8408.408408408408 rows/sec., 588.87 KiB/sec. | ||
| 3718 | 2024.11.14 00:21:35.767748 [ 261 ] {938f2c4a-579b-42f5-b98e-30d0e8504694} <Debug> TCPHandler: Processed in 0.001876127 sec. | ||
| 3719 | 2024.11.14 00:21:35.767917 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3720 | 2024.11.14 00:21:35.768045 [ 263 ] {4be07b22-052b-4fa2-83bc-425bc57bb987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3721 | 2024.11.14 00:21:35.768105 [ 263 ] {4be07b22-052b-4fa2-83bc-425bc57bb987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3722 | 2024.11.14 00:21:35.768805 [ 263 ] {4be07b22-052b-4fa2-83bc-425bc57bb987} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3723 | 2024.11.14 00:21:35.768855 [ 263 ] {4be07b22-052b-4fa2-83bc-425bc57bb987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3724 | 2024.11.14 00:21:35.769251 [ 263 ] {4be07b22-052b-4fa2-83bc-425bc57bb987} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3725 | 2024.11.14 00:21:35.769496 [ 263 ] {4be07b22-052b-4fa2-83bc-425bc57bb987} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3726 | 2024.11.14 00:21:35.769657 [ 121 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3727 | 2024.11.14 00:21:35.769717 [ 121 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3728 | 2024.11.14 00:21:35.769748 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3729 | 2024.11.14 00:21:35.769764 [ 263 ] {4be07b22-052b-4fa2-83bc-425bc57bb987} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001744 sec., 7454.128440366972 rows/sec., 464.76 KiB/sec. | ||
| 3730 | 2024.11.14 00:21:35.770078 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 3731 | 2024.11.14 00:21:35.770191 [ 263 ] {4be07b22-052b-4fa2-83bc-425bc57bb987} <Debug> TCPHandler: Processed in 0.002321623 sec. | ||
| 3732 | 2024.11.14 00:21:35.770382 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3733 | 2024.11.14 00:21:35.770424 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3734 | 2024.11.14 00:21:35.770440 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 3735 | 2024.11.14 00:21:35.770671 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 3736 | 2024.11.14 00:21:35.770744 [ 261 ] {bfe39784-e00e-4239-b620-df94b78a8e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3737 | 2024.11.14 00:21:35.770907 [ 261 ] {bfe39784-e00e-4239-b620-df94b78a8e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3738 | 2024.11.14 00:21:35.770958 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 3739 | 2024.11.14 00:21:35.771277 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 3740 | 2024.11.14 00:21:35.771674 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 3741 | 2024.11.14 00:21:35.773882 [ 261 ] {bfe39784-e00e-4239-b620-df94b78a8e23} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3742 | 2024.11.14 00:21:35.773960 [ 261 ] {bfe39784-e00e-4239-b620-df94b78a8e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3743 | 2024.11.14 00:21:35.774215 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004399592 sec., 14774.097234470833 rows/sec., 978.87 KiB/sec. | ||
| 3744 | 2024.11.14 00:21:35.774407 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3745 | 2024.11.14 00:21:35.774927 [ 261 ] {bfe39784-e00e-4239-b620-df94b78a8e23} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3746 | 2024.11.14 00:21:35.774987 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_9_2} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3747 | 2024.11.14 00:21:35.775105 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_9_2} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3748 | 2024.11.14 00:21:35.775244 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3749 | 2024.11.14 00:21:35.775356 [ 261 ] {bfe39784-e00e-4239-b620-df94b78a8e23} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3750 | 2024.11.14 00:21:35.775651 [ 261 ] {bfe39784-e00e-4239-b620-df94b78a8e23} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005025 sec., 83781.09452736318 rows/sec., 5.99 MiB/sec. | ||
| 3751 | 2024.11.14 00:21:35.775902 [ 261 ] {bfe39784-e00e-4239-b620-df94b78a8e23} <Debug> TCPHandler: Processed in 0.005579188 sec. | ||
| 3752 | 2024.11.14 00:21:35.776112 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3753 | 2024.11.14 00:21:35.776234 [ 263 ] {43b78242-0486-47ff-b62a-3c250ac69f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3754 | 2024.11.14 00:21:35.776287 [ 263 ] {43b78242-0486-47ff-b62a-3c250ac69f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3755 | 2024.11.14 00:21:35.776792 [ 263 ] {43b78242-0486-47ff-b62a-3c250ac69f3b} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3756 | 2024.11.14 00:21:35.776832 [ 263 ] {43b78242-0486-47ff-b62a-3c250ac69f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3757 | 2024.11.14 00:21:35.777211 [ 263 ] {43b78242-0486-47ff-b62a-3c250ac69f3b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3758 | 2024.11.14 00:21:35.777469 [ 263 ] {43b78242-0486-47ff-b62a-3c250ac69f3b} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3759 | 2024.11.14 00:21:35.777656 [ 263 ] {43b78242-0486-47ff-b62a-3c250ac69f3b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
| 3760 | 2024.11.14 00:21:35.777707 [ 263 ] {43b78242-0486-47ff-b62a-3c250ac69f3b} <Debug> TCPHandler: Processed in 0.001686134 sec. | ||
| 3761 | 2024.11.14 00:21:35.777866 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3762 | 2024.11.14 00:21:35.777984 [ 261 ] {2dfe949c-7ff1-4ef2-b021-a69563a5c502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3763 | 2024.11.14 00:21:35.778038 [ 261 ] {2dfe949c-7ff1-4ef2-b021-a69563a5c502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3764 | 2024.11.14 00:21:35.778644 [ 261 ] {2dfe949c-7ff1-4ef2-b021-a69563a5c502} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2024.11.14 00:21:35.778683 [ 261 ] {2dfe949c-7ff1-4ef2-b021-a69563a5c502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3766 | 2024.11.14 00:21:35.779085 [ 261 ] {2dfe949c-7ff1-4ef2-b021-a69563a5c502} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3767 | 2024.11.14 00:21:35.779323 [ 261 ] {2dfe949c-7ff1-4ef2-b021-a69563a5c502} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3768 | 2024.11.14 00:21:35.779552 [ 261 ] {2dfe949c-7ff1-4ef2-b021-a69563a5c502} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001593 sec., 148775.8945386064 rows/sec., 9.97 MiB/sec. | ||
| 3769 | 2024.11.14 00:21:35.779691 [ 261 ] {2dfe949c-7ff1-4ef2-b021-a69563a5c502} <Debug> TCPHandler: Processed in 0.001881317 sec. | ||
| 3770 | 2024.11.14 00:21:35.779849 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3771 | 2024.11.14 00:21:35.779967 [ 263 ] {b3a7ec45-eab2-4d8c-b804-04744bb027e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3772 | 2024.11.14 00:21:35.780022 [ 263 ] {b3a7ec45-eab2-4d8c-b804-04744bb027e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3773 | 2024.11.14 00:21:35.780583 [ 263 ] {b3a7ec45-eab2-4d8c-b804-04744bb027e6} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3774 | 2024.11.14 00:21:35.780629 [ 263 ] {b3a7ec45-eab2-4d8c-b804-04744bb027e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3775 | 2024.11.14 00:21:35.781052 [ 263 ] {b3a7ec45-eab2-4d8c-b804-04744bb027e6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3776 | 2024.11.14 00:21:35.781291 [ 263 ] {b3a7ec45-eab2-4d8c-b804-04744bb027e6} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3777 | 2024.11.14 00:21:35.781546 [ 263 ] {b3a7ec45-eab2-4d8c-b804-04744bb027e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001577 sec., 634.1154090044388 rows/sec., 42.73 KiB/sec. | ||
| 3778 | 2024.11.14 00:21:35.781679 [ 263 ] {b3a7ec45-eab2-4d8c-b804-04744bb027e6} <Debug> TCPHandler: Processed in 0.001885017 sec. | ||
| 3779 | 2024.11.14 00:21:35.781832 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3780 | 2024.11.14 00:21:35.781950 [ 261 ] {8f5a437e-4e07-498e-a866-7ba1dd5120c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3781 | 2024.11.14 00:21:35.782035 [ 261 ] {8f5a437e-4e07-498e-a866-7ba1dd5120c0} <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 | ||
| 3782 | 2024.11.14 00:21:35.783345 [ 261 ] {8f5a437e-4e07-498e-a866-7ba1dd5120c0} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2024.11.14 00:21:35.783385 [ 261 ] {8f5a437e-4e07-498e-a866-7ba1dd5120c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3784 | 2024.11.14 00:21:35.784045 [ 261 ] {8f5a437e-4e07-498e-a866-7ba1dd5120c0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3785 | 2024.11.14 00:21:35.784316 [ 261 ] {8f5a437e-4e07-498e-a866-7ba1dd5120c0} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2024.11.14 00:21:35.784560 [ 261 ] {8f5a437e-4e07-498e-a866-7ba1dd5120c0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002634 sec., 14806.37813211845 rows/sec., 26.53 MiB/sec. | ||
| 3787 | 2024.11.14 00:21:35.784673 [ 261 ] {8f5a437e-4e07-498e-a866-7ba1dd5120c0} <Debug> TCPHandler: Processed in 0.002893981 sec. | ||
| 3788 | 2024.11.14 00:21:35.784833 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3789 | 2024.11.14 00:21:35.784974 [ 263 ] {0f5f72da-5d20-4232-a205-7c1fb89d5f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3790 | 2024.11.14 00:21:35.785034 [ 263 ] {0f5f72da-5d20-4232-a205-7c1fb89d5f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3791 | 2024.11.14 00:21:35.785604 [ 263 ] {0f5f72da-5d20-4232-a205-7c1fb89d5f46} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3792 | 2024.11.14 00:21:35.785650 [ 263 ] {0f5f72da-5d20-4232-a205-7c1fb89d5f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3793 | 2024.11.14 00:21:35.786082 [ 263 ] {0f5f72da-5d20-4232-a205-7c1fb89d5f46} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3794 | 2024.11.14 00:21:35.786333 [ 263 ] {0f5f72da-5d20-4232-a205-7c1fb89d5f46} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3795 | 2024.11.14 00:21:35.786558 [ 263 ] {0f5f72da-5d20-4232-a205-7c1fb89d5f46} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001612 sec., 50868.48635235732 rows/sec., 3.23 MiB/sec. | ||
| 3796 | 2024.11.14 00:21:35.786751 [ 263 ] {0f5f72da-5d20-4232-a205-7c1fb89d5f46} <Debug> TCPHandler: Processed in 0.001981098 sec. | ||
| 3797 | 2024.11.14 00:21:39.118224 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 552 | ||
| 3798 | 2024.11.14 00:21:39.121256 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3799 | 2024.11.14 00:21:39.121310 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3800 | 2024.11.14 00:21:39.122938 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3801 | 2024.11.14 00:21:39.123280 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3802 | 2024.11.14 00:21:39.123447 [ 119 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3803 | 2024.11.14 00:21:39.123504 [ 119 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3804 | 2024.11.14 00:21:39.123540 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3805 | 2024.11.14 00:21:39.124175 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 3806 | 2024.11.14 00:21:39.125161 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 552 | ||
| 3807 | 2024.11.14 00:21:39.125542 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3808 | 2024.11.14 00:21:39.125702 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 412 rows starting from the beginning of the part | ||
| 3809 | 2024.11.14 00:21:39.126319 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
| 3810 | 2024.11.14 00:21:39.126891 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 3811 | 2024.11.14 00:21:39.127442 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 3812 | 2024.11.14 00:21:39.127951 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
| 3813 | 2024.11.14 00:21:39.128410 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 3814 | 2024.11.14 00:21:39.136824 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 72 columns (72 merged, 0 gathered) in 0.013155075 sec., 41960.99224063717 rows/sec., 37.81 MiB/sec. | ||
| 3815 | 2024.11.14 00:21:39.137716 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3816 | 2024.11.14 00:21:39.138394 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_16_3} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3817 | 2024.11.14 00:21:39.138476 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_16_3} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3818 | 2024.11.14 00:21:39.138663 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 3819 | 2024.11.14 00:21:40.000186 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.07 MiB, peak 162.34 MiB, free memory in arenas 0.00 B, will set to 157.98 MiB (RSS), difference: 1.91 MiB | ||
| 3820 | 2024.11.14 00:21:40.747659 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3821 | 2024.11.14 00:21:40.747872 [ 263 ] {e7e26717-1b9a-4dc2-b002-adbc312af903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3822 | 2024.11.14 00:21:40.747955 [ 263 ] {e7e26717-1b9a-4dc2-b002-adbc312af903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3823 | 2024.11.14 00:21:40.748716 [ 263 ] {e7e26717-1b9a-4dc2-b002-adbc312af903} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3824 | 2024.11.14 00:21:40.748765 [ 263 ] {e7e26717-1b9a-4dc2-b002-adbc312af903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3825 | 2024.11.14 00:21:40.749207 [ 263 ] {e7e26717-1b9a-4dc2-b002-adbc312af903} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3826 | 2024.11.14 00:21:40.749471 [ 263 ] {e7e26717-1b9a-4dc2-b002-adbc312af903} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3827 | 2024.11.14 00:21:40.749691 [ 263 ] {e7e26717-1b9a-4dc2-b002-adbc312af903} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001874 sec., 4268.943436499467 rows/sec., 348.10 KiB/sec. | ||
| 3828 | 2024.11.14 00:21:40.749869 [ 263 ] {e7e26717-1b9a-4dc2-b002-adbc312af903} <Debug> TCPHandler: Processed in 0.002345503 sec. | ||
| 3829 | 2024.11.14 00:21:40.750133 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3830 | 2024.11.14 00:21:40.750334 [ 261 ] {b1e4a1bf-c3f4-4514-9d22-bcbf1e2aa1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3831 | 2024.11.14 00:21:40.750412 [ 261 ] {b1e4a1bf-c3f4-4514-9d22-bcbf1e2aa1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3832 | 2024.11.14 00:21:40.751239 [ 261 ] {b1e4a1bf-c3f4-4514-9d22-bcbf1e2aa1ff} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3833 | 2024.11.14 00:21:40.751284 [ 261 ] {b1e4a1bf-c3f4-4514-9d22-bcbf1e2aa1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3834 | 2024.11.14 00:21:40.751726 [ 261 ] {b1e4a1bf-c3f4-4514-9d22-bcbf1e2aa1ff} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3835 | 2024.11.14 00:21:40.751969 [ 261 ] {b1e4a1bf-c3f4-4514-9d22-bcbf1e2aa1ff} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3836 | 2024.11.14 00:21:40.752239 [ 261 ] {b1e4a1bf-c3f4-4514-9d22-bcbf1e2aa1ff} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001958 sec., 30643.513789581204 rows/sec., 2.34 MiB/sec. | ||
| 3837 | 2024.11.14 00:21:40.752448 [ 261 ] {b1e4a1bf-c3f4-4514-9d22-bcbf1e2aa1ff} <Debug> TCPHandler: Processed in 0.002438224 sec. | ||
| 3838 | 2024.11.14 00:21:40.752645 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3839 | 2024.11.14 00:21:40.752790 [ 263 ] {fec5aa8b-eb8f-465e-ab99-ad24a84f338c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3840 | 2024.11.14 00:21:40.752853 [ 263 ] {fec5aa8b-eb8f-465e-ab99-ad24a84f338c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3841 | 2024.11.14 00:21:40.753509 [ 263 ] {fec5aa8b-eb8f-465e-ab99-ad24a84f338c} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3842 | 2024.11.14 00:21:40.753549 [ 263 ] {fec5aa8b-eb8f-465e-ab99-ad24a84f338c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3843 | 2024.11.14 00:21:40.753903 [ 263 ] {fec5aa8b-eb8f-465e-ab99-ad24a84f338c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3844 | 2024.11.14 00:21:40.754146 [ 263 ] {fec5aa8b-eb8f-465e-ab99-ad24a84f338c} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3845 | 2024.11.14 00:21:40.754328 [ 263 ] {fec5aa8b-eb8f-465e-ab99-ad24a84f338c} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001571 sec., 5092.297899427117 rows/sec., 355.57 KiB/sec. | ||
| 3846 | 2024.11.14 00:21:40.754378 [ 263 ] {fec5aa8b-eb8f-465e-ab99-ad24a84f338c} <Debug> TCPHandler: Processed in 0.001808736 sec. | ||
| 3847 | 2024.11.14 00:21:40.754543 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3848 | 2024.11.14 00:21:40.754681 [ 261 ] {912cc60c-b8b9-497d-827b-2e4facd8b434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3849 | 2024.11.14 00:21:40.754739 [ 261 ] {912cc60c-b8b9-497d-827b-2e4facd8b434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3850 | 2024.11.14 00:21:40.755414 [ 261 ] {912cc60c-b8b9-497d-827b-2e4facd8b434} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3851 | 2024.11.14 00:21:40.755453 [ 261 ] {912cc60c-b8b9-497d-827b-2e4facd8b434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3852 | 2024.11.14 00:21:40.755815 [ 261 ] {912cc60c-b8b9-497d-827b-2e4facd8b434} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3853 | 2024.11.14 00:21:40.756049 [ 261 ] {912cc60c-b8b9-497d-827b-2e4facd8b434} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3854 | 2024.11.14 00:21:40.756262 [ 261 ] {912cc60c-b8b9-497d-827b-2e4facd8b434} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001611 sec., 44692.737430167595 rows/sec., 3.50 MiB/sec. | ||
| 3855 | 2024.11.14 00:21:40.756314 [ 261 ] {912cc60c-b8b9-497d-827b-2e4facd8b434} <Debug> TCPHandler: Processed in 0.001836516 sec. | ||
| 3856 | 2024.11.14 00:21:40.756466 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3857 | 2024.11.14 00:21:40.756584 [ 263 ] {fc3ed971-a625-4ba6-a84f-88ce54ecc668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3858 | 2024.11.14 00:21:40.756636 [ 263 ] {fc3ed971-a625-4ba6-a84f-88ce54ecc668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3859 | 2024.11.14 00:21:40.757207 [ 263 ] {fc3ed971-a625-4ba6-a84f-88ce54ecc668} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3860 | 2024.11.14 00:21:40.757245 [ 263 ] {fc3ed971-a625-4ba6-a84f-88ce54ecc668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3861 | 2024.11.14 00:21:40.757638 [ 263 ] {fc3ed971-a625-4ba6-a84f-88ce54ecc668} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3862 | 2024.11.14 00:21:40.757888 [ 263 ] {fc3ed971-a625-4ba6-a84f-88ce54ecc668} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3863 | 2024.11.14 00:21:40.758018 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3864 | 2024.11.14 00:21:40.758057 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2024.11.14 00:21:40.758083 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3866 | 2024.11.14 00:21:40.758083 [ 263 ] {fc3ed971-a625-4ba6-a84f-88ce54ecc668} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001522 sec., 86727.98948751643 rows/sec., 6.04 MiB/sec. | ||
| 3867 | 2024.11.14 00:21:40.758225 [ 263 ] {fc3ed971-a625-4ba6-a84f-88ce54ecc668} <Debug> TCPHandler: Processed in 0.001815386 sec. | ||
| 3868 | 2024.11.14 00:21:40.758333 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::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 | ||
| 3869 | 2024.11.14 00:21:40.758415 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3870 | 2024.11.14 00:21:40.758625 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3871 | 2024.11.14 00:21:40.758641 [ 261 ] {01fd773b-0bc4-4bc4-8021-6da645b0a96a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3872 | 2024.11.14 00:21:40.758698 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6020 rows starting from the beginning of the part | ||
| 3873 | 2024.11.14 00:21:40.758737 [ 261 ] {01fd773b-0bc4-4bc4-8021-6da645b0a96a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3874 | 2024.11.14 00:21:40.759001 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
| 3875 | 2024.11.14 00:21:40.759358 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 128 rows starting from the beginning of the part | ||
| 3876 | 2024.11.14 00:21:40.759714 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 3877 | 2024.11.14 00:21:40.760058 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 3878 | 2024.11.14 00:21:40.760386 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 132 rows starting from the beginning of the part | ||
| 3879 | 2024.11.14 00:21:40.761400 [ 261 ] {01fd773b-0bc4-4bc4-8021-6da645b0a96a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3880 | 2024.11.14 00:21:40.761465 [ 261 ] {01fd773b-0bc4-4bc4-8021-6da645b0a96a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3881 | 2024.11.14 00:21:40.762254 [ 261 ] {01fd773b-0bc4-4bc4-8021-6da645b0a96a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3882 | 2024.11.14 00:21:40.762708 [ 261 ] {01fd773b-0bc4-4bc4-8021-6da645b0a96a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3883 | 2024.11.14 00:21:40.763132 [ 116 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3884 | 2024.11.14 00:21:40.763271 [ 116 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2024.11.14 00:21:40.763392 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3886 | 2024.11.14 00:21:40.763397 [ 261 ] {01fd773b-0bc4-4bc4-8021-6da645b0a96a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004749 sec., 10107.391029690461 rows/sec., 697.52 KiB/sec. | ||
| 3887 | 2024.11.14 00:21:40.763730 [ 261 ] {01fd773b-0bc4-4bc4-8021-6da645b0a96a} <Debug> TCPHandler: Processed in 0.005379336 sec. | ||
| 3888 | 2024.11.14 00:21:40.763949 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 3889 | 2024.11.14 00:21:40.764294 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3890 | 2024.11.14 00:21:40.764331 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1250 rows starting from the beginning of the part | ||
| 3891 | 2024.11.14 00:21:40.764566 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 3892 | 2024.11.14 00:21:40.764785 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part | ||
| 3893 | 2024.11.14 00:21:40.765063 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 3894 | 2024.11.14 00:21:40.765285 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 3895 | 2024.11.14 00:21:40.765404 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part | ||
| 3896 | 2024.11.14 00:21:40.766130 [ 188 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6914 rows, containing 5 columns (5 merged, 0 gathered) in 0.007941092 sec., 870661.1131063587 rows/sec., 59.01 MiB/sec. | ||
| 3897 | 2024.11.14 00:21:40.766614 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3898 | 2024.11.14 00:21:40.767389 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3899 | 2024.11.14 00:21:40.767518 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3900 | 2024.11.14 00:21:40.767691 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
| 3901 | 2024.11.14 00:21:40.767909 [ 198 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1570 rows, containing 4 columns (4 merged, 0 gathered) in 0.004377282 sec., 358670.06055355817 rows/sec., 23.59 MiB/sec. | ||
| 3902 | 2024.11.14 00:21:40.768152 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3903 | 2024.11.14 00:21:40.768435 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_26_5} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3904 | 2024.11.14 00:21:40.768512 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_26_5} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3905 | 2024.11.14 00:21:40.768595 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3906 | 2024.11.14 00:21:45.749101 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3907 | 2024.11.14 00:21:45.749325 [ 263 ] {16ae1b90-518b-40f4-afc5-304d2febdba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3908 | 2024.11.14 00:21:45.749402 [ 263 ] {16ae1b90-518b-40f4-afc5-304d2febdba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3909 | 2024.11.14 00:21:45.750159 [ 263 ] {16ae1b90-518b-40f4-afc5-304d2febdba6} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3910 | 2024.11.14 00:21:45.750201 [ 263 ] {16ae1b90-518b-40f4-afc5-304d2febdba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3911 | 2024.11.14 00:21:45.750622 [ 263 ] {16ae1b90-518b-40f4-afc5-304d2febdba6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3912 | 2024.11.14 00:21:45.750872 [ 263 ] {16ae1b90-518b-40f4-afc5-304d2febdba6} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3913 | 2024.11.14 00:21:45.751066 [ 263 ] {16ae1b90-518b-40f4-afc5-304d2febdba6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001801 sec., 31093.83675735702 rows/sec., 2.39 MiB/sec. | ||
| 3914 | 2024.11.14 00:21:45.751120 [ 263 ] {16ae1b90-518b-40f4-afc5-304d2febdba6} <Debug> TCPHandler: Processed in 0.00215635 sec. | ||
| 3915 | 2024.11.14 00:21:45.751383 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3916 | 2024.11.14 00:21:45.751596 [ 261 ] {ff266cdb-6b2b-495f-a2f0-3c2e04016a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3917 | 2024.11.14 00:21:45.751675 [ 261 ] {ff266cdb-6b2b-495f-a2f0-3c2e04016a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3918 | 2024.11.14 00:21:45.752514 [ 261 ] {ff266cdb-6b2b-495f-a2f0-3c2e04016a7b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3919 | 2024.11.14 00:21:45.752562 [ 261 ] {ff266cdb-6b2b-495f-a2f0-3c2e04016a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3920 | 2024.11.14 00:21:45.752997 [ 261 ] {ff266cdb-6b2b-495f-a2f0-3c2e04016a7b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3921 | 2024.11.14 00:21:45.753255 [ 261 ] {ff266cdb-6b2b-495f-a2f0-3c2e04016a7b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3922 | 2024.11.14 00:21:45.753527 [ 261 ] {ff266cdb-6b2b-495f-a2f0-3c2e04016a7b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001988 sec., 32193.15895372233 rows/sec., 2.51 MiB/sec. | ||
| 3923 | 2024.11.14 00:21:45.753747 [ 261 ] {ff266cdb-6b2b-495f-a2f0-3c2e04016a7b} <Debug> TCPHandler: Processed in 0.002490245 sec. | ||
| 3924 | 2024.11.14 00:21:45.753965 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3925 | 2024.11.14 00:21:45.754102 [ 263 ] {48a401b3-8844-4ec2-9b1a-4e37f8ea8461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3926 | 2024.11.14 00:21:45.754161 [ 263 ] {48a401b3-8844-4ec2-9b1a-4e37f8ea8461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3927 | 2024.11.14 00:21:45.754728 [ 263 ] {48a401b3-8844-4ec2-9b1a-4e37f8ea8461} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3928 | 2024.11.14 00:21:45.754765 [ 263 ] {48a401b3-8844-4ec2-9b1a-4e37f8ea8461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3929 | 2024.11.14 00:21:45.755161 [ 263 ] {48a401b3-8844-4ec2-9b1a-4e37f8ea8461} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3930 | 2024.11.14 00:21:45.755398 [ 263 ] {48a401b3-8844-4ec2-9b1a-4e37f8ea8461} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3931 | 2024.11.14 00:21:45.755571 [ 263 ] {48a401b3-8844-4ec2-9b1a-4e37f8ea8461} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0015 sec., 106666.66666666667 rows/sec., 7.43 MiB/sec. | ||
| 3932 | 2024.11.14 00:21:45.755621 [ 263 ] {48a401b3-8844-4ec2-9b1a-4e37f8ea8461} <Debug> TCPHandler: Processed in 0.001757854 sec. | ||
| 3933 | 2024.11.14 00:21:45.755839 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3934 | 2024.11.14 00:21:45.756060 [ 261 ] {60f1b0e4-e642-4f3f-958f-04ad99cb028d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3935 | 2024.11.14 00:21:45.756156 [ 261 ] {60f1b0e4-e642-4f3f-958f-04ad99cb028d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3936 | 2024.11.14 00:21:45.756783 [ 261 ] {60f1b0e4-e642-4f3f-958f-04ad99cb028d} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3937 | 2024.11.14 00:21:45.756823 [ 261 ] {60f1b0e4-e642-4f3f-958f-04ad99cb028d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3938 | 2024.11.14 00:21:45.757207 [ 261 ] {60f1b0e4-e642-4f3f-958f-04ad99cb028d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3939 | 2024.11.14 00:21:45.757446 [ 261 ] {60f1b0e4-e642-4f3f-958f-04ad99cb028d} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3940 | 2024.11.14 00:21:45.757683 [ 261 ] {60f1b0e4-e642-4f3f-958f-04ad99cb028d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001671 sec., 35906.64272890485 rows/sec., 2.42 MiB/sec. | ||
| 3941 | 2024.11.14 00:21:45.757871 [ 261 ] {60f1b0e4-e642-4f3f-958f-04ad99cb028d} <Debug> TCPHandler: Processed in 0.00214293 sec. | ||
| 3942 | 2024.11.14 00:21:46.575186 [ 112 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3943 | 2024.11.14 00:21:46.575275 [ 112 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3944 | 2024.11.14 00:21:46.575312 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3945 | 2024.11.14 00:21:46.575679 [ 198 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 3946 | 2024.11.14 00:21:46.575961 [ 198 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3947 | 2024.11.14 00:21:46.576019 [ 198 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 3948 | 2024.11.14 00:21:46.576134 [ 198 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 3949 | 2024.11.14 00:21:46.576371 [ 198 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 3950 | 2024.11.14 00:21:46.576573 [ 198 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 3951 | 2024.11.14 00:21:46.576678 [ 198 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 3952 | 2024.11.14 00:21:46.577806 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002362513 sec., 3809.5028471801 rows/sec., 256.70 KiB/sec. | ||
| 3953 | 2024.11.14 00:21:46.578015 [ 188 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3954 | 2024.11.14 00:21:46.578402 [ 188 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_9_2} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3955 | 2024.11.14 00:21:46.578495 [ 188 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_9_2} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3956 | 2024.11.14 00:21:46.578591 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3957 | 2024.11.14 00:21:47.120992 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40648, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3958 | 2024.11.14 00:21:47.326538 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43493, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3959 | 2024.11.14 00:21:47.438139 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57977, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3960 | 2024.11.14 00:21:47.468595 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45781, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3961 | 2024.11.14 00:21:47.584974 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3962 | 2024.11.14 00:21:47.605298 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3963 | 2024.11.14 00:21:47.607524 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3964 | 2024.11.14 00:21:47.611804 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3965 | 2024.11.14 00:21:48.021616 [ 111 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3966 | 2024.11.14 00:21:48.021691 [ 111 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3967 | 2024.11.14 00:21:48.021714 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3968 | 2024.11.14 00:21:48.021927 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 3969 | 2024.11.14 00:21:48.022113 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3970 | 2024.11.14 00:21:48.022155 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 3971 | 2024.11.14 00:21:48.022243 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 3972 | 2024.11.14 00:21:48.022446 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 3973 | 2024.11.14 00:21:48.022686 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 3974 | 2024.11.14 00:21:48.022883 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 3975 | 2024.11.14 00:21:48.023948 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.00215057 sec., 25109.622100187393 rows/sec., 1.28 MiB/sec. | ||
| 3976 | 2024.11.14 00:21:48.024128 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3977 | 2024.11.14 00:21:48.024459 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_9_2} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2024.11.14 00:21:48.024546 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_9_2} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3979 | 2024.11.14 00:21:48.024641 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3980 | 2024.11.14 00:21:48.981074 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3981 | 2024.11.14 00:21:48.981133 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3982 | 2024.11.14 00:21:49.125457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 572 | ||
| 3983 | 2024.11.14 00:21:49.128133 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3984 | 2024.11.14 00:21:49.128176 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3985 | 2024.11.14 00:21:49.129641 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3986 | 2024.11.14 00:21:49.129949 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3987 | 2024.11.14 00:21:49.131095 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 572 | ||
| 3988 | 2024.11.14 00:21:50.076597 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3989 | 2024.11.14 00:21:50.740580 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3990 | 2024.11.14 00:21:50.755752 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3991 | 2024.11.14 00:21:50.755969 [ 263 ] {393c75f0-b276-42e5-8031-0cabd8f8b969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3992 | 2024.11.14 00:21:50.756060 [ 263 ] {393c75f0-b276-42e5-8031-0cabd8f8b969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3993 | 2024.11.14 00:21:50.757024 [ 263 ] {393c75f0-b276-42e5-8031-0cabd8f8b969} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3994 | 2024.11.14 00:21:50.757077 [ 263 ] {393c75f0-b276-42e5-8031-0cabd8f8b969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 3995 | 2024.11.14 00:21:50.757629 [ 263 ] {393c75f0-b276-42e5-8031-0cabd8f8b969} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3996 | 2024.11.14 00:21:50.757885 [ 263 ] {393c75f0-b276-42e5-8031-0cabd8f8b969} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3997 | 2024.11.14 00:21:50.758101 [ 263 ] {393c75f0-b276-42e5-8031-0cabd8f8b969} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002195 sec., 6378.132118451025 rows/sec., 459.14 KiB/sec. | ||
| 3998 | 2024.11.14 00:21:50.758304 [ 263 ] {393c75f0-b276-42e5-8031-0cabd8f8b969} <Debug> TCPHandler: Processed in 0.002668928 sec. | ||
| 3999 | 2024.11.14 00:21:50.758640 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4000 | 2024.11.14 00:21:50.758829 [ 261 ] {0436951b-483d-4da9-87f2-c53f4548598b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4001 | 2024.11.14 00:21:50.758901 [ 261 ] {0436951b-483d-4da9-87f2-c53f4548598b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4002 | 2024.11.14 00:21:50.759773 [ 261 ] {0436951b-483d-4da9-87f2-c53f4548598b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4003 | 2024.11.14 00:21:50.759823 [ 261 ] {0436951b-483d-4da9-87f2-c53f4548598b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4004 | 2024.11.14 00:21:50.760279 [ 261 ] {0436951b-483d-4da9-87f2-c53f4548598b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4005 | 2024.11.14 00:21:50.760528 [ 261 ] {0436951b-483d-4da9-87f2-c53f4548598b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4006 | 2024.11.14 00:21:50.760716 [ 108 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4007 | 2024.11.14 00:21:50.760791 [ 108 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4008 | 2024.11.14 00:21:50.760797 [ 261 ] {0436951b-483d-4da9-87f2-c53f4548598b} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00201 sec., 139800.99502487562 rows/sec., 12.35 MiB/sec. | ||
| 4009 | 2024.11.14 00:21:50.760837 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4010 | 2024.11.14 00:21:50.760968 [ 261 ] {0436951b-483d-4da9-87f2-c53f4548598b} <Debug> TCPHandler: Processed in 0.002506085 sec. | ||
| 4011 | 2024.11.14 00:21:50.761070 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 4012 | 2024.11.14 00:21:50.761201 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4013 | 2024.11.14 00:21:50.761283 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4014 | 2024.11.14 00:21:50.761377 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1431 rows starting from the beginning of the part | ||
| 4015 | 2024.11.14 00:21:50.761443 [ 263 ] {d5d86616-3c0c-49ca-a191-f43c5c3ebe26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4016 | 2024.11.14 00:21:50.761597 [ 263 ] {d5d86616-3c0c-49ca-a191-f43c5c3ebe26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4017 | 2024.11.14 00:21:50.761627 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 4018 | 2024.11.14 00:21:50.762035 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 281 rows starting from the beginning of the part | ||
| 4019 | 2024.11.14 00:21:50.762481 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 4020 | 2024.11.14 00:21:50.762853 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 4021 | 2024.11.14 00:21:50.763243 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 281 rows starting from the beginning of the part | ||
| 4022 | 2024.11.14 00:21:50.764494 [ 263 ] {d5d86616-3c0c-49ca-a191-f43c5c3ebe26} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4023 | 2024.11.14 00:21:50.764545 [ 263 ] {d5d86616-3c0c-49ca-a191-f43c5c3ebe26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4024 | 2024.11.14 00:21:50.765550 [ 263 ] {d5d86616-3c0c-49ca-a191-f43c5c3ebe26} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4025 | 2024.11.14 00:21:50.766287 [ 263 ] {d5d86616-3c0c-49ca-a191-f43c5c3ebe26} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4026 | 2024.11.14 00:21:50.766562 [ 263 ] {d5d86616-3c0c-49ca-a191-f43c5c3ebe26} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005188 sec., 8866.615265998458 rows/sec., 653.17 KiB/sec. | ||
| 4027 | 2024.11.14 00:21:50.766671 [ 263 ] {d5d86616-3c0c-49ca-a191-f43c5c3ebe26} <Debug> TCPHandler: Processed in 0.005540608 sec. | ||
| 4028 | 2024.11.14 00:21:50.766919 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4029 | 2024.11.14 00:21:50.767037 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2165 rows, containing 5 columns (5 merged, 0 gathered) in 0.006070186 sec., 356661.2291616764 rows/sec., 31.46 MiB/sec. | ||
| 4030 | 2024.11.14 00:21:50.767124 [ 261 ] {6c6309a3-b316-431e-b6d7-66384c339635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4031 | 2024.11.14 00:21:50.767181 [ 261 ] {6c6309a3-b316-431e-b6d7-66384c339635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4032 | 2024.11.14 00:21:50.767307 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4033 | 2024.11.14 00:21:50.767925 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_31_6} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4034 | 2024.11.14 00:21:50.768077 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_31_6} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4035 | 2024.11.14 00:21:50.768243 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 4036 | 2024.11.14 00:21:50.768392 [ 261 ] {6c6309a3-b316-431e-b6d7-66384c339635} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4037 | 2024.11.14 00:21:50.768438 [ 261 ] {6c6309a3-b316-431e-b6d7-66384c339635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4038 | 2024.11.14 00:21:50.768813 [ 261 ] {6c6309a3-b316-431e-b6d7-66384c339635} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4039 | 2024.11.14 00:21:50.769061 [ 261 ] {6c6309a3-b316-431e-b6d7-66384c339635} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4040 | 2024.11.14 00:21:50.769375 [ 261 ] {6c6309a3-b316-431e-b6d7-66384c339635} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002264 sec., 6183.745583038869 rows/sec., 433.07 KiB/sec. | ||
| 4041 | 2024.11.14 00:21:50.769537 [ 261 ] {6c6309a3-b316-431e-b6d7-66384c339635} <Debug> TCPHandler: Processed in 0.002747139 sec. | ||
| 4042 | 2024.11.14 00:21:50.769711 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4043 | 2024.11.14 00:21:50.769832 [ 263 ] {2f723a90-850e-452c-aa69-a89a4f49400c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4044 | 2024.11.14 00:21:50.769885 [ 263 ] {2f723a90-850e-452c-aa69-a89a4f49400c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4045 | 2024.11.14 00:21:50.770446 [ 263 ] {2f723a90-850e-452c-aa69-a89a4f49400c} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4046 | 2024.11.14 00:21:50.770483 [ 263 ] {2f723a90-850e-452c-aa69-a89a4f49400c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4047 | 2024.11.14 00:21:50.770845 [ 263 ] {2f723a90-850e-452c-aa69-a89a4f49400c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4048 | 2024.11.14 00:21:50.771083 [ 263 ] {2f723a90-850e-452c-aa69-a89a4f49400c} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4049 | 2024.11.14 00:21:50.771258 [ 263 ] {2f723a90-850e-452c-aa69-a89a4f49400c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001452 sec., 8953.168044077136 rows/sec., 558.23 KiB/sec. | ||
| 4050 | 2024.11.14 00:21:50.771309 [ 263 ] {2f723a90-850e-452c-aa69-a89a4f49400c} <Debug> TCPHandler: Processed in 0.001669543 sec. | ||
| 4051 | 2024.11.14 00:21:50.771452 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4052 | 2024.11.14 00:21:50.771570 [ 261 ] {d337edb0-6427-4e34-bd9c-34c1ad1ae5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4053 | 2024.11.14 00:21:50.771629 [ 261 ] {d337edb0-6427-4e34-bd9c-34c1ad1ae5f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4054 | 2024.11.14 00:21:50.772489 [ 261 ] {d337edb0-6427-4e34-bd9c-34c1ad1ae5f5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4055 | 2024.11.14 00:21:50.772535 [ 261 ] {d337edb0-6427-4e34-bd9c-34c1ad1ae5f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4056 | 2024.11.14 00:21:50.772933 [ 261 ] {d337edb0-6427-4e34-bd9c-34c1ad1ae5f5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4057 | 2024.11.14 00:21:50.773176 [ 261 ] {d337edb0-6427-4e34-bd9c-34c1ad1ae5f5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4058 | 2024.11.14 00:21:50.773341 [ 108 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4059 | 2024.11.14 00:21:50.773402 [ 108 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2024.11.14 00:21:50.773414 [ 261 ] {d337edb0-6427-4e34-bd9c-34c1ad1ae5f5} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00186 sec., 226344.08602150535 rows/sec., 16.17 MiB/sec. | ||
| 4061 | 2024.11.14 00:21:50.773440 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4062 | 2024.11.14 00:21:50.773579 [ 261 ] {d337edb0-6427-4e34-bd9c-34c1ad1ae5f5} <Debug> TCPHandler: Processed in 0.002180921 sec. | ||
| 4063 | 2024.11.14 00:21:50.773654 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 4064 | 2024.11.14 00:21:50.773772 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4065 | 2024.11.14 00:21:50.773839 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4066 | 2024.11.14 00:21:50.773935 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 4067 | 2024.11.14 00:21:50.773987 [ 263 ] {57f9606c-6ba9-45ce-82b0-a4bd29c7cc30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4068 | 2024.11.14 00:21:50.774097 [ 263 ] {57f9606c-6ba9-45ce-82b0-a4bd29c7cc30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4069 | 2024.11.14 00:21:50.774356 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 4070 | 2024.11.14 00:21:50.774782 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 421 rows starting from the beginning of the part | ||
| 4071 | 2024.11.14 00:21:50.775137 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 72 rows starting from the beginning of the part | ||
| 4072 | 2024.11.14 00:21:50.775399 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 4073 | 2024.11.14 00:21:50.775730 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part | ||
| 4074 | 2024.11.14 00:21:50.776449 [ 263 ] {57f9606c-6ba9-45ce-82b0-a4bd29c7cc30} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4075 | 2024.11.14 00:21:50.776511 [ 263 ] {57f9606c-6ba9-45ce-82b0-a4bd29c7cc30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4076 | 2024.11.14 00:21:50.777360 [ 263 ] {57f9606c-6ba9-45ce-82b0-a4bd29c7cc30} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4077 | 2024.11.14 00:21:50.777891 [ 263 ] {57f9606c-6ba9-45ce-82b0-a4bd29c7cc30} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4078 | 2024.11.14 00:21:50.778214 [ 263 ] {57f9606c-6ba9-45ce-82b0-a4bd29c7cc30} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004286 sec., 1399.906672888474 rows/sec., 73.14 KiB/sec. | ||
| 4079 | 2024.11.14 00:21:50.778280 [ 263 ] {57f9606c-6ba9-45ce-82b0-a4bd29c7cc30} <Debug> TCPHandler: Processed in 0.004599925 sec. | ||
| 4080 | 2024.11.14 00:21:50.778502 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4081 | 2024.11.14 00:21:50.778627 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005053601 sec., 386852.8599705438 rows/sec., 29.61 MiB/sec. | ||
| 4082 | 2024.11.14 00:21:50.778690 [ 261 ] {61c86fa6-6076-4a57-9465-d588c3357b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4083 | 2024.11.14 00:21:50.778767 [ 261 ] {61c86fa6-6076-4a57-9465-d588c3357b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4084 | 2024.11.14 00:21:50.778980 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4085 | 2024.11.14 00:21:50.779113 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4086 | 2024.11.14 00:21:50.779831 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_31_6} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4087 | 2024.11.14 00:21:50.780071 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_31_6} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4088 | 2024.11.14 00:21:50.780265 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4089 | 2024.11.14 00:21:50.780332 [ 261 ] {61c86fa6-6076-4a57-9465-d588c3357b7e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4090 | 2024.11.14 00:21:50.780379 [ 261 ] {61c86fa6-6076-4a57-9465-d588c3357b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4091 | 2024.11.14 00:21:50.780801 [ 261 ] {61c86fa6-6076-4a57-9465-d588c3357b7e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4092 | 2024.11.14 00:21:50.781065 [ 261 ] {61c86fa6-6076-4a57-9465-d588c3357b7e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2024.11.14 00:21:50.781288 [ 261 ] {61c86fa6-6076-4a57-9465-d588c3357b7e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002641 sec., 89738.73532752745 rows/sec., 6.01 MiB/sec. | ||
| 4094 | 2024.11.14 00:21:50.781353 [ 261 ] {61c86fa6-6076-4a57-9465-d588c3357b7e} <Debug> TCPHandler: Processed in 0.002974242 sec. | ||
| 4095 | 2024.11.14 00:21:50.781509 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4096 | 2024.11.14 00:21:50.781627 [ 263 ] {c601e691-9aef-48c0-83f2-9087f00df414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4097 | 2024.11.14 00:21:50.781678 [ 263 ] {c601e691-9aef-48c0-83f2-9087f00df414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4098 | 2024.11.14 00:21:50.782150 [ 263 ] {c601e691-9aef-48c0-83f2-9087f00df414} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4099 | 2024.11.14 00:21:50.782186 [ 263 ] {c601e691-9aef-48c0-83f2-9087f00df414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4100 | 2024.11.14 00:21:50.782545 [ 263 ] {c601e691-9aef-48c0-83f2-9087f00df414} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4101 | 2024.11.14 00:21:50.782782 [ 263 ] {c601e691-9aef-48c0-83f2-9087f00df414} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4102 | 2024.11.14 00:21:50.782977 [ 263 ] {c601e691-9aef-48c0-83f2-9087f00df414} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001366 sec., 732.0644216691069 rows/sec., 49.33 KiB/sec. | ||
| 4103 | 2024.11.14 00:21:50.783167 [ 263 ] {c601e691-9aef-48c0-83f2-9087f00df414} <Debug> TCPHandler: Processed in 0.001717454 sec. | ||
| 4104 | 2024.11.14 00:21:50.783323 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4105 | 2024.11.14 00:21:50.783441 [ 261 ] {2aa09b45-8aec-4c6e-b15c-48e84bc9b9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4106 | 2024.11.14 00:21:50.783520 [ 261 ] {2aa09b45-8aec-4c6e-b15c-48e84bc9b9dd} <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 | ||
| 4107 | 2024.11.14 00:21:50.784801 [ 261 ] {2aa09b45-8aec-4c6e-b15c-48e84bc9b9dd} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4108 | 2024.11.14 00:21:50.784840 [ 261 ] {2aa09b45-8aec-4c6e-b15c-48e84bc9b9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4109 | 2024.11.14 00:21:50.785486 [ 261 ] {2aa09b45-8aec-4c6e-b15c-48e84bc9b9dd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4110 | 2024.11.14 00:21:50.785746 [ 261 ] {2aa09b45-8aec-4c6e-b15c-48e84bc9b9dd} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4111 | 2024.11.14 00:21:50.785931 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4112 | 2024.11.14 00:21:50.786006 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4113 | 2024.11.14 00:21:50.786043 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4114 | 2024.11.14 00:21:50.786060 [ 261 ] {2aa09b45-8aec-4c6e-b15c-48e84bc9b9dd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002636 sec., 14795.144157814872 rows/sec., 26.51 MiB/sec. | ||
| 4115 | 2024.11.14 00:21:50.786385 [ 194 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4116 | 2024.11.14 00:21:50.786461 [ 261 ] {2aa09b45-8aec-4c6e-b15c-48e84bc9b9dd} <Debug> TCPHandler: Processed in 0.003189415 sec. | ||
| 4117 | 2024.11.14 00:21:50.786699 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4118 | 2024.11.14 00:21:50.786983 [ 263 ] {eaecd3f0-8a30-42a2-bd7f-a3be2bb16312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4119 | 2024.11.14 00:21:50.787107 [ 263 ] {eaecd3f0-8a30-42a2-bd7f-a3be2bb16312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4120 | 2024.11.14 00:21:50.787141 [ 194 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4121 | 2024.11.14 00:21:50.787389 [ 194 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 211 rows starting from the beginning of the part | ||
| 4122 | 2024.11.14 00:21:50.788039 [ 194 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 4123 | 2024.11.14 00:21:50.788838 [ 194 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 4124 | 2024.11.14 00:21:50.789109 [ 263 ] {eaecd3f0-8a30-42a2-bd7f-a3be2bb16312} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4125 | 2024.11.14 00:21:50.789254 [ 263 ] {eaecd3f0-8a30-42a2-bd7f-a3be2bb16312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4126 | 2024.11.14 00:21:50.789582 [ 194 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 4127 | 2024.11.14 00:21:50.790208 [ 194 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 4128 | 2024.11.14 00:21:50.790761 [ 263 ] {eaecd3f0-8a30-42a2-bd7f-a3be2bb16312} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4129 | 2024.11.14 00:21:50.790782 [ 194 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 4130 | 2024.11.14 00:21:50.791425 [ 263 ] {eaecd3f0-8a30-42a2-bd7f-a3be2bb16312} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4131 | 2024.11.14 00:21:50.791928 [ 263 ] {eaecd3f0-8a30-42a2-bd7f-a3be2bb16312} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005027 sec., 16311.915655460512 rows/sec., 1.04 MiB/sec. | ||
| 4132 | 2024.11.14 00:21:50.792059 [ 263 ] {eaecd3f0-8a30-42a2-bd7f-a3be2bb16312} <Debug> TCPHandler: Processed in 0.005481827 sec. | ||
| 4133 | 2024.11.14 00:21:50.795610 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 406 rows, containing 19 columns (19 merged, 0 gathered) in 0.009468563 sec., 42878.7346084089 rows/sec., 76.84 MiB/sec. | ||
| 4134 | 2024.11.14 00:21:50.796240 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4135 | 2024.11.14 00:21:50.796709 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4136 | 2024.11.14 00:21:50.796790 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_14_3} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4137 | 2024.11.14 00:21:50.796932 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 4138 | 2024.11.14 00:21:50.919036 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4139 | 2024.11.14 00:21:50.926827 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4140 | 2024.11.14 00:21:50.937425 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4141 | 2024.11.14 00:21:50.945747 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4142 | 2024.11.14 00:21:50.990287 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4143 | 2024.11.14 00:21:51.016839 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61490, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4144 | 2024.11.14 00:21:51.697972 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4145 | 2024.11.14 00:21:51.745504 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58699, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4146 | 2024.11.14 00:21:51.755622 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59354, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4147 | 2024.11.14 00:21:51.761841 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53915, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4148 | 2024.11.14 00:21:51.785521 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4149 | 2024.11.14 00:21:51.786829 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37156, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4150 | 2024.11.14 00:21:51.787025 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60864, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4151 | 2024.11.14 00:21:51.790371 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4152 | 2024.11.14 00:21:52.221778 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39880, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4153 | 2024.11.14 00:21:52.253226 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4154 | 2024.11.14 00:21:52.423626 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4155 | 2024.11.14 00:21:52.440926 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4156 | 2024.11.14 00:21:52.525041 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4157 | 2024.11.14 00:21:52.532546 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4158 | 2024.11.14 00:21:52.539035 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4159 | 2024.11.14 00:21:55.749656 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4160 | 2024.11.14 00:21:55.749866 [ 263 ] {2cbe70e7-f5eb-4850-a68f-71a225249e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4161 | 2024.11.14 00:21:55.749952 [ 263 ] {2cbe70e7-f5eb-4850-a68f-71a225249e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4162 | 2024.11.14 00:21:55.750817 [ 263 ] {2cbe70e7-f5eb-4850-a68f-71a225249e0c} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4163 | 2024.11.14 00:21:55.750869 [ 263 ] {2cbe70e7-f5eb-4850-a68f-71a225249e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4164 | 2024.11.14 00:21:55.751297 [ 263 ] {2cbe70e7-f5eb-4850-a68f-71a225249e0c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4165 | 2024.11.14 00:21:55.751543 [ 263 ] {2cbe70e7-f5eb-4850-a68f-71a225249e0c} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2024.11.14 00:21:55.751772 [ 263 ] {2cbe70e7-f5eb-4850-a68f-71a225249e0c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001964 sec., 28513.238289205703 rows/sec., 2.19 MiB/sec. | ||
| 4167 | 2024.11.14 00:21:55.751828 [ 263 ] {2cbe70e7-f5eb-4850-a68f-71a225249e0c} <Debug> TCPHandler: Processed in 0.002298132 sec. | ||
| 4168 | 2024.11.14 00:21:55.752089 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4169 | 2024.11.14 00:21:55.752300 [ 261 ] {4b2bc3cb-4e93-49e9-96fa-b7d3b695ccaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4170 | 2024.11.14 00:21:55.752378 [ 261 ] {4b2bc3cb-4e93-49e9-96fa-b7d3b695ccaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4171 | 2024.11.14 00:21:55.753161 [ 261 ] {4b2bc3cb-4e93-49e9-96fa-b7d3b695ccaf} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4172 | 2024.11.14 00:21:55.753207 [ 261 ] {4b2bc3cb-4e93-49e9-96fa-b7d3b695ccaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4173 | 2024.11.14 00:21:55.753633 [ 261 ] {4b2bc3cb-4e93-49e9-96fa-b7d3b695ccaf} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4174 | 2024.11.14 00:21:55.753882 [ 261 ] {4b2bc3cb-4e93-49e9-96fa-b7d3b695ccaf} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4175 | 2024.11.14 00:21:55.754113 [ 261 ] {4b2bc3cb-4e93-49e9-96fa-b7d3b695ccaf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001871 sec., 34206.306787814 rows/sec., 2.67 MiB/sec. | ||
| 4176 | 2024.11.14 00:21:55.754172 [ 261 ] {4b2bc3cb-4e93-49e9-96fa-b7d3b695ccaf} <Debug> TCPHandler: Processed in 0.002216721 sec. | ||
| 4177 | 2024.11.14 00:21:55.754328 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4178 | 2024.11.14 00:21:55.754449 [ 263 ] {d0901379-d0ba-4bc8-921d-d6ccd72e93ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4179 | 2024.11.14 00:21:55.754503 [ 263 ] {d0901379-d0ba-4bc8-921d-d6ccd72e93ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4180 | 2024.11.14 00:21:55.755071 [ 263 ] {d0901379-d0ba-4bc8-921d-d6ccd72e93ab} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4181 | 2024.11.14 00:21:55.755109 [ 263 ] {d0901379-d0ba-4bc8-921d-d6ccd72e93ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4182 | 2024.11.14 00:21:55.755500 [ 263 ] {d0901379-d0ba-4bc8-921d-d6ccd72e93ab} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4183 | 2024.11.14 00:21:55.755742 [ 263 ] {d0901379-d0ba-4bc8-921d-d6ccd72e93ab} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4184 | 2024.11.14 00:21:55.756009 [ 263 ] {d0901379-d0ba-4bc8-921d-d6ccd72e93ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 4185 | 2024.11.14 00:21:55.756221 [ 263 ] {d0901379-d0ba-4bc8-921d-d6ccd72e93ab} <Debug> TCPHandler: Processed in 0.001949248 sec. | ||
| 4186 | 2024.11.14 00:21:55.756411 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4187 | 2024.11.14 00:21:55.756556 [ 261 ] {a140d20b-14fc-414f-b853-605a00816c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4188 | 2024.11.14 00:21:55.756607 [ 261 ] {a140d20b-14fc-414f-b853-605a00816c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4189 | 2024.11.14 00:21:55.757094 [ 261 ] {a140d20b-14fc-414f-b853-605a00816c30} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4190 | 2024.11.14 00:21:55.757132 [ 261 ] {a140d20b-14fc-414f-b853-605a00816c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4191 | 2024.11.14 00:21:55.757508 [ 261 ] {a140d20b-14fc-414f-b853-605a00816c30} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4192 | 2024.11.14 00:21:55.757763 [ 261 ] {a140d20b-14fc-414f-b853-605a00816c30} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4193 | 2024.11.14 00:21:55.757973 [ 261 ] {a140d20b-14fc-414f-b853-605a00816c30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 4194 | 2024.11.14 00:21:55.758023 [ 261 ] {a140d20b-14fc-414f-b853-605a00816c30} <Debug> TCPHandler: Processed in 0.001693184 sec. | ||
| 4195 | 2024.11.14 00:21:59.131346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 602 | ||
| 4196 | 2024.11.14 00:21:59.134179 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2024.11.14 00:21:59.134225 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4198 | 2024.11.14 00:21:59.135659 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4199 | 2024.11.14 00:21:59.135965 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2024.11.14 00:21:59.136933 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 602 | ||
| 4201 | 2024.11.14 00:22:00.749714 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4202 | 2024.11.14 00:22:00.749898 [ 263 ] {2cdccc2c-d402-4b64-8ee5-db119b6f570a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4203 | 2024.11.14 00:22:00.749970 [ 263 ] {2cdccc2c-d402-4b64-8ee5-db119b6f570a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4204 | 2024.11.14 00:22:00.750702 [ 263 ] {2cdccc2c-d402-4b64-8ee5-db119b6f570a} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2024.11.14 00:22:00.750752 [ 263 ] {2cdccc2c-d402-4b64-8ee5-db119b6f570a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4206 | 2024.11.14 00:22:00.751178 [ 263 ] {2cdccc2c-d402-4b64-8ee5-db119b6f570a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4207 | 2024.11.14 00:22:00.751431 [ 263 ] {2cdccc2c-d402-4b64-8ee5-db119b6f570a} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4208 | 2024.11.14 00:22:00.751670 [ 263 ] {2cdccc2c-d402-4b64-8ee5-db119b6f570a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001826 sec., 30668.127053669225 rows/sec., 2.36 MiB/sec. | ||
| 4209 | 2024.11.14 00:22:00.751726 [ 263 ] {2cdccc2c-d402-4b64-8ee5-db119b6f570a} <Debug> TCPHandler: Processed in 0.002141681 sec. | ||
| 4210 | 2024.11.14 00:22:00.751992 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4211 | 2024.11.14 00:22:00.752297 [ 261 ] {c5dc1ba0-eefa-4921-bdb9-c96362f74fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4212 | 2024.11.14 00:22:00.752414 [ 261 ] {c5dc1ba0-eefa-4921-bdb9-c96362f74fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4213 | 2024.11.14 00:22:00.753367 [ 261 ] {c5dc1ba0-eefa-4921-bdb9-c96362f74fb5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4214 | 2024.11.14 00:22:00.753417 [ 261 ] {c5dc1ba0-eefa-4921-bdb9-c96362f74fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4215 | 2024.11.14 00:22:00.753853 [ 261 ] {c5dc1ba0-eefa-4921-bdb9-c96362f74fb5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4216 | 2024.11.14 00:22:00.754104 [ 261 ] {c5dc1ba0-eefa-4921-bdb9-c96362f74fb5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4217 | 2024.11.14 00:22:00.754337 [ 261 ] {c5dc1ba0-eefa-4921-bdb9-c96362f74fb5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002125 sec., 30117.647058823528 rows/sec., 2.35 MiB/sec. | ||
| 4218 | 2024.11.14 00:22:00.754393 [ 261 ] {c5dc1ba0-eefa-4921-bdb9-c96362f74fb5} <Debug> TCPHandler: Processed in 0.002557906 sec. | ||
| 4219 | 2024.11.14 00:22:00.754534 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4220 | 2024.11.14 00:22:00.754655 [ 263 ] {7db67d2a-585c-4d34-9ee1-72a1481e644c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4221 | 2024.11.14 00:22:00.754708 [ 263 ] {7db67d2a-585c-4d34-9ee1-72a1481e644c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4222 | 2024.11.14 00:22:00.755281 [ 263 ] {7db67d2a-585c-4d34-9ee1-72a1481e644c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4223 | 2024.11.14 00:22:00.755318 [ 263 ] {7db67d2a-585c-4d34-9ee1-72a1481e644c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4224 | 2024.11.14 00:22:00.755711 [ 263 ] {7db67d2a-585c-4d34-9ee1-72a1481e644c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4225 | 2024.11.14 00:22:00.755950 [ 263 ] {7db67d2a-585c-4d34-9ee1-72a1481e644c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4226 | 2024.11.14 00:22:00.756137 [ 263 ] {7db67d2a-585c-4d34-9ee1-72a1481e644c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001508 sec., 106100.79575596817 rows/sec., 7.39 MiB/sec. | ||
| 4227 | 2024.11.14 00:22:00.756186 [ 263 ] {7db67d2a-585c-4d34-9ee1-72a1481e644c} <Debug> TCPHandler: Processed in 0.001706954 sec. | ||
| 4228 | 2024.11.14 00:22:00.756335 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4229 | 2024.11.14 00:22:00.756475 [ 261 ] {c52fac2c-96f7-4754-b494-c8114a5a8380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4230 | 2024.11.14 00:22:00.756537 [ 261 ] {c52fac2c-96f7-4754-b494-c8114a5a8380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4231 | 2024.11.14 00:22:00.757142 [ 261 ] {c52fac2c-96f7-4754-b494-c8114a5a8380} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4232 | 2024.11.14 00:22:00.757182 [ 261 ] {c52fac2c-96f7-4754-b494-c8114a5a8380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4233 | 2024.11.14 00:22:00.757562 [ 261 ] {c52fac2c-96f7-4754-b494-c8114a5a8380} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4234 | 2024.11.14 00:22:00.757802 [ 261 ] {c52fac2c-96f7-4754-b494-c8114a5a8380} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4235 | 2024.11.14 00:22:00.758030 [ 261 ] {c52fac2c-96f7-4754-b494-c8114a5a8380} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001587 sec., 37807.183364839315 rows/sec., 2.55 MiB/sec. | ||
| 4236 | 2024.11.14 00:22:00.758081 [ 261 ] {c52fac2c-96f7-4754-b494-c8114a5a8380} <Debug> TCPHandler: Processed in 0.001809375 sec. | ||
| 4237 | 2024.11.14 00:22:03.981379 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4238 | 2024.11.14 00:22:03.981438 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4239 | 2024.11.14 00:22:05.756332 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4240 | 2024.11.14 00:22:05.756517 [ 263 ] {3607b80c-f65e-4f21-83bd-a5991bc988f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4241 | 2024.11.14 00:22:05.756587 [ 263 ] {3607b80c-f65e-4f21-83bd-a5991bc988f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4242 | 2024.11.14 00:22:05.757302 [ 263 ] {3607b80c-f65e-4f21-83bd-a5991bc988f1} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4243 | 2024.11.14 00:22:05.757346 [ 263 ] {3607b80c-f65e-4f21-83bd-a5991bc988f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4244 | 2024.11.14 00:22:05.757766 [ 263 ] {3607b80c-f65e-4f21-83bd-a5991bc988f1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4245 | 2024.11.14 00:22:05.758015 [ 263 ] {3607b80c-f65e-4f21-83bd-a5991bc988f1} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4246 | 2024.11.14 00:22:05.758322 [ 263 ] {3607b80c-f65e-4f21-83bd-a5991bc988f1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001842 sec., 7600.43431053203 rows/sec., 547.13 KiB/sec. | ||
| 4247 | 2024.11.14 00:22:05.758457 [ 263 ] {3607b80c-f65e-4f21-83bd-a5991bc988f1} <Debug> TCPHandler: Processed in 0.002246921 sec. | ||
| 4248 | 2024.11.14 00:22:05.758690 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4249 | 2024.11.14 00:22:05.758878 [ 261 ] {05f8ff52-a59e-4448-a3d4-38ee82e0991e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4250 | 2024.11.14 00:22:05.758948 [ 261 ] {05f8ff52-a59e-4448-a3d4-38ee82e0991e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4251 | 2024.11.14 00:22:05.759762 [ 261 ] {05f8ff52-a59e-4448-a3d4-38ee82e0991e} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4252 | 2024.11.14 00:22:05.759805 [ 261 ] {05f8ff52-a59e-4448-a3d4-38ee82e0991e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4253 | 2024.11.14 00:22:05.760270 [ 261 ] {05f8ff52-a59e-4448-a3d4-38ee82e0991e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4254 | 2024.11.14 00:22:05.760530 [ 261 ] {05f8ff52-a59e-4448-a3d4-38ee82e0991e} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4255 | 2024.11.14 00:22:05.760728 [ 261 ] {05f8ff52-a59e-4448-a3d4-38ee82e0991e} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001902 sec., 147739.221871714 rows/sec., 13.05 MiB/sec. | ||
| 4256 | 2024.11.14 00:22:05.760792 [ 261 ] {05f8ff52-a59e-4448-a3d4-38ee82e0991e} <Debug> TCPHandler: Processed in 0.002232141 sec. | ||
| 4257 | 2024.11.14 00:22:05.760928 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4258 | 2024.11.14 00:22:05.761044 [ 263 ] {cd88e6d4-4d00-437f-8f70-e9fcd36f8d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4259 | 2024.11.14 00:22:05.761097 [ 263 ] {cd88e6d4-4d00-437f-8f70-e9fcd36f8d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4260 | 2024.11.14 00:22:05.761684 [ 263 ] {cd88e6d4-4d00-437f-8f70-e9fcd36f8d54} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4261 | 2024.11.14 00:22:05.761722 [ 263 ] {cd88e6d4-4d00-437f-8f70-e9fcd36f8d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4262 | 2024.11.14 00:22:05.762081 [ 263 ] {cd88e6d4-4d00-437f-8f70-e9fcd36f8d54} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4263 | 2024.11.14 00:22:05.762325 [ 263 ] {cd88e6d4-4d00-437f-8f70-e9fcd36f8d54} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4264 | 2024.11.14 00:22:05.762548 [ 263 ] {cd88e6d4-4d00-437f-8f70-e9fcd36f8d54} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001527 sec., 30124.426981008513 rows/sec., 2.17 MiB/sec. | ||
| 4265 | 2024.11.14 00:22:05.762600 [ 263 ] {cd88e6d4-4d00-437f-8f70-e9fcd36f8d54} <Debug> TCPHandler: Processed in 0.001727225 sec. | ||
| 4266 | 2024.11.14 00:22:05.762737 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4267 | 2024.11.14 00:22:05.762861 [ 261 ] {d32df3d9-5217-460e-85f6-1c26534633ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4268 | 2024.11.14 00:22:05.762913 [ 261 ] {d32df3d9-5217-460e-85f6-1c26534633ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4269 | 2024.11.14 00:22:05.763523 [ 261 ] {d32df3d9-5217-460e-85f6-1c26534633ab} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4270 | 2024.11.14 00:22:05.763561 [ 261 ] {d32df3d9-5217-460e-85f6-1c26534633ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4271 | 2024.11.14 00:22:05.763927 [ 261 ] {d32df3d9-5217-460e-85f6-1c26534633ab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4272 | 2024.11.14 00:22:05.764167 [ 261 ] {d32df3d9-5217-460e-85f6-1c26534633ab} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4273 | 2024.11.14 00:22:05.764399 [ 261 ] {d32df3d9-5217-460e-85f6-1c26534633ab} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001559 sec., 8980.115458627324 rows/sec., 628.91 KiB/sec. | ||
| 4274 | 2024.11.14 00:22:05.764571 [ 261 ] {d32df3d9-5217-460e-85f6-1c26534633ab} <Debug> TCPHandler: Processed in 0.001886976 sec. | ||
| 4275 | 2024.11.14 00:22:05.764743 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4276 | 2024.11.14 00:22:05.764858 [ 263 ] {086b4b9c-ced0-4387-b19b-572edc20172c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4277 | 2024.11.14 00:22:05.764905 [ 263 ] {086b4b9c-ced0-4387-b19b-572edc20172c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4278 | 2024.11.14 00:22:05.765465 [ 263 ] {086b4b9c-ced0-4387-b19b-572edc20172c} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4279 | 2024.11.14 00:22:05.765503 [ 263 ] {086b4b9c-ced0-4387-b19b-572edc20172c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4280 | 2024.11.14 00:22:05.765849 [ 263 ] {086b4b9c-ced0-4387-b19b-572edc20172c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4281 | 2024.11.14 00:22:05.766079 [ 263 ] {086b4b9c-ced0-4387-b19b-572edc20172c} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4282 | 2024.11.14 00:22:05.766289 [ 263 ] {086b4b9c-ced0-4387-b19b-572edc20172c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001453 sec., 8947.00619408121 rows/sec., 557.84 KiB/sec. | ||
| 4283 | 2024.11.14 00:22:05.766340 [ 263 ] {086b4b9c-ced0-4387-b19b-572edc20172c} <Debug> TCPHandler: Processed in 0.001653243 sec. | ||
| 4284 | 2024.11.14 00:22:05.766501 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4285 | 2024.11.14 00:22:05.766640 [ 261 ] {8cc410a7-cb72-491f-8a91-24ad14a16e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4286 | 2024.11.14 00:22:05.766696 [ 261 ] {8cc410a7-cb72-491f-8a91-24ad14a16e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4287 | 2024.11.14 00:22:05.767442 [ 261 ] {8cc410a7-cb72-491f-8a91-24ad14a16e1b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4288 | 2024.11.14 00:22:05.767481 [ 261 ] {8cc410a7-cb72-491f-8a91-24ad14a16e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4289 | 2024.11.14 00:22:05.767869 [ 261 ] {8cc410a7-cb72-491f-8a91-24ad14a16e1b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4290 | 2024.11.14 00:22:05.768111 [ 261 ] {8cc410a7-cb72-491f-8a91-24ad14a16e1b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4291 | 2024.11.14 00:22:05.768354 [ 261 ] {8cc410a7-cb72-491f-8a91-24ad14a16e1b} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001733 sec., 242931.33294864398 rows/sec., 17.36 MiB/sec. | ||
| 4292 | 2024.11.14 00:22:05.768514 [ 261 ] {8cc410a7-cb72-491f-8a91-24ad14a16e1b} <Debug> TCPHandler: Processed in 0.002073939 sec. | ||
| 4293 | 2024.11.14 00:22:05.768733 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4294 | 2024.11.14 00:22:05.768848 [ 263 ] {d80d2067-7352-4564-913b-b67711854ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4295 | 2024.11.14 00:22:05.768896 [ 263 ] {d80d2067-7352-4564-913b-b67711854ccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4296 | 2024.11.14 00:22:05.769378 [ 263 ] {d80d2067-7352-4564-913b-b67711854ccd} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4297 | 2024.11.14 00:22:05.769415 [ 263 ] {d80d2067-7352-4564-913b-b67711854ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4298 | 2024.11.14 00:22:05.769777 [ 263 ] {d80d2067-7352-4564-913b-b67711854ccd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4299 | 2024.11.14 00:22:05.770010 [ 263 ] {d80d2067-7352-4564-913b-b67711854ccd} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4300 | 2024.11.14 00:22:05.770251 [ 263 ] {d80d2067-7352-4564-913b-b67711854ccd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001412 sec., 4249.291784702549 rows/sec., 222.01 KiB/sec. | ||
| 4301 | 2024.11.14 00:22:05.770386 [ 263 ] {d80d2067-7352-4564-913b-b67711854ccd} <Debug> TCPHandler: Processed in 0.001752455 sec. | ||
| 4302 | 2024.11.14 00:22:05.770553 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4303 | 2024.11.14 00:22:05.770692 [ 261 ] {91c0d0b7-905c-4098-ba74-b5187075996f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4304 | 2024.11.14 00:22:05.770757 [ 261 ] {91c0d0b7-905c-4098-ba74-b5187075996f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4305 | 2024.11.14 00:22:05.771380 [ 261 ] {91c0d0b7-905c-4098-ba74-b5187075996f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4306 | 2024.11.14 00:22:05.771420 [ 261 ] {91c0d0b7-905c-4098-ba74-b5187075996f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4307 | 2024.11.14 00:22:05.771812 [ 261 ] {91c0d0b7-905c-4098-ba74-b5187075996f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4308 | 2024.11.14 00:22:05.772052 [ 261 ] {91c0d0b7-905c-4098-ba74-b5187075996f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4309 | 2024.11.14 00:22:05.772219 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4310 | 2024.11.14 00:22:05.772295 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4311 | 2024.11.14 00:22:05.772304 [ 261 ] {91c0d0b7-905c-4098-ba74-b5187075996f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001631 sec., 145309.62599632127 rows/sec., 9.74 MiB/sec. | ||
| 4312 | 2024.11.14 00:22:05.772334 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4313 | 2024.11.14 00:22:05.772500 [ 261 ] {91c0d0b7-905c-4098-ba74-b5187075996f} <Debug> TCPHandler: Processed in 0.002006358 sec. | ||
| 4314 | 2024.11.14 00:22:05.772625 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4315 | 2024.11.14 00:22:05.772681 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4316 | 2024.11.14 00:22:05.772921 [ 263 ] {8d49e326-40d9-49d8-acc2-39ff1de7a7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4317 | 2024.11.14 00:22:05.772965 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4318 | 2024.11.14 00:22:05.773023 [ 263 ] {8d49e326-40d9-49d8-acc2-39ff1de7a7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4319 | 2024.11.14 00:22:05.773043 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 6914 rows starting from the beginning of the part | ||
| 4320 | 2024.11.14 00:22:05.773425 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4321 | 2024.11.14 00:22:05.773926 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part | ||
| 4322 | 2024.11.14 00:22:05.774194 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::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 | ||
| 4323 | 2024.11.14 00:22:05.774551 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4324 | 2024.11.14 00:22:05.774801 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4325 | 2024.11.14 00:22:05.775477 [ 263 ] {8d49e326-40d9-49d8-acc2-39ff1de7a7d0} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4326 | 2024.11.14 00:22:05.775532 [ 263 ] {8d49e326-40d9-49d8-acc2-39ff1de7a7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4327 | 2024.11.14 00:22:05.776215 [ 263 ] {8d49e326-40d9-49d8-acc2-39ff1de7a7d0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4328 | 2024.11.14 00:22:05.776678 [ 263 ] {8d49e326-40d9-49d8-acc2-39ff1de7a7d0} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4329 | 2024.11.14 00:22:05.777378 [ 263 ] {8d49e326-40d9-49d8-acc2-39ff1de7a7d0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004495 sec., 222.4694104560623 rows/sec., 14.99 KiB/sec. | ||
| 4330 | 2024.11.14 00:22:05.777630 [ 263 ] {8d49e326-40d9-49d8-acc2-39ff1de7a7d0} <Debug> TCPHandler: Processed in 0.00501717 sec. | ||
| 4331 | 2024.11.14 00:22:05.777941 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4332 | 2024.11.14 00:22:05.778191 [ 261 ] {4091a9b2-a6f0-417b-b089-decf2dc55de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4333 | 2024.11.14 00:22:05.778291 [ 261 ] {4091a9b2-a6f0-417b-b089-decf2dc55de9} <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 | ||
| 4334 | 2024.11.14 00:22:05.779741 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7868 rows, containing 5 columns (5 merged, 0 gathered) in 0.007244102 sec., 1086124.9606921603 rows/sec., 73.69 MiB/sec. | ||
| 4335 | 2024.11.14 00:22:05.780151 [ 261 ] {4091a9b2-a6f0-417b-b089-decf2dc55de9} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4336 | 2024.11.14 00:22:05.780204 [ 261 ] {4091a9b2-a6f0-417b-b089-decf2dc55de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4337 | 2024.11.14 00:22:05.780283 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4338 | 2024.11.14 00:22:05.780951 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4339 | 2024.11.14 00:22:05.781177 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4340 | 2024.11.14 00:22:05.781358 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 4341 | 2024.11.14 00:22:05.781634 [ 261 ] {4091a9b2-a6f0-417b-b089-decf2dc55de9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4342 | 2024.11.14 00:22:05.781913 [ 261 ] {4091a9b2-a6f0-417b-b089-decf2dc55de9} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2024.11.14 00:22:05.782155 [ 261 ] {4091a9b2-a6f0-417b-b089-decf2dc55de9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003999 sec., 9752.438109527382 rows/sec., 17.48 MiB/sec. | ||
| 4344 | 2024.11.14 00:22:05.782263 [ 261 ] {4091a9b2-a6f0-417b-b089-decf2dc55de9} <Debug> TCPHandler: Processed in 0.004507743 sec. | ||
| 4345 | 2024.11.14 00:22:05.782421 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4346 | 2024.11.14 00:22:05.782538 [ 263 ] {0c8b1c31-5d15-4cef-a21e-1e8b37bccbbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4347 | 2024.11.14 00:22:05.782589 [ 263 ] {0c8b1c31-5d15-4cef-a21e-1e8b37bccbbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4348 | 2024.11.14 00:22:05.783080 [ 263 ] {0c8b1c31-5d15-4cef-a21e-1e8b37bccbbf} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4349 | 2024.11.14 00:22:05.783117 [ 263 ] {0c8b1c31-5d15-4cef-a21e-1e8b37bccbbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4350 | 2024.11.14 00:22:05.783497 [ 263 ] {0c8b1c31-5d15-4cef-a21e-1e8b37bccbbf} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4351 | 2024.11.14 00:22:05.783729 [ 263 ] {0c8b1c31-5d15-4cef-a21e-1e8b37bccbbf} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4352 | 2024.11.14 00:22:05.783850 [ 92 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4353 | 2024.11.14 00:22:05.783882 [ 92 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4354 | 2024.11.14 00:22:05.783900 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 4355 | 2024.11.14 00:22:05.783917 [ 263 ] {0c8b1c31-5d15-4cef-a21e-1e8b37bccbbf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001401 sec., 58529.621698786585 rows/sec., 3.72 MiB/sec. | ||
| 4356 | 2024.11.14 00:22:05.784095 [ 263 ] {0c8b1c31-5d15-4cef-a21e-1e8b37bccbbf} <Debug> TCPHandler: Processed in 0.001723474 sec. | ||
| 4357 | 2024.11.14 00:22:05.784206 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 4358 | 2024.11.14 00:22:05.784463 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4359 | 2024.11.14 00:22:05.784526 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1570 rows starting from the beginning of the part | ||
| 4360 | 2024.11.14 00:22:05.784668 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4361 | 2024.11.14 00:22:05.784814 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 4362 | 2024.11.14 00:22:05.785018 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 4363 | 2024.11.14 00:22:05.785209 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4364 | 2024.11.14 00:22:05.785358 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4365 | 2024.11.14 00:22:05.786723 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1914 rows, containing 4 columns (4 merged, 0 gathered) in 0.002730268 sec., 701030.0820285773 rows/sec., 46.08 MiB/sec. | ||
| 4366 | 2024.11.14 00:22:05.786957 [ 196 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4367 | 2024.11.14 00:22:05.787263 [ 196 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_31_6} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4368 | 2024.11.14 00:22:05.787341 [ 196 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_31_6} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4369 | 2024.11.14 00:22:05.787425 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4370 | 2024.11.14 00:22:09.137225 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 632 | ||
| 4371 | 2024.11.14 00:22:09.140124 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4372 | 2024.11.14 00:22:09.140185 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4373 | 2024.11.14 00:22:09.141673 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4374 | 2024.11.14 00:22:09.142083 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4375 | 2024.11.14 00:22:09.143276 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 632 | ||
| 4376 | 2024.11.14 00:22:10.749242 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4377 | 2024.11.14 00:22:10.749428 [ 263 ] {04e02610-0757-4a3a-a7d4-74d0b8117f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4378 | 2024.11.14 00:22:10.749498 [ 263 ] {04e02610-0757-4a3a-a7d4-74d0b8117f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4379 | 2024.11.14 00:22:10.750262 [ 263 ] {04e02610-0757-4a3a-a7d4-74d0b8117f65} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4380 | 2024.11.14 00:22:10.750311 [ 263 ] {04e02610-0757-4a3a-a7d4-74d0b8117f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4381 | 2024.11.14 00:22:10.750722 [ 263 ] {04e02610-0757-4a3a-a7d4-74d0b8117f65} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4382 | 2024.11.14 00:22:10.750974 [ 263 ] {04e02610-0757-4a3a-a7d4-74d0b8117f65} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4383 | 2024.11.14 00:22:10.751260 [ 263 ] {04e02610-0757-4a3a-a7d4-74d0b8117f65} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001876 sec., 5330.490405117271 rows/sec., 434.66 KiB/sec. | ||
| 4384 | 2024.11.14 00:22:10.751415 [ 263 ] {04e02610-0757-4a3a-a7d4-74d0b8117f65} <Debug> TCPHandler: Processed in 0.002299992 sec. | ||
| 4385 | 2024.11.14 00:22:10.751706 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4386 | 2024.11.14 00:22:10.751914 [ 261 ] {ba50fb89-c702-456f-9998-f42aa4630d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4387 | 2024.11.14 00:22:10.751993 [ 261 ] {ba50fb89-c702-456f-9998-f42aa4630d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4388 | 2024.11.14 00:22:10.752771 [ 261 ] {ba50fb89-c702-456f-9998-f42aa4630d4f} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4389 | 2024.11.14 00:22:10.752823 [ 261 ] {ba50fb89-c702-456f-9998-f42aa4630d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4390 | 2024.11.14 00:22:10.753254 [ 261 ] {ba50fb89-c702-456f-9998-f42aa4630d4f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4391 | 2024.11.14 00:22:10.753510 [ 261 ] {ba50fb89-c702-456f-9998-f42aa4630d4f} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4392 | 2024.11.14 00:22:10.753729 [ 261 ] {ba50fb89-c702-456f-9998-f42aa4630d4f} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001862 sec., 32760.472610096673 rows/sec., 2.50 MiB/sec. | ||
| 4393 | 2024.11.14 00:22:10.753809 [ 261 ] {ba50fb89-c702-456f-9998-f42aa4630d4f} <Debug> TCPHandler: Processed in 0.002244852 sec. | ||
| 4394 | 2024.11.14 00:22:10.754042 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4395 | 2024.11.14 00:22:10.754166 [ 263 ] {c03e0f57-73ac-4c78-a6b7-20e3f6dcfe38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4396 | 2024.11.14 00:22:10.754213 [ 263 ] {c03e0f57-73ac-4c78-a6b7-20e3f6dcfe38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4397 | 2024.11.14 00:22:10.754798 [ 263 ] {c03e0f57-73ac-4c78-a6b7-20e3f6dcfe38} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4398 | 2024.11.14 00:22:10.754837 [ 263 ] {c03e0f57-73ac-4c78-a6b7-20e3f6dcfe38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4399 | 2024.11.14 00:22:10.755195 [ 263 ] {c03e0f57-73ac-4c78-a6b7-20e3f6dcfe38} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4400 | 2024.11.14 00:22:10.755432 [ 263 ] {c03e0f57-73ac-4c78-a6b7-20e3f6dcfe38} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4401 | 2024.11.14 00:22:10.755594 [ 87 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
| 4402 | 2024.11.14 00:22:10.755651 [ 87 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4403 | 2024.11.14 00:22:10.755681 [ 263 ] {c03e0f57-73ac-4c78-a6b7-20e3f6dcfe38} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001529 sec., 6540.222367560497 rows/sec., 456.67 KiB/sec. | ||
| 4404 | 2024.11.14 00:22:10.755686 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4405 | 2024.11.14 00:22:10.755822 [ 263 ] {c03e0f57-73ac-4c78-a6b7-20e3f6dcfe38} <Debug> TCPHandler: Processed in 0.001897037 sec. | ||
| 4406 | 2024.11.14 00:22:10.755941 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
| 4407 | 2024.11.14 00:22:10.755995 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4408 | 2024.11.14 00:22:10.756102 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4409 | 2024.11.14 00:22:10.756140 [ 261 ] {225d3de5-35dc-40fb-9c9d-2610594001b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4410 | 2024.11.14 00:22:10.756150 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 64 rows starting from the beginning of the part | ||
| 4411 | 2024.11.14 00:22:10.756198 [ 261 ] {225d3de5-35dc-40fb-9c9d-2610594001b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4412 | 2024.11.14 00:22:10.756381 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part | ||
| 4413 | 2024.11.14 00:22:10.756830 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 4414 | 2024.11.14 00:22:10.757190 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 46 rows starting from the beginning of the part | ||
| 4415 | 2024.11.14 00:22:10.757584 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part | ||
| 4416 | 2024.11.14 00:22:10.757932 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part | ||
| 4417 | 2024.11.14 00:22:10.758754 [ 261 ] {225d3de5-35dc-40fb-9c9d-2610594001b7} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4418 | 2024.11.14 00:22:10.758800 [ 261 ] {225d3de5-35dc-40fb-9c9d-2610594001b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4419 | 2024.11.14 00:22:10.759364 [ 261 ] {225d3de5-35dc-40fb-9c9d-2610594001b7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4420 | 2024.11.14 00:22:10.759573 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 5 columns (5 merged, 0 gathered) in 0.003752063 sec., 58634.40992328754 rows/sec., 4.41 MiB/sec. | ||
| 4421 | 2024.11.14 00:22:10.759688 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 4422 | 2024.11.14 00:22:10.759692 [ 261 ] {225d3de5-35dc-40fb-9c9d-2610594001b7} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4423 | 2024.11.14 00:22:10.760039 [ 261 ] {225d3de5-35dc-40fb-9c9d-2610594001b7} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.003923 sec., 18863.11496303849 rows/sec., 1.48 MiB/sec. | ||
| 4424 | 2024.11.14 00:22:10.760232 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4425 | 2024.11.14 00:22:10.760436 [ 261 ] {225d3de5-35dc-40fb-9c9d-2610594001b7} <Debug> TCPHandler: Processed in 0.004502593 sec. | ||
| 4426 | 2024.11.14 00:22:10.760689 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_19_4} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
| 4427 | 2024.11.14 00:22:10.760858 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4428 | 2024.11.14 00:22:10.760920 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4429 | 2024.11.14 00:22:10.761050 [ 263 ] {53cf5584-6188-4f65-93e0-75e0a1752019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4430 | 2024.11.14 00:22:10.761106 [ 263 ] {53cf5584-6188-4f65-93e0-75e0a1752019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4431 | 2024.11.14 00:22:10.761679 [ 263 ] {53cf5584-6188-4f65-93e0-75e0a1752019} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4432 | 2024.11.14 00:22:10.761718 [ 263 ] {53cf5584-6188-4f65-93e0-75e0a1752019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4433 | 2024.11.14 00:22:10.762123 [ 263 ] {53cf5584-6188-4f65-93e0-75e0a1752019} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4434 | 2024.11.14 00:22:10.762366 [ 263 ] {53cf5584-6188-4f65-93e0-75e0a1752019} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4435 | 2024.11.14 00:22:10.762577 [ 263 ] {53cf5584-6188-4f65-93e0-75e0a1752019} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001552 sec., 85695.8762886598 rows/sec., 5.97 MiB/sec. | ||
| 4436 | 2024.11.14 00:22:10.762628 [ 263 ] {53cf5584-6188-4f65-93e0-75e0a1752019} <Debug> TCPHandler: Processed in 0.002071549 sec. | ||
| 4437 | 2024.11.14 00:22:10.762758 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4438 | 2024.11.14 00:22:10.762874 [ 261 ] {d9c8424e-7250-4c52-a0d6-94e18538d072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4439 | 2024.11.14 00:22:10.762925 [ 261 ] {d9c8424e-7250-4c52-a0d6-94e18538d072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4440 | 2024.11.14 00:22:10.763413 [ 261 ] {d9c8424e-7250-4c52-a0d6-94e18538d072} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4441 | 2024.11.14 00:22:10.763449 [ 261 ] {d9c8424e-7250-4c52-a0d6-94e18538d072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4442 | 2024.11.14 00:22:10.763816 [ 261 ] {d9c8424e-7250-4c52-a0d6-94e18538d072} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4443 | 2024.11.14 00:22:10.764054 [ 261 ] {d9c8424e-7250-4c52-a0d6-94e18538d072} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4444 | 2024.11.14 00:22:10.764228 [ 261 ] {d9c8424e-7250-4c52-a0d6-94e18538d072} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001378 sec., 34833.09143686502 rows/sec., 2.35 MiB/sec. | ||
| 4445 | 2024.11.14 00:22:10.764275 [ 261 ] {d9c8424e-7250-4c52-a0d6-94e18538d072} <Debug> TCPHandler: Processed in 0.001571552 sec. | ||
| 4446 | 2024.11.14 00:22:15.749858 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4447 | 2024.11.14 00:22:15.750114 [ 263 ] {f2efb71b-e08b-4ea5-9397-ed4744f42ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4448 | 2024.11.14 00:22:15.750208 [ 263 ] {f2efb71b-e08b-4ea5-9397-ed4744f42ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4449 | 2024.11.14 00:22:15.751035 [ 263 ] {f2efb71b-e08b-4ea5-9397-ed4744f42ca4} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4450 | 2024.11.14 00:22:15.751081 [ 263 ] {f2efb71b-e08b-4ea5-9397-ed4744f42ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4451 | 2024.11.14 00:22:15.751500 [ 263 ] {f2efb71b-e08b-4ea5-9397-ed4744f42ca4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4452 | 2024.11.14 00:22:15.751743 [ 263 ] {f2efb71b-e08b-4ea5-9397-ed4744f42ca4} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4453 | 2024.11.14 00:22:15.751945 [ 81 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4454 | 2024.11.14 00:22:15.752017 [ 263 ] {f2efb71b-e08b-4ea5-9397-ed4744f42ca4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00197 sec., 28426.395939086295 rows/sec., 2.18 MiB/sec. | ||
| 4455 | 2024.11.14 00:22:15.752045 [ 81 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4456 | 2024.11.14 00:22:15.752112 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4457 | 2024.11.14 00:22:15.752138 [ 263 ] {f2efb71b-e08b-4ea5-9397-ed4744f42ca4} <Debug> TCPHandler: Processed in 0.002425855 sec. | ||
| 4458 | 2024.11.14 00:22:15.752344 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 4459 | 2024.11.14 00:22:15.752422 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4460 | 2024.11.14 00:22:15.752536 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4461 | 2024.11.14 00:22:15.752577 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1431 rows starting from the beginning of the part | ||
| 4462 | 2024.11.14 00:22:15.752628 [ 261 ] {10ec8bf5-8395-4d8a-932e-b3f8dff6765c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4463 | 2024.11.14 00:22:15.752694 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 4464 | 2024.11.14 00:22:15.752788 [ 261 ] {10ec8bf5-8395-4d8a-932e-b3f8dff6765c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4465 | 2024.11.14 00:22:15.753121 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
| 4466 | 2024.11.14 00:22:15.753521 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 281 rows starting from the beginning of the part | ||
| 4467 | 2024.11.14 00:22:15.753853 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 61 rows starting from the beginning of the part | ||
| 4468 | 2024.11.14 00:22:15.754220 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 4469 | 2024.11.14 00:22:15.755289 [ 261 ] {10ec8bf5-8395-4d8a-932e-b3f8dff6765c} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4470 | 2024.11.14 00:22:15.755339 [ 261 ] {10ec8bf5-8395-4d8a-932e-b3f8dff6765c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4471 | 2024.11.14 00:22:15.755913 [ 261 ] {10ec8bf5-8395-4d8a-932e-b3f8dff6765c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4472 | 2024.11.14 00:22:15.756443 [ 261 ] {10ec8bf5-8395-4d8a-932e-b3f8dff6765c} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4473 | 2024.11.14 00:22:15.756541 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1941 rows, containing 5 columns (5 merged, 0 gathered) in 0.004316701 sec., 449648.9332941985 rows/sec., 39.30 MiB/sec. | ||
| 4474 | 2024.11.14 00:22:15.756681 [ 80 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4475 | 2024.11.14 00:22:15.756773 [ 80 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4476 | 2024.11.14 00:22:15.756834 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4477 | 2024.11.14 00:22:15.756827 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4478 | 2024.11.14 00:22:15.756856 [ 261 ] {10ec8bf5-8395-4d8a-932e-b3f8dff6765c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004289 sec., 14921.893215201677 rows/sec., 1.16 MiB/sec. | ||
| 4479 | 2024.11.14 00:22:15.757313 [ 261 ] {10ec8bf5-8395-4d8a-932e-b3f8dff6765c} <Debug> TCPHandler: Processed in 0.00502683 sec. | ||
| 4480 | 2024.11.14 00:22:15.757394 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 4481 | 2024.11.14 00:22:15.757571 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4482 | 2024.11.14 00:22:15.757733 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_36_7} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4483 | 2024.11.14 00:22:15.757901 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4484 | 2024.11.14 00:22:15.757962 [ 263 ] {5cfcd1d2-7a27-411d-b446-ce433e9e7f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4485 | 2024.11.14 00:22:15.758004 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 4486 | 2024.11.14 00:22:15.758032 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_36_7} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4487 | 2024.11.14 00:22:15.758123 [ 263 ] {5cfcd1d2-7a27-411d-b446-ce433e9e7f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4488 | 2024.11.14 00:22:15.758353 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 4489 | 2024.11.14 00:22:15.758505 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 4490 | 2024.11.14 00:22:15.758875 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
| 4491 | 2024.11.14 00:22:15.759247 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 421 rows starting from the beginning of the part | ||
| 4492 | 2024.11.14 00:22:15.759589 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 74 rows starting from the beginning of the part | ||
| 4493 | 2024.11.14 00:22:15.759970 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 4494 | 2024.11.14 00:22:15.761001 [ 263 ] {5cfcd1d2-7a27-411d-b446-ce433e9e7f0b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2024.11.14 00:22:15.761067 [ 263 ] {5cfcd1d2-7a27-411d-b446-ce433e9e7f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4496 | 2024.11.14 00:22:15.762015 [ 263 ] {5cfcd1d2-7a27-411d-b446-ce433e9e7f0b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4497 | 2024.11.14 00:22:15.762443 [ 263 ] {5cfcd1d2-7a27-411d-b446-ce433e9e7f0b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4498 | 2024.11.14 00:22:15.762962 [ 263 ] {5cfcd1d2-7a27-411d-b446-ce433e9e7f0b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00515 sec., 31067.961165048542 rows/sec., 2.16 MiB/sec. | ||
| 4499 | 2024.11.14 00:22:15.763042 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.005989524 sec., 267133.0810261383 rows/sec., 20.60 MiB/sec. | ||
| 4500 | 2024.11.14 00:22:15.763081 [ 263 ] {5cfcd1d2-7a27-411d-b446-ce433e9e7f0b} <Debug> TCPHandler: Processed in 0.00562286 sec. | ||
| 4501 | 2024.11.14 00:22:15.763264 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4502 | 2024.11.14 00:22:15.763332 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4503 | 2024.11.14 00:22:15.763521 [ 261 ] {86021209-b803-4097-a185-0b38aafec1b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4504 | 2024.11.14 00:22:15.763595 [ 261 ] {86021209-b803-4097-a185-0b38aafec1b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4505 | 2024.11.14 00:22:15.764018 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_36_7} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4506 | 2024.11.14 00:22:15.764199 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_36_7} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4507 | 2024.11.14 00:22:15.764383 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 4508 | 2024.11.14 00:22:15.764545 [ 261 ] {86021209-b803-4097-a185-0b38aafec1b2} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4509 | 2024.11.14 00:22:15.764589 [ 261 ] {86021209-b803-4097-a185-0b38aafec1b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4510 | 2024.11.14 00:22:15.764970 [ 261 ] {86021209-b803-4097-a185-0b38aafec1b2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4511 | 2024.11.14 00:22:15.765218 [ 261 ] {86021209-b803-4097-a185-0b38aafec1b2} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4512 | 2024.11.14 00:22:15.765433 [ 261 ] {86021209-b803-4097-a185-0b38aafec1b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002013 sec., 29806.259314456034 rows/sec., 2.01 MiB/sec. | ||
| 4513 | 2024.11.14 00:22:15.765489 [ 261 ] {86021209-b803-4097-a185-0b38aafec1b2} <Debug> TCPHandler: Processed in 0.002307962 sec. | ||
| 4514 | 2024.11.14 00:22:17.138265 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4515 | 2024.11.14 00:22:17.347676 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47191, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4516 | 2024.11.14 00:22:17.458076 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61440, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4517 | 2024.11.14 00:22:17.475440 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58499, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4518 | 2024.11.14 00:22:17.599050 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35912, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4519 | 2024.11.14 00:22:17.610449 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59618, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4520 | 2024.11.14 00:22:17.614848 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4521 | 2024.11.14 00:22:17.623135 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63287, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4522 | 2024.11.14 00:22:18.981487 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4523 | 2024.11.14 00:22:18.981551 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4524 | 2024.11.14 00:22:19.143565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 652 | ||
| 4525 | 2024.11.14 00:22:19.146336 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4526 | 2024.11.14 00:22:19.146383 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4527 | 2024.11.14 00:22:19.147756 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4528 | 2024.11.14 00:22:19.148053 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4529 | 2024.11.14 00:22:19.149142 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 652 | ||
| 4530 | 2024.11.14 00:22:20.096188 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4531 | 2024.11.14 00:22:20.743873 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39954, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4532 | 2024.11.14 00:22:20.756627 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4533 | 2024.11.14 00:22:20.756791 [ 263 ] {a3585fe7-a531-428b-81d2-3075beda7f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4534 | 2024.11.14 00:22:20.756858 [ 263 ] {a3585fe7-a531-428b-81d2-3075beda7f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4535 | 2024.11.14 00:22:20.757579 [ 263 ] {a3585fe7-a531-428b-81d2-3075beda7f20} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4536 | 2024.11.14 00:22:20.757620 [ 263 ] {a3585fe7-a531-428b-81d2-3075beda7f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4537 | 2024.11.14 00:22:20.758049 [ 263 ] {a3585fe7-a531-428b-81d2-3075beda7f20} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4538 | 2024.11.14 00:22:20.758313 [ 263 ] {a3585fe7-a531-428b-81d2-3075beda7f20} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4539 | 2024.11.14 00:22:20.758532 [ 263 ] {a3585fe7-a531-428b-81d2-3075beda7f20} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001787 sec., 7834.3592613318415 rows/sec., 563.97 KiB/sec. | ||
| 4540 | 2024.11.14 00:22:20.758698 [ 263 ] {a3585fe7-a531-428b-81d2-3075beda7f20} <Debug> TCPHandler: Processed in 0.002183891 sec. | ||
| 4541 | 2024.11.14 00:22:20.758966 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4542 | 2024.11.14 00:22:20.759152 [ 261 ] {ed53d5bb-d371-494c-9f79-a6867c402ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4543 | 2024.11.14 00:22:20.759221 [ 261 ] {ed53d5bb-d371-494c-9f79-a6867c402ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4544 | 2024.11.14 00:22:20.760052 [ 261 ] {ed53d5bb-d371-494c-9f79-a6867c402ad8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4545 | 2024.11.14 00:22:20.760097 [ 261 ] {ed53d5bb-d371-494c-9f79-a6867c402ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4546 | 2024.11.14 00:22:20.760543 [ 261 ] {ed53d5bb-d371-494c-9f79-a6867c402ad8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4547 | 2024.11.14 00:22:20.760799 [ 261 ] {ed53d5bb-d371-494c-9f79-a6867c402ad8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4548 | 2024.11.14 00:22:20.761032 [ 261 ] {ed53d5bb-d371-494c-9f79-a6867c402ad8} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001932 sec., 145445.13457556936 rows/sec., 12.85 MiB/sec. | ||
| 4549 | 2024.11.14 00:22:20.761089 [ 261 ] {ed53d5bb-d371-494c-9f79-a6867c402ad8} <Debug> TCPHandler: Processed in 0.002249761 sec. | ||
| 4550 | 2024.11.14 00:22:20.761239 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4551 | 2024.11.14 00:22:20.761359 [ 263 ] {e6610af7-c368-4c5c-a8c7-e1f6a8cc6411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4552 | 2024.11.14 00:22:20.761406 [ 263 ] {e6610af7-c368-4c5c-a8c7-e1f6a8cc6411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4553 | 2024.11.14 00:22:20.761992 [ 263 ] {e6610af7-c368-4c5c-a8c7-e1f6a8cc6411} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4554 | 2024.11.14 00:22:20.762028 [ 263 ] {e6610af7-c368-4c5c-a8c7-e1f6a8cc6411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4555 | 2024.11.14 00:22:20.762387 [ 263 ] {e6610af7-c368-4c5c-a8c7-e1f6a8cc6411} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4556 | 2024.11.14 00:22:20.762622 [ 263 ] {e6610af7-c368-4c5c-a8c7-e1f6a8cc6411} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4557 | 2024.11.14 00:22:20.762798 [ 263 ] {e6610af7-c368-4c5c-a8c7-e1f6a8cc6411} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001463 sec., 31442.241968557755 rows/sec., 2.26 MiB/sec. | ||
| 4558 | 2024.11.14 00:22:20.762847 [ 263 ] {e6610af7-c368-4c5c-a8c7-e1f6a8cc6411} <Debug> TCPHandler: Processed in 0.001665413 sec. | ||
| 4559 | 2024.11.14 00:22:20.763060 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4560 | 2024.11.14 00:22:20.763292 [ 261 ] {a6b68e17-29fb-4186-9122-a7f587121106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4561 | 2024.11.14 00:22:20.763383 [ 261 ] {a6b68e17-29fb-4186-9122-a7f587121106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4562 | 2024.11.14 00:22:20.764121 [ 261 ] {a6b68e17-29fb-4186-9122-a7f587121106} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4563 | 2024.11.14 00:22:20.764160 [ 261 ] {a6b68e17-29fb-4186-9122-a7f587121106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4564 | 2024.11.14 00:22:20.764518 [ 261 ] {a6b68e17-29fb-4186-9122-a7f587121106} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4565 | 2024.11.14 00:22:20.764769 [ 261 ] {a6b68e17-29fb-4186-9122-a7f587121106} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4566 | 2024.11.14 00:22:20.764987 [ 261 ] {a6b68e17-29fb-4186-9122-a7f587121106} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001758 sec., 7963.5949943117175 rows/sec., 557.72 KiB/sec. | ||
| 4567 | 2024.11.14 00:22:20.765039 [ 261 ] {a6b68e17-29fb-4186-9122-a7f587121106} <Debug> TCPHandler: Processed in 0.002090409 sec. | ||
| 4568 | 2024.11.14 00:22:20.765177 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4569 | 2024.11.14 00:22:20.765294 [ 263 ] {7599c802-4600-4437-91ed-71df12dfc2d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4570 | 2024.11.14 00:22:20.765340 [ 263 ] {7599c802-4600-4437-91ed-71df12dfc2d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4571 | 2024.11.14 00:22:20.765907 [ 263 ] {7599c802-4600-4437-91ed-71df12dfc2d0} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4572 | 2024.11.14 00:22:20.765944 [ 263 ] {7599c802-4600-4437-91ed-71df12dfc2d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4573 | 2024.11.14 00:22:20.766294 [ 263 ] {7599c802-4600-4437-91ed-71df12dfc2d0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4574 | 2024.11.14 00:22:20.766525 [ 263 ] {7599c802-4600-4437-91ed-71df12dfc2d0} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4575 | 2024.11.14 00:22:20.766772 [ 263 ] {7599c802-4600-4437-91ed-71df12dfc2d0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001481 sec., 8777.852802160704 rows/sec., 547.30 KiB/sec. | ||
| 4576 | 2024.11.14 00:22:20.766930 [ 263 ] {7599c802-4600-4437-91ed-71df12dfc2d0} <Debug> TCPHandler: Processed in 0.001805326 sec. | ||
| 4577 | 2024.11.14 00:22:20.767081 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4578 | 2024.11.14 00:22:20.767216 [ 261 ] {6b6f64a3-05b0-498b-aec7-0d9a8ee7e609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4579 | 2024.11.14 00:22:20.767274 [ 261 ] {6b6f64a3-05b0-498b-aec7-0d9a8ee7e609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4580 | 2024.11.14 00:22:20.768045 [ 261 ] {6b6f64a3-05b0-498b-aec7-0d9a8ee7e609} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4581 | 2024.11.14 00:22:20.768084 [ 261 ] {6b6f64a3-05b0-498b-aec7-0d9a8ee7e609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4582 | 2024.11.14 00:22:20.768466 [ 261 ] {6b6f64a3-05b0-498b-aec7-0d9a8ee7e609} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4583 | 2024.11.14 00:22:20.768704 [ 261 ] {6b6f64a3-05b0-498b-aec7-0d9a8ee7e609} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4584 | 2024.11.14 00:22:20.768924 [ 261 ] {6b6f64a3-05b0-498b-aec7-0d9a8ee7e609} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001737 sec., 242371.9055843408 rows/sec., 17.32 MiB/sec. | ||
| 4585 | 2024.11.14 00:22:20.769050 [ 261 ] {6b6f64a3-05b0-498b-aec7-0d9a8ee7e609} <Debug> TCPHandler: Processed in 0.002035789 sec. | ||
| 4586 | 2024.11.14 00:22:20.769216 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4587 | 2024.11.14 00:22:20.769332 [ 263 ] {034527de-a7e2-4017-8676-38a324b2b51f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4588 | 2024.11.14 00:22:20.769383 [ 263 ] {034527de-a7e2-4017-8676-38a324b2b51f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4589 | 2024.11.14 00:22:20.769870 [ 263 ] {034527de-a7e2-4017-8676-38a324b2b51f} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4590 | 2024.11.14 00:22:20.769907 [ 263 ] {034527de-a7e2-4017-8676-38a324b2b51f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4591 | 2024.11.14 00:22:20.770275 [ 263 ] {034527de-a7e2-4017-8676-38a324b2b51f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4592 | 2024.11.14 00:22:20.770519 [ 263 ] {034527de-a7e2-4017-8676-38a324b2b51f} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4593 | 2024.11.14 00:22:20.770760 [ 263 ] {034527de-a7e2-4017-8676-38a324b2b51f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec. | ||
| 4594 | 2024.11.14 00:22:20.770904 [ 263 ] {034527de-a7e2-4017-8676-38a324b2b51f} <Debug> TCPHandler: Processed in 0.001762784 sec. | ||
| 4595 | 2024.11.14 00:22:20.771049 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4596 | 2024.11.14 00:22:20.771167 [ 261 ] {0f4a001b-e025-418a-9d60-e2ff5a230c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4597 | 2024.11.14 00:22:20.771219 [ 261 ] {0f4a001b-e025-418a-9d60-e2ff5a230c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4598 | 2024.11.14 00:22:20.771808 [ 261 ] {0f4a001b-e025-418a-9d60-e2ff5a230c6d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2024.11.14 00:22:20.771847 [ 261 ] {0f4a001b-e025-418a-9d60-e2ff5a230c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4600 | 2024.11.14 00:22:20.772243 [ 261 ] {0f4a001b-e025-418a-9d60-e2ff5a230c6d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4601 | 2024.11.14 00:22:20.772485 [ 261 ] {0f4a001b-e025-418a-9d60-e2ff5a230c6d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4602 | 2024.11.14 00:22:20.772686 [ 261 ] {0f4a001b-e025-418a-9d60-e2ff5a230c6d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001544 sec., 153497.40932642488 rows/sec., 10.29 MiB/sec. | ||
| 4603 | 2024.11.14 00:22:20.772737 [ 261 ] {0f4a001b-e025-418a-9d60-e2ff5a230c6d} <Debug> TCPHandler: Processed in 0.001748734 sec. | ||
| 4604 | 2024.11.14 00:22:20.772871 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4605 | 2024.11.14 00:22:20.772988 [ 263 ] {6f57a50d-6512-4929-9b84-9eaa01fe2224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4606 | 2024.11.14 00:22:20.773039 [ 263 ] {6f57a50d-6512-4929-9b84-9eaa01fe2224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4607 | 2024.11.14 00:22:20.773516 [ 263 ] {6f57a50d-6512-4929-9b84-9eaa01fe2224} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4608 | 2024.11.14 00:22:20.773552 [ 263 ] {6f57a50d-6512-4929-9b84-9eaa01fe2224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4609 | 2024.11.14 00:22:20.773901 [ 263 ] {6f57a50d-6512-4929-9b84-9eaa01fe2224} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4610 | 2024.11.14 00:22:20.774139 [ 263 ] {6f57a50d-6512-4929-9b84-9eaa01fe2224} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4611 | 2024.11.14 00:22:20.774396 [ 263 ] {6f57a50d-6512-4929-9b84-9eaa01fe2224} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec. | ||
| 4612 | 2024.11.14 00:22:20.774530 [ 263 ] {6f57a50d-6512-4929-9b84-9eaa01fe2224} <Debug> TCPHandler: Processed in 0.001713224 sec. | ||
| 4613 | 2024.11.14 00:22:20.774682 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4614 | 2024.11.14 00:22:20.774819 [ 261 ] {7527ac8b-0f22-4141-8ebd-64401380f8a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4615 | 2024.11.14 00:22:20.774910 [ 261 ] {7527ac8b-0f22-4141-8ebd-64401380f8a0} <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 | ||
| 4616 | 2024.11.14 00:22:20.776223 [ 261 ] {7527ac8b-0f22-4141-8ebd-64401380f8a0} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4617 | 2024.11.14 00:22:20.776263 [ 261 ] {7527ac8b-0f22-4141-8ebd-64401380f8a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4618 | 2024.11.14 00:22:20.776906 [ 261 ] {7527ac8b-0f22-4141-8ebd-64401380f8a0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4619 | 2024.11.14 00:22:20.777166 [ 261 ] {7527ac8b-0f22-4141-8ebd-64401380f8a0} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4620 | 2024.11.14 00:22:20.777391 [ 261 ] {7527ac8b-0f22-4141-8ebd-64401380f8a0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00261 sec., 14942.528735632184 rows/sec., 26.78 MiB/sec. | ||
| 4621 | 2024.11.14 00:22:20.777475 [ 261 ] {7527ac8b-0f22-4141-8ebd-64401380f8a0} <Debug> TCPHandler: Processed in 0.00286425 sec. | ||
| 4622 | 2024.11.14 00:22:20.777604 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4623 | 2024.11.14 00:22:20.777713 [ 263 ] {4fc8fdbb-6f01-4a19-99b7-69dbdb0a9ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4624 | 2024.11.14 00:22:20.777760 [ 263 ] {4fc8fdbb-6f01-4a19-99b7-69dbdb0a9ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4625 | 2024.11.14 00:22:20.778292 [ 263 ] {4fc8fdbb-6f01-4a19-99b7-69dbdb0a9ac3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4626 | 2024.11.14 00:22:20.778328 [ 263 ] {4fc8fdbb-6f01-4a19-99b7-69dbdb0a9ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4627 | 2024.11.14 00:22:20.778693 [ 263 ] {4fc8fdbb-6f01-4a19-99b7-69dbdb0a9ac3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4628 | 2024.11.14 00:22:20.778929 [ 263 ] {4fc8fdbb-6f01-4a19-99b7-69dbdb0a9ac3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4629 | 2024.11.14 00:22:20.779135 [ 263 ] {4fc8fdbb-6f01-4a19-99b7-69dbdb0a9ac3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001401 sec., 58529.621698786585 rows/sec., 3.72 MiB/sec. | ||
| 4630 | 2024.11.14 00:22:20.779244 [ 263 ] {4fc8fdbb-6f01-4a19-99b7-69dbdb0a9ac3} <Debug> TCPHandler: Processed in 0.001672334 sec. | ||
| 4631 | 2024.11.14 00:22:20.794283 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4632 | 2024.11.14 00:22:20.921972 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4633 | 2024.11.14 00:22:20.936812 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4634 | 2024.11.14 00:22:20.948375 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51785, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4635 | 2024.11.14 00:22:20.960671 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4636 | 2024.11.14 00:22:21.009327 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4637 | 2024.11.14 00:22:21.029733 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33378, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4638 | 2024.11.14 00:22:21.709660 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45719, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4639 | 2024.11.14 00:22:21.750087 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55876, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4640 | 2024.11.14 00:22:21.759039 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47954, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4641 | 2024.11.14 00:22:21.781568 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45885, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4642 | 2024.11.14 00:22:21.792876 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59257, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4643 | 2024.11.14 00:22:21.802165 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4644 | 2024.11.14 00:22:21.802218 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53157, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4645 | 2024.11.14 00:22:21.807507 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4646 | 2024.11.14 00:22:22.241250 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51569, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4647 | 2024.11.14 00:22:22.277961 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48653, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4648 | 2024.11.14 00:22:22.426654 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4649 | 2024.11.14 00:22:22.451046 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4650 | 2024.11.14 00:22:22.535149 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60334, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4651 | 2024.11.14 00:22:22.545699 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41170, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4652 | 2024.11.14 00:22:22.549444 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39337, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4653 | 2024.11.14 00:22:23.389642 [ 73 ] {} <Debug> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4654 | 2024.11.14 00:22:23.389719 [ 73 ] {} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4655 | 2024.11.14 00:22:23.389742 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4656 | 2024.11.14 00:22:23.389958 [ 190 ] {43aab42d-f04b-49e7-939e-d26597b119bd::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 | ||
| 4657 | 2024.11.14 00:22:23.390157 [ 190 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4658 | 2024.11.14 00:22:23.390202 [ 190 ] {43aab42d-f04b-49e7-939e-d26597b119bd::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 | ||
| 4659 | 2024.11.14 00:22:23.390298 [ 190 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 4660 | 2024.11.14 00:22:23.390488 [ 190 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 4661 | 2024.11.14 00:22:23.390709 [ 190 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 4662 | 2024.11.14 00:22:23.390874 [ 190 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 4663 | 2024.11.14 00:22:23.392011 [ 187 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002183471 sec., 17403.48280329805 rows/sec., 1.45 MiB/sec. | ||
| 4664 | 2024.11.14 00:22:23.392244 [ 189 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4665 | 2024.11.14 00:22:23.392627 [ 189 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_5_1} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4666 | 2024.11.14 00:22:23.392729 [ 189 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_5_1} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4667 | 2024.11.14 00:22:23.392835 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4668 | 2024.11.14 00:22:25.749937 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4669 | 2024.11.14 00:22:25.750118 [ 263 ] {c492d1d3-334f-4aaa-8edb-e607ec8fc415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4670 | 2024.11.14 00:22:25.750186 [ 263 ] {c492d1d3-334f-4aaa-8edb-e607ec8fc415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4671 | 2024.11.14 00:22:25.750936 [ 263 ] {c492d1d3-334f-4aaa-8edb-e607ec8fc415} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4672 | 2024.11.14 00:22:25.750976 [ 263 ] {c492d1d3-334f-4aaa-8edb-e607ec8fc415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4673 | 2024.11.14 00:22:25.751394 [ 263 ] {c492d1d3-334f-4aaa-8edb-e607ec8fc415} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4674 | 2024.11.14 00:22:25.751649 [ 263 ] {c492d1d3-334f-4aaa-8edb-e607ec8fc415} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4675 | 2024.11.14 00:22:25.751846 [ 263 ] {c492d1d3-334f-4aaa-8edb-e607ec8fc415} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001782 sec., 31425.36475869809 rows/sec., 2.41 MiB/sec. | ||
| 4676 | 2024.11.14 00:22:25.751900 [ 263 ] {c492d1d3-334f-4aaa-8edb-e607ec8fc415} <Debug> TCPHandler: Processed in 0.002086989 sec. | ||
| 4677 | 2024.11.14 00:22:25.752204 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4678 | 2024.11.14 00:22:25.752507 [ 261 ] {98554240-4170-4f59-ba5b-ffdfc7849957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4679 | 2024.11.14 00:22:25.752618 [ 261 ] {98554240-4170-4f59-ba5b-ffdfc7849957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4680 | 2024.11.14 00:22:25.753476 [ 261 ] {98554240-4170-4f59-ba5b-ffdfc7849957} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4681 | 2024.11.14 00:22:25.753522 [ 261 ] {98554240-4170-4f59-ba5b-ffdfc7849957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4682 | 2024.11.14 00:22:25.753944 [ 261 ] {98554240-4170-4f59-ba5b-ffdfc7849957} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4683 | 2024.11.14 00:22:25.754192 [ 261 ] {98554240-4170-4f59-ba5b-ffdfc7849957} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4684 | 2024.11.14 00:22:25.754437 [ 261 ] {98554240-4170-4f59-ba5b-ffdfc7849957} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002014 sec., 31777.557100297912 rows/sec., 2.48 MiB/sec. | ||
| 4685 | 2024.11.14 00:22:25.754494 [ 261 ] {98554240-4170-4f59-ba5b-ffdfc7849957} <Debug> TCPHandler: Processed in 0.002478305 sec. | ||
| 4686 | 2024.11.14 00:22:25.754631 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4687 | 2024.11.14 00:22:25.754748 [ 263 ] {9ffc3b15-3ed4-47ac-a6b8-a2cd035d7cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4688 | 2024.11.14 00:22:25.754801 [ 263 ] {9ffc3b15-3ed4-47ac-a6b8-a2cd035d7cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4689 | 2024.11.14 00:22:25.755397 [ 263 ] {9ffc3b15-3ed4-47ac-a6b8-a2cd035d7cb3} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4690 | 2024.11.14 00:22:25.755434 [ 263 ] {9ffc3b15-3ed4-47ac-a6b8-a2cd035d7cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4691 | 2024.11.14 00:22:25.755814 [ 263 ] {9ffc3b15-3ed4-47ac-a6b8-a2cd035d7cb3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4692 | 2024.11.14 00:22:25.756046 [ 263 ] {9ffc3b15-3ed4-47ac-a6b8-a2cd035d7cb3} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4693 | 2024.11.14 00:22:25.756221 [ 263 ] {9ffc3b15-3ed4-47ac-a6b8-a2cd035d7cb3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001499 sec., 106737.82521681121 rows/sec., 7.43 MiB/sec. | ||
| 4694 | 2024.11.14 00:22:25.756269 [ 263 ] {9ffc3b15-3ed4-47ac-a6b8-a2cd035d7cb3} <Debug> TCPHandler: Processed in 0.001694354 sec. | ||
| 4695 | 2024.11.14 00:22:25.756435 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4696 | 2024.11.14 00:22:25.756554 [ 261 ] {9be4b804-5170-45b8-8e3c-9990529e26e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4697 | 2024.11.14 00:22:25.756607 [ 261 ] {9be4b804-5170-45b8-8e3c-9990529e26e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4698 | 2024.11.14 00:22:25.757109 [ 261 ] {9be4b804-5170-45b8-8e3c-9990529e26e5} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4699 | 2024.11.14 00:22:25.757148 [ 261 ] {9be4b804-5170-45b8-8e3c-9990529e26e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4700 | 2024.11.14 00:22:25.757520 [ 261 ] {9be4b804-5170-45b8-8e3c-9990529e26e5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4701 | 2024.11.14 00:22:25.757757 [ 261 ] {9be4b804-5170-45b8-8e3c-9990529e26e5} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4702 | 2024.11.14 00:22:25.757944 [ 261 ] {9be4b804-5170-45b8-8e3c-9990529e26e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
| 4703 | 2024.11.14 00:22:25.758057 [ 261 ] {9be4b804-5170-45b8-8e3c-9990529e26e5} <Debug> TCPHandler: Processed in 0.001677654 sec. | ||
| 4704 | 2024.11.14 00:22:29.149410 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 682 | ||
| 4705 | 2024.11.14 00:22:29.152271 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4706 | 2024.11.14 00:22:29.152324 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4707 | 2024.11.14 00:22:29.153727 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4708 | 2024.11.14 00:22:29.154032 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4709 | 2024.11.14 00:22:29.154280 [ 70 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4710 | 2024.11.14 00:22:29.154403 [ 70 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4711 | 2024.11.14 00:22:29.154474 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4712 | 2024.11.14 00:22:29.154831 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 4713 | 2024.11.14 00:22:29.155431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
| 4714 | 2024.11.14 00:22:29.155904 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4715 | 2024.11.14 00:22:29.156076 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 552 rows starting from the beginning of the part | ||
| 4716 | 2024.11.14 00:22:29.156708 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 4717 | 2024.11.14 00:22:29.157171 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 4718 | 2024.11.14 00:22:29.157626 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 4719 | 2024.11.14 00:22:29.158057 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 4720 | 2024.11.14 00:22:29.158438 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
| 4721 | 2024.11.14 00:22:29.166079 [ 187 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 72 columns (72 merged, 0 gathered) in 0.011477842 sec., 59418.83500400162 rows/sec., 51.34 MiB/sec. | ||
| 4722 | 2024.11.14 00:22:29.167341 [ 200 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4723 | 2024.11.14 00:22:29.168107 [ 200 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_21_4} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4724 | 2024.11.14 00:22:29.168194 [ 200 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_21_4} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4725 | 2024.11.14 00:22:29.168542 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 4726 | 2024.11.14 00:22:30.750607 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4727 | 2024.11.14 00:22:30.750796 [ 263 ] {06e8df2a-6061-4fab-8fcf-c833a7f80961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4728 | 2024.11.14 00:22:30.750870 [ 263 ] {06e8df2a-6061-4fab-8fcf-c833a7f80961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4729 | 2024.11.14 00:22:30.751601 [ 263 ] {06e8df2a-6061-4fab-8fcf-c833a7f80961} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4730 | 2024.11.14 00:22:30.751654 [ 263 ] {06e8df2a-6061-4fab-8fcf-c833a7f80961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4731 | 2024.11.14 00:22:30.752089 [ 263 ] {06e8df2a-6061-4fab-8fcf-c833a7f80961} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4732 | 2024.11.14 00:22:30.752339 [ 263 ] {06e8df2a-6061-4fab-8fcf-c833a7f80961} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4733 | 2024.11.14 00:22:30.752602 [ 263 ] {06e8df2a-6061-4fab-8fcf-c833a7f80961} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00186 sec., 30107.526881720427 rows/sec., 2.31 MiB/sec. | ||
| 4734 | 2024.11.14 00:22:30.752668 [ 263 ] {06e8df2a-6061-4fab-8fcf-c833a7f80961} <Debug> TCPHandler: Processed in 0.002191781 sec. | ||
| 4735 | 2024.11.14 00:22:30.752962 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4736 | 2024.11.14 00:22:30.753216 [ 261 ] {e1a1097e-b3ae-441e-af21-a0a7d00da443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4737 | 2024.11.14 00:22:30.753285 [ 261 ] {e1a1097e-b3ae-441e-af21-a0a7d00da443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4738 | 2024.11.14 00:22:30.754019 [ 261 ] {e1a1097e-b3ae-441e-af21-a0a7d00da443} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4739 | 2024.11.14 00:22:30.754059 [ 261 ] {e1a1097e-b3ae-441e-af21-a0a7d00da443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4740 | 2024.11.14 00:22:30.754483 [ 261 ] {e1a1097e-b3ae-441e-af21-a0a7d00da443} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4741 | 2024.11.14 00:22:30.754731 [ 261 ] {e1a1097e-b3ae-441e-af21-a0a7d00da443} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4742 | 2024.11.14 00:22:30.754932 [ 261 ] {e1a1097e-b3ae-441e-af21-a0a7d00da443} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001766 sec., 36240.090600226504 rows/sec., 2.83 MiB/sec. | ||
| 4743 | 2024.11.14 00:22:30.754987 [ 261 ] {e1a1097e-b3ae-441e-af21-a0a7d00da443} <Debug> TCPHandler: Processed in 0.00221338 sec. | ||
| 4744 | 2024.11.14 00:22:30.755127 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4745 | 2024.11.14 00:22:30.755253 [ 263 ] {3dcf5c45-0ae8-4694-9d13-92dd9204cd31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4746 | 2024.11.14 00:22:30.755309 [ 263 ] {3dcf5c45-0ae8-4694-9d13-92dd9204cd31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4747 | 2024.11.14 00:22:30.755922 [ 263 ] {3dcf5c45-0ae8-4694-9d13-92dd9204cd31} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4748 | 2024.11.14 00:22:30.755961 [ 263 ] {3dcf5c45-0ae8-4694-9d13-92dd9204cd31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4749 | 2024.11.14 00:22:30.756355 [ 263 ] {3dcf5c45-0ae8-4694-9d13-92dd9204cd31} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4750 | 2024.11.14 00:22:30.756594 [ 263 ] {3dcf5c45-0ae8-4694-9d13-92dd9204cd31} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4751 | 2024.11.14 00:22:30.756764 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4752 | 2024.11.14 00:22:30.756821 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4753 | 2024.11.14 00:22:30.756850 [ 263 ] {3dcf5c45-0ae8-4694-9d13-92dd9204cd31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
| 4754 | 2024.11.14 00:22:30.756861 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4755 | 2024.11.14 00:22:30.757002 [ 263 ] {3dcf5c45-0ae8-4694-9d13-92dd9204cd31} <Debug> TCPHandler: Processed in 0.001931277 sec. | ||
| 4756 | 2024.11.14 00:22:30.757137 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::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 | ||
| 4757 | 2024.11.14 00:22:30.757229 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4758 | 2024.11.14 00:22:30.757458 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4759 | 2024.11.14 00:22:30.757493 [ 261 ] {2691dede-6640-49e4-9700-1416ae25b537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4760 | 2024.11.14 00:22:30.757531 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 7868 rows starting from the beginning of the part | ||
| 4761 | 2024.11.14 00:22:30.757601 [ 261 ] {2691dede-6640-49e4-9700-1416ae25b537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4762 | 2024.11.14 00:22:30.757866 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 133 rows starting from the beginning of the part | ||
| 4763 | 2024.11.14 00:22:30.758218 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 4764 | 2024.11.14 00:22:30.758551 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 4765 | 2024.11.14 00:22:30.758858 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::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 | ||
| 4766 | 2024.11.14 00:22:30.759279 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 4767 | 2024.11.14 00:22:30.760297 [ 261 ] {2691dede-6640-49e4-9700-1416ae25b537} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4768 | 2024.11.14 00:22:30.760360 [ 261 ] {2691dede-6640-49e4-9700-1416ae25b537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4769 | 2024.11.14 00:22:30.761081 [ 261 ] {2691dede-6640-49e4-9700-1416ae25b537} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4770 | 2024.11.14 00:22:30.761658 [ 261 ] {2691dede-6640-49e4-9700-1416ae25b537} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4771 | 2024.11.14 00:22:30.761998 [ 67 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4772 | 2024.11.14 00:22:30.762112 [ 67 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4773 | 2024.11.14 00:22:30.762200 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4774 | 2024.11.14 00:22:30.762380 [ 261 ] {2691dede-6640-49e4-9700-1416ae25b537} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004935 sec., 12158.0547112462 rows/sec., 839.03 KiB/sec. | ||
| 4775 | 2024.11.14 00:22:30.762834 [ 261 ] {2691dede-6640-49e4-9700-1416ae25b537} <Debug> TCPHandler: Processed in 0.0056964 sec. | ||
| 4776 | 2024.11.14 00:22:30.762958 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 4777 | 2024.11.14 00:22:30.763569 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4778 | 2024.11.14 00:22:30.763617 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1914 rows starting from the beginning of the part | ||
| 4779 | 2024.11.14 00:22:30.763717 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part | ||
| 4780 | 2024.11.14 00:22:30.763956 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 4781 | 2024.11.14 00:22:30.764264 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 4782 | 2024.11.14 00:22:30.764635 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 4783 | 2024.11.14 00:22:30.764848 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 4784 | 2024.11.14 00:22:30.766171 [ 192 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8718 rows, containing 5 columns (5 merged, 0 gathered) in 0.009157219 sec., 952035.7654436353 rows/sec., 64.69 MiB/sec. | ||
| 4785 | 2024.11.14 00:22:30.766361 [ 192 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4786 | 2024.11.14 00:22:30.766714 [ 192 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4787 | 2024.11.14 00:22:30.766880 [ 192 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4788 | 2024.11.14 00:22:30.766938 [ 198 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2224 rows, containing 4 columns (4 merged, 0 gathered) in 0.004530144 sec., 490933.6215360925 rows/sec., 32.32 MiB/sec. | ||
| 4789 | 2024.11.14 00:22:30.767016 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 4790 | 2024.11.14 00:22:30.767361 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4791 | 2024.11.14 00:22:30.767698 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_36_7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4792 | 2024.11.14 00:22:30.767791 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_36_7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4793 | 2024.11.14 00:22:30.767879 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 4794 | 2024.11.14 00:22:33.981604 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4795 | 2024.11.14 00:22:33.981676 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4796 | 2024.11.14 00:22:34.791169 [ 64 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4797 | 2024.11.14 00:22:34.791245 [ 64 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4798 | 2024.11.14 00:22:34.791291 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4799 | 2024.11.14 00:22:34.791543 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 4800 | 2024.11.14 00:22:34.791806 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4801 | 2024.11.14 00:22:34.791869 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 242 rows starting from the beginning of the part | ||
| 4802 | 2024.11.14 00:22:34.792019 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 4803 | 2024.11.14 00:22:34.792327 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 4804 | 2024.11.14 00:22:34.792519 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 4805 | 2024.11.14 00:22:34.792787 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 4806 | 2024.11.14 00:22:34.793966 [ 200 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002565386 sec., 116161.85634442537 rows/sec., 8.33 MiB/sec. | ||
| 4807 | 2024.11.14 00:22:34.794154 [ 200 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4808 | 2024.11.14 00:22:34.794519 [ 200 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_13_3} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4809 | 2024.11.14 00:22:34.794621 [ 200 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_13_3} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4810 | 2024.11.14 00:22:34.794726 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4811 | 2024.11.14 00:22:35.756300 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4812 | 2024.11.14 00:22:35.756486 [ 263 ] {27a13871-8792-480e-81aa-c4397b8c2b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4813 | 2024.11.14 00:22:35.756555 [ 263 ] {27a13871-8792-480e-81aa-c4397b8c2b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4814 | 2024.11.14 00:22:35.757271 [ 263 ] {27a13871-8792-480e-81aa-c4397b8c2b0e} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4815 | 2024.11.14 00:22:35.757311 [ 263 ] {27a13871-8792-480e-81aa-c4397b8c2b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4816 | 2024.11.14 00:22:35.757729 [ 263 ] {27a13871-8792-480e-81aa-c4397b8c2b0e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4817 | 2024.11.14 00:22:35.757982 [ 263 ] {27a13871-8792-480e-81aa-c4397b8c2b0e} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4818 | 2024.11.14 00:22:35.758135 [ 64 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4819 | 2024.11.14 00:22:35.758184 [ 64 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4820 | 2024.11.14 00:22:35.758191 [ 263 ] {27a13871-8792-480e-81aa-c4397b8c2b0e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001758 sec., 7963.5949943117175 rows/sec., 573.27 KiB/sec. | ||
| 4821 | 2024.11.14 00:22:35.758211 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4822 | 2024.11.14 00:22:35.758285 [ 263 ] {27a13871-8792-480e-81aa-c4397b8c2b0e} <Debug> TCPHandler: Processed in 0.00213268 sec. | ||
| 4823 | 2024.11.14 00:22:35.758550 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 4824 | 2024.11.14 00:22:35.758669 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4825 | 2024.11.14 00:22:35.758787 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4826 | 2024.11.14 00:22:35.758852 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 4827 | 2024.11.14 00:22:35.759034 [ 261 ] {eaf47647-c69d-4c8f-9e4d-1dc8512894e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4828 | 2024.11.14 00:22:35.759136 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 4829 | 2024.11.14 00:22:35.759204 [ 261 ] {eaf47647-c69d-4c8f-9e4d-1dc8512894e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4830 | 2024.11.14 00:22:35.759458 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 4831 | 2024.11.14 00:22:35.759915 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 4832 | 2024.11.14 00:22:35.760262 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 4833 | 2024.11.14 00:22:35.762297 [ 261 ] {eaf47647-c69d-4c8f-9e4d-1dc8512894e7} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4834 | 2024.11.14 00:22:35.762376 [ 261 ] {eaf47647-c69d-4c8f-9e4d-1dc8512894e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4835 | 2024.11.14 00:22:35.762803 [ 188 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004506434 sec., 15533.346322169591 rows/sec., 1.15 MiB/sec. | ||
| 4836 | 2024.11.14 00:22:35.762993 [ 188 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4837 | 2024.11.14 00:22:35.763402 [ 261 ] {eaf47647-c69d-4c8f-9e4d-1dc8512894e7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4838 | 2024.11.14 00:22:35.763488 [ 188 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_13_3} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4839 | 2024.11.14 00:22:35.763627 [ 188 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_13_3} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4840 | 2024.11.14 00:22:35.763753 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4841 | 2024.11.14 00:22:35.763845 [ 261 ] {eaf47647-c69d-4c8f-9e4d-1dc8512894e7} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4842 | 2024.11.14 00:22:35.764070 [ 261 ] {eaf47647-c69d-4c8f-9e4d-1dc8512894e7} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005179 sec., 54257.57868314347 rows/sec., 4.79 MiB/sec. | ||
| 4843 | 2024.11.14 00:22:35.764142 [ 261 ] {eaf47647-c69d-4c8f-9e4d-1dc8512894e7} <Debug> TCPHandler: Processed in 0.00572184 sec. | ||
| 4844 | 2024.11.14 00:22:35.764298 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4845 | 2024.11.14 00:22:35.764414 [ 263 ] {a2afb58b-f2a4-4062-a34a-2e84c1b92be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4846 | 2024.11.14 00:22:35.764463 [ 263 ] {a2afb58b-f2a4-4062-a34a-2e84c1b92be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4847 | 2024.11.14 00:22:35.765062 [ 263 ] {a2afb58b-f2a4-4062-a34a-2e84c1b92be5} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4848 | 2024.11.14 00:22:35.765102 [ 263 ] {a2afb58b-f2a4-4062-a34a-2e84c1b92be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4849 | 2024.11.14 00:22:35.765454 [ 263 ] {a2afb58b-f2a4-4062-a34a-2e84c1b92be5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4850 | 2024.11.14 00:22:35.765695 [ 263 ] {a2afb58b-f2a4-4062-a34a-2e84c1b92be5} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4851 | 2024.11.14 00:22:35.765947 [ 263 ] {a2afb58b-f2a4-4062-a34a-2e84c1b92be5} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001556 sec., 29562.982005141388 rows/sec., 2.13 MiB/sec. | ||
| 4852 | 2024.11.14 00:22:35.766172 [ 263 ] {a2afb58b-f2a4-4062-a34a-2e84c1b92be5} <Debug> TCPHandler: Processed in 0.001928227 sec. | ||
| 4853 | 2024.11.14 00:22:35.766363 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4854 | 2024.11.14 00:22:35.766506 [ 261 ] {94a8bbb7-c01e-4c64-832d-7ec511c64a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4855 | 2024.11.14 00:22:35.766564 [ 261 ] {94a8bbb7-c01e-4c64-832d-7ec511c64a6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4856 | 2024.11.14 00:22:35.767247 [ 261 ] {94a8bbb7-c01e-4c64-832d-7ec511c64a6c} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4857 | 2024.11.14 00:22:35.767318 [ 261 ] {94a8bbb7-c01e-4c64-832d-7ec511c64a6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4858 | 2024.11.14 00:22:35.767681 [ 261 ] {94a8bbb7-c01e-4c64-832d-7ec511c64a6c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4859 | 2024.11.14 00:22:35.767920 [ 261 ] {94a8bbb7-c01e-4c64-832d-7ec511c64a6c} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4860 | 2024.11.14 00:22:35.768102 [ 261 ] {94a8bbb7-c01e-4c64-832d-7ec511c64a6c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001627 sec., 8604.79409956976 rows/sec., 602.62 KiB/sec. | ||
| 4861 | 2024.11.14 00:22:35.768154 [ 261 ] {94a8bbb7-c01e-4c64-832d-7ec511c64a6c} <Debug> TCPHandler: Processed in 0.001881467 sec. | ||
| 4862 | 2024.11.14 00:22:35.768291 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4863 | 2024.11.14 00:22:35.768407 [ 263 ] {fb0f2d25-81f0-4e7d-b831-98f808fe3905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4864 | 2024.11.14 00:22:35.768453 [ 263 ] {fb0f2d25-81f0-4e7d-b831-98f808fe3905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4865 | 2024.11.14 00:22:35.769058 [ 263 ] {fb0f2d25-81f0-4e7d-b831-98f808fe3905} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4866 | 2024.11.14 00:22:35.769098 [ 263 ] {fb0f2d25-81f0-4e7d-b831-98f808fe3905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4867 | 2024.11.14 00:22:35.769444 [ 263 ] {fb0f2d25-81f0-4e7d-b831-98f808fe3905} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4868 | 2024.11.14 00:22:35.769688 [ 263 ] {fb0f2d25-81f0-4e7d-b831-98f808fe3905} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4869 | 2024.11.14 00:22:35.769845 [ 63 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4870 | 2024.11.14 00:22:35.769905 [ 63 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4871 | 2024.11.14 00:22:35.769937 [ 263 ] {fb0f2d25-81f0-4e7d-b831-98f808fe3905} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001543 sec., 8425.145819831496 rows/sec., 525.31 KiB/sec. | ||
| 4872 | 2024.11.14 00:22:35.769945 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4873 | 2024.11.14 00:22:35.770102 [ 263 ] {fb0f2d25-81f0-4e7d-b831-98f808fe3905} <Debug> TCPHandler: Processed in 0.001865286 sec. | ||
| 4874 | 2024.11.14 00:22:35.770185 [ 200 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 4875 | 2024.11.14 00:22:35.770413 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4876 | 2024.11.14 00:22:35.770474 [ 200 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4877 | 2024.11.14 00:22:35.770511 [ 200 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 4878 | 2024.11.14 00:22:35.770734 [ 261 ] {b61e0272-beaa-4cda-8926-ce1f9fad08ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4879 | 2024.11.14 00:22:35.770767 [ 200 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 4880 | 2024.11.14 00:22:35.770945 [ 261 ] {b61e0272-beaa-4cda-8926-ce1f9fad08ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4881 | 2024.11.14 00:22:35.771106 [ 200 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 4882 | 2024.11.14 00:22:35.771479 [ 200 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 4883 | 2024.11.14 00:22:35.771759 [ 200 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 4884 | 2024.11.14 00:22:35.773821 [ 261 ] {b61e0272-beaa-4cda-8926-ce1f9fad08ae} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4885 | 2024.11.14 00:22:35.773908 [ 261 ] {b61e0272-beaa-4cda-8926-ce1f9fad08ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4886 | 2024.11.14 00:22:35.774279 [ 195 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004208929 sec., 15443.358631138704 rows/sec., 1023.22 KiB/sec. | ||
| 4887 | 2024.11.14 00:22:35.774432 [ 195 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4888 | 2024.11.14 00:22:35.774652 [ 261 ] {b61e0272-beaa-4cda-8926-ce1f9fad08ae} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4889 | 2024.11.14 00:22:35.774802 [ 195 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_13_3} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4890 | 2024.11.14 00:22:35.774899 [ 195 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_13_3} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4891 | 2024.11.14 00:22:35.774945 [ 261 ] {b61e0272-beaa-4cda-8926-ce1f9fad08ae} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4892 | 2024.11.14 00:22:35.775002 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4893 | 2024.11.14 00:22:35.775159 [ 261 ] {b61e0272-beaa-4cda-8926-ce1f9fad08ae} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00457 sec., 92122.53829321662 rows/sec., 6.58 MiB/sec. | ||
| 4894 | 2024.11.14 00:22:35.775221 [ 261 ] {b61e0272-beaa-4cda-8926-ce1f9fad08ae} <Debug> TCPHandler: Processed in 0.00501208 sec. | ||
| 4895 | 2024.11.14 00:22:35.775358 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4896 | 2024.11.14 00:22:35.775481 [ 263 ] {09467b92-b7cd-48e6-bfd4-b633d1972ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4897 | 2024.11.14 00:22:35.775532 [ 263 ] {09467b92-b7cd-48e6-bfd4-b633d1972ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4898 | 2024.11.14 00:22:35.776011 [ 263 ] {09467b92-b7cd-48e6-bfd4-b633d1972ebd} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4899 | 2024.11.14 00:22:35.776049 [ 263 ] {09467b92-b7cd-48e6-bfd4-b633d1972ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4900 | 2024.11.14 00:22:35.776411 [ 263 ] {09467b92-b7cd-48e6-bfd4-b633d1972ebd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4901 | 2024.11.14 00:22:35.776647 [ 263 ] {09467b92-b7cd-48e6-bfd4-b633d1972ebd} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4902 | 2024.11.14 00:22:35.776905 [ 263 ] {09467b92-b7cd-48e6-bfd4-b633d1972ebd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 4903 | 2024.11.14 00:22:35.777119 [ 263 ] {09467b92-b7cd-48e6-bfd4-b633d1972ebd} <Debug> TCPHandler: Processed in 0.001812626 sec. | ||
| 4904 | 2024.11.14 00:22:35.777332 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4905 | 2024.11.14 00:22:35.777475 [ 261 ] {c870d49b-5b07-46bd-a2e9-96bdc76bf79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4906 | 2024.11.14 00:22:35.777541 [ 261 ] {c870d49b-5b07-46bd-a2e9-96bdc76bf79c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4907 | 2024.11.14 00:22:35.778211 [ 261 ] {c870d49b-5b07-46bd-a2e9-96bdc76bf79c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4908 | 2024.11.14 00:22:35.778259 [ 261 ] {c870d49b-5b07-46bd-a2e9-96bdc76bf79c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4909 | 2024.11.14 00:22:35.778668 [ 261 ] {c870d49b-5b07-46bd-a2e9-96bdc76bf79c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4910 | 2024.11.14 00:22:35.778920 [ 261 ] {c870d49b-5b07-46bd-a2e9-96bdc76bf79c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4911 | 2024.11.14 00:22:35.779097 [ 261 ] {c870d49b-5b07-46bd-a2e9-96bdc76bf79c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001659 sec., 142857.14285714284 rows/sec., 9.58 MiB/sec. | ||
| 4912 | 2024.11.14 00:22:35.779147 [ 261 ] {c870d49b-5b07-46bd-a2e9-96bdc76bf79c} <Debug> TCPHandler: Processed in 0.001921208 sec. | ||
| 4913 | 2024.11.14 00:22:35.779284 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4914 | 2024.11.14 00:22:35.779398 [ 263 ] {7a4004f1-f5b2-44c5-941b-65382a165dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4915 | 2024.11.14 00:22:35.779449 [ 263 ] {7a4004f1-f5b2-44c5-941b-65382a165dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4916 | 2024.11.14 00:22:35.779915 [ 263 ] {7a4004f1-f5b2-44c5-941b-65382a165dd0} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4917 | 2024.11.14 00:22:35.779954 [ 263 ] {7a4004f1-f5b2-44c5-941b-65382a165dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4918 | 2024.11.14 00:22:35.780308 [ 263 ] {7a4004f1-f5b2-44c5-941b-65382a165dd0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4919 | 2024.11.14 00:22:35.780545 [ 263 ] {7a4004f1-f5b2-44c5-941b-65382a165dd0} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4920 | 2024.11.14 00:22:35.780760 [ 263 ] {7a4004f1-f5b2-44c5-941b-65382a165dd0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. | ||
| 4921 | 2024.11.14 00:22:35.780809 [ 263 ] {7a4004f1-f5b2-44c5-941b-65382a165dd0} <Debug> TCPHandler: Processed in 0.001583642 sec. | ||
| 4922 | 2024.11.14 00:22:35.780935 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4923 | 2024.11.14 00:22:35.781054 [ 261 ] {17e209bf-85a0-4e8f-90fd-daf32345849f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4924 | 2024.11.14 00:22:35.781135 [ 261 ] {17e209bf-85a0-4e8f-90fd-daf32345849f} <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 | ||
| 4925 | 2024.11.14 00:22:35.782230 [ 261 ] {17e209bf-85a0-4e8f-90fd-daf32345849f} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4926 | 2024.11.14 00:22:35.782269 [ 261 ] {17e209bf-85a0-4e8f-90fd-daf32345849f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4927 | 2024.11.14 00:22:35.782906 [ 261 ] {17e209bf-85a0-4e8f-90fd-daf32345849f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4928 | 2024.11.14 00:22:35.783167 [ 261 ] {17e209bf-85a0-4e8f-90fd-daf32345849f} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4929 | 2024.11.14 00:22:35.783423 [ 261 ] {17e209bf-85a0-4e8f-90fd-daf32345849f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002384 sec., 16359.060402684565 rows/sec., 29.31 MiB/sec. | ||
| 4930 | 2024.11.14 00:22:35.783749 [ 261 ] {17e209bf-85a0-4e8f-90fd-daf32345849f} <Debug> TCPHandler: Processed in 0.00286814 sec. | ||
| 4931 | 2024.11.14 00:22:35.783886 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4932 | 2024.11.14 00:22:35.784002 [ 263 ] {7f4601fa-2a67-4ce2-8dac-e61ef638b011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4933 | 2024.11.14 00:22:35.784053 [ 263 ] {7f4601fa-2a67-4ce2-8dac-e61ef638b011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4934 | 2024.11.14 00:22:35.784527 [ 263 ] {7f4601fa-2a67-4ce2-8dac-e61ef638b011} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2024.11.14 00:22:35.784565 [ 263 ] {7f4601fa-2a67-4ce2-8dac-e61ef638b011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4936 | 2024.11.14 00:22:35.784927 [ 263 ] {7f4601fa-2a67-4ce2-8dac-e61ef638b011} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4937 | 2024.11.14 00:22:35.785170 [ 263 ] {7f4601fa-2a67-4ce2-8dac-e61ef638b011} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2024.11.14 00:22:35.785401 [ 263 ] {7f4601fa-2a67-4ce2-8dac-e61ef638b011} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00142 sec., 57746.47887323944 rows/sec., 3.67 MiB/sec. | ||
| 4939 | 2024.11.14 00:22:35.785589 [ 263 ] {7f4601fa-2a67-4ce2-8dac-e61ef638b011} <Debug> TCPHandler: Processed in 0.001757474 sec. | ||
| 4940 | 2024.11.14 00:22:39.155737 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 712 | ||
| 4941 | 2024.11.14 00:22:39.158449 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4942 | 2024.11.14 00:22:39.158498 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4943 | 2024.11.14 00:22:39.159913 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4944 | 2024.11.14 00:22:39.160221 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4945 | 2024.11.14 00:22:39.161300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 712 | ||
| 4946 | 2024.11.14 00:22:40.749036 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4947 | 2024.11.14 00:22:40.749221 [ 263 ] {4467a8be-acd8-4da4-a914-91737f6160b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4948 | 2024.11.14 00:22:40.749291 [ 263 ] {4467a8be-acd8-4da4-a914-91737f6160b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4949 | 2024.11.14 00:22:40.750012 [ 263 ] {4467a8be-acd8-4da4-a914-91737f6160b8} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4950 | 2024.11.14 00:22:40.750058 [ 263 ] {4467a8be-acd8-4da4-a914-91737f6160b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4951 | 2024.11.14 00:22:40.750473 [ 263 ] {4467a8be-acd8-4da4-a914-91737f6160b8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4952 | 2024.11.14 00:22:40.750729 [ 263 ] {4467a8be-acd8-4da4-a914-91737f6160b8} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4953 | 2024.11.14 00:22:40.750972 [ 263 ] {4467a8be-acd8-4da4-a914-91737f6160b8} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001804 sec., 4434.589800443458 rows/sec., 361.61 KiB/sec. | ||
| 4954 | 2024.11.14 00:22:40.751032 [ 263 ] {4467a8be-acd8-4da4-a914-91737f6160b8} <Debug> TCPHandler: Processed in 0.00212231 sec. | ||
| 4955 | 2024.11.14 00:22:40.751264 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4956 | 2024.11.14 00:22:40.751448 [ 261 ] {b6655a46-d286-4a5f-9430-a440b76b92ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4957 | 2024.11.14 00:22:40.751518 [ 261 ] {b6655a46-d286-4a5f-9430-a440b76b92ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4958 | 2024.11.14 00:22:40.752246 [ 261 ] {b6655a46-d286-4a5f-9430-a440b76b92ed} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4959 | 2024.11.14 00:22:40.752293 [ 261 ] {b6655a46-d286-4a5f-9430-a440b76b92ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4960 | 2024.11.14 00:22:40.752725 [ 261 ] {b6655a46-d286-4a5f-9430-a440b76b92ed} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4961 | 2024.11.14 00:22:40.752983 [ 261 ] {b6655a46-d286-4a5f-9430-a440b76b92ed} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4962 | 2024.11.14 00:22:40.753200 [ 57 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4963 | 2024.11.14 00:22:40.753238 [ 261 ] {b6655a46-d286-4a5f-9430-a440b76b92ed} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001842 sec., 32573.28990228013 rows/sec., 2.49 MiB/sec. | ||
| 4964 | 2024.11.14 00:22:40.753309 [ 57 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4965 | 2024.11.14 00:22:40.753371 [ 261 ] {b6655a46-d286-4a5f-9430-a440b76b92ed} <Debug> TCPHandler: Processed in 0.002233791 sec. | ||
| 4966 | 2024.11.14 00:22:40.753398 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4967 | 2024.11.14 00:22:40.753600 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4968 | 2024.11.14 00:22:40.753689 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 4969 | 2024.11.14 00:22:40.754038 [ 263 ] {e70fee54-6a42-4e48-b576-fe5876b4cf00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4970 | 2024.11.14 00:22:40.754259 [ 263 ] {e70fee54-6a42-4e48-b576-fe5876b4cf00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4971 | 2024.11.14 00:22:40.754308 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4972 | 2024.11.14 00:22:40.754474 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1431 rows starting from the beginning of the part | ||
| 4973 | 2024.11.14 00:22:40.755009 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 281 rows starting from the beginning of the part | ||
| 4974 | 2024.11.14 00:22:40.755412 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 4975 | 2024.11.14 00:22:40.755827 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 4976 | 2024.11.14 00:22:40.756177 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 281 rows starting from the beginning of the part | ||
| 4977 | 2024.11.14 00:22:40.756428 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 4978 | 2024.11.14 00:22:40.757352 [ 263 ] {e70fee54-6a42-4e48-b576-fe5876b4cf00} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4979 | 2024.11.14 00:22:40.757414 [ 263 ] {e70fee54-6a42-4e48-b576-fe5876b4cf00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4980 | 2024.11.14 00:22:40.758325 [ 263 ] {e70fee54-6a42-4e48-b576-fe5876b4cf00} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4981 | 2024.11.14 00:22:40.758847 [ 263 ] {e70fee54-6a42-4e48-b576-fe5876b4cf00} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4982 | 2024.11.14 00:22:40.759224 [ 263 ] {e70fee54-6a42-4e48-b576-fe5876b4cf00} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.005394 sec., 1483.1294030404151 rows/sec., 103.56 KiB/sec. | ||
| 4983 | 2024.11.14 00:22:40.759587 [ 263 ] {e70fee54-6a42-4e48-b576-fe5876b4cf00} <Debug> TCPHandler: Processed in 0.006111926 sec. | ||
| 4984 | 2024.11.14 00:22:40.759939 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4985 | 2024.11.14 00:22:40.760141 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2165 rows, containing 5 columns (5 merged, 0 gathered) in 0.006607943 sec., 327635.9980708066 rows/sec., 28.90 MiB/sec. | ||
| 4986 | 2024.11.14 00:22:40.760175 [ 261 ] {b77c5ab9-00a2-492c-9be7-7b23607f11f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4987 | 2024.11.14 00:22:40.760246 [ 261 ] {b77c5ab9-00a2-492c-9be7-7b23607f11f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4988 | 2024.11.14 00:22:40.760505 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4989 | 2024.11.14 00:22:40.761131 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_41_8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4990 | 2024.11.14 00:22:40.761354 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_41_8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4991 | 2024.11.14 00:22:40.761521 [ 261 ] {b77c5ab9-00a2-492c-9be7-7b23607f11f9} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4992 | 2024.11.14 00:22:40.761534 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 4993 | 2024.11.14 00:22:40.761589 [ 261 ] {b77c5ab9-00a2-492c-9be7-7b23607f11f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 4994 | 2024.11.14 00:22:40.761971 [ 261 ] {b77c5ab9-00a2-492c-9be7-7b23607f11f9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4995 | 2024.11.14 00:22:40.762227 [ 261 ] {b77c5ab9-00a2-492c-9be7-7b23607f11f9} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4996 | 2024.11.14 00:22:40.762415 [ 57 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4997 | 2024.11.14 00:22:40.762477 [ 261 ] {b77c5ab9-00a2-492c-9be7-7b23607f11f9} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.002335 sec., 30835.117773019276 rows/sec., 2.41 MiB/sec. | ||
| 4998 | 2024.11.14 00:22:40.762495 [ 57 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4999 | 2024.11.14 00:22:40.762588 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5000 | 2024.11.14 00:22:40.762609 [ 261 ] {b77c5ab9-00a2-492c-9be7-7b23607f11f9} <Debug> TCPHandler: Processed in 0.002891461 sec. | ||
| 5001 | 2024.11.14 00:22:40.762929 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5002 | 2024.11.14 00:22:40.762959 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 5003 | 2024.11.14 00:22:40.763455 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5004 | 2024.11.14 00:22:40.763467 [ 263 ] {e051fd75-d7b6-455a-a8ab-2eac5f8f4f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5005 | 2024.11.14 00:22:40.763558 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 5006 | 2024.11.14 00:22:40.763672 [ 263 ] {e051fd75-d7b6-455a-a8ab-2eac5f8f4f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5007 | 2024.11.14 00:22:40.763917 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 421 rows starting from the beginning of the part | ||
| 5008 | 2024.11.14 00:22:40.764290 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 5009 | 2024.11.14 00:22:40.764584 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5010 | 2024.11.14 00:22:40.764988 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 421 rows starting from the beginning of the part | ||
| 5011 | 2024.11.14 00:22:40.765352 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 72 rows starting from the beginning of the part | ||
| 5012 | 2024.11.14 00:22:40.766745 [ 263 ] {e051fd75-d7b6-455a-a8ab-2eac5f8f4f73} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5013 | 2024.11.14 00:22:40.766811 [ 263 ] {e051fd75-d7b6-455a-a8ab-2eac5f8f4f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5014 | 2024.11.14 00:22:40.767879 [ 263 ] {e051fd75-d7b6-455a-a8ab-2eac5f8f4f73} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5015 | 2024.11.14 00:22:40.768254 [ 263 ] {e051fd75-d7b6-455a-a8ab-2eac5f8f4f73} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5016 | 2024.11.14 00:22:40.768963 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.006254668 sec., 312566.55029491574 rows/sec., 23.93 MiB/sec. | ||
| 5017 | 2024.11.14 00:22:40.768982 [ 263 ] {e051fd75-d7b6-455a-a8ab-2eac5f8f4f73} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.005744 sec., 22980.501392757662 rows/sec., 1.60 MiB/sec. | ||
| 5018 | 2024.11.14 00:22:40.769312 [ 263 ] {e051fd75-d7b6-455a-a8ab-2eac5f8f4f73} <Debug> TCPHandler: Processed in 0.006564552 sec. | ||
| 5019 | 2024.11.14 00:22:40.769332 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5020 | 2024.11.14 00:22:40.769561 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5021 | 2024.11.14 00:22:40.769706 [ 261 ] {57a78583-12db-489f-bd8e-ec8a2228cda4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5022 | 2024.11.14 00:22:40.769781 [ 261 ] {57a78583-12db-489f-bd8e-ec8a2228cda4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5023 | 2024.11.14 00:22:40.769798 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_41_8} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5024 | 2024.11.14 00:22:40.769919 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_41_8} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5025 | 2024.11.14 00:22:40.770023 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5026 | 2024.11.14 00:22:40.770436 [ 261 ] {57a78583-12db-489f-bd8e-ec8a2228cda4} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5027 | 2024.11.14 00:22:40.770479 [ 261 ] {57a78583-12db-489f-bd8e-ec8a2228cda4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5028 | 2024.11.14 00:22:40.770854 [ 261 ] {57a78583-12db-489f-bd8e-ec8a2228cda4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5029 | 2024.11.14 00:22:40.771095 [ 261 ] {57a78583-12db-489f-bd8e-ec8a2228cda4} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5030 | 2024.11.14 00:22:40.771342 [ 261 ] {57a78583-12db-489f-bd8e-ec8a2228cda4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001669 sec., 28759.736369083286 rows/sec., 1.94 MiB/sec. | ||
| 5031 | 2024.11.14 00:22:40.771457 [ 261 ] {57a78583-12db-489f-bd8e-ec8a2228cda4} <Debug> TCPHandler: Processed in 0.002013278 sec. | ||
| 5032 | 2024.11.14 00:22:45.751616 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5033 | 2024.11.14 00:22:45.751821 [ 263 ] {a184d2ba-4fcd-4730-987f-6afbf171b059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5034 | 2024.11.14 00:22:45.751893 [ 263 ] {a184d2ba-4fcd-4730-987f-6afbf171b059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5035 | 2024.11.14 00:22:45.752667 [ 263 ] {a184d2ba-4fcd-4730-987f-6afbf171b059} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5036 | 2024.11.14 00:22:45.752718 [ 263 ] {a184d2ba-4fcd-4730-987f-6afbf171b059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5037 | 2024.11.14 00:22:45.753137 [ 263 ] {a184d2ba-4fcd-4730-987f-6afbf171b059} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5038 | 2024.11.14 00:22:45.753385 [ 263 ] {a184d2ba-4fcd-4730-987f-6afbf171b059} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5039 | 2024.11.14 00:22:45.753612 [ 263 ] {a184d2ba-4fcd-4730-987f-6afbf171b059} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001846 sec., 30335.861321776814 rows/sec., 2.33 MiB/sec. | ||
| 5040 | 2024.11.14 00:22:45.753667 [ 263 ] {a184d2ba-4fcd-4730-987f-6afbf171b059} <Debug> TCPHandler: Processed in 0.002196041 sec. | ||
| 5041 | 2024.11.14 00:22:45.753930 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5042 | 2024.11.14 00:22:45.754124 [ 261 ] {72cb76dd-863a-4df7-8f53-461ef8775610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5043 | 2024.11.14 00:22:45.754198 [ 261 ] {72cb76dd-863a-4df7-8f53-461ef8775610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5044 | 2024.11.14 00:22:45.754936 [ 261 ] {72cb76dd-863a-4df7-8f53-461ef8775610} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5045 | 2024.11.14 00:22:45.754986 [ 261 ] {72cb76dd-863a-4df7-8f53-461ef8775610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5046 | 2024.11.14 00:22:45.755425 [ 261 ] {72cb76dd-863a-4df7-8f53-461ef8775610} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5047 | 2024.11.14 00:22:45.755685 [ 261 ] {72cb76dd-863a-4df7-8f53-461ef8775610} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5048 | 2024.11.14 00:22:45.755936 [ 261 ] {72cb76dd-863a-4df7-8f53-461ef8775610} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001865 sec., 34316.35388739946 rows/sec., 2.68 MiB/sec. | ||
| 5049 | 2024.11.14 00:22:45.755993 [ 261 ] {72cb76dd-863a-4df7-8f53-461ef8775610} <Debug> TCPHandler: Processed in 0.002198011 sec. | ||
| 5050 | 2024.11.14 00:22:45.756157 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5051 | 2024.11.14 00:22:45.756297 [ 263 ] {8f020f97-e98f-4dc3-b9c5-3d0d8c8fe7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5052 | 2024.11.14 00:22:45.756360 [ 263 ] {8f020f97-e98f-4dc3-b9c5-3d0d8c8fe7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5053 | 2024.11.14 00:22:45.757001 [ 263 ] {8f020f97-e98f-4dc3-b9c5-3d0d8c8fe7b6} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5054 | 2024.11.14 00:22:45.757040 [ 263 ] {8f020f97-e98f-4dc3-b9c5-3d0d8c8fe7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5055 | 2024.11.14 00:22:45.757429 [ 263 ] {8f020f97-e98f-4dc3-b9c5-3d0d8c8fe7b6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5056 | 2024.11.14 00:22:45.757670 [ 263 ] {8f020f97-e98f-4dc3-b9c5-3d0d8c8fe7b6} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5057 | 2024.11.14 00:22:45.757927 [ 263 ] {8f020f97-e98f-4dc3-b9c5-3d0d8c8fe7b6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
| 5058 | 2024.11.14 00:22:45.758096 [ 263 ] {8f020f97-e98f-4dc3-b9c5-3d0d8c8fe7b6} <Debug> TCPHandler: Processed in 0.002002578 sec. | ||
| 5059 | 2024.11.14 00:22:45.758334 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5060 | 2024.11.14 00:22:45.758490 [ 261 ] {748f4e79-a5cc-4be8-8e91-93fd14d1ac13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5061 | 2024.11.14 00:22:45.758552 [ 261 ] {748f4e79-a5cc-4be8-8e91-93fd14d1ac13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5062 | 2024.11.14 00:22:45.759063 [ 261 ] {748f4e79-a5cc-4be8-8e91-93fd14d1ac13} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5063 | 2024.11.14 00:22:45.759104 [ 261 ] {748f4e79-a5cc-4be8-8e91-93fd14d1ac13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5064 | 2024.11.14 00:22:45.759480 [ 261 ] {748f4e79-a5cc-4be8-8e91-93fd14d1ac13} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5065 | 2024.11.14 00:22:45.759741 [ 261 ] {748f4e79-a5cc-4be8-8e91-93fd14d1ac13} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5066 | 2024.11.14 00:22:45.759959 [ 261 ] {748f4e79-a5cc-4be8-8e91-93fd14d1ac13} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. | ||
| 5067 | 2024.11.14 00:22:45.760073 [ 261 ] {748f4e79-a5cc-4be8-8e91-93fd14d1ac13} <Debug> TCPHandler: Processed in 0.001873506 sec. | ||
| 5068 | 2024.11.14 00:22:46.959492 [ 47 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5069 | 2024.11.14 00:22:46.959558 [ 47 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2024.11.14 00:22:46.959581 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5071 | 2024.11.14 00:22:46.959720 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 5072 | 2024.11.14 00:22:46.959860 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5073 | 2024.11.14 00:22:46.959896 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 5074 | 2024.11.14 00:22:46.959972 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 5075 | 2024.11.14 00:22:46.960248 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 5076 | 2024.11.14 00:22:46.960417 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 5077 | 2024.11.14 00:22:46.960596 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 5078 | 2024.11.14 00:22:46.961697 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.002045469 sec., 6355.510643280343 rows/sec., 428.25 KiB/sec. | ||
| 5079 | 2024.11.14 00:22:46.961896 [ 194 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5080 | 2024.11.14 00:22:46.962253 [ 194 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_13_3} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5081 | 2024.11.14 00:22:46.962343 [ 194 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_13_3} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5082 | 2024.11.14 00:22:46.962442 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 5083 | 2024.11.14 00:22:47.084135 [ 47 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5084 | 2024.11.14 00:22:47.084206 [ 47 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5085 | 2024.11.14 00:22:47.084245 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5086 | 2024.11.14 00:22:47.084490 [ 194 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 5087 | 2024.11.14 00:22:47.084729 [ 194 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5088 | 2024.11.14 00:22:47.084802 [ 194 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 5089 | 2024.11.14 00:22:47.084973 [ 194 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 5090 | 2024.11.14 00:22:47.085134 [ 194 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 5091 | 2024.11.14 00:22:47.085344 [ 194 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 5092 | 2024.11.14 00:22:47.085569 [ 194 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 5093 | 2024.11.14 00:22:47.086656 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.002305133 sec., 33837.526945299905 rows/sec., 1.73 MiB/sec. | ||
| 5094 | 2024.11.14 00:22:47.086793 [ 194 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5095 | 2024.11.14 00:22:47.087078 [ 194 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_13_3} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5096 | 2024.11.14 00:22:47.087150 [ 194 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_13_3} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5097 | 2024.11.14 00:22:47.087216 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5098 | 2024.11.14 00:22:47.141450 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5099 | 2024.11.14 00:22:47.357899 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41345, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5100 | 2024.11.14 00:22:47.476395 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5101 | 2024.11.14 00:22:47.492804 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59018, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5102 | 2024.11.14 00:22:47.610239 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34570, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5103 | 2024.11.14 00:22:47.619646 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5104 | 2024.11.14 00:22:47.626016 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5105 | 2024.11.14 00:22:47.628320 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5106 | 2024.11.14 00:22:48.981938 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5107 | 2024.11.14 00:22:48.982042 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5108 | 2024.11.14 00:22:49.161582 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 732 | ||
| 5109 | 2024.11.14 00:22:49.164141 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5110 | 2024.11.14 00:22:49.164191 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5111 | 2024.11.14 00:22:49.165606 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5112 | 2024.11.14 00:22:49.165904 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5113 | 2024.11.14 00:22:49.166715 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 732 | ||
| 5114 | 2024.11.14 00:22:50.001301 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000900513 sec. | ||
| 5115 | 2024.11.14 00:22:50.100266 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5116 | 2024.11.14 00:22:50.757266 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5117 | 2024.11.14 00:22:50.757468 [ 263 ] {7421b9e5-6281-455f-aa7f-73b79f12c124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5118 | 2024.11.14 00:22:50.757545 [ 263 ] {7421b9e5-6281-455f-aa7f-73b79f12c124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5119 | 2024.11.14 00:22:50.758294 [ 263 ] {7421b9e5-6281-455f-aa7f-73b79f12c124} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5120 | 2024.11.14 00:22:50.758335 [ 263 ] {7421b9e5-6281-455f-aa7f-73b79f12c124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5121 | 2024.11.14 00:22:50.758750 [ 263 ] {7421b9e5-6281-455f-aa7f-73b79f12c124} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5122 | 2024.11.14 00:22:50.759006 [ 263 ] {7421b9e5-6281-455f-aa7f-73b79f12c124} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5123 | 2024.11.14 00:22:50.759219 [ 263 ] {7421b9e5-6281-455f-aa7f-73b79f12c124} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001807 sec., 7747.648035417819 rows/sec., 557.73 KiB/sec. | ||
| 5124 | 2024.11.14 00:22:50.759319 [ 263 ] {7421b9e5-6281-455f-aa7f-73b79f12c124} <Debug> TCPHandler: Processed in 0.002184371 sec. | ||
| 5125 | 2024.11.14 00:22:50.759597 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5126 | 2024.11.14 00:22:50.759819 [ 261 ] {87414c0b-98bc-49b2-aa7c-c1f8bd736020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5127 | 2024.11.14 00:22:50.759897 [ 261 ] {87414c0b-98bc-49b2-aa7c-c1f8bd736020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5128 | 2024.11.14 00:22:50.760712 [ 261 ] {87414c0b-98bc-49b2-aa7c-c1f8bd736020} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5129 | 2024.11.14 00:22:50.760765 [ 261 ] {87414c0b-98bc-49b2-aa7c-c1f8bd736020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5130 | 2024.11.14 00:22:50.761219 [ 261 ] {87414c0b-98bc-49b2-aa7c-c1f8bd736020} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5131 | 2024.11.14 00:22:50.761482 [ 261 ] {87414c0b-98bc-49b2-aa7c-c1f8bd736020} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5132 | 2024.11.14 00:22:50.761585 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5133 | 2024.11.14 00:22:50.761881 [ 261 ] {87414c0b-98bc-49b2-aa7c-c1f8bd736020} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00211 sec., 133175.35545023697 rows/sec., 11.77 MiB/sec. | ||
| 5134 | 2024.11.14 00:22:50.762151 [ 261 ] {87414c0b-98bc-49b2-aa7c-c1f8bd736020} <Debug> TCPHandler: Processed in 0.002715039 sec. | ||
| 5135 | 2024.11.14 00:22:50.762392 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5136 | 2024.11.14 00:22:50.762536 [ 263 ] {a4a1dfd5-93a2-4a8a-bc7e-6aeea304d025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5137 | 2024.11.14 00:22:50.762595 [ 263 ] {a4a1dfd5-93a2-4a8a-bc7e-6aeea304d025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5138 | 2024.11.14 00:22:50.763233 [ 263 ] {a4a1dfd5-93a2-4a8a-bc7e-6aeea304d025} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5139 | 2024.11.14 00:22:50.763272 [ 263 ] {a4a1dfd5-93a2-4a8a-bc7e-6aeea304d025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5140 | 2024.11.14 00:22:50.763654 [ 263 ] {a4a1dfd5-93a2-4a8a-bc7e-6aeea304d025} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5141 | 2024.11.14 00:22:50.763900 [ 263 ] {a4a1dfd5-93a2-4a8a-bc7e-6aeea304d025} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5142 | 2024.11.14 00:22:50.764125 [ 263 ] {a4a1dfd5-93a2-4a8a-bc7e-6aeea304d025} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001621 sec., 28377.5447254781 rows/sec., 2.04 MiB/sec. | ||
| 5143 | 2024.11.14 00:22:50.764180 [ 263 ] {a4a1dfd5-93a2-4a8a-bc7e-6aeea304d025} <Debug> TCPHandler: Processed in 0.001880096 sec. | ||
| 5144 | 2024.11.14 00:22:50.764327 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5145 | 2024.11.14 00:22:50.764475 [ 261 ] {9a973196-dcf0-4a56-b92d-c1403e266109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5146 | 2024.11.14 00:22:50.764535 [ 261 ] {9a973196-dcf0-4a56-b92d-c1403e266109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5147 | 2024.11.14 00:22:50.765173 [ 261 ] {9a973196-dcf0-4a56-b92d-c1403e266109} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5148 | 2024.11.14 00:22:50.765212 [ 261 ] {9a973196-dcf0-4a56-b92d-c1403e266109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5149 | 2024.11.14 00:22:50.765593 [ 261 ] {9a973196-dcf0-4a56-b92d-c1403e266109} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5150 | 2024.11.14 00:22:50.765841 [ 261 ] {9a973196-dcf0-4a56-b92d-c1403e266109} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5151 | 2024.11.14 00:22:50.766073 [ 261 ] {9a973196-dcf0-4a56-b92d-c1403e266109} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001628 sec., 8599.5085995086 rows/sec., 602.25 KiB/sec. | ||
| 5152 | 2024.11.14 00:22:50.766303 [ 261 ] {9a973196-dcf0-4a56-b92d-c1403e266109} <Debug> TCPHandler: Processed in 0.002038829 sec. | ||
| 5153 | 2024.11.14 00:22:50.766463 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5154 | 2024.11.14 00:22:50.766600 [ 263 ] {3b446f8b-459f-4ed6-9274-ed64a2055eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5155 | 2024.11.14 00:22:50.766659 [ 263 ] {3b446f8b-459f-4ed6-9274-ed64a2055eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5156 | 2024.11.14 00:22:50.767297 [ 263 ] {3b446f8b-459f-4ed6-9274-ed64a2055eae} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5157 | 2024.11.14 00:22:50.767336 [ 263 ] {3b446f8b-459f-4ed6-9274-ed64a2055eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5158 | 2024.11.14 00:22:50.767698 [ 263 ] {3b446f8b-459f-4ed6-9274-ed64a2055eae} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5159 | 2024.11.14 00:22:50.767938 [ 263 ] {3b446f8b-459f-4ed6-9274-ed64a2055eae} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5160 | 2024.11.14 00:22:50.768173 [ 263 ] {3b446f8b-459f-4ed6-9274-ed64a2055eae} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec. | ||
| 5161 | 2024.11.14 00:22:50.768272 [ 263 ] {3b446f8b-459f-4ed6-9274-ed64a2055eae} <Debug> TCPHandler: Processed in 0.001877136 sec. | ||
| 5162 | 2024.11.14 00:22:50.768408 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5163 | 2024.11.14 00:22:50.768524 [ 261 ] {445e00b0-0b96-41b9-bc63-6bee6b2116e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5164 | 2024.11.14 00:22:50.768574 [ 261 ] {445e00b0-0b96-41b9-bc63-6bee6b2116e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5165 | 2024.11.14 00:22:50.769283 [ 261 ] {445e00b0-0b96-41b9-bc63-6bee6b2116e9} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5166 | 2024.11.14 00:22:50.769323 [ 261 ] {445e00b0-0b96-41b9-bc63-6bee6b2116e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5167 | 2024.11.14 00:22:50.769712 [ 261 ] {445e00b0-0b96-41b9-bc63-6bee6b2116e9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5168 | 2024.11.14 00:22:50.769957 [ 261 ] {445e00b0-0b96-41b9-bc63-6bee6b2116e9} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5169 | 2024.11.14 00:22:50.770146 [ 261 ] {445e00b0-0b96-41b9-bc63-6bee6b2116e9} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001646 sec., 255771.567436209 rows/sec., 18.28 MiB/sec. | ||
| 5170 | 2024.11.14 00:22:50.770200 [ 261 ] {445e00b0-0b96-41b9-bc63-6bee6b2116e9} <Debug> TCPHandler: Processed in 0.001847376 sec. | ||
| 5171 | 2024.11.14 00:22:50.770352 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5172 | 2024.11.14 00:22:50.770491 [ 263 ] {3008affc-966b-4ddc-92b8-abdd3a600f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5173 | 2024.11.14 00:22:50.770552 [ 263 ] {3008affc-966b-4ddc-92b8-abdd3a600f92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5174 | 2024.11.14 00:22:50.771085 [ 263 ] {3008affc-966b-4ddc-92b8-abdd3a600f92} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5175 | 2024.11.14 00:22:50.771124 [ 263 ] {3008affc-966b-4ddc-92b8-abdd3a600f92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5176 | 2024.11.14 00:22:50.771494 [ 263 ] {3008affc-966b-4ddc-92b8-abdd3a600f92} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5177 | 2024.11.14 00:22:50.771737 [ 263 ] {3008affc-966b-4ddc-92b8-abdd3a600f92} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5178 | 2024.11.14 00:22:50.771946 [ 263 ] {3008affc-966b-4ddc-92b8-abdd3a600f92} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec. | ||
| 5179 | 2024.11.14 00:22:50.771997 [ 263 ] {3008affc-966b-4ddc-92b8-abdd3a600f92} <Debug> TCPHandler: Processed in 0.001711454 sec. | ||
| 5180 | 2024.11.14 00:22:50.772139 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5181 | 2024.11.14 00:22:50.772275 [ 261 ] {5eb1816c-2575-4838-a5ca-b20f3abd5f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5182 | 2024.11.14 00:22:50.772340 [ 261 ] {5eb1816c-2575-4838-a5ca-b20f3abd5f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5183 | 2024.11.14 00:22:50.772998 [ 261 ] {5eb1816c-2575-4838-a5ca-b20f3abd5f96} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5184 | 2024.11.14 00:22:50.773036 [ 261 ] {5eb1816c-2575-4838-a5ca-b20f3abd5f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5185 | 2024.11.14 00:22:50.773437 [ 261 ] {5eb1816c-2575-4838-a5ca-b20f3abd5f96} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5186 | 2024.11.14 00:22:50.773693 [ 261 ] {5eb1816c-2575-4838-a5ca-b20f3abd5f96} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5187 | 2024.11.14 00:22:50.773876 [ 261 ] {5eb1816c-2575-4838-a5ca-b20f3abd5f96} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001633 sec., 145131.65952235152 rows/sec., 9.73 MiB/sec. | ||
| 5188 | 2024.11.14 00:22:50.773930 [ 261 ] {5eb1816c-2575-4838-a5ca-b20f3abd5f96} <Debug> TCPHandler: Processed in 0.001860817 sec. | ||
| 5189 | 2024.11.14 00:22:50.774080 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5190 | 2024.11.14 00:22:50.774218 [ 263 ] {1bda6e94-a271-48ef-9feb-8ba9d79b75f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5191 | 2024.11.14 00:22:50.774277 [ 263 ] {1bda6e94-a271-48ef-9feb-8ba9d79b75f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5192 | 2024.11.14 00:22:50.774831 [ 263 ] {1bda6e94-a271-48ef-9feb-8ba9d79b75f9} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5193 | 2024.11.14 00:22:50.774869 [ 263 ] {1bda6e94-a271-48ef-9feb-8ba9d79b75f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5194 | 2024.11.14 00:22:50.775221 [ 263 ] {1bda6e94-a271-48ef-9feb-8ba9d79b75f9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5195 | 2024.11.14 00:22:50.775464 [ 263 ] {1bda6e94-a271-48ef-9feb-8ba9d79b75f9} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5196 | 2024.11.14 00:22:50.775687 [ 263 ] {1bda6e94-a271-48ef-9feb-8ba9d79b75f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0015 sec., 666.6666666666666 rows/sec., 44.92 KiB/sec. | ||
| 5197 | 2024.11.14 00:22:50.775783 [ 263 ] {1bda6e94-a271-48ef-9feb-8ba9d79b75f9} <Debug> TCPHandler: Processed in 0.001769574 sec. | ||
| 5198 | 2024.11.14 00:22:50.775932 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5199 | 2024.11.14 00:22:50.776072 [ 261 ] {eaf3f5ed-8e5a-4b24-8805-d19f704b0c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5200 | 2024.11.14 00:22:50.776167 [ 261 ] {eaf3f5ed-8e5a-4b24-8805-d19f704b0c85} <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 | ||
| 5201 | 2024.11.14 00:22:50.777388 [ 261 ] {eaf3f5ed-8e5a-4b24-8805-d19f704b0c85} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5202 | 2024.11.14 00:22:50.777427 [ 261 ] {eaf3f5ed-8e5a-4b24-8805-d19f704b0c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5203 | 2024.11.14 00:22:50.778080 [ 261 ] {eaf3f5ed-8e5a-4b24-8805-d19f704b0c85} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5204 | 2024.11.14 00:22:50.778336 [ 261 ] {eaf3f5ed-8e5a-4b24-8805-d19f704b0c85} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5205 | 2024.11.14 00:22:50.778629 [ 261 ] {eaf3f5ed-8e5a-4b24-8805-d19f704b0c85} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002564 sec., 15210.608424336975 rows/sec., 27.26 MiB/sec. | ||
| 5206 | 2024.11.14 00:22:50.778943 [ 261 ] {eaf3f5ed-8e5a-4b24-8805-d19f704b0c85} <Debug> TCPHandler: Processed in 0.003075483 sec. | ||
| 5207 | 2024.11.14 00:22:50.779096 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5208 | 2024.11.14 00:22:50.779232 [ 263 ] {92b84f1d-ad5f-469c-bd42-78445f144f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5209 | 2024.11.14 00:22:50.779290 [ 263 ] {92b84f1d-ad5f-469c-bd42-78445f144f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5210 | 2024.11.14 00:22:50.779865 [ 263 ] {92b84f1d-ad5f-469c-bd42-78445f144f35} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5211 | 2024.11.14 00:22:50.779903 [ 263 ] {92b84f1d-ad5f-469c-bd42-78445f144f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 5212 | 2024.11.14 00:22:50.780266 [ 263 ] {92b84f1d-ad5f-469c-bd42-78445f144f35} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5213 | 2024.11.14 00:22:50.780503 [ 263 ] {92b84f1d-ad5f-469c-bd42-78445f144f35} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5214 | 2024.11.14 00:22:50.780719 [ 263 ] {92b84f1d-ad5f-469c-bd42-78445f144f35} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001518 sec., 54018.445322793144 rows/sec., 3.43 MiB/sec. | ||
| 5215 | 2024.11.14 00:22:50.780767 [ 263 ] {92b84f1d-ad5f-469c-bd42-78445f144f35} <Debug> TCPHandler: Processed in 0.001738295 sec. | ||
| 5216 | 2024.11.14 00:22:50.808117 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5217 | 2024.11.14 00:22:50.928452 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60094, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5218 | 2024.11.14 00:22:50.951030 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5219 | 2024.11.14 00:22:50.952840 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5220 | 2024.11.14 00:22:50.982385 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43298, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5221 | 2024.11.14 00:22:51.022310 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5222 | 2024.11.14 00:22:51.033638 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41564, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5223 | 2024.11.14 00:22:51.719891 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5224 | 2024.11.14 00:22:51.761383 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5225 | 2024.11.14 00:22:51.761951 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64092, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5226 | 2024.11.14 00:22:51.788036 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5227 | 2024.11.14 00:22:51.801592 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5228 | 2024.11.14 00:22:51.806819 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5229 | 2024.11.14 00:22:51.819090 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38302, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5230 | 2024.11.14 00:22:51.823338 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44727, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5231 | 2024.11.14 00:22:52.259009 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5232 | 2024.11.14 00:22:52.296433 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5233 | 2024.11.14 00:22:52.440785 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5234 | 2024.11.14 00:22:52.462217 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39493, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5235 | 2024.11.14 00:22:52.555686 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5236 | 2024.11.14 00:22:52.561990 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5237 | 2024.11.14 00:22:52.565305 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5238 | 2024.11.14 00:22:55.749070 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5239 | 2024.11.14 00:22:55.749271 [ 263 ] {7e85d94e-73b8-4bba-af8e-2a99874c5911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5240 | 2024.11.14 00:22:55.749347 [ 263 ] {7e85d94e-73b8-4bba-af8e-2a99874c5911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5241 | 2024.11.14 00:22:55.750099 [ 263 ] {7e85d94e-73b8-4bba-af8e-2a99874c5911} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5242 | 2024.11.14 00:22:55.750142 [ 263 ] {7e85d94e-73b8-4bba-af8e-2a99874c5911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5243 | 2024.11.14 00:22:55.750581 [ 263 ] {7e85d94e-73b8-4bba-af8e-2a99874c5911} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5244 | 2024.11.14 00:22:55.750827 [ 263 ] {7e85d94e-73b8-4bba-af8e-2a99874c5911} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5245 | 2024.11.14 00:22:55.751051 [ 263 ] {7e85d94e-73b8-4bba-af8e-2a99874c5911} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001827 sec., 30651.340996168583 rows/sec., 2.35 MiB/sec. | ||
| 5246 | 2024.11.14 00:22:55.751178 [ 263 ] {7e85d94e-73b8-4bba-af8e-2a99874c5911} <Debug> TCPHandler: Processed in 0.002226451 sec. | ||
| 5247 | 2024.11.14 00:22:55.751487 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5248 | 2024.11.14 00:22:55.751702 [ 261 ] {249930c8-cb44-4e20-9432-28bf8fa583c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5249 | 2024.11.14 00:22:55.751788 [ 261 ] {249930c8-cb44-4e20-9432-28bf8fa583c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5250 | 2024.11.14 00:22:55.752561 [ 261 ] {249930c8-cb44-4e20-9432-28bf8fa583c4} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2024.11.14 00:22:55.752617 [ 261 ] {249930c8-cb44-4e20-9432-28bf8fa583c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5252 | 2024.11.14 00:22:55.753062 [ 261 ] {249930c8-cb44-4e20-9432-28bf8fa583c4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5253 | 2024.11.14 00:22:55.753315 [ 261 ] {249930c8-cb44-4e20-9432-28bf8fa583c4} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5254 | 2024.11.14 00:22:55.753558 [ 261 ] {249930c8-cb44-4e20-9432-28bf8fa583c4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001914 sec., 33437.82654127482 rows/sec., 2.61 MiB/sec. | ||
| 5255 | 2024.11.14 00:22:55.753623 [ 261 ] {249930c8-cb44-4e20-9432-28bf8fa583c4} <Debug> TCPHandler: Processed in 0.002320642 sec. | ||
| 5256 | 2024.11.14 00:22:55.753770 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5257 | 2024.11.14 00:22:55.753917 [ 263 ] {a29fcd01-8c5c-4e06-8b1f-7b813a4c3e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5258 | 2024.11.14 00:22:55.753984 [ 263 ] {a29fcd01-8c5c-4e06-8b1f-7b813a4c3e4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5259 | 2024.11.14 00:22:55.754652 [ 263 ] {a29fcd01-8c5c-4e06-8b1f-7b813a4c3e4c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5260 | 2024.11.14 00:22:55.754698 [ 263 ] {a29fcd01-8c5c-4e06-8b1f-7b813a4c3e4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5261 | 2024.11.14 00:22:55.755137 [ 263 ] {a29fcd01-8c5c-4e06-8b1f-7b813a4c3e4c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5262 | 2024.11.14 00:22:55.755391 [ 263 ] {a29fcd01-8c5c-4e06-8b1f-7b813a4c3e4c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5263 | 2024.11.14 00:22:55.755579 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5264 | 2024.11.14 00:22:55.755624 [ 263 ] {a29fcd01-8c5c-4e06-8b1f-7b813a4c3e4c} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001735 sec., 73775.21613832853 rows/sec., 5.14 MiB/sec. | ||
| 5265 | 2024.11.14 00:22:55.755647 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5266 | 2024.11.14 00:22:55.755716 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5267 | 2024.11.14 00:22:55.755752 [ 263 ] {a29fcd01-8c5c-4e06-8b1f-7b813a4c3e4c} <Debug> TCPHandler: Processed in 0.002047049 sec. | ||
| 5268 | 2024.11.14 00:22:55.755979 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5269 | 2024.11.14 00:22:55.756059 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::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 | ||
| 5270 | 2024.11.14 00:22:55.756145 [ 261 ] {8151749a-efd7-413c-a3a1-22c34f537f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5271 | 2024.11.14 00:22:55.756257 [ 261 ] {8151749a-efd7-413c-a3a1-22c34f537f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5272 | 2024.11.14 00:22:55.756461 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5273 | 2024.11.14 00:22:55.756585 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 8718 rows starting from the beginning of the part | ||
| 5274 | 2024.11.14 00:22:55.756884 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 5275 | 2024.11.14 00:22:55.757206 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 132 rows starting from the beginning of the part | ||
| 5276 | 2024.11.14 00:22:55.757414 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 5277 | 2024.11.14 00:22:55.757827 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5278 | 2024.11.14 00:22:55.758068 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 128 rows starting from the beginning of the part | ||
| 5279 | 2024.11.14 00:22:55.758735 [ 261 ] {8151749a-efd7-413c-a3a1-22c34f537f2a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5280 | 2024.11.14 00:22:55.758807 [ 261 ] {8151749a-efd7-413c-a3a1-22c34f537f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5281 | 2024.11.14 00:22:55.759665 [ 261 ] {8151749a-efd7-413c-a3a1-22c34f537f2a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5282 | 2024.11.14 00:22:55.759951 [ 261 ] {8151749a-efd7-413c-a3a1-22c34f537f2a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5283 | 2024.11.14 00:22:55.760113 [ 39 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5284 | 2024.11.14 00:22:55.760205 [ 39 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5285 | 2024.11.14 00:22:55.760267 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5286 | 2024.11.14 00:22:55.760315 [ 261 ] {8151749a-efd7-413c-a3a1-22c34f537f2a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004196 sec., 11439.466158245948 rows/sec., 789.44 KiB/sec. | ||
| 5287 | 2024.11.14 00:22:55.760621 [ 261 ] {8151749a-efd7-413c-a3a1-22c34f537f2a} <Debug> TCPHandler: Processed in 0.004756027 sec. | ||
| 5288 | 2024.11.14 00:22:55.760910 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 5289 | 2024.11.14 00:22:55.761287 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5290 | 2024.11.14 00:22:55.761380 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2224 rows starting from the beginning of the part | ||
| 5291 | 2024.11.14 00:22:55.761731 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 5292 | 2024.11.14 00:22:55.762040 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part | ||
| 5293 | 2024.11.14 00:22:55.762395 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5294 | 2024.11.14 00:22:55.762477 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5295 | 2024.11.14 00:22:55.762794 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part | ||
| 5296 | 2024.11.14 00:22:55.765534 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9612 rows, containing 5 columns (5 merged, 0 gathered) in 0.009697106 sec., 991223.5671137347 rows/sec., 67.38 MiB/sec. | ||
| 5297 | 2024.11.14 00:22:55.765534 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2544 rows, containing 4 columns (4 merged, 0 gathered) in 0.005100502 sec., 498774.4343595983 rows/sec., 32.81 MiB/sec. | ||
| 5298 | 2024.11.14 00:22:55.765746 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5299 | 2024.11.14 00:22:55.765875 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5300 | 2024.11.14 00:22:55.766121 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5301 | 2024.11.14 00:22:55.766225 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_41_8} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5302 | 2024.11.14 00:22:55.766228 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5303 | 2024.11.14 00:22:55.766338 [ 193 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_41_8} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5304 | 2024.11.14 00:22:55.766342 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 5305 | 2024.11.14 00:22:55.766426 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5306 | 2024.11.14 00:22:56.000200 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.05 MiB, peak 170.58 MiB, free memory in arenas 0.00 B, will set to 164.05 MiB (RSS), difference: 2.00 MiB | ||
| 5307 | 2024.11.14 00:22:59.167010 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 762 | ||
| 5308 | 2024.11.14 00:22:59.170392 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5309 | 2024.11.14 00:22:59.170449 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5310 | 2024.11.14 00:22:59.171881 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5311 | 2024.11.14 00:22:59.172194 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5312 | 2024.11.14 00:22:59.173265 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 762 | ||
| 5313 | 2024.11.14 00:23:00.750691 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5314 | 2024.11.14 00:23:00.750875 [ 263 ] {ec89861f-4f0e-4690-91b9-5ea3489878b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5315 | 2024.11.14 00:23:00.750946 [ 263 ] {ec89861f-4f0e-4690-91b9-5ea3489878b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5316 | 2024.11.14 00:23:00.751701 [ 263 ] {ec89861f-4f0e-4690-91b9-5ea3489878b5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5317 | 2024.11.14 00:23:00.751751 [ 263 ] {ec89861f-4f0e-4690-91b9-5ea3489878b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5318 | 2024.11.14 00:23:00.752170 [ 263 ] {ec89861f-4f0e-4690-91b9-5ea3489878b5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5319 | 2024.11.14 00:23:00.752412 [ 263 ] {ec89861f-4f0e-4690-91b9-5ea3489878b5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5320 | 2024.11.14 00:23:00.752668 [ 263 ] {ec89861f-4f0e-4690-91b9-5ea3489878b5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.34 MiB/sec. | ||
| 5321 | 2024.11.14 00:23:00.752783 [ 263 ] {ec89861f-4f0e-4690-91b9-5ea3489878b5} <Debug> TCPHandler: Processed in 0.002217651 sec. | ||
| 5322 | 2024.11.14 00:23:00.753103 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5323 | 2024.11.14 00:23:00.753322 [ 261 ] {b889416b-4778-4fb6-a69f-85ed9b8155c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5324 | 2024.11.14 00:23:00.753401 [ 261 ] {b889416b-4778-4fb6-a69f-85ed9b8155c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5325 | 2024.11.14 00:23:00.754242 [ 261 ] {b889416b-4778-4fb6-a69f-85ed9b8155c1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5326 | 2024.11.14 00:23:00.754284 [ 261 ] {b889416b-4778-4fb6-a69f-85ed9b8155c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5327 | 2024.11.14 00:23:00.754718 [ 261 ] {b889416b-4778-4fb6-a69f-85ed9b8155c1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5328 | 2024.11.14 00:23:00.754978 [ 261 ] {b889416b-4778-4fb6-a69f-85ed9b8155c1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5329 | 2024.11.14 00:23:00.755176 [ 261 ] {b889416b-4778-4fb6-a69f-85ed9b8155c1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001913 sec., 33455.3058024046 rows/sec., 2.61 MiB/sec. | ||
| 5330 | 2024.11.14 00:23:00.755232 [ 261 ] {b889416b-4778-4fb6-a69f-85ed9b8155c1} <Debug> TCPHandler: Processed in 0.002307543 sec. | ||
| 5331 | 2024.11.14 00:23:00.755394 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5332 | 2024.11.14 00:23:00.755533 [ 263 ] {0b9417d4-8b81-4b63-9c13-48cf083e42f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5333 | 2024.11.14 00:23:00.755594 [ 263 ] {0b9417d4-8b81-4b63-9c13-48cf083e42f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5334 | 2024.11.14 00:23:00.756258 [ 263 ] {0b9417d4-8b81-4b63-9c13-48cf083e42f4} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5335 | 2024.11.14 00:23:00.756297 [ 263 ] {0b9417d4-8b81-4b63-9c13-48cf083e42f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5336 | 2024.11.14 00:23:00.756684 [ 263 ] {0b9417d4-8b81-4b63-9c13-48cf083e42f4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5337 | 2024.11.14 00:23:00.756922 [ 263 ] {0b9417d4-8b81-4b63-9c13-48cf083e42f4} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5338 | 2024.11.14 00:23:00.757134 [ 263 ] {0b9417d4-8b81-4b63-9c13-48cf083e42f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec. | ||
| 5339 | 2024.11.14 00:23:00.757206 [ 263 ] {0b9417d4-8b81-4b63-9c13-48cf083e42f4} <Debug> TCPHandler: Processed in 0.001877016 sec. | ||
| 5340 | 2024.11.14 00:23:00.757428 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5341 | 2024.11.14 00:23:00.757569 [ 261 ] {0aa91d2e-88d6-4021-a986-754fc9d3ea1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5342 | 2024.11.14 00:23:00.757630 [ 261 ] {0aa91d2e-88d6-4021-a986-754fc9d3ea1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5343 | 2024.11.14 00:23:00.758211 [ 261 ] {0aa91d2e-88d6-4021-a986-754fc9d3ea1a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5344 | 2024.11.14 00:23:00.758250 [ 261 ] {0aa91d2e-88d6-4021-a986-754fc9d3ea1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5345 | 2024.11.14 00:23:00.758630 [ 261 ] {0aa91d2e-88d6-4021-a986-754fc9d3ea1a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5346 | 2024.11.14 00:23:00.758870 [ 261 ] {0aa91d2e-88d6-4021-a986-754fc9d3ea1a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5347 | 2024.11.14 00:23:00.759049 [ 261 ] {0aa91d2e-88d6-4021-a986-754fc9d3ea1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec. | ||
| 5348 | 2024.11.14 00:23:00.759098 [ 261 ] {0aa91d2e-88d6-4021-a986-754fc9d3ea1a} <Debug> TCPHandler: Processed in 0.001735334 sec. | ||
| 5349 | 2024.11.14 00:23:01.356921 [ 35 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 | ||
| 5350 | 2024.11.14 00:23:01.356993 [ 35 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5351 | 2024.11.14 00:23:01.357020 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5352 | 2024.11.14 00:23:01.357203 [ 189 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full | ||
| 5353 | 2024.11.14 00:23:01.357388 [ 189 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5354 | 2024.11.14 00:23:01.357428 [ 189 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 64 rows starting from the beginning of the part | ||
| 5355 | 2024.11.14 00:23:01.357518 [ 189 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part | ||
| 5356 | 2024.11.14 00:23:01.357777 [ 189 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part | ||
| 5357 | 2024.11.14 00:23:01.357916 [ 189 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
| 5358 | 2024.11.14 00:23:01.358136 [ 189 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 46 rows starting from the beginning of the part | ||
| 5359 | 2024.11.14 00:23:01.359295 [ 196 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.00218541 sec., 96091.80885966477 rows/sec., 7.23 MiB/sec. | ||
| 5360 | 2024.11.14 00:23:01.359530 [ 194 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 5361 | 2024.11.14 00:23:01.359932 [ 194 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_23_5} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5362 | 2024.11.14 00:23:01.360042 [ 194 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_23_5} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 | ||
| 5363 | 2024.11.14 00:23:01.360158 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5364 | 2024.11.14 00:23:03.982090 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5365 | 2024.11.14 00:23:03.982157 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5366 | 2024.11.14 00:23:05.757961 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5367 | 2024.11.14 00:23:05.758146 [ 263 ] {d302a9f9-3a05-4ce0-82b6-2e97a2cd51e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5368 | 2024.11.14 00:23:05.758215 [ 263 ] {d302a9f9-3a05-4ce0-82b6-2e97a2cd51e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5369 | 2024.11.14 00:23:05.758920 [ 263 ] {d302a9f9-3a05-4ce0-82b6-2e97a2cd51e0} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5370 | 2024.11.14 00:23:05.758966 [ 263 ] {d302a9f9-3a05-4ce0-82b6-2e97a2cd51e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5371 | 2024.11.14 00:23:05.759379 [ 263 ] {d302a9f9-3a05-4ce0-82b6-2e97a2cd51e0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5372 | 2024.11.14 00:23:05.759622 [ 263 ] {d302a9f9-3a05-4ce0-82b6-2e97a2cd51e0} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2024.11.14 00:23:05.759887 [ 263 ] {d302a9f9-3a05-4ce0-82b6-2e97a2cd51e0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001779 sec., 7869.589657110737 rows/sec., 566.51 KiB/sec. | ||
| 5374 | 2024.11.14 00:23:05.760007 [ 263 ] {d302a9f9-3a05-4ce0-82b6-2e97a2cd51e0} <Debug> TCPHandler: Processed in 0.00216604 sec. | ||
| 5375 | 2024.11.14 00:23:05.760331 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5376 | 2024.11.14 00:23:05.760634 [ 261 ] {a8425f39-6836-4479-ae42-9abc645a7f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5377 | 2024.11.14 00:23:05.760748 [ 261 ] {a8425f39-6836-4479-ae42-9abc645a7f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5378 | 2024.11.14 00:23:05.761871 [ 261 ] {a8425f39-6836-4479-ae42-9abc645a7f41} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5379 | 2024.11.14 00:23:05.761920 [ 261 ] {a8425f39-6836-4479-ae42-9abc645a7f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5380 | 2024.11.14 00:23:05.762368 [ 261 ] {a8425f39-6836-4479-ae42-9abc645a7f41} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5381 | 2024.11.14 00:23:05.762621 [ 261 ] {a8425f39-6836-4479-ae42-9abc645a7f41} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5382 | 2024.11.14 00:23:05.762812 [ 30 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5383 | 2024.11.14 00:23:05.762879 [ 261 ] {a8425f39-6836-4479-ae42-9abc645a7f41} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002329 sec., 120652.64061829112 rows/sec., 10.66 MiB/sec. | ||
| 5384 | 2024.11.14 00:23:05.762898 [ 30 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5385 | 2024.11.14 00:23:05.762975 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5386 | 2024.11.14 00:23:05.763033 [ 261 ] {a8425f39-6836-4479-ae42-9abc645a7f41} <Debug> TCPHandler: Processed in 0.002898331 sec. | ||
| 5387 | 2024.11.14 00:23:05.763271 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5388 | 2024.11.14 00:23:05.763304 [ 197 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 5389 | 2024.11.14 00:23:05.763502 [ 263 ] {677e7d9d-7b8f-4c58-9cdc-471b5e468e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5390 | 2024.11.14 00:23:05.763637 [ 263 ] {677e7d9d-7b8f-4c58-9cdc-471b5e468e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5391 | 2024.11.14 00:23:05.763654 [ 197 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5392 | 2024.11.14 00:23:05.763752 [ 197 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1431 rows starting from the beginning of the part | ||
| 5393 | 2024.11.14 00:23:05.764052 [ 197 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
| 5394 | 2024.11.14 00:23:05.764366 [ 197 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 281 rows starting from the beginning of the part | ||
| 5395 | 2024.11.14 00:23:05.764736 [ 197 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::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 | ||
| 5396 | 2024.11.14 00:23:05.765175 [ 197 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
| 5397 | 2024.11.14 00:23:05.765529 [ 197 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 281 rows starting from the beginning of the part | ||
| 5398 | 2024.11.14 00:23:05.766881 [ 263 ] {677e7d9d-7b8f-4c58-9cdc-471b5e468e98} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5399 | 2024.11.14 00:23:05.766941 [ 263 ] {677e7d9d-7b8f-4c58-9cdc-471b5e468e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5400 | 2024.11.14 00:23:05.767925 [ 263 ] {677e7d9d-7b8f-4c58-9cdc-471b5e468e98} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5401 | 2024.11.14 00:23:05.768339 [ 263 ] {677e7d9d-7b8f-4c58-9cdc-471b5e468e98} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5402 | 2024.11.14 00:23:05.768744 [ 263 ] {677e7d9d-7b8f-4c58-9cdc-471b5e468e98} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.0053 sec., 8679.245283018869 rows/sec., 639.37 KiB/sec. | ||
| 5403 | 2024.11.14 00:23:05.769122 [ 263 ] {677e7d9d-7b8f-4c58-9cdc-471b5e468e98} <Debug> TCPHandler: Processed in 0.005979735 sec. | ||
| 5404 | 2024.11.14 00:23:05.769210 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2161 rows, containing 5 columns (5 merged, 0 gathered) in 0.006106956 sec., 353858.78005343414 rows/sec., 31.22 MiB/sec. | ||
| 5405 | 2024.11.14 00:23:05.769331 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5406 | 2024.11.14 00:23:05.769484 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5407 | 2024.11.14 00:23:05.769486 [ 261 ] {2d0f78a8-b5c6-4764-90ab-8380dec51245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5408 | 2024.11.14 00:23:05.769577 [ 261 ] {2d0f78a8-b5c6-4764-90ab-8380dec51245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5409 | 2024.11.14 00:23:05.769956 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_46_9} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5410 | 2024.11.14 00:23:05.770100 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_46_9} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5411 | 2024.11.14 00:23:05.770222 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5412 | 2024.11.14 00:23:05.770451 [ 261 ] {2d0f78a8-b5c6-4764-90ab-8380dec51245} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5413 | 2024.11.14 00:23:05.770490 [ 261 ] {2d0f78a8-b5c6-4764-90ab-8380dec51245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5414 | 2024.11.14 00:23:05.770858 [ 261 ] {2d0f78a8-b5c6-4764-90ab-8380dec51245} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5415 | 2024.11.14 00:23:05.771092 [ 261 ] {2d0f78a8-b5c6-4764-90ab-8380dec51245} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5416 | 2024.11.14 00:23:05.771360 [ 261 ] {2d0f78a8-b5c6-4764-90ab-8380dec51245} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001907 sec., 7341.373885684321 rows/sec., 514.14 KiB/sec. | ||
| 5417 | 2024.11.14 00:23:05.771579 [ 261 ] {2d0f78a8-b5c6-4764-90ab-8380dec51245} <Debug> TCPHandler: Processed in 0.002318402 sec. | ||
| 5418 | 2024.11.14 00:23:05.771745 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5419 | 2024.11.14 00:23:05.771885 [ 263 ] {5d968385-6545-4192-87c5-a04bc484bbb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5420 | 2024.11.14 00:23:05.771941 [ 263 ] {5d968385-6545-4192-87c5-a04bc484bbb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5421 | 2024.11.14 00:23:05.772576 [ 263 ] {5d968385-6545-4192-87c5-a04bc484bbb6} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5422 | 2024.11.14 00:23:05.772614 [ 263 ] {5d968385-6545-4192-87c5-a04bc484bbb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5423 | 2024.11.14 00:23:05.772961 [ 263 ] {5d968385-6545-4192-87c5-a04bc484bbb6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5424 | 2024.11.14 00:23:05.773192 [ 263 ] {5d968385-6545-4192-87c5-a04bc484bbb6} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5425 | 2024.11.14 00:23:05.773451 [ 263 ] {5d968385-6545-4192-87c5-a04bc484bbb6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec. | ||
| 5426 | 2024.11.14 00:23:05.773668 [ 263 ] {5d968385-6545-4192-87c5-a04bc484bbb6} <Debug> TCPHandler: Processed in 0.001990248 sec. | ||
| 5427 | 2024.11.14 00:23:05.773840 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5428 | 2024.11.14 00:23:05.773981 [ 261 ] {442f8b9e-6574-4db3-90db-299dfc556b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5429 | 2024.11.14 00:23:05.774038 [ 261 ] {442f8b9e-6574-4db3-90db-299dfc556b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5430 | 2024.11.14 00:23:05.774820 [ 261 ] {442f8b9e-6574-4db3-90db-299dfc556b13} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5431 | 2024.11.14 00:23:05.774860 [ 261 ] {442f8b9e-6574-4db3-90db-299dfc556b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5432 | 2024.11.14 00:23:05.775246 [ 261 ] {442f8b9e-6574-4db3-90db-299dfc556b13} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5433 | 2024.11.14 00:23:05.775483 [ 261 ] {442f8b9e-6574-4db3-90db-299dfc556b13} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5434 | 2024.11.14 00:23:05.775644 [ 30 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5435 | 2024.11.14 00:23:05.775706 [ 30 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5436 | 2024.11.14 00:23:05.775725 [ 261 ] {442f8b9e-6574-4db3-90db-299dfc556b13} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001767 sec., 238256.9326542162 rows/sec., 17.02 MiB/sec. | ||
| 5437 | 2024.11.14 00:23:05.775754 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5438 | 2024.11.14 00:23:05.775899 [ 261 ] {442f8b9e-6574-4db3-90db-299dfc556b13} <Debug> TCPHandler: Processed in 0.00212325 sec. | ||
| 5439 | 2024.11.14 00:23:05.776199 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5440 | 2024.11.14 00:23:05.776281 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 5441 | 2024.11.14 00:23:05.776571 [ 263 ] {dcb5686d-4b49-40ea-a9fd-3421587ebb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5442 | 2024.11.14 00:23:05.776750 [ 263 ] {dcb5686d-4b49-40ea-a9fd-3421587ebb42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5443 | 2024.11.14 00:23:05.776834 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5444 | 2024.11.14 00:23:05.776932 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 5445 | 2024.11.14 00:23:05.777221 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
| 5446 | 2024.11.14 00:23:05.777538 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 421 rows starting from the beginning of the part | ||
| 5447 | 2024.11.14 00:23:05.777894 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::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 | ||
| 5448 | 2024.11.14 00:23:05.778231 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
| 5449 | 2024.11.14 00:23:05.778604 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 421 rows starting from the beginning of the part | ||
| 5450 | 2024.11.14 00:23:05.779424 [ 263 ] {dcb5686d-4b49-40ea-a9fd-3421587ebb42} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5451 | 2024.11.14 00:23:05.779482 [ 263 ] {dcb5686d-4b49-40ea-a9fd-3421587ebb42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5452 | 2024.11.14 00:23:05.780378 [ 263 ] {dcb5686d-4b49-40ea-a9fd-3421587ebb42} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5453 | 2024.11.14 00:23:05.780859 [ 263 ] {dcb5686d-4b49-40ea-a9fd-3421587ebb42} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5454 | 2024.11.14 00:23:05.781181 [ 263 ] {dcb5686d-4b49-40ea-a9fd-3421587ebb42} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00471 sec., 1273.8853503184714 rows/sec., 66.56 KiB/sec. | ||
| 5455 | 2024.11.14 00:23:05.781482 [ 263 ] {dcb5686d-4b49-40ea-a9fd-3421587ebb42} <Debug> TCPHandler: Processed in 0.005453297 sec. | ||
| 5456 | 2024.11.14 00:23:05.781747 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5457 | 2024.11.14 00:23:05.781757 [ 197 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005863572 sec., 332050.1564575313 rows/sec., 25.41 MiB/sec. | ||
| 5458 | 2024.11.14 00:23:05.781940 [ 261 ] {95e997c2-15be-4334-8c70-8ac032edce7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5459 | 2024.11.14 00:23:05.782039 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5460 | 2024.11.14 00:23:05.782040 [ 261 ] {95e997c2-15be-4334-8c70-8ac032edce7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5461 | 2024.11.14 00:23:05.782678 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_46_9} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5462 | 2024.11.14 00:23:05.782790 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_46_9} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5463 | 2024.11.14 00:23:05.782971 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5464 | 2024.11.14 00:23:05.783198 [ 261 ] {95e997c2-15be-4334-8c70-8ac032edce7f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5465 | 2024.11.14 00:23:05.783243 [ 261 ] {95e997c2-15be-4334-8c70-8ac032edce7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5466 | 2024.11.14 00:23:05.783648 [ 261 ] {95e997c2-15be-4334-8c70-8ac032edce7f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5467 | 2024.11.14 00:23:05.783889 [ 261 ] {95e997c2-15be-4334-8c70-8ac032edce7f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5468 | 2024.11.14 00:23:05.784103 [ 261 ] {95e997c2-15be-4334-8c70-8ac032edce7f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002235 sec., 106040.26845637584 rows/sec., 7.11 MiB/sec. | ||
| 5469 | 2024.11.14 00:23:05.784161 [ 261 ] {95e997c2-15be-4334-8c70-8ac032edce7f} <Debug> TCPHandler: Processed in 0.002560426 sec. | ||
| 5470 | 2024.11.14 00:23:05.784312 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5471 | 2024.11.14 00:23:05.784449 [ 263 ] {b0d87c10-9a47-4d48-a71c-600c3f2959c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5472 | 2024.11.14 00:23:05.784509 [ 263 ] {b0d87c10-9a47-4d48-a71c-600c3f2959c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5473 | 2024.11.14 00:23:05.785056 [ 263 ] {b0d87c10-9a47-4d48-a71c-600c3f2959c9} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5474 | 2024.11.14 00:23:05.785101 [ 263 ] {b0d87c10-9a47-4d48-a71c-600c3f2959c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5475 | 2024.11.14 00:23:05.785502 [ 263 ] {b0d87c10-9a47-4d48-a71c-600c3f2959c9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5476 | 2024.11.14 00:23:05.785735 [ 263 ] {b0d87c10-9a47-4d48-a71c-600c3f2959c9} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5477 | 2024.11.14 00:23:05.785961 [ 263 ] {b0d87c10-9a47-4d48-a71c-600c3f2959c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00154 sec., 649.3506493506494 rows/sec., 43.76 KiB/sec. | ||
| 5478 | 2024.11.14 00:23:05.786058 [ 263 ] {b0d87c10-9a47-4d48-a71c-600c3f2959c9} <Debug> TCPHandler: Processed in 0.001815185 sec. | ||
| 5479 | 2024.11.14 00:23:05.786197 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5480 | 2024.11.14 00:23:05.786312 [ 261 ] {00f7f871-54e9-4026-a37c-dcad35056ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5481 | 2024.11.14 00:23:05.786393 [ 261 ] {00f7f871-54e9-4026-a37c-dcad35056ce2} <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 | ||
| 5482 | 2024.11.14 00:23:05.787701 [ 261 ] {00f7f871-54e9-4026-a37c-dcad35056ce2} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5483 | 2024.11.14 00:23:05.787741 [ 261 ] {00f7f871-54e9-4026-a37c-dcad35056ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5484 | 2024.11.14 00:23:05.788414 [ 261 ] {00f7f871-54e9-4026-a37c-dcad35056ce2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5485 | 2024.11.14 00:23:05.788667 [ 261 ] {00f7f871-54e9-4026-a37c-dcad35056ce2} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5486 | 2024.11.14 00:23:05.788844 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
| 5487 | 2024.11.14 00:23:05.788919 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5488 | 2024.11.14 00:23:05.788957 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5489 | 2024.11.14 00:23:05.788961 [ 261 ] {00f7f871-54e9-4026-a37c-dcad35056ce2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002662 sec., 14650.638617580767 rows/sec., 26.25 MiB/sec. | ||
| 5490 | 2024.11.14 00:23:05.789270 [ 192 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
| 5491 | 2024.11.14 00:23:05.789379 [ 261 ] {00f7f871-54e9-4026-a37c-dcad35056ce2} <Debug> TCPHandler: Processed in 0.003236686 sec. | ||
| 5492 | 2024.11.14 00:23:05.789586 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5493 | 2024.11.14 00:23:05.789766 [ 192 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5494 | 2024.11.14 00:23:05.789771 [ 263 ] {4f6d3c93-5f4f-43df-b94e-efa5a5f554eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5495 | 2024.11.14 00:23:05.789849 [ 192 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 406 rows starting from the beginning of the part | ||
| 5496 | 2024.11.14 00:23:05.789855 [ 263 ] {4f6d3c93-5f4f-43df-b94e-efa5a5f554eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5497 | 2024.11.14 00:23:05.790562 [ 192 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part | ||
| 5498 | 2024.11.14 00:23:05.791147 [ 192 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 5499 | 2024.11.14 00:23:05.791724 [ 263 ] {4f6d3c93-5f4f-43df-b94e-efa5a5f554eb} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5500 | 2024.11.14 00:23:05.791735 [ 192 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part | ||
| 5501 | 2024.11.14 00:23:05.791767 [ 263 ] {4f6d3c93-5f4f-43df-b94e-efa5a5f554eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5502 | 2024.11.14 00:23:05.792266 [ 192 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part | ||
| 5503 | 2024.11.14 00:23:05.792843 [ 192 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 5504 | 2024.11.14 00:23:05.792902 [ 263 ] {4f6d3c93-5f4f-43df-b94e-efa5a5f554eb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5505 | 2024.11.14 00:23:05.793435 [ 263 ] {4f6d3c93-5f4f-43df-b94e-efa5a5f554eb} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5506 | 2024.11.14 00:23:05.793745 [ 263 ] {4f6d3c93-5f4f-43df-b94e-efa5a5f554eb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004021 sec., 20392.937080328276 rows/sec., 1.30 MiB/sec. | ||
| 5507 | 2024.11.14 00:23:05.793819 [ 263 ] {4f6d3c93-5f4f-43df-b94e-efa5a5f554eb} <Debug> TCPHandler: Processed in 0.004343121 sec. | ||
| 5508 | 2024.11.14 00:23:05.805716 [ 190 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 601 rows, containing 19 columns (19 merged, 0 gathered) in 0.016663405 sec., 36067.058323313875 rows/sec., 64.63 MiB/sec. | ||
| 5509 | 2024.11.14 00:23:05.806278 [ 192 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 5510 | 2024.11.14 00:23:05.806656 [ 192 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5511 | 2024.11.14 00:23:05.806729 [ 192 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_19_4} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
| 5512 | 2024.11.14 00:23:05.806827 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 5513 | 2024.11.14 00:23:09.173550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 792 | ||
| 5514 | 2024.11.14 00:23:09.176499 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5515 | 2024.11.14 00:23:09.176544 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5516 | 2024.11.14 00:23:09.177940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5517 | 2024.11.14 00:23:09.178254 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5518 | 2024.11.14 00:23:09.179058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 792 | ||
| 5519 | 2024.11.14 00:23:10.750051 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5520 | 2024.11.14 00:23:10.750263 [ 263 ] {44f94082-475f-4eed-bb3f-bb872e9c36eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5521 | 2024.11.14 00:23:10.750342 [ 263 ] {44f94082-475f-4eed-bb3f-bb872e9c36eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5522 | 2024.11.14 00:23:10.751076 [ 263 ] {44f94082-475f-4eed-bb3f-bb872e9c36eb} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5523 | 2024.11.14 00:23:10.751118 [ 263 ] {44f94082-475f-4eed-bb3f-bb872e9c36eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5524 | 2024.11.14 00:23:10.751559 [ 263 ] {44f94082-475f-4eed-bb3f-bb872e9c36eb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5525 | 2024.11.14 00:23:10.751808 [ 263 ] {44f94082-475f-4eed-bb3f-bb872e9c36eb} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5526 | 2024.11.14 00:23:10.752024 [ 263 ] {44f94082-475f-4eed-bb3f-bb872e9c36eb} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001809 sec., 5527.91597567717 rows/sec., 450.76 KiB/sec. | ||
| 5527 | 2024.11.14 00:23:10.752121 [ 263 ] {44f94082-475f-4eed-bb3f-bb872e9c36eb} <Debug> TCPHandler: Processed in 0.002205381 sec. | ||
| 5528 | 2024.11.14 00:23:10.752452 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5529 | 2024.11.14 00:23:10.752687 [ 261 ] {882995ca-4f0f-42e9-8835-6d78e304a7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5530 | 2024.11.14 00:23:10.752762 [ 261 ] {882995ca-4f0f-42e9-8835-6d78e304a7cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5531 | 2024.11.14 00:23:10.753538 [ 261 ] {882995ca-4f0f-42e9-8835-6d78e304a7cd} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5532 | 2024.11.14 00:23:10.753622 [ 261 ] {882995ca-4f0f-42e9-8835-6d78e304a7cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5533 | 2024.11.14 00:23:10.754069 [ 261 ] {882995ca-4f0f-42e9-8835-6d78e304a7cd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5534 | 2024.11.14 00:23:10.754326 [ 261 ] {882995ca-4f0f-42e9-8835-6d78e304a7cd} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5535 | 2024.11.14 00:23:10.754563 [ 261 ] {882995ca-4f0f-42e9-8835-6d78e304a7cd} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.00193 sec., 31606.21761658031 rows/sec., 2.41 MiB/sec. | ||
| 5536 | 2024.11.14 00:23:10.754631 [ 261 ] {882995ca-4f0f-42e9-8835-6d78e304a7cd} <Debug> TCPHandler: Processed in 0.002387724 sec. | ||
| 5537 | 2024.11.14 00:23:10.754772 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5538 | 2024.11.14 00:23:10.754911 [ 263 ] {dacbeca9-3943-42f1-a72a-c3fb903a558f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5539 | 2024.11.14 00:23:10.754970 [ 263 ] {dacbeca9-3943-42f1-a72a-c3fb903a558f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5540 | 2024.11.14 00:23:10.755706 [ 263 ] {dacbeca9-3943-42f1-a72a-c3fb903a558f} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5541 | 2024.11.14 00:23:10.755782 [ 263 ] {dacbeca9-3943-42f1-a72a-c3fb903a558f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5542 | 2024.11.14 00:23:10.756448 [ 263 ] {dacbeca9-3943-42f1-a72a-c3fb903a558f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5543 | 2024.11.14 00:23:10.756680 [ 263 ] {dacbeca9-3943-42f1-a72a-c3fb903a558f} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5544 | 2024.11.14 00:23:10.756859 [ 263 ] {dacbeca9-3943-42f1-a72a-c3fb903a558f} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.00198 sec., 5050.50505050505 rows/sec., 352.65 KiB/sec. | ||
| 5545 | 2024.11.14 00:23:10.756910 [ 263 ] {dacbeca9-3943-42f1-a72a-c3fb903a558f} <Debug> TCPHandler: Processed in 0.002203341 sec. | ||
| 5546 | 2024.11.14 00:23:10.757063 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5547 | 2024.11.14 00:23:10.757212 [ 261 ] {5037cbf0-5ba1-49b5-a751-9d387d742f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5548 | 2024.11.14 00:23:10.757273 [ 261 ] {5037cbf0-5ba1-49b5-a751-9d387d742f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5549 | 2024.11.14 00:23:10.757960 [ 261 ] {5037cbf0-5ba1-49b5-a751-9d387d742f5f} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5550 | 2024.11.14 00:23:10.758003 [ 261 ] {5037cbf0-5ba1-49b5-a751-9d387d742f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5551 | 2024.11.14 00:23:10.758379 [ 261 ] {5037cbf0-5ba1-49b5-a751-9d387d742f5f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5552 | 2024.11.14 00:23:10.758626 [ 261 ] {5037cbf0-5ba1-49b5-a751-9d387d742f5f} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5553 | 2024.11.14 00:23:10.758839 [ 261 ] {5037cbf0-5ba1-49b5-a751-9d387d742f5f} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001664 sec., 44471.15384615385 rows/sec., 3.48 MiB/sec. | ||
| 5554 | 2024.11.14 00:23:10.758896 [ 261 ] {5037cbf0-5ba1-49b5-a751-9d387d742f5f} <Debug> TCPHandler: Processed in 0.001901727 sec. | ||
| 5555 | 2024.11.14 00:23:10.759062 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5556 | 2024.11.14 00:23:10.759199 [ 263 ] {819f18f6-5f14-4b37-a0b3-ebe926d08cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5557 | 2024.11.14 00:23:10.759258 [ 263 ] {819f18f6-5f14-4b37-a0b3-ebe926d08cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5558 | 2024.11.14 00:23:10.759875 [ 263 ] {819f18f6-5f14-4b37-a0b3-ebe926d08cff} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5559 | 2024.11.14 00:23:10.759911 [ 263 ] {819f18f6-5f14-4b37-a0b3-ebe926d08cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5560 | 2024.11.14 00:23:10.760309 [ 263 ] {819f18f6-5f14-4b37-a0b3-ebe926d08cff} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5561 | 2024.11.14 00:23:10.760544 [ 263 ] {819f18f6-5f14-4b37-a0b3-ebe926d08cff} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5562 | 2024.11.14 00:23:10.760723 [ 263 ] {819f18f6-5f14-4b37-a0b3-ebe926d08cff} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001556 sec., 85475.57840616966 rows/sec., 5.95 MiB/sec. | ||
| 5563 | 2024.11.14 00:23:10.760773 [ 263 ] {819f18f6-5f14-4b37-a0b3-ebe926d08cff} <Debug> TCPHandler: Processed in 0.001775534 sec. | ||
| 5564 | 2024.11.14 00:23:10.760933 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5565 | 2024.11.14 00:23:10.761074 [ 261 ] {7ce0bfac-663f-4696-aca4-1e906a77c8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5566 | 2024.11.14 00:23:10.761137 [ 261 ] {7ce0bfac-663f-4696-aca4-1e906a77c8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5567 | 2024.11.14 00:23:10.761703 [ 261 ] {7ce0bfac-663f-4696-aca4-1e906a77c8f3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5568 | 2024.11.14 00:23:10.761743 [ 261 ] {7ce0bfac-663f-4696-aca4-1e906a77c8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5569 | 2024.11.14 00:23:10.762132 [ 261 ] {7ce0bfac-663f-4696-aca4-1e906a77c8f3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5570 | 2024.11.14 00:23:10.762385 [ 261 ] {7ce0bfac-663f-4696-aca4-1e906a77c8f3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2024.11.14 00:23:10.762606 [ 261 ] {7ce0bfac-663f-4696-aca4-1e906a77c8f3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001564 sec., 30690.537084398977 rows/sec., 2.07 MiB/sec. | ||
| 5572 | 2024.11.14 00:23:10.762661 [ 261 ] {7ce0bfac-663f-4696-aca4-1e906a77c8f3} <Debug> TCPHandler: Processed in 0.001793675 sec. | ||
| 5573 | 2024.11.14 00:23:15.751450 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5574 | 2024.11.14 00:23:15.751650 [ 263 ] {dbfc1e9c-07d3-48f1-af20-1e006a53b279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5575 | 2024.11.14 00:23:15.751722 [ 263 ] {dbfc1e9c-07d3-48f1-af20-1e006a53b279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5576 | 2024.11.14 00:23:15.752469 [ 263 ] {dbfc1e9c-07d3-48f1-af20-1e006a53b279} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5577 | 2024.11.14 00:23:15.752521 [ 263 ] {dbfc1e9c-07d3-48f1-af20-1e006a53b279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5578 | 2024.11.14 00:23:15.752939 [ 263 ] {dbfc1e9c-07d3-48f1-af20-1e006a53b279} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5579 | 2024.11.14 00:23:15.753184 [ 263 ] {dbfc1e9c-07d3-48f1-af20-1e006a53b279} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5580 | 2024.11.14 00:23:15.753417 [ 263 ] {dbfc1e9c-07d3-48f1-af20-1e006a53b279} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001811 sec., 30922.142462727777 rows/sec., 2.38 MiB/sec. | ||
| 5581 | 2024.11.14 00:23:15.753480 [ 263 ] {dbfc1e9c-07d3-48f1-af20-1e006a53b279} <Debug> TCPHandler: Processed in 0.00215665 sec. | ||
| 5582 | 2024.11.14 00:23:15.753809 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5583 | 2024.11.14 00:23:15.754029 [ 261 ] {79d8c25c-9c7b-4106-980e-219430e616b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5584 | 2024.11.14 00:23:15.754111 [ 261 ] {79d8c25c-9c7b-4106-980e-219430e616b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5585 | 2024.11.14 00:23:15.754939 [ 261 ] {79d8c25c-9c7b-4106-980e-219430e616b5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5586 | 2024.11.14 00:23:15.754982 [ 261 ] {79d8c25c-9c7b-4106-980e-219430e616b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5587 | 2024.11.14 00:23:15.755422 [ 261 ] {79d8c25c-9c7b-4106-980e-219430e616b5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5588 | 2024.11.14 00:23:15.755674 [ 261 ] {79d8c25c-9c7b-4106-980e-219430e616b5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5589 | 2024.11.14 00:23:15.755893 [ 261 ] {79d8c25c-9c7b-4106-980e-219430e616b5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec. | ||
| 5590 | 2024.11.14 00:23:15.756015 [ 261 ] {79d8c25c-9c7b-4106-980e-219430e616b5} <Debug> TCPHandler: Processed in 0.002395353 sec. | ||
| 5591 | 2024.11.14 00:23:15.756222 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5592 | 2024.11.14 00:23:15.756360 [ 263 ] {dc415dcd-1223-4385-8796-d8f4982fd1a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5593 | 2024.11.14 00:23:15.756423 [ 263 ] {dc415dcd-1223-4385-8796-d8f4982fd1a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5594 | 2024.11.14 00:23:15.757063 [ 263 ] {dc415dcd-1223-4385-8796-d8f4982fd1a5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5595 | 2024.11.14 00:23:15.757101 [ 263 ] {dc415dcd-1223-4385-8796-d8f4982fd1a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5596 | 2024.11.14 00:23:15.757486 [ 263 ] {dc415dcd-1223-4385-8796-d8f4982fd1a5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5597 | 2024.11.14 00:23:15.757716 [ 263 ] {dc415dcd-1223-4385-8796-d8f4982fd1a5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5598 | 2024.11.14 00:23:15.757942 [ 263 ] {dc415dcd-1223-4385-8796-d8f4982fd1a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001614 sec., 99132.58983890954 rows/sec., 6.90 MiB/sec. | ||
| 5599 | 2024.11.14 00:23:15.757993 [ 263 ] {dc415dcd-1223-4385-8796-d8f4982fd1a5} <Debug> TCPHandler: Processed in 0.001891057 sec. | ||
| 5600 | 2024.11.14 00:23:15.758146 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5601 | 2024.11.14 00:23:15.758271 [ 261 ] {335c25a9-1cea-4f08-b82f-bbc169a1515e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5602 | 2024.11.14 00:23:15.758325 [ 261 ] {335c25a9-1cea-4f08-b82f-bbc169a1515e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5603 | 2024.11.14 00:23:15.758863 [ 261 ] {335c25a9-1cea-4f08-b82f-bbc169a1515e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5604 | 2024.11.14 00:23:15.758902 [ 261 ] {335c25a9-1cea-4f08-b82f-bbc169a1515e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5605 | 2024.11.14 00:23:15.759285 [ 261 ] {335c25a9-1cea-4f08-b82f-bbc169a1515e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5606 | 2024.11.14 00:23:15.759534 [ 261 ] {335c25a9-1cea-4f08-b82f-bbc169a1515e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5607 | 2024.11.14 00:23:15.759721 [ 261 ] {335c25a9-1cea-4f08-b82f-bbc169a1515e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec. | ||
| 5608 | 2024.11.14 00:23:15.759774 [ 261 ] {335c25a9-1cea-4f08-b82f-bbc169a1515e} <Debug> TCPHandler: Processed in 0.001688724 sec. | ||
| 5609 | 2024.11.14 00:23:17.154928 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5610 | 2024.11.14 00:23:17.365339 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5611 | 2024.11.14 00:23:17.487765 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5612 | 2024.11.14 00:23:17.509163 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5613 | 2024.11.14 00:23:17.621570 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61234, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5614 | 2024.11.14 00:23:17.633957 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5615 | 2024.11.14 00:23:17.636304 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5616 | 2024.11.14 00:23:17.638537 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34286, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5617 | 2024.11.14 00:23:18.982201 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5618 | 2024.11.14 00:23:18.982268 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5619 | 2024.11.14 00:23:19.179367 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 812 | ||
| 5620 | 2024.11.14 00:23:19.182048 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5621 | 2024.11.14 00:23:19.182101 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5622 | 2024.11.14 00:23:19.183469 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5623 | 2024.11.14 00:23:19.183772 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5624 | 2024.11.14 00:23:19.183966 [ 31 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5625 | 2024.11.14 00:23:19.184032 [ 31 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5626 | 2024.11.14 00:23:19.184082 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5627 | 2024.11.14 00:23:19.184506 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 5628 | 2024.11.14 00:23:19.184903 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 812 | ||
| 5629 | 2024.11.14 00:23:19.185476 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5630 | 2024.11.14 00:23:19.185657 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 682 rows starting from the beginning of the part | ||
| 5631 | 2024.11.14 00:23:19.186385 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
| 5632 | 2024.11.14 00:23:19.187067 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 5633 | 2024.11.14 00:23:19.187633 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
| 5634 | 2024.11.14 00:23:19.188130 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
| 5635 | 2024.11.14 00:23:19.188604 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 5636 | 2024.11.14 00:23:19.196037 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 812 rows, containing 72 columns (72 merged, 0 gathered) in 0.011808406 sec., 68764.57330481353 rows/sec., 57.68 MiB/sec. | ||
| 5637 | 2024.11.14 00:23:19.197410 [ 195 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5638 | 2024.11.14 00:23:19.198159 [ 195 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_26_5} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5639 | 2024.11.14 00:23:19.198237 [ 195 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_26_5} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5640 | 2024.11.14 00:23:19.198514 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 5641 | 2024.11.14 00:23:20.110323 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5642 | 2024.11.14 00:23:20.757110 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5643 | 2024.11.14 00:23:20.757314 [ 263 ] {b6551b65-a6b1-4696-abbc-322fafe69cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5644 | 2024.11.14 00:23:20.757392 [ 263 ] {b6551b65-a6b1-4696-abbc-322fafe69cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5645 | 2024.11.14 00:23:20.758166 [ 263 ] {b6551b65-a6b1-4696-abbc-322fafe69cba} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5646 | 2024.11.14 00:23:20.758213 [ 263 ] {b6551b65-a6b1-4696-abbc-322fafe69cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5647 | 2024.11.14 00:23:20.758619 [ 263 ] {b6551b65-a6b1-4696-abbc-322fafe69cba} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5648 | 2024.11.14 00:23:20.758871 [ 263 ] {b6551b65-a6b1-4696-abbc-322fafe69cba} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5649 | 2024.11.14 00:23:20.759118 [ 263 ] {b6551b65-a6b1-4696-abbc-322fafe69cba} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 542.13 KiB/sec. | ||
| 5650 | 2024.11.14 00:23:20.759182 [ 263 ] {b6551b65-a6b1-4696-abbc-322fafe69cba} <Debug> TCPHandler: Processed in 0.002206411 sec. | ||
| 5651 | 2024.11.14 00:23:20.759554 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5652 | 2024.11.14 00:23:20.759885 [ 261 ] {22fe44f9-f291-44b3-bb6f-18c37ff781a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5653 | 2024.11.14 00:23:20.760005 [ 261 ] {22fe44f9-f291-44b3-bb6f-18c37ff781a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5654 | 2024.11.14 00:23:20.760859 [ 261 ] {22fe44f9-f291-44b3-bb6f-18c37ff781a3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5655 | 2024.11.14 00:23:20.760907 [ 261 ] {22fe44f9-f291-44b3-bb6f-18c37ff781a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5656 | 2024.11.14 00:23:20.761377 [ 261 ] {22fe44f9-f291-44b3-bb6f-18c37ff781a3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5657 | 2024.11.14 00:23:20.761648 [ 261 ] {22fe44f9-f291-44b3-bb6f-18c37ff781a3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5658 | 2024.11.14 00:23:20.761885 [ 261 ] {22fe44f9-f291-44b3-bb6f-18c37ff781a3} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002086 sec., 134707.57430488974 rows/sec., 11.90 MiB/sec. | ||
| 5659 | 2024.11.14 00:23:20.761948 [ 261 ] {22fe44f9-f291-44b3-bb6f-18c37ff781a3} <Debug> TCPHandler: Processed in 0.002637727 sec. | ||
| 5660 | 2024.11.14 00:23:20.762137 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5661 | 2024.11.14 00:23:20.762273 [ 263 ] {7f55a12a-5b35-405d-86b7-6f24551d296c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5662 | 2024.11.14 00:23:20.762330 [ 263 ] {7f55a12a-5b35-405d-86b7-6f24551d296c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5663 | 2024.11.14 00:23:20.763039 [ 263 ] {7f55a12a-5b35-405d-86b7-6f24551d296c} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5664 | 2024.11.14 00:23:20.763082 [ 263 ] {7f55a12a-5b35-405d-86b7-6f24551d296c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5665 | 2024.11.14 00:23:20.763427 [ 263 ] {7f55a12a-5b35-405d-86b7-6f24551d296c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5666 | 2024.11.14 00:23:20.763670 [ 263 ] {7f55a12a-5b35-405d-86b7-6f24551d296c} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5667 | 2024.11.14 00:23:20.763912 [ 263 ] {7f55a12a-5b35-405d-86b7-6f24551d296c} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001663 sec., 27660.853878532773 rows/sec., 1.99 MiB/sec. | ||
| 5668 | 2024.11.14 00:23:20.764007 [ 263 ] {7f55a12a-5b35-405d-86b7-6f24551d296c} <Debug> TCPHandler: Processed in 0.001933607 sec. | ||
| 5669 | 2024.11.14 00:23:20.764266 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5670 | 2024.11.14 00:23:20.764452 [ 261 ] {fa8eb42a-a53f-4d3a-b8f2-4195a26da953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5671 | 2024.11.14 00:23:20.764527 [ 261 ] {fa8eb42a-a53f-4d3a-b8f2-4195a26da953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5672 | 2024.11.14 00:23:20.765267 [ 261 ] {fa8eb42a-a53f-4d3a-b8f2-4195a26da953} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5673 | 2024.11.14 00:23:20.765309 [ 261 ] {fa8eb42a-a53f-4d3a-b8f2-4195a26da953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5674 | 2024.11.14 00:23:20.765690 [ 261 ] {fa8eb42a-a53f-4d3a-b8f2-4195a26da953} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5675 | 2024.11.14 00:23:20.765944 [ 261 ] {fa8eb42a-a53f-4d3a-b8f2-4195a26da953} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5676 | 2024.11.14 00:23:20.766187 [ 261 ] {fa8eb42a-a53f-4d3a-b8f2-4195a26da953} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001775 sec., 7887.3239436619715 rows/sec., 552.38 KiB/sec. | ||
| 5677 | 2024.11.14 00:23:20.766322 [ 261 ] {fa8eb42a-a53f-4d3a-b8f2-4195a26da953} <Debug> TCPHandler: Processed in 0.002214772 sec. | ||
| 5678 | 2024.11.14 00:23:20.766507 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5679 | 2024.11.14 00:23:20.766640 [ 263 ] {bb54480d-7e52-4271-9e12-0f3d5d4e0dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5680 | 2024.11.14 00:23:20.766697 [ 263 ] {bb54480d-7e52-4271-9e12-0f3d5d4e0dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5681 | 2024.11.14 00:23:20.767314 [ 263 ] {bb54480d-7e52-4271-9e12-0f3d5d4e0dc3} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5682 | 2024.11.14 00:23:20.767353 [ 263 ] {bb54480d-7e52-4271-9e12-0f3d5d4e0dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5683 | 2024.11.14 00:23:20.767692 [ 263 ] {bb54480d-7e52-4271-9e12-0f3d5d4e0dc3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5684 | 2024.11.14 00:23:20.767921 [ 263 ] {bb54480d-7e52-4271-9e12-0f3d5d4e0dc3} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5685 | 2024.11.14 00:23:20.768175 [ 263 ] {bb54480d-7e52-4271-9e12-0f3d5d4e0dc3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001556 sec., 8354.755784061696 rows/sec., 520.92 KiB/sec. | ||
| 5686 | 2024.11.14 00:23:20.768372 [ 263 ] {bb54480d-7e52-4271-9e12-0f3d5d4e0dc3} <Debug> TCPHandler: Processed in 0.001928757 sec. | ||
| 5687 | 2024.11.14 00:23:20.768524 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5688 | 2024.11.14 00:23:20.768642 [ 261 ] {0c330883-8575-4b6b-9f98-32a15de358ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5689 | 2024.11.14 00:23:20.768692 [ 261 ] {0c330883-8575-4b6b-9f98-32a15de358ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5690 | 2024.11.14 00:23:20.769424 [ 261 ] {0c330883-8575-4b6b-9f98-32a15de358ff} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5691 | 2024.11.14 00:23:20.769464 [ 261 ] {0c330883-8575-4b6b-9f98-32a15de358ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5692 | 2024.11.14 00:23:20.769856 [ 261 ] {0c330883-8575-4b6b-9f98-32a15de358ff} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5693 | 2024.11.14 00:23:20.770103 [ 261 ] {0c330883-8575-4b6b-9f98-32a15de358ff} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5694 | 2024.11.14 00:23:20.770370 [ 261 ] {0c330883-8575-4b6b-9f98-32a15de358ff} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001747 sec., 240984.54493417285 rows/sec., 17.22 MiB/sec. | ||
| 5695 | 2024.11.14 00:23:20.770497 [ 261 ] {0c330883-8575-4b6b-9f98-32a15de358ff} <Debug> TCPHandler: Processed in 0.002025648 sec. | ||
| 5696 | 2024.11.14 00:23:20.770711 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5697 | 2024.11.14 00:23:20.770856 [ 263 ] {1125dd1c-ea4a-4834-99ad-9d99f1031cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5698 | 2024.11.14 00:23:20.770915 [ 263 ] {1125dd1c-ea4a-4834-99ad-9d99f1031cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5699 | 2024.11.14 00:23:20.771388 [ 263 ] {1125dd1c-ea4a-4834-99ad-9d99f1031cd5} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5700 | 2024.11.14 00:23:20.771425 [ 263 ] {1125dd1c-ea4a-4834-99ad-9d99f1031cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5701 | 2024.11.14 00:23:20.771779 [ 263 ] {1125dd1c-ea4a-4834-99ad-9d99f1031cd5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5702 | 2024.11.14 00:23:20.772017 [ 263 ] {1125dd1c-ea4a-4834-99ad-9d99f1031cd5} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5703 | 2024.11.14 00:23:20.772221 [ 263 ] {1125dd1c-ea4a-4834-99ad-9d99f1031cd5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 224.88 KiB/sec. | ||
| 5704 | 2024.11.14 00:23:20.772271 [ 263 ] {1125dd1c-ea4a-4834-99ad-9d99f1031cd5} <Debug> TCPHandler: Processed in 0.001669964 sec. | ||
| 5705 | 2024.11.14 00:23:20.772410 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5706 | 2024.11.14 00:23:20.772531 [ 261 ] {48b84aac-a597-4d4c-9a83-4258252d40da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5707 | 2024.11.14 00:23:20.772586 [ 261 ] {48b84aac-a597-4d4c-9a83-4258252d40da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5708 | 2024.11.14 00:23:20.773188 [ 261 ] {48b84aac-a597-4d4c-9a83-4258252d40da} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5709 | 2024.11.14 00:23:20.773227 [ 261 ] {48b84aac-a597-4d4c-9a83-4258252d40da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5710 | 2024.11.14 00:23:20.773627 [ 261 ] {48b84aac-a597-4d4c-9a83-4258252d40da} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5711 | 2024.11.14 00:23:20.773879 [ 261 ] {48b84aac-a597-4d4c-9a83-4258252d40da} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5712 | 2024.11.14 00:23:20.774052 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5713 | 2024.11.14 00:23:20.774115 [ 261 ] {48b84aac-a597-4d4c-9a83-4258252d40da} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001611 sec., 147113.59404096834 rows/sec., 9.86 MiB/sec. | ||
| 5714 | 2024.11.14 00:23:20.774134 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5715 | 2024.11.14 00:23:20.774196 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5716 | 2024.11.14 00:23:20.774247 [ 261 ] {48b84aac-a597-4d4c-9a83-4258252d40da} <Debug> TCPHandler: Processed in 0.001901536 sec. | ||
| 5717 | 2024.11.14 00:23:20.774455 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5718 | 2024.11.14 00:23:20.774464 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::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 | ||
| 5719 | 2024.11.14 00:23:20.774658 [ 263 ] {2469fa29-a91e-4316-97fa-1e5475f68015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5720 | 2024.11.14 00:23:20.774735 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5721 | 2024.11.14 00:23:20.774756 [ 263 ] {2469fa29-a91e-4316-97fa-1e5475f68015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5722 | 2024.11.14 00:23:20.774829 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 9612 rows starting from the beginning of the part | ||
| 5723 | 2024.11.14 00:23:20.775271 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 5724 | 2024.11.14 00:23:20.775630 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 5725 | 2024.11.14 00:23:20.775953 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 133 rows starting from the beginning of the part | ||
| 5726 | 2024.11.14 00:23:20.776123 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 5727 | 2024.11.14 00:23:20.776464 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
| 5728 | 2024.11.14 00:23:20.777172 [ 263 ] {2469fa29-a91e-4316-97fa-1e5475f68015} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5729 | 2024.11.14 00:23:20.777234 [ 263 ] {2469fa29-a91e-4316-97fa-1e5475f68015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5730 | 2024.11.14 00:23:20.777993 [ 263 ] {2469fa29-a91e-4316-97fa-1e5475f68015} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5731 | 2024.11.14 00:23:20.778367 [ 263 ] {2469fa29-a91e-4316-97fa-1e5475f68015} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5732 | 2024.11.14 00:23:20.778848 [ 263 ] {2469fa29-a91e-4316-97fa-1e5475f68015} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004228 sec., 236.51844843897825 rows/sec., 15.94 KiB/sec. | ||
| 5733 | 2024.11.14 00:23:20.779055 [ 263 ] {2469fa29-a91e-4316-97fa-1e5475f68015} <Debug> TCPHandler: Processed in 0.004694776 sec. | ||
| 5734 | 2024.11.14 00:23:20.779368 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5735 | 2024.11.14 00:23:20.779407 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5736 | 2024.11.14 00:23:20.779759 [ 261 ] {9636b907-d951-4d3c-b78a-2e84f1ab77fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5737 | 2024.11.14 00:23:20.779948 [ 261 ] {9636b907-d951-4d3c-b78a-2e84f1ab77fb} <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 | ||
| 5738 | 2024.11.14 00:23:20.781819 [ 261 ] {9636b907-d951-4d3c-b78a-2e84f1ab77fb} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2024.11.14 00:23:20.781865 [ 261 ] {9636b907-d951-4d3c-b78a-2e84f1ab77fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5740 | 2024.11.14 00:23:20.782293 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10539 rows, containing 5 columns (5 merged, 0 gathered) in 0.007950091 sec., 1325645.203306478 rows/sec., 90.15 MiB/sec. | ||
| 5741 | 2024.11.14 00:23:20.782598 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5742 | 2024.11.14 00:23:20.783245 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5743 | 2024.11.14 00:23:20.783370 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5744 | 2024.11.14 00:23:20.783533 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 5745 | 2024.11.14 00:23:20.783609 [ 261 ] {9636b907-d951-4d3c-b78a-2e84f1ab77fb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5746 | 2024.11.14 00:23:20.783895 [ 261 ] {9636b907-d951-4d3c-b78a-2e84f1ab77fb} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5747 | 2024.11.14 00:23:20.784151 [ 261 ] {9636b907-d951-4d3c-b78a-2e84f1ab77fb} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004463 sec., 8738.516692807529 rows/sec., 15.66 MiB/sec. | ||
| 5748 | 2024.11.14 00:23:20.784280 [ 261 ] {9636b907-d951-4d3c-b78a-2e84f1ab77fb} <Debug> TCPHandler: Processed in 0.005090591 sec. | ||
| 5749 | 2024.11.14 00:23:20.784438 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5750 | 2024.11.14 00:23:20.784577 [ 263 ] {de08cbfc-a494-4c0b-b0a6-e81336f06d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5751 | 2024.11.14 00:23:20.784636 [ 263 ] {de08cbfc-a494-4c0b-b0a6-e81336f06d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5752 | 2024.11.14 00:23:20.785166 [ 263 ] {de08cbfc-a494-4c0b-b0a6-e81336f06d97} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5753 | 2024.11.14 00:23:20.785204 [ 263 ] {de08cbfc-a494-4c0b-b0a6-e81336f06d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5754 | 2024.11.14 00:23:20.785571 [ 263 ] {de08cbfc-a494-4c0b-b0a6-e81336f06d97} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5755 | 2024.11.14 00:23:20.785809 [ 263 ] {de08cbfc-a494-4c0b-b0a6-e81336f06d97} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5756 | 2024.11.14 00:23:20.785970 [ 62 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5757 | 2024.11.14 00:23:20.786031 [ 62 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5758 | 2024.11.14 00:23:20.786046 [ 263 ] {de08cbfc-a494-4c0b-b0a6-e81336f06d97} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001494 sec., 54886.211512717535 rows/sec., 3.49 MiB/sec. | ||
| 5759 | 2024.11.14 00:23:20.786068 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 5760 | 2024.11.14 00:23:20.786187 [ 263 ] {de08cbfc-a494-4c0b-b0a6-e81336f06d97} <Debug> TCPHandler: Processed in 0.001814855 sec. | ||
| 5761 | 2024.11.14 00:23:20.786312 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::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 | ||
| 5762 | 2024.11.14 00:23:20.786443 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5763 | 2024.11.14 00:23:20.786478 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2544 rows starting from the beginning of the part | ||
| 5764 | 2024.11.14 00:23:20.786575 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 5765 | 2024.11.14 00:23:20.786782 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 5766 | 2024.11.14 00:23:20.786928 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part | ||
| 5767 | 2024.11.14 00:23:20.787106 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 5768 | 2024.11.14 00:23:20.787239 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 5769 | 2024.11.14 00:23:20.788687 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2876 rows, containing 4 columns (4 merged, 0 gathered) in 0.002494535 sec., 1152920.2837402562 rows/sec., 75.79 MiB/sec. | ||
| 5770 | 2024.11.14 00:23:20.789078 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5771 | 2024.11.14 00:23:20.789390 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_46_9} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5772 | 2024.11.14 00:23:20.789475 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_46_9} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5773 | 2024.11.14 00:23:20.789565 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 5774 | 2024.11.14 00:23:20.822974 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54669, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5775 | 2024.11.14 00:23:20.932661 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5776 | 2024.11.14 00:23:20.954972 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5777 | 2024.11.14 00:23:20.963200 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64303, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5778 | 2024.11.14 00:23:20.999367 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5779 | 2024.11.14 00:23:21.029070 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5780 | 2024.11.14 00:23:21.038443 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5781 | 2024.11.14 00:23:21.725062 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5782 | 2024.11.14 00:23:21.775486 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5783 | 2024.11.14 00:23:21.782500 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37132, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5784 | 2024.11.14 00:23:21.808385 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5785 | 2024.11.14 00:23:21.808425 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54836, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5786 | 2024.11.14 00:23:21.823752 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5787 | 2024.11.14 00:23:21.837056 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5788 | 2024.11.14 00:23:21.837305 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5789 | 2024.11.14 00:23:22.278195 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60493, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5790 | 2024.11.14 00:23:22.309618 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5791 | 2024.11.14 00:23:22.449108 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64426, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5792 | 2024.11.14 00:23:22.466555 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5793 | 2024.11.14 00:23:22.570020 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5794 | 2024.11.14 00:23:22.575090 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5795 | 2024.11.14 00:23:22.576522 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5796 | 2024.11.14 00:23:25.750206 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5797 | 2024.11.14 00:23:25.750430 [ 263 ] {beebe8f2-54eb-4164-bb2d-4e0916b4c9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5798 | 2024.11.14 00:23:25.750511 [ 263 ] {beebe8f2-54eb-4164-bb2d-4e0916b4c9d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5799 | 2024.11.14 00:23:25.751408 [ 263 ] {beebe8f2-54eb-4164-bb2d-4e0916b4c9d3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5800 | 2024.11.14 00:23:25.751472 [ 263 ] {beebe8f2-54eb-4164-bb2d-4e0916b4c9d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5801 | 2024.11.14 00:23:25.751976 [ 263 ] {beebe8f2-54eb-4164-bb2d-4e0916b4c9d3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5802 | 2024.11.14 00:23:25.752262 [ 263 ] {beebe8f2-54eb-4164-bb2d-4e0916b4c9d3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5803 | 2024.11.14 00:23:25.752502 [ 263 ] {beebe8f2-54eb-4164-bb2d-4e0916b4c9d3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002134 sec., 26241.799437675727 rows/sec., 2.02 MiB/sec. | ||
| 5804 | 2024.11.14 00:23:25.752558 [ 263 ] {beebe8f2-54eb-4164-bb2d-4e0916b4c9d3} <Debug> TCPHandler: Processed in 0.002490235 sec. | ||
| 5805 | 2024.11.14 00:23:25.752832 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5806 | 2024.11.14 00:23:25.753047 [ 261 ] {ced3bd30-c050-4a39-840e-5ae11b90cd5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5807 | 2024.11.14 00:23:25.753129 [ 261 ] {ced3bd30-c050-4a39-840e-5ae11b90cd5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5808 | 2024.11.14 00:23:25.753903 [ 261 ] {ced3bd30-c050-4a39-840e-5ae11b90cd5c} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5809 | 2024.11.14 00:23:25.753957 [ 261 ] {ced3bd30-c050-4a39-840e-5ae11b90cd5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5810 | 2024.11.14 00:23:25.754403 [ 261 ] {ced3bd30-c050-4a39-840e-5ae11b90cd5c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5811 | 2024.11.14 00:23:25.754657 [ 261 ] {ced3bd30-c050-4a39-840e-5ae11b90cd5c} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5812 | 2024.11.14 00:23:25.754928 [ 261 ] {ced3bd30-c050-4a39-840e-5ae11b90cd5c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001939 sec., 33006.70448684889 rows/sec., 2.58 MiB/sec. | ||
| 5813 | 2024.11.14 00:23:25.755017 [ 261 ] {ced3bd30-c050-4a39-840e-5ae11b90cd5c} <Debug> TCPHandler: Processed in 0.002327473 sec. | ||
| 5814 | 2024.11.14 00:23:25.755222 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5815 | 2024.11.14 00:23:25.755360 [ 263 ] {48e39ff5-ef77-48fb-9101-426c49898c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5816 | 2024.11.14 00:23:25.755425 [ 263 ] {48e39ff5-ef77-48fb-9101-426c49898c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5817 | 2024.11.14 00:23:25.756083 [ 263 ] {48e39ff5-ef77-48fb-9101-426c49898c71} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5818 | 2024.11.14 00:23:25.756130 [ 263 ] {48e39ff5-ef77-48fb-9101-426c49898c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5819 | 2024.11.14 00:23:25.756533 [ 263 ] {48e39ff5-ef77-48fb-9101-426c49898c71} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5820 | 2024.11.14 00:23:25.756785 [ 263 ] {48e39ff5-ef77-48fb-9101-426c49898c71} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5821 | 2024.11.14 00:23:25.756994 [ 263 ] {48e39ff5-ef77-48fb-9101-426c49898c71} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001665 sec., 76876.87687687688 rows/sec., 5.35 MiB/sec. | ||
| 5822 | 2024.11.14 00:23:25.757045 [ 263 ] {48e39ff5-ef77-48fb-9101-426c49898c71} <Debug> TCPHandler: Processed in 0.001918767 sec. | ||
| 5823 | 2024.11.14 00:23:25.757194 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5824 | 2024.11.14 00:23:25.757341 [ 261 ] {10b06a9d-9293-4746-8cec-a64b606443b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5825 | 2024.11.14 00:23:25.757405 [ 261 ] {10b06a9d-9293-4746-8cec-a64b606443b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5826 | 2024.11.14 00:23:25.758006 [ 261 ] {10b06a9d-9293-4746-8cec-a64b606443b3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5827 | 2024.11.14 00:23:25.758055 [ 261 ] {10b06a9d-9293-4746-8cec-a64b606443b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5828 | 2024.11.14 00:23:25.758453 [ 261 ] {10b06a9d-9293-4746-8cec-a64b606443b3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5829 | 2024.11.14 00:23:25.758675 [ 261 ] {10b06a9d-9293-4746-8cec-a64b606443b3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5830 | 2024.11.14 00:23:25.758886 [ 261 ] {10b06a9d-9293-4746-8cec-a64b606443b3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00163 sec., 29447.852760736198 rows/sec., 1.98 MiB/sec. | ||
| 5831 | 2024.11.14 00:23:25.758937 [ 261 ] {10b06a9d-9293-4746-8cec-a64b606443b3} <Debug> TCPHandler: Processed in 0.001860796 sec. | ||
| 5832 | 2024.11.14 00:23:29.185171 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 842 | ||
| 5833 | 2024.11.14 00:23:29.188077 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5834 | 2024.11.14 00:23:29.188126 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5835 | 2024.11.14 00:23:29.189568 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5836 | 2024.11.14 00:23:29.189878 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5837 | 2024.11.14 00:23:29.190445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 842 | ||
| 5838 | 2024.11.14 00:23:30.750959 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5839 | 2024.11.14 00:23:30.751170 [ 263 ] {64a6b9f1-558d-49f6-a15a-54f1ec019c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5840 | 2024.11.14 00:23:30.751252 [ 263 ] {64a6b9f1-558d-49f6-a15a-54f1ec019c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5841 | 2024.11.14 00:23:30.752018 [ 263 ] {64a6b9f1-558d-49f6-a15a-54f1ec019c47} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5842 | 2024.11.14 00:23:30.752070 [ 263 ] {64a6b9f1-558d-49f6-a15a-54f1ec019c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5843 | 2024.11.14 00:23:30.752518 [ 263 ] {64a6b9f1-558d-49f6-a15a-54f1ec019c47} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5844 | 2024.11.14 00:23:30.752778 [ 263 ] {64a6b9f1-558d-49f6-a15a-54f1ec019c47} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5845 | 2024.11.14 00:23:30.752994 [ 53 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5846 | 2024.11.14 00:23:30.753050 [ 263 ] {64a6b9f1-558d-49f6-a15a-54f1ec019c47} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.22 MiB/sec. | ||
| 5847 | 2024.11.14 00:23:30.753082 [ 53 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5848 | 2024.11.14 00:23:30.753159 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5849 | 2024.11.14 00:23:30.753177 [ 263 ] {64a6b9f1-558d-49f6-a15a-54f1ec019c47} <Debug> TCPHandler: Processed in 0.002352444 sec. | ||
| 5850 | 2024.11.14 00:23:30.753511 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 5851 | 2024.11.14 00:23:30.753647 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5852 | 2024.11.14 00:23:30.754173 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5853 | 2024.11.14 00:23:30.754342 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1431 rows starting from the beginning of the part | ||
| 5854 | 2024.11.14 00:23:30.754400 [ 261 ] {91e9d3bb-9109-458e-9e8b-d68a205b6857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5855 | 2024.11.14 00:23:30.754633 [ 261 ] {91e9d3bb-9109-458e-9e8b-d68a205b6857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5856 | 2024.11.14 00:23:30.754902 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 61 rows starting from the beginning of the part | ||
| 5857 | 2024.11.14 00:23:30.755293 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 5858 | 2024.11.14 00:23:30.755516 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 281 rows starting from the beginning of the part | ||
| 5859 | 2024.11.14 00:23:30.755909 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 5860 | 2024.11.14 00:23:30.756281 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 5861 | 2024.11.14 00:23:30.757832 [ 261 ] {91e9d3bb-9109-458e-9e8b-d68a205b6857} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5862 | 2024.11.14 00:23:30.757925 [ 261 ] {91e9d3bb-9109-458e-9e8b-d68a205b6857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5863 | 2024.11.14 00:23:30.758915 [ 261 ] {91e9d3bb-9109-458e-9e8b-d68a205b6857} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5864 | 2024.11.14 00:23:30.759411 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1941 rows, containing 5 columns (5 merged, 0 gathered) in 0.006137796 sec., 316237.29429912625 rows/sec., 27.64 MiB/sec. | ||
| 5865 | 2024.11.14 00:23:30.759428 [ 261 ] {91e9d3bb-9109-458e-9e8b-d68a205b6857} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5866 | 2024.11.14 00:23:30.759726 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5867 | 2024.11.14 00:23:30.759720 [ 53 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5868 | 2024.11.14 00:23:30.759856 [ 53 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5869 | 2024.11.14 00:23:30.759938 [ 261 ] {91e9d3bb-9109-458e-9e8b-d68a205b6857} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005751 sec., 11128.499391410189 rows/sec., 889.45 KiB/sec. | ||
| 5870 | 2024.11.14 00:23:30.759954 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5871 | 2024.11.14 00:23:30.760313 [ 261 ] {91e9d3bb-9109-458e-9e8b-d68a205b6857} <Debug> TCPHandler: Processed in 0.006974928 sec. | ||
| 5872 | 2024.11.14 00:23:30.760471 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 5873 | 2024.11.14 00:23:30.760632 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5874 | 2024.11.14 00:23:30.760664 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5875 | 2024.11.14 00:23:30.760900 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_51_10} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5876 | 2024.11.14 00:23:30.761044 [ 263 ] {a97dc7d0-c067-43c0-b349-50a2255a9008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5877 | 2024.11.14 00:23:30.761069 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5878 | 2024.11.14 00:23:30.761146 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 5879 | 2024.11.14 00:23:30.761195 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 5880 | 2024.11.14 00:23:30.761231 [ 263 ] {a97dc7d0-c067-43c0-b349-50a2255a9008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5881 | 2024.11.14 00:23:30.761575 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 74 rows starting from the beginning of the part | ||
| 5882 | 2024.11.14 00:23:30.761934 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 5883 | 2024.11.14 00:23:30.762348 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 421 rows starting from the beginning of the part | ||
| 5884 | 2024.11.14 00:23:30.762655 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 5885 | 2024.11.14 00:23:30.762931 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 5886 | 2024.11.14 00:23:30.764014 [ 263 ] {a97dc7d0-c067-43c0-b349-50a2255a9008} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5887 | 2024.11.14 00:23:30.764094 [ 263 ] {a97dc7d0-c067-43c0-b349-50a2255a9008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5888 | 2024.11.14 00:23:30.765035 [ 263 ] {a97dc7d0-c067-43c0-b349-50a2255a9008} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5889 | 2024.11.14 00:23:30.765467 [ 263 ] {a97dc7d0-c067-43c0-b349-50a2255a9008} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5890 | 2024.11.14 00:23:30.766006 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.005855313 sec., 273256.1009121118 rows/sec., 21.07 MiB/sec. | ||
| 5891 | 2024.11.14 00:23:30.766023 [ 263 ] {a97dc7d0-c067-43c0-b349-50a2255a9008} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005124 sec., 31225.604996096798 rows/sec., 2.17 MiB/sec. | ||
| 5892 | 2024.11.14 00:23:30.766139 [ 263 ] {a97dc7d0-c067-43c0-b349-50a2255a9008} <Debug> TCPHandler: Processed in 0.00569212 sec. | ||
| 5893 | 2024.11.14 00:23:30.766308 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5894 | 2024.11.14 00:23:30.766322 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5895 | 2024.11.14 00:23:30.766674 [ 261 ] {6be5e15b-24bb-454f-b26b-3e5d6e567e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5896 | 2024.11.14 00:23:30.766815 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5897 | 2024.11.14 00:23:30.766834 [ 261 ] {6be5e15b-24bb-454f-b26b-3e5d6e567e5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5898 | 2024.11.14 00:23:30.767059 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_51_10} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5899 | 2024.11.14 00:23:30.767299 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 5900 | 2024.11.14 00:23:30.767774 [ 261 ] {6be5e15b-24bb-454f-b26b-3e5d6e567e5f} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5901 | 2024.11.14 00:23:30.767819 [ 261 ] {6be5e15b-24bb-454f-b26b-3e5d6e567e5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5902 | 2024.11.14 00:23:30.768227 [ 261 ] {6be5e15b-24bb-454f-b26b-3e5d6e567e5f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5903 | 2024.11.14 00:23:30.768488 [ 261 ] {6be5e15b-24bb-454f-b26b-3e5d6e567e5f} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5904 | 2024.11.14 00:23:30.768718 [ 261 ] {6be5e15b-24bb-454f-b26b-3e5d6e567e5f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002186 sec., 27447.392497712717 rows/sec., 1.85 MiB/sec. | ||
| 5905 | 2024.11.14 00:23:30.768791 [ 261 ] {6be5e15b-24bb-454f-b26b-3e5d6e567e5f} <Debug> TCPHandler: Processed in 0.002545806 sec. | ||
| 5906 | 2024.11.14 00:23:33.925342 [ 33 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5907 | 2024.11.14 00:23:33.925417 [ 33 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5908 | 2024.11.14 00:23:33.925440 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5909 | 2024.11.14 00:23:33.925709 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::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 | ||
| 5910 | 2024.11.14 00:23:33.925952 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5911 | 2024.11.14 00:23:33.926015 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 242 rows starting from the beginning of the part | ||
| 5912 | 2024.11.14 00:23:33.926152 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5913 | 2024.11.14 00:23:33.926327 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5914 | 2024.11.14 00:23:33.926658 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5915 | 2024.11.14 00:23:33.926730 [ 189 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 5916 | 2024.11.14 00:23:33.927832 [ 187 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002296683 sec., 129752.34283529769 rows/sec., 9.30 MiB/sec. | ||
| 5917 | 2024.11.14 00:23:33.928141 [ 187 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5918 | 2024.11.14 00:23:33.928617 [ 187 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_17_4} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5919 | 2024.11.14 00:23:33.928714 [ 187 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_17_4} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5920 | 2024.11.14 00:23:33.928818 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5921 | 2024.11.14 00:23:33.982311 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5922 | 2024.11.14 00:23:33.982346 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5923 | 2024.11.14 00:23:35.758219 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5924 | 2024.11.14 00:23:35.758408 [ 263 ] {849fe1ad-1492-40e9-bd5f-7943fba5ddca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5925 | 2024.11.14 00:23:35.758482 [ 263 ] {849fe1ad-1492-40e9-bd5f-7943fba5ddca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5926 | 2024.11.14 00:23:35.759226 [ 263 ] {849fe1ad-1492-40e9-bd5f-7943fba5ddca} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5927 | 2024.11.14 00:23:35.759279 [ 263 ] {849fe1ad-1492-40e9-bd5f-7943fba5ddca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5928 | 2024.11.14 00:23:35.759710 [ 263 ] {849fe1ad-1492-40e9-bd5f-7943fba5ddca} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5929 | 2024.11.14 00:23:35.759973 [ 263 ] {849fe1ad-1492-40e9-bd5f-7943fba5ddca} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5930 | 2024.11.14 00:23:35.760188 [ 33 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5931 | 2024.11.14 00:23:35.760247 [ 263 ] {849fe1ad-1492-40e9-bd5f-7943fba5ddca} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec. | ||
| 5932 | 2024.11.14 00:23:35.760316 [ 33 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5933 | 2024.11.14 00:23:35.760375 [ 263 ] {849fe1ad-1492-40e9-bd5f-7943fba5ddca} <Debug> TCPHandler: Processed in 0.002284652 sec. | ||
| 5934 | 2024.11.14 00:23:35.760401 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5935 | 2024.11.14 00:23:35.760617 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::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 | ||
| 5936 | 2024.11.14 00:23:35.760725 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5937 | 2024.11.14 00:23:35.760803 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5938 | 2024.11.14 00:23:35.760868 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part | ||
| 5939 | 2024.11.14 00:23:35.761110 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5940 | 2024.11.14 00:23:35.761427 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5941 | 2024.11.14 00:23:35.761443 [ 261 ] {74540980-9aeb-4399-988f-72fa3d5b4ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5942 | 2024.11.14 00:23:35.761692 [ 261 ] {74540980-9aeb-4399-988f-72fa3d5b4ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5943 | 2024.11.14 00:23:35.761716 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5944 | 2024.11.14 00:23:35.762025 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 5945 | 2024.11.14 00:23:35.764506 [ 261 ] {74540980-9aeb-4399-988f-72fa3d5b4ff5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5946 | 2024.11.14 00:23:35.764601 [ 261 ] {74540980-9aeb-4399-988f-72fa3d5b4ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5947 | 2024.11.14 00:23:35.764635 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004090188 sec., 17114.127761364514 rows/sec., 1.27 MiB/sec. | ||
| 5948 | 2024.11.14 00:23:35.764847 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5949 | 2024.11.14 00:23:35.765342 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_17_4} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5950 | 2024.11.14 00:23:35.765436 [ 261 ] {74540980-9aeb-4399-988f-72fa3d5b4ff5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5951 | 2024.11.14 00:23:35.765465 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_17_4} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5952 | 2024.11.14 00:23:35.765607 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5953 | 2024.11.14 00:23:35.765811 [ 261 ] {74540980-9aeb-4399-988f-72fa3d5b4ff5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5954 | 2024.11.14 00:23:35.766069 [ 261 ] {74540980-9aeb-4399-988f-72fa3d5b4ff5} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00495 sec., 56767.67676767676 rows/sec., 5.02 MiB/sec. | ||
| 5955 | 2024.11.14 00:23:35.766148 [ 261 ] {74540980-9aeb-4399-988f-72fa3d5b4ff5} <Debug> TCPHandler: Processed in 0.005635159 sec. | ||
| 5956 | 2024.11.14 00:23:35.766377 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5957 | 2024.11.14 00:23:35.766577 [ 263 ] {7b8f6d53-25ec-40ec-a3b7-c1d021500102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5958 | 2024.11.14 00:23:35.766638 [ 263 ] {7b8f6d53-25ec-40ec-a3b7-c1d021500102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5959 | 2024.11.14 00:23:35.767362 [ 263 ] {7b8f6d53-25ec-40ec-a3b7-c1d021500102} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5960 | 2024.11.14 00:23:35.767411 [ 263 ] {7b8f6d53-25ec-40ec-a3b7-c1d021500102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5961 | 2024.11.14 00:23:35.767800 [ 263 ] {7b8f6d53-25ec-40ec-a3b7-c1d021500102} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5962 | 2024.11.14 00:23:35.768060 [ 263 ] {7b8f6d53-25ec-40ec-a3b7-c1d021500102} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5963 | 2024.11.14 00:23:35.768283 [ 263 ] {7b8f6d53-25ec-40ec-a3b7-c1d021500102} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001753 sec., 26240.730176839705 rows/sec., 1.89 MiB/sec. | ||
| 5964 | 2024.11.14 00:23:35.768336 [ 263 ] {7b8f6d53-25ec-40ec-a3b7-c1d021500102} <Debug> TCPHandler: Processed in 0.002058099 sec. | ||
| 5965 | 2024.11.14 00:23:35.768502 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5966 | 2024.11.14 00:23:35.768733 [ 261 ] {14e94fb6-b532-4f2c-9195-f4b98e7b2c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5967 | 2024.11.14 00:23:35.768829 [ 261 ] {14e94fb6-b532-4f2c-9195-f4b98e7b2c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5968 | 2024.11.14 00:23:35.769754 [ 261 ] {14e94fb6-b532-4f2c-9195-f4b98e7b2c0c} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5969 | 2024.11.14 00:23:35.769795 [ 261 ] {14e94fb6-b532-4f2c-9195-f4b98e7b2c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5970 | 2024.11.14 00:23:35.770170 [ 261 ] {14e94fb6-b532-4f2c-9195-f4b98e7b2c0c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5971 | 2024.11.14 00:23:35.770419 [ 261 ] {14e94fb6-b532-4f2c-9195-f4b98e7b2c0c} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5972 | 2024.11.14 00:23:35.770681 [ 261 ] {14e94fb6-b532-4f2c-9195-f4b98e7b2c0c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002006 sec., 6979.062811565304 rows/sec., 488.77 KiB/sec. | ||
| 5973 | 2024.11.14 00:23:35.770923 [ 261 ] {14e94fb6-b532-4f2c-9195-f4b98e7b2c0c} <Debug> TCPHandler: Processed in 0.002489875 sec. | ||
| 5974 | 2024.11.14 00:23:35.771093 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5975 | 2024.11.14 00:23:35.771230 [ 263 ] {9c0d1f9e-1c6d-41a8-b09e-903cbfe22b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5976 | 2024.11.14 00:23:35.771288 [ 263 ] {9c0d1f9e-1c6d-41a8-b09e-903cbfe22b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5977 | 2024.11.14 00:23:35.771918 [ 263 ] {9c0d1f9e-1c6d-41a8-b09e-903cbfe22b26} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5978 | 2024.11.14 00:23:35.771958 [ 263 ] {9c0d1f9e-1c6d-41a8-b09e-903cbfe22b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5979 | 2024.11.14 00:23:35.772317 [ 263 ] {9c0d1f9e-1c6d-41a8-b09e-903cbfe22b26} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5980 | 2024.11.14 00:23:35.772571 [ 263 ] {9c0d1f9e-1c6d-41a8-b09e-903cbfe22b26} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5981 | 2024.11.14 00:23:35.772728 [ 33 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5982 | 2024.11.14 00:23:35.772790 [ 33 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2024.11.14 00:23:35.772821 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5984 | 2024.11.14 00:23:35.772835 [ 263 ] {9c0d1f9e-1c6d-41a8-b09e-903cbfe22b26} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001626 sec., 7995.079950799508 rows/sec., 498.49 KiB/sec. | ||
| 5985 | 2024.11.14 00:23:35.773166 [ 263 ] {9c0d1f9e-1c6d-41a8-b09e-903cbfe22b26} <Debug> TCPHandler: Processed in 0.00214235 sec. | ||
| 5986 | 2024.11.14 00:23:35.773197 [ 187 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 5987 | 2024.11.14 00:23:35.773440 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5988 | 2024.11.14 00:23:35.773490 [ 187 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5989 | 2024.11.14 00:23:35.773532 [ 187 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::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 | ||
| 5990 | 2024.11.14 00:23:35.773584 [ 261 ] {7116ccf1-1ceb-44b5-8705-5bb5ca590473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5991 | 2024.11.14 00:23:35.773676 [ 187 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 5992 | 2024.11.14 00:23:35.773738 [ 261 ] {7116ccf1-1ceb-44b5-8705-5bb5ca590473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5993 | 2024.11.14 00:23:35.774125 [ 187 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 5994 | 2024.11.14 00:23:35.774503 [ 187 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 5995 | 2024.11.14 00:23:35.774812 [ 187 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 5996 | 2024.11.14 00:23:35.776105 [ 261 ] {7116ccf1-1ceb-44b5-8705-5bb5ca590473} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5997 | 2024.11.14 00:23:35.776148 [ 261 ] {7116ccf1-1ceb-44b5-8705-5bb5ca590473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 5998 | 2024.11.14 00:23:35.776381 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003474539 sec., 18707.51774551962 rows/sec., 1.21 MiB/sec. | ||
| 5999 | 2024.11.14 00:23:35.776697 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6000 | 2024.11.14 00:23:35.776803 [ 261 ] {7116ccf1-1ceb-44b5-8705-5bb5ca590473} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6001 | 2024.11.14 00:23:35.777283 [ 261 ] {7116ccf1-1ceb-44b5-8705-5bb5ca590473} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6002 | 2024.11.14 00:23:35.777587 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_17_4} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6003 | 2024.11.14 00:23:35.777633 [ 261 ] {7116ccf1-1ceb-44b5-8705-5bb5ca590473} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004081 sec., 103160.98995344277 rows/sec., 7.37 MiB/sec. | ||
| 6004 | 2024.11.14 00:23:35.777776 [ 197 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_17_4} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6005 | 2024.11.14 00:23:35.777789 [ 261 ] {7116ccf1-1ceb-44b5-8705-5bb5ca590473} <Debug> TCPHandler: Processed in 0.004487473 sec. | ||
| 6006 | 2024.11.14 00:23:35.777997 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6007 | 2024.11.14 00:23:35.778064 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6008 | 2024.11.14 00:23:35.778200 [ 263 ] {0c38c08e-cd23-4505-b9fd-dd61e19bc45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6009 | 2024.11.14 00:23:35.778263 [ 263 ] {0c38c08e-cd23-4505-b9fd-dd61e19bc45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6010 | 2024.11.14 00:23:35.778802 [ 263 ] {0c38c08e-cd23-4505-b9fd-dd61e19bc45e} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6011 | 2024.11.14 00:23:35.778842 [ 263 ] {0c38c08e-cd23-4505-b9fd-dd61e19bc45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6012 | 2024.11.14 00:23:35.779218 [ 263 ] {0c38c08e-cd23-4505-b9fd-dd61e19bc45e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6013 | 2024.11.14 00:23:35.779469 [ 263 ] {0c38c08e-cd23-4505-b9fd-dd61e19bc45e} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6014 | 2024.11.14 00:23:35.779702 [ 263 ] {0c38c08e-cd23-4505-b9fd-dd61e19bc45e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec. | ||
| 6015 | 2024.11.14 00:23:35.779752 [ 263 ] {0c38c08e-cd23-4505-b9fd-dd61e19bc45e} <Debug> TCPHandler: Processed in 0.001780256 sec. | ||
| 6016 | 2024.11.14 00:23:35.779906 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6017 | 2024.11.14 00:23:35.780045 [ 261 ] {a1d9214f-90f1-4eec-9fe7-5af567eddf7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6018 | 2024.11.14 00:23:35.780108 [ 261 ] {a1d9214f-90f1-4eec-9fe7-5af567eddf7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6019 | 2024.11.14 00:23:35.780768 [ 261 ] {a1d9214f-90f1-4eec-9fe7-5af567eddf7a} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6020 | 2024.11.14 00:23:35.780807 [ 261 ] {a1d9214f-90f1-4eec-9fe7-5af567eddf7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6021 | 2024.11.14 00:23:35.781208 [ 261 ] {a1d9214f-90f1-4eec-9fe7-5af567eddf7a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6022 | 2024.11.14 00:23:35.781462 [ 261 ] {a1d9214f-90f1-4eec-9fe7-5af567eddf7a} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6023 | 2024.11.14 00:23:35.781720 [ 261 ] {a1d9214f-90f1-4eec-9fe7-5af567eddf7a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001691 sec., 140153.755174453 rows/sec., 9.39 MiB/sec. | ||
| 6024 | 2024.11.14 00:23:35.781897 [ 261 ] {a1d9214f-90f1-4eec-9fe7-5af567eddf7a} <Debug> TCPHandler: Processed in 0.002049889 sec. | ||
| 6025 | 2024.11.14 00:23:35.782151 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6026 | 2024.11.14 00:23:35.782296 [ 263 ] {ec398b40-c3fe-445d-9058-1bc380cb3881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6027 | 2024.11.14 00:23:35.782357 [ 263 ] {ec398b40-c3fe-445d-9058-1bc380cb3881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6028 | 2024.11.14 00:23:35.782852 [ 263 ] {ec398b40-c3fe-445d-9058-1bc380cb3881} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6029 | 2024.11.14 00:23:35.782892 [ 263 ] {ec398b40-c3fe-445d-9058-1bc380cb3881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6030 | 2024.11.14 00:23:35.783260 [ 263 ] {ec398b40-c3fe-445d-9058-1bc380cb3881} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6031 | 2024.11.14 00:23:35.783526 [ 263 ] {ec398b40-c3fe-445d-9058-1bc380cb3881} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6032 | 2024.11.14 00:23:35.783792 [ 263 ] {ec398b40-c3fe-445d-9058-1bc380cb3881} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001507 sec., 663.5700066357 rows/sec., 44.71 KiB/sec. | ||
| 6033 | 2024.11.14 00:23:35.783901 [ 263 ] {ec398b40-c3fe-445d-9058-1bc380cb3881} <Debug> TCPHandler: Processed in 0.001879227 sec. | ||
| 6034 | 2024.11.14 00:23:35.784173 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6035 | 2024.11.14 00:23:35.784392 [ 261 ] {057b38cf-2eae-4372-97d3-62ced4becc36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6036 | 2024.11.14 00:23:35.784527 [ 261 ] {057b38cf-2eae-4372-97d3-62ced4becc36} <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 | ||
| 6037 | 2024.11.14 00:23:35.785698 [ 261 ] {057b38cf-2eae-4372-97d3-62ced4becc36} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6038 | 2024.11.14 00:23:35.785736 [ 261 ] {057b38cf-2eae-4372-97d3-62ced4becc36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6039 | 2024.11.14 00:23:35.786367 [ 261 ] {057b38cf-2eae-4372-97d3-62ced4becc36} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6040 | 2024.11.14 00:23:35.786623 [ 261 ] {057b38cf-2eae-4372-97d3-62ced4becc36} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6041 | 2024.11.14 00:23:35.786959 [ 261 ] {057b38cf-2eae-4372-97d3-62ced4becc36} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002595 sec., 15028.901734104045 rows/sec., 26.93 MiB/sec. | ||
| 6042 | 2024.11.14 00:23:35.787279 [ 261 ] {057b38cf-2eae-4372-97d3-62ced4becc36} <Debug> TCPHandler: Processed in 0.003278947 sec. | ||
| 6043 | 2024.11.14 00:23:35.787425 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6044 | 2024.11.14 00:23:35.787563 [ 263 ] {2868321d-2ac5-4e39-a667-f823934625b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6045 | 2024.11.14 00:23:35.787624 [ 263 ] {2868321d-2ac5-4e39-a667-f823934625b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6046 | 2024.11.14 00:23:35.788196 [ 263 ] {2868321d-2ac5-4e39-a667-f823934625b7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6047 | 2024.11.14 00:23:35.788244 [ 263 ] {2868321d-2ac5-4e39-a667-f823934625b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6048 | 2024.11.14 00:23:35.788670 [ 263 ] {2868321d-2ac5-4e39-a667-f823934625b7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6049 | 2024.11.14 00:23:35.788920 [ 263 ] {2868321d-2ac5-4e39-a667-f823934625b7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6050 | 2024.11.14 00:23:35.789154 [ 263 ] {2868321d-2ac5-4e39-a667-f823934625b7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001622 sec., 50554.87053020962 rows/sec., 3.21 MiB/sec. | ||
| 6051 | 2024.11.14 00:23:35.789204 [ 263 ] {2868321d-2ac5-4e39-a667-f823934625b7} <Debug> TCPHandler: Processed in 0.001845356 sec. | ||
| 6052 | 2024.11.14 00:23:39.190748 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 872 | ||
| 6053 | 2024.11.14 00:23:39.193704 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6054 | 2024.11.14 00:23:39.193769 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6055 | 2024.11.14 00:23:39.195223 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6056 | 2024.11.14 00:23:39.195550 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6057 | 2024.11.14 00:23:39.196790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 872 | ||
| 6058 | 2024.11.14 00:23:40.750284 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6059 | 2024.11.14 00:23:40.750488 [ 263 ] {0ecdb0e0-30f3-40fe-bead-eba8907af163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6060 | 2024.11.14 00:23:40.750568 [ 263 ] {0ecdb0e0-30f3-40fe-bead-eba8907af163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6061 | 2024.11.14 00:23:40.751314 [ 263 ] {0ecdb0e0-30f3-40fe-bead-eba8907af163} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6062 | 2024.11.14 00:23:40.751354 [ 263 ] {0ecdb0e0-30f3-40fe-bead-eba8907af163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6063 | 2024.11.14 00:23:40.751771 [ 263 ] {0ecdb0e0-30f3-40fe-bead-eba8907af163} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6064 | 2024.11.14 00:23:40.752027 [ 263 ] {0ecdb0e0-30f3-40fe-bead-eba8907af163} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6065 | 2024.11.14 00:23:40.752258 [ 263 ] {0ecdb0e0-30f3-40fe-bead-eba8907af163} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001824 sec., 4385.964912280701 rows/sec., 357.64 KiB/sec. | ||
| 6066 | 2024.11.14 00:23:40.752457 [ 263 ] {0ecdb0e0-30f3-40fe-bead-eba8907af163} <Debug> TCPHandler: Processed in 0.002303893 sec. | ||
| 6067 | 2024.11.14 00:23:40.752717 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6068 | 2024.11.14 00:23:40.752909 [ 261 ] {b2de0e12-af0e-4ca2-9cff-8762e99a9709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6069 | 2024.11.14 00:23:40.752981 [ 261 ] {b2de0e12-af0e-4ca2-9cff-8762e99a9709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6070 | 2024.11.14 00:23:40.753743 [ 261 ] {b2de0e12-af0e-4ca2-9cff-8762e99a9709} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6071 | 2024.11.14 00:23:40.753793 [ 261 ] {b2de0e12-af0e-4ca2-9cff-8762e99a9709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6072 | 2024.11.14 00:23:40.754229 [ 261 ] {b2de0e12-af0e-4ca2-9cff-8762e99a9709} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6073 | 2024.11.14 00:23:40.754482 [ 261 ] {b2de0e12-af0e-4ca2-9cff-8762e99a9709} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6074 | 2024.11.14 00:23:40.754720 [ 261 ] {b2de0e12-af0e-4ca2-9cff-8762e99a9709} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001862 sec., 32223.4156820623 rows/sec., 2.46 MiB/sec. | ||
| 6075 | 2024.11.14 00:23:40.754777 [ 261 ] {b2de0e12-af0e-4ca2-9cff-8762e99a9709} <Debug> TCPHandler: Processed in 0.002191681 sec. | ||
| 6076 | 2024.11.14 00:23:40.754920 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6077 | 2024.11.14 00:23:40.755062 [ 263 ] {4abcff5a-4486-4456-8bb8-244c4736bff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6078 | 2024.11.14 00:23:40.755121 [ 263 ] {4abcff5a-4486-4456-8bb8-244c4736bff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6079 | 2024.11.14 00:23:40.755807 [ 263 ] {4abcff5a-4486-4456-8bb8-244c4736bff4} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6080 | 2024.11.14 00:23:40.755846 [ 263 ] {4abcff5a-4486-4456-8bb8-244c4736bff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6081 | 2024.11.14 00:23:40.756212 [ 263 ] {4abcff5a-4486-4456-8bb8-244c4736bff4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6082 | 2024.11.14 00:23:40.756482 [ 263 ] {4abcff5a-4486-4456-8bb8-244c4736bff4} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6083 | 2024.11.14 00:23:40.756609 [ 52 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 | ||
| 6084 | 2024.11.14 00:23:40.756651 [ 52 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6085 | 2024.11.14 00:23:40.756671 [ 263 ] {4abcff5a-4486-4456-8bb8-244c4736bff4} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001639 sec., 4881.025015253203 rows/sec., 340.81 KiB/sec. | ||
| 6086 | 2024.11.14 00:23:40.756676 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6087 | 2024.11.14 00:23:40.756779 [ 263 ] {4abcff5a-4486-4456-8bb8-244c4736bff4} <Debug> TCPHandler: Processed in 0.001921927 sec. | ||
| 6088 | 2024.11.14 00:23:40.756890 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full | ||
| 6089 | 2024.11.14 00:23:40.756961 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6090 | 2024.11.14 00:23:40.757059 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6091 | 2024.11.14 00:23:40.757101 [ 261 ] {c74a794c-f74e-4702-8b2d-3bc6541fbb90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6092 | 2024.11.14 00:23:40.757107 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 64 rows starting from the beginning of the part | ||
| 6093 | 2024.11.14 00:23:40.757159 [ 261 ] {c74a794c-f74e-4702-8b2d-3bc6541fbb90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6094 | 2024.11.14 00:23:40.757285 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 46 rows starting from the beginning of the part | ||
| 6095 | 2024.11.14 00:23:40.757679 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
| 6096 | 2024.11.14 00:23:40.757961 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 46 rows starting from the beginning of the part | ||
| 6097 | 2024.11.14 00:23:40.758308 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 46 rows starting from the beginning of the part | ||
| 6098 | 2024.11.14 00:23:40.758628 [ 187 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 6099 | 2024.11.14 00:23:40.759372 [ 261 ] {c74a794c-f74e-4702-8b2d-3bc6541fbb90} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6100 | 2024.11.14 00:23:40.759418 [ 261 ] {c74a794c-f74e-4702-8b2d-3bc6541fbb90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6101 | 2024.11.14 00:23:40.759954 [ 261 ] {c74a794c-f74e-4702-8b2d-3bc6541fbb90} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6102 | 2024.11.14 00:23:40.760286 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 5 columns (5 merged, 0 gathered) in 0.003499639 sec., 62863.626791220464 rows/sec., 4.72 MiB/sec. | ||
| 6103 | 2024.11.14 00:23:40.760359 [ 261 ] {c74a794c-f74e-4702-8b2d-3bc6541fbb90} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6104 | 2024.11.14 00:23:40.760597 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 6105 | 2024.11.14 00:23:40.760813 [ 261 ] {c74a794c-f74e-4702-8b2d-3bc6541fbb90} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.003744 sec., 19230.76923076923 rows/sec., 1.50 MiB/sec. | ||
| 6106 | 2024.11.14 00:23:40.760957 [ 261 ] {c74a794c-f74e-4702-8b2d-3bc6541fbb90} <Debug> TCPHandler: Processed in 0.004054307 sec. | ||
| 6107 | 2024.11.14 00:23:40.761185 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6108 | 2024.11.14 00:23:40.761224 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6109 | 2024.11.14 00:23:40.761401 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_28_6} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 | ||
| 6110 | 2024.11.14 00:23:40.761413 [ 263 ] {7a3074a3-0d05-4224-903d-2619e5412fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6111 | 2024.11.14 00:23:40.761547 [ 263 ] {7a3074a3-0d05-4224-903d-2619e5412fd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6112 | 2024.11.14 00:23:40.761569 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6113 | 2024.11.14 00:23:40.762187 [ 263 ] {7a3074a3-0d05-4224-903d-2619e5412fd0} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6114 | 2024.11.14 00:23:40.762231 [ 263 ] {7a3074a3-0d05-4224-903d-2619e5412fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6115 | 2024.11.14 00:23:40.762634 [ 263 ] {7a3074a3-0d05-4224-903d-2619e5412fd0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6116 | 2024.11.14 00:23:40.762884 [ 263 ] {7a3074a3-0d05-4224-903d-2619e5412fd0} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6117 | 2024.11.14 00:23:40.763062 [ 263 ] {7a3074a3-0d05-4224-903d-2619e5412fd0} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001712 sec., 77102.80373831776 rows/sec., 5.37 MiB/sec. | ||
| 6118 | 2024.11.14 00:23:40.763113 [ 263 ] {7a3074a3-0d05-4224-903d-2619e5412fd0} <Debug> TCPHandler: Processed in 0.002014239 sec. | ||
| 6119 | 2024.11.14 00:23:40.763258 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6120 | 2024.11.14 00:23:40.763385 [ 261 ] {d888f99b-eac8-411a-a578-70e7e6e08fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6121 | 2024.11.14 00:23:40.763439 [ 261 ] {d888f99b-eac8-411a-a578-70e7e6e08fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6122 | 2024.11.14 00:23:40.763948 [ 261 ] {d888f99b-eac8-411a-a578-70e7e6e08fb7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6123 | 2024.11.14 00:23:40.763987 [ 261 ] {d888f99b-eac8-411a-a578-70e7e6e08fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6124 | 2024.11.14 00:23:40.764372 [ 261 ] {d888f99b-eac8-411a-a578-70e7e6e08fb7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6125 | 2024.11.14 00:23:40.764612 [ 261 ] {d888f99b-eac8-411a-a578-70e7e6e08fb7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6126 | 2024.11.14 00:23:40.764817 [ 261 ] {d888f99b-eac8-411a-a578-70e7e6e08fb7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001463 sec., 32809.2959671907 rows/sec., 2.21 MiB/sec. | ||
| 6127 | 2024.11.14 00:23:40.764867 [ 261 ] {d888f99b-eac8-411a-a578-70e7e6e08fb7} <Debug> TCPHandler: Processed in 0.001666283 sec. | ||
| 6128 | 2024.11.14 00:23:45.751946 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6129 | 2024.11.14 00:23:45.752175 [ 263 ] {3d1b4ceb-c411-4a88-a76b-3b8b6a220847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6130 | 2024.11.14 00:23:45.752257 [ 263 ] {3d1b4ceb-c411-4a88-a76b-3b8b6a220847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6131 | 2024.11.14 00:23:45.753094 [ 263 ] {3d1b4ceb-c411-4a88-a76b-3b8b6a220847} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6132 | 2024.11.14 00:23:45.753147 [ 263 ] {3d1b4ceb-c411-4a88-a76b-3b8b6a220847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6133 | 2024.11.14 00:23:45.753580 [ 263 ] {3d1b4ceb-c411-4a88-a76b-3b8b6a220847} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6134 | 2024.11.14 00:23:45.753832 [ 263 ] {3d1b4ceb-c411-4a88-a76b-3b8b6a220847} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6135 | 2024.11.14 00:23:45.754070 [ 263 ] {3d1b4ceb-c411-4a88-a76b-3b8b6a220847} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.20 MiB/sec. | ||
| 6136 | 2024.11.14 00:23:45.754124 [ 263 ] {3d1b4ceb-c411-4a88-a76b-3b8b6a220847} <Debug> TCPHandler: Processed in 0.002313832 sec. | ||
| 6137 | 2024.11.14 00:23:45.754392 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6138 | 2024.11.14 00:23:45.754602 [ 261 ] {597946af-4c2d-4cce-a154-99bbc8e29d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6139 | 2024.11.14 00:23:45.754682 [ 261 ] {597946af-4c2d-4cce-a154-99bbc8e29d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6140 | 2024.11.14 00:23:45.755458 [ 261 ] {597946af-4c2d-4cce-a154-99bbc8e29d85} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6141 | 2024.11.14 00:23:45.755509 [ 261 ] {597946af-4c2d-4cce-a154-99bbc8e29d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6142 | 2024.11.14 00:23:45.755947 [ 261 ] {597946af-4c2d-4cce-a154-99bbc8e29d85} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6143 | 2024.11.14 00:23:45.756195 [ 261 ] {597946af-4c2d-4cce-a154-99bbc8e29d85} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6144 | 2024.11.14 00:23:45.756447 [ 261 ] {597946af-4c2d-4cce-a154-99bbc8e29d85} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001902 sec., 33648.79074658254 rows/sec., 2.63 MiB/sec. | ||
| 6145 | 2024.11.14 00:23:45.756506 [ 261 ] {597946af-4c2d-4cce-a154-99bbc8e29d85} <Debug> TCPHandler: Processed in 0.002252572 sec. | ||
| 6146 | 2024.11.14 00:23:45.756675 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6147 | 2024.11.14 00:23:45.756813 [ 263 ] {a8d86dbd-9a7d-42d4-8f66-c680cfe55836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6148 | 2024.11.14 00:23:45.756876 [ 263 ] {a8d86dbd-9a7d-42d4-8f66-c680cfe55836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6149 | 2024.11.14 00:23:45.757569 [ 263 ] {a8d86dbd-9a7d-42d4-8f66-c680cfe55836} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6150 | 2024.11.14 00:23:45.757616 [ 263 ] {a8d86dbd-9a7d-42d4-8f66-c680cfe55836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6151 | 2024.11.14 00:23:45.758056 [ 263 ] {a8d86dbd-9a7d-42d4-8f66-c680cfe55836} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6152 | 2024.11.14 00:23:45.758299 [ 263 ] {a8d86dbd-9a7d-42d4-8f66-c680cfe55836} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6153 | 2024.11.14 00:23:45.758471 [ 154 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6154 | 2024.11.14 00:23:45.758533 [ 263 ] {a8d86dbd-9a7d-42d4-8f66-c680cfe55836} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001746 sec., 91638.02978235968 rows/sec., 6.38 MiB/sec. | ||
| 6155 | 2024.11.14 00:23:45.758547 [ 154 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6156 | 2024.11.14 00:23:45.758610 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6157 | 2024.11.14 00:23:45.758660 [ 263 ] {a8d86dbd-9a7d-42d4-8f66-c680cfe55836} <Debug> TCPHandler: Processed in 0.002047959 sec. | ||
| 6158 | 2024.11.14 00:23:45.758891 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6159 | 2024.11.14 00:23:45.759008 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6160 | 2024.11.14 00:23:45.759321 [ 261 ] {78824eb0-d306-473a-803e-5c7e189607d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6161 | 2024.11.14 00:23:45.759536 [ 261 ] {78824eb0-d306-473a-803e-5c7e189607d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6162 | 2024.11.14 00:23:45.759767 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6163 | 2024.11.14 00:23:45.759934 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 10539 rows starting from the beginning of the part | ||
| 6164 | 2024.11.14 00:23:45.760291 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 128 rows starting from the beginning of the part | ||
| 6165 | 2024.11.14 00:23:45.760664 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6166 | 2024.11.14 00:23:45.760966 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part | ||
| 6167 | 2024.11.14 00:23:45.761136 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 132 rows starting from the beginning of the part | ||
| 6168 | 2024.11.14 00:23:45.761529 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 6169 | 2024.11.14 00:23:45.762362 [ 261 ] {78824eb0-d306-473a-803e-5c7e189607d1} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6170 | 2024.11.14 00:23:45.762427 [ 261 ] {78824eb0-d306-473a-803e-5c7e189607d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6171 | 2024.11.14 00:23:45.763185 [ 261 ] {78824eb0-d306-473a-803e-5c7e189607d1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6172 | 2024.11.14 00:23:45.763511 [ 261 ] {78824eb0-d306-473a-803e-5c7e189607d1} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6173 | 2024.11.14 00:23:45.763817 [ 154 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6174 | 2024.11.14 00:23:45.763986 [ 154 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6175 | 2024.11.14 00:23:45.764053 [ 261 ] {78824eb0-d306-473a-803e-5c7e189607d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004881 sec., 12292.562999385373 rows/sec., 848.31 KiB/sec. | ||
| 6176 | 2024.11.14 00:23:45.764103 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6177 | 2024.11.14 00:23:45.764361 [ 261 ] {78824eb0-d306-473a-803e-5c7e189607d1} <Debug> TCPHandler: Processed in 0.005591129 sec. | ||
| 6178 | 2024.11.14 00:23:45.764702 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6179 | 2024.11.14 00:23:45.765088 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6180 | 2024.11.14 00:23:45.765181 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2876 rows starting from the beginning of the part | ||
| 6181 | 2024.11.14 00:23:45.765427 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part | ||
| 6182 | 2024.11.14 00:23:45.765809 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6183 | 2024.11.14 00:23:45.765960 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 6184 | 2024.11.14 00:23:45.766199 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 6185 | 2024.11.14 00:23:45.766279 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 6186 | 2024.11.14 00:23:45.768783 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11356 rows, containing 5 columns (5 merged, 0 gathered) in 0.010043831 sec., 1130644.273086634 rows/sec., 76.96 MiB/sec. | ||
| 6187 | 2024.11.14 00:23:45.769097 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6188 | 2024.11.14 00:23:45.769606 [ 188 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6189 | 2024.11.14 00:23:45.769822 [ 200 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3174 rows, containing 4 columns (4 merged, 0 gathered) in 0.005482487 sec., 578934.3412943797 rows/sec., 38.09 MiB/sec. | ||
| 6190 | 2024.11.14 00:23:45.769839 [ 188 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6191 | 2024.11.14 00:23:45.769954 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 6192 | 2024.11.14 00:23:45.770235 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6193 | 2024.11.14 00:23:45.770576 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6194 | 2024.11.14 00:23:45.770668 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_51_10} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6195 | 2024.11.14 00:23:45.770770 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6196 | 2024.11.14 00:23:47.156953 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47257, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6197 | 2024.11.14 00:23:47.382406 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59296, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6198 | 2024.11.14 00:23:47.489763 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6199 | 2024.11.14 00:23:47.524272 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6200 | 2024.11.14 00:23:47.628727 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6201 | 2024.11.14 00:23:47.641073 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6202 | 2024.11.14 00:23:47.647351 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40216, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6203 | 2024.11.14 00:23:47.653587 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6204 | 2024.11.14 00:23:47.676022 [ 153 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6205 | 2024.11.14 00:23:47.676091 [ 153 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6206 | 2024.11.14 00:23:47.676113 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6207 | 2024.11.14 00:23:47.676332 [ 186 ] {f32399f6-feb6-4778-8ebc-148a182978bb::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 | ||
| 6208 | 2024.11.14 00:23:47.676564 [ 186 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6209 | 2024.11.14 00:23:47.676608 [ 186 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 78 rows starting from the beginning of the part | ||
| 6210 | 2024.11.14 00:23:47.676692 [ 186 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 6211 | 2024.11.14 00:23:47.676789 [ 186 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 6212 | 2024.11.14 00:23:47.677032 [ 186 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6213 | 2024.11.14 00:23:47.677149 [ 186 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6214 | 2024.11.14 00:23:47.678316 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.00211728 sec., 48175.01700294718 rows/sec., 2.46 MiB/sec. | ||
| 6215 | 2024.11.14 00:23:47.678515 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6216 | 2024.11.14 00:23:47.678904 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_17_4} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6217 | 2024.11.14 00:23:47.679012 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_17_4} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6218 | 2024.11.14 00:23:47.679111 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6219 | 2024.11.14 00:23:47.979183 [ 153 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6220 | 2024.11.14 00:23:47.979279 [ 153 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6221 | 2024.11.14 00:23:47.979320 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6222 | 2024.11.14 00:23:47.979568 [ 200 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 6223 | 2024.11.14 00:23:47.979871 [ 200 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6224 | 2024.11.14 00:23:47.979914 [ 200 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 6225 | 2024.11.14 00:23:47.980008 [ 200 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 6226 | 2024.11.14 00:23:47.980103 [ 200 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 6227 | 2024.11.14 00:23:47.980342 [ 200 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 6228 | 2024.11.14 00:23:47.980547 [ 200 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::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 | ||
| 6229 | 2024.11.14 00:23:47.981615 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.002195911 sec., 7741.661661151112 rows/sec., 521.65 KiB/sec. | ||
| 6230 | 2024.11.14 00:23:47.981892 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6231 | 2024.11.14 00:23:47.982279 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_17_4} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2024.11.14 00:23:47.982375 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_17_4} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6233 | 2024.11.14 00:23:47.982475 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6234 | 2024.11.14 00:23:48.982618 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6235 | 2024.11.14 00:23:48.982677 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6236 | 2024.11.14 00:23:49.197075 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 892 | ||
| 6237 | 2024.11.14 00:23:49.199719 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6238 | 2024.11.14 00:23:49.199761 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6239 | 2024.11.14 00:23:49.201216 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6240 | 2024.11.14 00:23:49.201529 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6241 | 2024.11.14 00:23:49.202605 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 892 | ||
| 6242 | 2024.11.14 00:23:50.117991 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6243 | 2024.11.14 00:23:50.756894 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6244 | 2024.11.14 00:23:50.757109 [ 263 ] {7890f091-236a-4b17-bb6d-f0136f4c34c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6245 | 2024.11.14 00:23:50.757184 [ 263 ] {7890f091-236a-4b17-bb6d-f0136f4c34c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6246 | 2024.11.14 00:23:50.757938 [ 263 ] {7890f091-236a-4b17-bb6d-f0136f4c34c8} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6247 | 2024.11.14 00:23:50.757988 [ 263 ] {7890f091-236a-4b17-bb6d-f0136f4c34c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6248 | 2024.11.14 00:23:50.758432 [ 263 ] {7890f091-236a-4b17-bb6d-f0136f4c34c8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6249 | 2024.11.14 00:23:50.758706 [ 263 ] {7890f091-236a-4b17-bb6d-f0136f4c34c8} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6250 | 2024.11.14 00:23:50.758917 [ 263 ] {7890f091-236a-4b17-bb6d-f0136f4c34c8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 6251 | 2024.11.14 00:23:50.758984 [ 263 ] {7890f091-236a-4b17-bb6d-f0136f4c34c8} <Debug> TCPHandler: Processed in 0.002225802 sec. | ||
| 6252 | 2024.11.14 00:23:50.759217 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6253 | 2024.11.14 00:23:50.759408 [ 261 ] {8e619e61-32bf-43e9-9d4f-894c4a89cc92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6254 | 2024.11.14 00:23:50.759482 [ 261 ] {8e619e61-32bf-43e9-9d4f-894c4a89cc92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6255 | 2024.11.14 00:23:50.760360 [ 261 ] {8e619e61-32bf-43e9-9d4f-894c4a89cc92} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6256 | 2024.11.14 00:23:50.760417 [ 261 ] {8e619e61-32bf-43e9-9d4f-894c4a89cc92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6257 | 2024.11.14 00:23:50.760897 [ 261 ] {8e619e61-32bf-43e9-9d4f-894c4a89cc92} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6258 | 2024.11.14 00:23:50.761167 [ 261 ] {8e619e61-32bf-43e9-9d4f-894c4a89cc92} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6259 | 2024.11.14 00:23:50.761456 [ 261 ] {8e619e61-32bf-43e9-9d4f-894c4a89cc92} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002088 sec., 134578.54406130267 rows/sec., 11.89 MiB/sec. | ||
| 6260 | 2024.11.14 00:23:50.761587 [ 261 ] {8e619e61-32bf-43e9-9d4f-894c4a89cc92} <Debug> TCPHandler: Processed in 0.002489405 sec. | ||
| 6261 | 2024.11.14 00:23:50.761876 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6262 | 2024.11.14 00:23:50.762035 [ 263 ] {16d29a3d-a20b-4461-a33c-0eec83e644d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6263 | 2024.11.14 00:23:50.762100 [ 263 ] {16d29a3d-a20b-4461-a33c-0eec83e644d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6264 | 2024.11.14 00:23:50.762838 [ 263 ] {16d29a3d-a20b-4461-a33c-0eec83e644d6} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2024.11.14 00:23:50.762885 [ 263 ] {16d29a3d-a20b-4461-a33c-0eec83e644d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6266 | 2024.11.14 00:23:50.763294 [ 263 ] {16d29a3d-a20b-4461-a33c-0eec83e644d6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6267 | 2024.11.14 00:23:50.763539 [ 263 ] {16d29a3d-a20b-4461-a33c-0eec83e644d6} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2024.11.14 00:23:50.763749 [ 263 ] {16d29a3d-a20b-4461-a33c-0eec83e644d6} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001747 sec., 26330.852890669717 rows/sec., 1.89 MiB/sec. | ||
| 6269 | 2024.11.14 00:23:50.763933 [ 263 ] {16d29a3d-a20b-4461-a33c-0eec83e644d6} <Debug> TCPHandler: Processed in 0.00214012 sec. | ||
| 6270 | 2024.11.14 00:23:50.764138 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6271 | 2024.11.14 00:23:50.764264 [ 261 ] {888f8184-8db9-40fc-a795-6475f0317eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6272 | 2024.11.14 00:23:50.764318 [ 261 ] {888f8184-8db9-40fc-a795-6475f0317eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6273 | 2024.11.14 00:23:50.764903 [ 261 ] {888f8184-8db9-40fc-a795-6475f0317eb9} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6274 | 2024.11.14 00:23:50.764946 [ 261 ] {888f8184-8db9-40fc-a795-6475f0317eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6275 | 2024.11.14 00:23:50.765313 [ 261 ] {888f8184-8db9-40fc-a795-6475f0317eb9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6276 | 2024.11.14 00:23:50.765552 [ 261 ] {888f8184-8db9-40fc-a795-6475f0317eb9} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6277 | 2024.11.14 00:23:50.765801 [ 261 ] {888f8184-8db9-40fc-a795-6475f0317eb9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001583 sec., 8843.967150979153 rows/sec., 619.37 KiB/sec. | ||
| 6278 | 2024.11.14 00:23:50.766017 [ 261 ] {888f8184-8db9-40fc-a795-6475f0317eb9} <Debug> TCPHandler: Processed in 0.002007518 sec. | ||
| 6279 | 2024.11.14 00:23:50.766161 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6280 | 2024.11.14 00:23:50.766271 [ 263 ] {9c644dbc-e4cc-4285-96ca-c7fa3a067985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6281 | 2024.11.14 00:23:50.766316 [ 263 ] {9c644dbc-e4cc-4285-96ca-c7fa3a067985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6282 | 2024.11.14 00:23:50.766939 [ 263 ] {9c644dbc-e4cc-4285-96ca-c7fa3a067985} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2024.11.14 00:23:50.766977 [ 263 ] {9c644dbc-e4cc-4285-96ca-c7fa3a067985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6284 | 2024.11.14 00:23:50.767326 [ 263 ] {9c644dbc-e4cc-4285-96ca-c7fa3a067985} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6285 | 2024.11.14 00:23:50.767571 [ 263 ] {9c644dbc-e4cc-4285-96ca-c7fa3a067985} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2024.11.14 00:23:50.767822 [ 263 ] {9c644dbc-e4cc-4285-96ca-c7fa3a067985} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec. | ||
| 6287 | 2024.11.14 00:23:50.767998 [ 263 ] {9c644dbc-e4cc-4285-96ca-c7fa3a067985} <Debug> TCPHandler: Processed in 0.001847726 sec. | ||
| 6288 | 2024.11.14 00:23:50.768184 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6289 | 2024.11.14 00:23:50.768322 [ 261 ] {d6255b93-8304-42bf-bec8-808953c54d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6290 | 2024.11.14 00:23:50.768380 [ 261 ] {d6255b93-8304-42bf-bec8-808953c54d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6291 | 2024.11.14 00:23:50.769187 [ 261 ] {d6255b93-8304-42bf-bec8-808953c54d94} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6292 | 2024.11.14 00:23:50.769232 [ 261 ] {d6255b93-8304-42bf-bec8-808953c54d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6293 | 2024.11.14 00:23:50.769634 [ 261 ] {d6255b93-8304-42bf-bec8-808953c54d94} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6294 | 2024.11.14 00:23:50.769881 [ 261 ] {d6255b93-8304-42bf-bec8-808953c54d94} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6295 | 2024.11.14 00:23:50.770092 [ 261 ] {d6255b93-8304-42bf-bec8-808953c54d94} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.0018 sec., 233888.8888888889 rows/sec., 16.71 MiB/sec. | ||
| 6296 | 2024.11.14 00:23:50.770148 [ 261 ] {d6255b93-8304-42bf-bec8-808953c54d94} <Debug> TCPHandler: Processed in 0.002031159 sec. | ||
| 6297 | 2024.11.14 00:23:50.770308 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6298 | 2024.11.14 00:23:50.770447 [ 263 ] {2b9954f2-df8c-4fc0-949e-16d95df87140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6299 | 2024.11.14 00:23:50.770506 [ 263 ] {2b9954f2-df8c-4fc0-949e-16d95df87140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6300 | 2024.11.14 00:23:50.771074 [ 263 ] {2b9954f2-df8c-4fc0-949e-16d95df87140} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6301 | 2024.11.14 00:23:50.771115 [ 263 ] {2b9954f2-df8c-4fc0-949e-16d95df87140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6302 | 2024.11.14 00:23:50.771478 [ 263 ] {2b9954f2-df8c-4fc0-949e-16d95df87140} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6303 | 2024.11.14 00:23:50.771729 [ 263 ] {2b9954f2-df8c-4fc0-949e-16d95df87140} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6304 | 2024.11.14 00:23:50.771924 [ 263 ] {2b9954f2-df8c-4fc0-949e-16d95df87140} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001501 sec., 3997.3351099267156 rows/sec., 208.85 KiB/sec. | ||
| 6305 | 2024.11.14 00:23:50.772014 [ 263 ] {2b9954f2-df8c-4fc0-949e-16d95df87140} <Debug> TCPHandler: Processed in 0.001771715 sec. | ||
| 6306 | 2024.11.14 00:23:50.772156 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6307 | 2024.11.14 00:23:50.772296 [ 261 ] {c10a7b5e-ab21-40e6-9276-0fb2bfe03049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6308 | 2024.11.14 00:23:50.772360 [ 261 ] {c10a7b5e-ab21-40e6-9276-0fb2bfe03049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6309 | 2024.11.14 00:23:50.773045 [ 261 ] {c10a7b5e-ab21-40e6-9276-0fb2bfe03049} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6310 | 2024.11.14 00:23:50.773092 [ 261 ] {c10a7b5e-ab21-40e6-9276-0fb2bfe03049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6311 | 2024.11.14 00:23:50.773507 [ 261 ] {c10a7b5e-ab21-40e6-9276-0fb2bfe03049} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6312 | 2024.11.14 00:23:50.773749 [ 261 ] {c10a7b5e-ab21-40e6-9276-0fb2bfe03049} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6313 | 2024.11.14 00:23:50.773949 [ 261 ] {c10a7b5e-ab21-40e6-9276-0fb2bfe03049} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001686 sec., 140569.3950177936 rows/sec., 9.42 MiB/sec. | ||
| 6314 | 2024.11.14 00:23:50.774005 [ 261 ] {c10a7b5e-ab21-40e6-9276-0fb2bfe03049} <Debug> TCPHandler: Processed in 0.001913627 sec. | ||
| 6315 | 2024.11.14 00:23:50.774140 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6316 | 2024.11.14 00:23:50.774256 [ 263 ] {4a1060f4-f1ea-4644-a7c3-b88dbe8edc12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6317 | 2024.11.14 00:23:50.774309 [ 263 ] {4a1060f4-f1ea-4644-a7c3-b88dbe8edc12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6318 | 2024.11.14 00:23:50.774784 [ 263 ] {4a1060f4-f1ea-4644-a7c3-b88dbe8edc12} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6319 | 2024.11.14 00:23:50.774820 [ 263 ] {4a1060f4-f1ea-4644-a7c3-b88dbe8edc12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6320 | 2024.11.14 00:23:50.775176 [ 263 ] {4a1060f4-f1ea-4644-a7c3-b88dbe8edc12} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6321 | 2024.11.14 00:23:50.775415 [ 263 ] {4a1060f4-f1ea-4644-a7c3-b88dbe8edc12} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6322 | 2024.11.14 00:23:50.775610 [ 263 ] {4a1060f4-f1ea-4644-a7c3-b88dbe8edc12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001378 sec., 725.6894049346879 rows/sec., 48.90 KiB/sec. | ||
| 6323 | 2024.11.14 00:23:50.775660 [ 263 ] {4a1060f4-f1ea-4644-a7c3-b88dbe8edc12} <Debug> TCPHandler: Processed in 0.001575172 sec. | ||
| 6324 | 2024.11.14 00:23:50.775787 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6325 | 2024.11.14 00:23:50.775904 [ 261 ] {ecca6913-b46a-470c-aeb9-c54992548f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6326 | 2024.11.14 00:23:50.775985 [ 261 ] {ecca6913-b46a-470c-aeb9-c54992548f3b} <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 | ||
| 6327 | 2024.11.14 00:23:50.777132 [ 261 ] {ecca6913-b46a-470c-aeb9-c54992548f3b} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6328 | 2024.11.14 00:23:50.777170 [ 261 ] {ecca6913-b46a-470c-aeb9-c54992548f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6329 | 2024.11.14 00:23:50.777821 [ 261 ] {ecca6913-b46a-470c-aeb9-c54992548f3b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6330 | 2024.11.14 00:23:50.778071 [ 261 ] {ecca6913-b46a-470c-aeb9-c54992548f3b} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6331 | 2024.11.14 00:23:50.778310 [ 261 ] {ecca6913-b46a-470c-aeb9-c54992548f3b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00243 sec., 16049.382716049384 rows/sec., 28.76 MiB/sec. | ||
| 6332 | 2024.11.14 00:23:50.778414 [ 261 ] {ecca6913-b46a-470c-aeb9-c54992548f3b} <Debug> TCPHandler: Processed in 0.002680458 sec. | ||
| 6333 | 2024.11.14 00:23:50.778544 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6334 | 2024.11.14 00:23:50.778661 [ 263 ] {9bbbe922-28cb-41d4-ab1a-dc5e9003d84e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6335 | 2024.11.14 00:23:50.778711 [ 263 ] {9bbbe922-28cb-41d4-ab1a-dc5e9003d84e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6336 | 2024.11.14 00:23:50.779196 [ 263 ] {9bbbe922-28cb-41d4-ab1a-dc5e9003d84e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6337 | 2024.11.14 00:23:50.779234 [ 263 ] {9bbbe922-28cb-41d4-ab1a-dc5e9003d84e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 6338 | 2024.11.14 00:23:50.779606 [ 263 ] {9bbbe922-28cb-41d4-ab1a-dc5e9003d84e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6339 | 2024.11.14 00:23:50.779841 [ 263 ] {9bbbe922-28cb-41d4-ab1a-dc5e9003d84e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6340 | 2024.11.14 00:23:50.780088 [ 263 ] {9bbbe922-28cb-41d4-ab1a-dc5e9003d84e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001441 sec., 56904.92713393477 rows/sec., 3.61 MiB/sec. | ||
| 6341 | 2024.11.14 00:23:50.780183 [ 263 ] {9bbbe922-28cb-41d4-ab1a-dc5e9003d84e} <Debug> TCPHandler: Processed in 0.001689684 sec. | ||
| 6342 | 2024.11.14 00:23:50.788991 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52018, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6343 | 2024.11.14 00:23:50.842399 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6344 | 2024.11.14 00:23:50.946910 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6345 | 2024.11.14 00:23:50.968428 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6346 | 2024.11.14 00:23:50.973168 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6347 | 2024.11.14 00:23:51.021031 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39006, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6348 | 2024.11.14 00:23:51.044602 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64002, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6349 | 2024.11.14 00:23:51.053160 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6350 | 2024.11.14 00:23:51.742989 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6351 | 2024.11.14 00:23:51.784375 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6352 | 2024.11.14 00:23:51.800733 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6353 | 2024.11.14 00:23:51.815871 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6354 | 2024.11.14 00:23:51.830385 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6355 | 2024.11.14 00:23:51.834900 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43754, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6356 | 2024.11.14 00:23:51.840245 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44432, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6357 | 2024.11.14 00:23:51.858463 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6358 | 2024.11.14 00:23:52.293889 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62985, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6359 | 2024.11.14 00:23:52.313350 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48745, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6360 | 2024.11.14 00:23:52.468766 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41485, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6361 | 2024.11.14 00:23:52.470055 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6362 | 2024.11.14 00:23:52.576748 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6363 | 2024.11.14 00:23:52.590595 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54949, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6364 | 2024.11.14 00:23:52.595665 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6365 | 2024.11.14 00:23:55.750223 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6366 | 2024.11.14 00:23:55.750446 [ 263 ] {61bdee84-64e6-450b-b242-da46d88e1da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6367 | 2024.11.14 00:23:55.750528 [ 263 ] {61bdee84-64e6-450b-b242-da46d88e1da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6368 | 2024.11.14 00:23:55.751409 [ 263 ] {61bdee84-64e6-450b-b242-da46d88e1da3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6369 | 2024.11.14 00:23:55.751459 [ 263 ] {61bdee84-64e6-450b-b242-da46d88e1da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6370 | 2024.11.14 00:23:55.751876 [ 263 ] {61bdee84-64e6-450b-b242-da46d88e1da3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6371 | 2024.11.14 00:23:55.752125 [ 263 ] {61bdee84-64e6-450b-b242-da46d88e1da3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6372 | 2024.11.14 00:23:55.752329 [ 150 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6373 | 2024.11.14 00:23:55.752390 [ 263 ] {61bdee84-64e6-450b-b242-da46d88e1da3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001999 sec., 28014.007003501752 rows/sec., 2.15 MiB/sec. | ||
| 6374 | 2024.11.14 00:23:55.752404 [ 150 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6375 | 2024.11.14 00:23:55.752477 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6376 | 2024.11.14 00:23:55.752534 [ 263 ] {61bdee84-64e6-450b-b242-da46d88e1da3} <Debug> TCPHandler: Processed in 0.002445814 sec. | ||
| 6377 | 2024.11.14 00:23:55.752750 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6378 | 2024.11.14 00:23:55.752842 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6379 | 2024.11.14 00:23:55.752940 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6380 | 2024.11.14 00:23:55.752998 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1431 rows starting from the beginning of the part | ||
| 6381 | 2024.11.14 00:23:55.753198 [ 261 ] {df2f225d-5cad-4998-9b66-9ca85130c034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6382 | 2024.11.14 00:23:55.753193 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 281 rows starting from the beginning of the part | ||
| 6383 | 2024.11.14 00:23:55.753393 [ 261 ] {df2f225d-5cad-4998-9b66-9ca85130c034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6384 | 2024.11.14 00:23:55.753448 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 6385 | 2024.11.14 00:23:55.753717 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
| 6386 | 2024.11.14 00:23:55.754102 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 281 rows starting from the beginning of the part | ||
| 6387 | 2024.11.14 00:23:55.754436 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part | ||
| 6388 | 2024.11.14 00:23:55.756325 [ 261 ] {df2f225d-5cad-4998-9b66-9ca85130c034} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6389 | 2024.11.14 00:23:55.756408 [ 261 ] {df2f225d-5cad-4998-9b66-9ca85130c034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6390 | 2024.11.14 00:23:55.757329 [ 261 ] {df2f225d-5cad-4998-9b66-9ca85130c034} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6391 | 2024.11.14 00:23:55.757862 [ 261 ] {df2f225d-5cad-4998-9b66-9ca85130c034} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6392 | 2024.11.14 00:23:55.757871 [ 194 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2165 rows, containing 5 columns (5 merged, 0 gathered) in 0.005278574 sec., 410148.6499952449 rows/sec., 36.17 MiB/sec. | ||
| 6393 | 2024.11.14 00:23:55.758105 [ 150 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6394 | 2024.11.14 00:23:55.758193 [ 150 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6395 | 2024.11.14 00:23:55.758264 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6396 | 2024.11.14 00:23:55.758276 [ 194 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6397 | 2024.11.14 00:23:55.758407 [ 261 ] {df2f225d-5cad-4998-9b66-9ca85130c034} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005329 sec., 12009.757928316756 rows/sec., 959.89 KiB/sec. | ||
| 6398 | 2024.11.14 00:23:55.758675 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6399 | 2024.11.14 00:23:55.758744 [ 261 ] {df2f225d-5cad-4998-9b66-9ca85130c034} <Debug> TCPHandler: Processed in 0.006049935 sec. | ||
| 6400 | 2024.11.14 00:23:55.759045 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6401 | 2024.11.14 00:23:55.759050 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6402 | 2024.11.14 00:23:55.759128 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 6403 | 2024.11.14 00:23:55.759497 [ 263 ] {ba66838f-fbda-46e1-aa7b-fdb8a89c44a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6404 | 2024.11.14 00:23:55.759529 [ 194 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6405 | 2024.11.14 00:23:55.759584 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 421 rows starting from the beginning of the part | ||
| 6406 | 2024.11.14 00:23:55.759992 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 72 rows starting from the beginning of the part | ||
| 6407 | 2024.11.14 00:23:55.760016 [ 263 ] {ba66838f-fbda-46e1-aa7b-fdb8a89c44a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6408 | 2024.11.14 00:23:55.760057 [ 194 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_56_11} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6409 | 2024.11.14 00:23:55.760331 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
| 6410 | 2024.11.14 00:23:55.760766 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 421 rows starting from the beginning of the part | ||
| 6411 | 2024.11.14 00:23:55.760940 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 6412 | 2024.11.14 00:23:55.761180 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part | ||
| 6413 | 2024.11.14 00:23:55.762971 [ 263 ] {ba66838f-fbda-46e1-aa7b-fdb8a89c44a2} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6414 | 2024.11.14 00:23:55.763053 [ 263 ] {ba66838f-fbda-46e1-aa7b-fdb8a89c44a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6415 | 2024.11.14 00:23:55.763993 [ 263 ] {ba66838f-fbda-46e1-aa7b-fdb8a89c44a2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6416 | 2024.11.14 00:23:55.764284 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005901313 sec., 331282.207874756 rows/sec., 25.36 MiB/sec. | ||
| 6417 | 2024.11.14 00:23:55.764457 [ 263 ] {ba66838f-fbda-46e1-aa7b-fdb8a89c44a2} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6418 | 2024.11.14 00:23:55.764551 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6419 | 2024.11.14 00:23:55.764859 [ 263 ] {ba66838f-fbda-46e1-aa7b-fdb8a89c44a2} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005609 sec., 22820.467106436085 rows/sec., 1.59 MiB/sec. | ||
| 6420 | 2024.11.14 00:23:55.765026 [ 263 ] {ba66838f-fbda-46e1-aa7b-fdb8a89c44a2} <Debug> TCPHandler: Processed in 0.006156627 sec. | ||
| 6421 | 2024.11.14 00:23:55.765174 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6422 | 2024.11.14 00:23:55.765258 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6423 | 2024.11.14 00:23:55.765359 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_56_11} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6424 | 2024.11.14 00:23:55.765524 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6425 | 2024.11.14 00:23:55.765521 [ 261 ] {cb20239d-f3f6-4e10-a55c-2dfe0d9d62fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6426 | 2024.11.14 00:23:55.765619 [ 261 ] {cb20239d-f3f6-4e10-a55c-2dfe0d9d62fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6427 | 2024.11.14 00:23:55.766219 [ 261 ] {cb20239d-f3f6-4e10-a55c-2dfe0d9d62fb} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6428 | 2024.11.14 00:23:55.766268 [ 261 ] {cb20239d-f3f6-4e10-a55c-2dfe0d9d62fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6429 | 2024.11.14 00:23:55.766660 [ 261 ] {cb20239d-f3f6-4e10-a55c-2dfe0d9d62fb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6430 | 2024.11.14 00:23:55.766914 [ 261 ] {cb20239d-f3f6-4e10-a55c-2dfe0d9d62fb} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6431 | 2024.11.14 00:23:55.767131 [ 261 ] {cb20239d-f3f6-4e10-a55c-2dfe0d9d62fb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00171 sec., 28070.175438596492 rows/sec., 1.89 MiB/sec. | ||
| 6432 | 2024.11.14 00:23:55.767184 [ 261 ] {cb20239d-f3f6-4e10-a55c-2dfe0d9d62fb} <Debug> TCPHandler: Processed in 0.002049239 sec. | ||
| 6433 | 2024.11.14 00:23:59.202856 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 922 | ||
| 6434 | 2024.11.14 00:23:59.205760 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6435 | 2024.11.14 00:23:59.205813 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6436 | 2024.11.14 00:23:59.207198 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6437 | 2024.11.14 00:23:59.207507 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6438 | 2024.11.14 00:23:59.209250 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 922 | ||
| 6439 | 2024.11.14 00:24:00.752241 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6440 | 2024.11.14 00:24:00.752449 [ 263 ] {a33803ef-092b-4e49-a908-857b737ad3b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6441 | 2024.11.14 00:24:00.752523 [ 263 ] {a33803ef-092b-4e49-a908-857b737ad3b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6442 | 2024.11.14 00:24:00.753282 [ 263 ] {a33803ef-092b-4e49-a908-857b737ad3b4} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6443 | 2024.11.14 00:24:00.753327 [ 263 ] {a33803ef-092b-4e49-a908-857b737ad3b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6444 | 2024.11.14 00:24:00.753757 [ 263 ] {a33803ef-092b-4e49-a908-857b737ad3b4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6445 | 2024.11.14 00:24:00.754009 [ 263 ] {a33803ef-092b-4e49-a908-857b737ad3b4} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6446 | 2024.11.14 00:24:00.754250 [ 263 ] {a33803ef-092b-4e49-a908-857b737ad3b4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.31 MiB/sec. | ||
| 6447 | 2024.11.14 00:24:00.754313 [ 263 ] {a33803ef-092b-4e49-a908-857b737ad3b4} <Debug> TCPHandler: Processed in 0.002203641 sec. | ||
| 6448 | 2024.11.14 00:24:00.754602 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6449 | 2024.11.14 00:24:00.754812 [ 261 ] {0bda8156-f02b-412f-b282-2e3a571e5665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6450 | 2024.11.14 00:24:00.754889 [ 261 ] {0bda8156-f02b-412f-b282-2e3a571e5665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6451 | 2024.11.14 00:24:00.755691 [ 261 ] {0bda8156-f02b-412f-b282-2e3a571e5665} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6452 | 2024.11.14 00:24:00.755732 [ 261 ] {0bda8156-f02b-412f-b282-2e3a571e5665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6453 | 2024.11.14 00:24:00.756157 [ 261 ] {0bda8156-f02b-412f-b282-2e3a571e5665} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6454 | 2024.11.14 00:24:00.756403 [ 261 ] {0bda8156-f02b-412f-b282-2e3a571e5665} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2024.11.14 00:24:00.756592 [ 261 ] {0bda8156-f02b-412f-b282-2e3a571e5665} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001837 sec., 34839.41208492107 rows/sec., 2.72 MiB/sec. | ||
| 6456 | 2024.11.14 00:24:00.756647 [ 261 ] {0bda8156-f02b-412f-b282-2e3a571e5665} <Debug> TCPHandler: Processed in 0.002212682 sec. | ||
| 6457 | 2024.11.14 00:24:00.756803 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2024.11.14 00:24:00.756921 [ 263 ] {d2a08162-6dc4-441e-988c-e98a0af7fa9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6459 | 2024.11.14 00:24:00.756975 [ 263 ] {d2a08162-6dc4-441e-988c-e98a0af7fa9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6460 | 2024.11.14 00:24:00.757568 [ 263 ] {d2a08162-6dc4-441e-988c-e98a0af7fa9c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2024.11.14 00:24:00.757606 [ 263 ] {d2a08162-6dc4-441e-988c-e98a0af7fa9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6462 | 2024.11.14 00:24:00.758001 [ 263 ] {d2a08162-6dc4-441e-988c-e98a0af7fa9c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6463 | 2024.11.14 00:24:00.758245 [ 263 ] {d2a08162-6dc4-441e-988c-e98a0af7fa9c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2024.11.14 00:24:00.758457 [ 263 ] {d2a08162-6dc4-441e-988c-e98a0af7fa9c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
| 6465 | 2024.11.14 00:24:00.758508 [ 263 ] {d2a08162-6dc4-441e-988c-e98a0af7fa9c} <Debug> TCPHandler: Processed in 0.001759985 sec. | ||
| 6466 | 2024.11.14 00:24:00.758663 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6467 | 2024.11.14 00:24:00.758801 [ 261 ] {8d5f7c42-9820-4f9d-a2fe-a3cb938721ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6468 | 2024.11.14 00:24:00.758862 [ 261 ] {8d5f7c42-9820-4f9d-a2fe-a3cb938721ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6469 | 2024.11.14 00:24:00.759441 [ 261 ] {8d5f7c42-9820-4f9d-a2fe-a3cb938721ff} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6470 | 2024.11.14 00:24:00.759483 [ 261 ] {8d5f7c42-9820-4f9d-a2fe-a3cb938721ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6471 | 2024.11.14 00:24:00.759861 [ 261 ] {8d5f7c42-9820-4f9d-a2fe-a3cb938721ff} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6472 | 2024.11.14 00:24:00.760104 [ 261 ] {8d5f7c42-9820-4f9d-a2fe-a3cb938721ff} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6473 | 2024.11.14 00:24:00.760278 [ 261 ] {8d5f7c42-9820-4f9d-a2fe-a3cb938721ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001509 sec., 39761.431411530815 rows/sec., 2.68 MiB/sec. | ||
| 6474 | 2024.11.14 00:24:00.760326 [ 261 ] {8d5f7c42-9820-4f9d-a2fe-a3cb938721ff} <Debug> TCPHandler: Processed in 0.001731285 sec. | ||
| 6475 | 2024.11.14 00:24:03.982717 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6476 | 2024.11.14 00:24:03.982787 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6477 | 2024.11.14 00:24:05.758932 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6478 | 2024.11.14 00:24:05.759137 [ 263 ] {68080b42-7694-48d1-ba3d-f7cce51861fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6479 | 2024.11.14 00:24:05.759215 [ 263 ] {68080b42-7694-48d1-ba3d-f7cce51861fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6480 | 2024.11.14 00:24:05.759969 [ 263 ] {68080b42-7694-48d1-ba3d-f7cce51861fe} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6481 | 2024.11.14 00:24:05.760012 [ 263 ] {68080b42-7694-48d1-ba3d-f7cce51861fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6482 | 2024.11.14 00:24:05.760436 [ 263 ] {68080b42-7694-48d1-ba3d-f7cce51861fe} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6483 | 2024.11.14 00:24:05.760689 [ 263 ] {68080b42-7694-48d1-ba3d-f7cce51861fe} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6484 | 2024.11.14 00:24:05.760966 [ 263 ] {68080b42-7694-48d1-ba3d-f7cce51861fe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001876 sec., 7462.686567164179 rows/sec., 537.21 KiB/sec. | ||
| 6485 | 2024.11.14 00:24:05.761084 [ 263 ] {68080b42-7694-48d1-ba3d-f7cce51861fe} <Debug> TCPHandler: Processed in 0.002280142 sec. | ||
| 6486 | 2024.11.14 00:24:05.761410 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6487 | 2024.11.14 00:24:05.761709 [ 261 ] {f975b117-1645-4569-8f68-fd09a970384a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6488 | 2024.11.14 00:24:05.761780 [ 261 ] {f975b117-1645-4569-8f68-fd09a970384a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6489 | 2024.11.14 00:24:05.762609 [ 261 ] {f975b117-1645-4569-8f68-fd09a970384a} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6490 | 2024.11.14 00:24:05.762649 [ 261 ] {f975b117-1645-4569-8f68-fd09a970384a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6491 | 2024.11.14 00:24:05.763108 [ 261 ] {f975b117-1645-4569-8f68-fd09a970384a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6492 | 2024.11.14 00:24:05.763372 [ 261 ] {f975b117-1645-4569-8f68-fd09a970384a} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6493 | 2024.11.14 00:24:05.763573 [ 261 ] {f975b117-1645-4569-8f68-fd09a970384a} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001952 sec., 143954.9180327869 rows/sec., 12.72 MiB/sec. | ||
| 6494 | 2024.11.14 00:24:05.763628 [ 261 ] {f975b117-1645-4569-8f68-fd09a970384a} <Debug> TCPHandler: Processed in 0.002413914 sec. | ||
| 6495 | 2024.11.14 00:24:05.763770 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6496 | 2024.11.14 00:24:05.763908 [ 263 ] {ca038ce6-5c13-4fe7-873e-3fb2a6fce2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6497 | 2024.11.14 00:24:05.763966 [ 263 ] {ca038ce6-5c13-4fe7-873e-3fb2a6fce2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6498 | 2024.11.14 00:24:05.764667 [ 263 ] {ca038ce6-5c13-4fe7-873e-3fb2a6fce2e5} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6499 | 2024.11.14 00:24:05.764708 [ 263 ] {ca038ce6-5c13-4fe7-873e-3fb2a6fce2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6500 | 2024.11.14 00:24:05.765070 [ 263 ] {ca038ce6-5c13-4fe7-873e-3fb2a6fce2e5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6501 | 2024.11.14 00:24:05.765313 [ 263 ] {ca038ce6-5c13-4fe7-873e-3fb2a6fce2e5} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6502 | 2024.11.14 00:24:05.765534 [ 263 ] {ca038ce6-5c13-4fe7-873e-3fb2a6fce2e5} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001658 sec., 27744.270205066347 rows/sec., 2.00 MiB/sec. | ||
| 6503 | 2024.11.14 00:24:05.765665 [ 263 ] {ca038ce6-5c13-4fe7-873e-3fb2a6fce2e5} <Debug> TCPHandler: Processed in 0.001958778 sec. | ||
| 6504 | 2024.11.14 00:24:05.765886 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6505 | 2024.11.14 00:24:05.766106 [ 261 ] {de23cb58-04a8-4e98-879b-c248908c561f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6506 | 2024.11.14 00:24:05.766197 [ 261 ] {de23cb58-04a8-4e98-879b-c248908c561f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6507 | 2024.11.14 00:24:05.767027 [ 261 ] {de23cb58-04a8-4e98-879b-c248908c561f} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6508 | 2024.11.14 00:24:05.767066 [ 261 ] {de23cb58-04a8-4e98-879b-c248908c561f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6509 | 2024.11.14 00:24:05.767417 [ 261 ] {de23cb58-04a8-4e98-879b-c248908c561f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6510 | 2024.11.14 00:24:05.767656 [ 261 ] {de23cb58-04a8-4e98-879b-c248908c561f} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6511 | 2024.11.14 00:24:05.767836 [ 261 ] {de23cb58-04a8-4e98-879b-c248908c561f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001784 sec., 7847.533632286995 rows/sec., 549.59 KiB/sec. | ||
| 6512 | 2024.11.14 00:24:05.767888 [ 261 ] {de23cb58-04a8-4e98-879b-c248908c561f} <Debug> TCPHandler: Processed in 0.00211208 sec. | ||
| 6513 | 2024.11.14 00:24:05.768051 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6514 | 2024.11.14 00:24:05.768171 [ 263 ] {041c0619-6cfa-4b7f-b834-b2af725cc27c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6515 | 2024.11.14 00:24:05.768220 [ 263 ] {041c0619-6cfa-4b7f-b834-b2af725cc27c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6516 | 2024.11.14 00:24:05.768815 [ 263 ] {041c0619-6cfa-4b7f-b834-b2af725cc27c} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6517 | 2024.11.14 00:24:05.768855 [ 263 ] {041c0619-6cfa-4b7f-b834-b2af725cc27c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6518 | 2024.11.14 00:24:05.769207 [ 263 ] {041c0619-6cfa-4b7f-b834-b2af725cc27c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6519 | 2024.11.14 00:24:05.769449 [ 263 ] {041c0619-6cfa-4b7f-b834-b2af725cc27c} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6520 | 2024.11.14 00:24:05.769731 [ 263 ] {041c0619-6cfa-4b7f-b834-b2af725cc27c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001562 sec., 8322.663252240716 rows/sec., 518.92 KiB/sec. | ||
| 6521 | 2024.11.14 00:24:05.769936 [ 263 ] {041c0619-6cfa-4b7f-b834-b2af725cc27c} <Debug> TCPHandler: Processed in 0.001941428 sec. | ||
| 6522 | 2024.11.14 00:24:05.770164 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6523 | 2024.11.14 00:24:05.770385 [ 261 ] {5c65ec08-57b4-474e-b90e-3cab2a158655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6524 | 2024.11.14 00:24:05.770479 [ 261 ] {5c65ec08-57b4-474e-b90e-3cab2a158655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6525 | 2024.11.14 00:24:05.771287 [ 261 ] {5c65ec08-57b4-474e-b90e-3cab2a158655} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6526 | 2024.11.14 00:24:05.771325 [ 261 ] {5c65ec08-57b4-474e-b90e-3cab2a158655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6527 | 2024.11.14 00:24:05.771711 [ 261 ] {5c65ec08-57b4-474e-b90e-3cab2a158655} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6528 | 2024.11.14 00:24:05.771952 [ 261 ] {5c65ec08-57b4-474e-b90e-3cab2a158655} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6529 | 2024.11.14 00:24:05.772177 [ 261 ] {5c65ec08-57b4-474e-b90e-3cab2a158655} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001841 sec., 228680.06518196632 rows/sec., 16.34 MiB/sec. | ||
| 6530 | 2024.11.14 00:24:05.772292 [ 261 ] {5c65ec08-57b4-474e-b90e-3cab2a158655} <Debug> TCPHandler: Processed in 0.002231602 sec. | ||
| 6531 | 2024.11.14 00:24:05.772523 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6532 | 2024.11.14 00:24:05.772669 [ 263 ] {260a6606-1fd5-480c-a539-5d1087cab227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6533 | 2024.11.14 00:24:05.772728 [ 263 ] {260a6606-1fd5-480c-a539-5d1087cab227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6534 | 2024.11.14 00:24:05.773197 [ 263 ] {260a6606-1fd5-480c-a539-5d1087cab227} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6535 | 2024.11.14 00:24:05.773236 [ 263 ] {260a6606-1fd5-480c-a539-5d1087cab227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6536 | 2024.11.14 00:24:05.773595 [ 263 ] {260a6606-1fd5-480c-a539-5d1087cab227} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6537 | 2024.11.14 00:24:05.773839 [ 263 ] {260a6606-1fd5-480c-a539-5d1087cab227} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6538 | 2024.11.14 00:24:05.774059 [ 263 ] {260a6606-1fd5-480c-a539-5d1087cab227} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001415 sec., 4240.282685512368 rows/sec., 221.54 KiB/sec. | ||
| 6539 | 2024.11.14 00:24:05.774167 [ 263 ] {260a6606-1fd5-480c-a539-5d1087cab227} <Debug> TCPHandler: Processed in 0.001759685 sec. | ||
| 6540 | 2024.11.14 00:24:05.774314 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6541 | 2024.11.14 00:24:05.774429 [ 261 ] {d1c311af-0049-4628-8a38-f7bfcfe0bb71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6542 | 2024.11.14 00:24:05.774482 [ 261 ] {d1c311af-0049-4628-8a38-f7bfcfe0bb71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6543 | 2024.11.14 00:24:05.775068 [ 261 ] {d1c311af-0049-4628-8a38-f7bfcfe0bb71} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6544 | 2024.11.14 00:24:05.775107 [ 261 ] {d1c311af-0049-4628-8a38-f7bfcfe0bb71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6545 | 2024.11.14 00:24:05.775499 [ 261 ] {d1c311af-0049-4628-8a38-f7bfcfe0bb71} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6546 | 2024.11.14 00:24:05.775742 [ 261 ] {d1c311af-0049-4628-8a38-f7bfcfe0bb71} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6547 | 2024.11.14 00:24:05.775920 [ 261 ] {d1c311af-0049-4628-8a38-f7bfcfe0bb71} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001516 sec., 156332.45382585752 rows/sec., 10.48 MiB/sec. | ||
| 6548 | 2024.11.14 00:24:05.775970 [ 261 ] {d1c311af-0049-4628-8a38-f7bfcfe0bb71} <Debug> TCPHandler: Processed in 0.001712704 sec. | ||
| 6549 | 2024.11.14 00:24:05.776114 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6550 | 2024.11.14 00:24:05.776230 [ 263 ] {9d46e5ee-f6d8-4f5a-aa0b-5fbb3ceb1f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6551 | 2024.11.14 00:24:05.776280 [ 263 ] {9d46e5ee-f6d8-4f5a-aa0b-5fbb3ceb1f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6552 | 2024.11.14 00:24:05.776745 [ 263 ] {9d46e5ee-f6d8-4f5a-aa0b-5fbb3ceb1f5d} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6553 | 2024.11.14 00:24:05.776784 [ 263 ] {9d46e5ee-f6d8-4f5a-aa0b-5fbb3ceb1f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6554 | 2024.11.14 00:24:05.777141 [ 263 ] {9d46e5ee-f6d8-4f5a-aa0b-5fbb3ceb1f5d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6555 | 2024.11.14 00:24:05.777366 [ 263 ] {9d46e5ee-f6d8-4f5a-aa0b-5fbb3ceb1f5d} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6556 | 2024.11.14 00:24:05.777618 [ 263 ] {9d46e5ee-f6d8-4f5a-aa0b-5fbb3ceb1f5d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec. | ||
| 6557 | 2024.11.14 00:24:05.777814 [ 263 ] {9d46e5ee-f6d8-4f5a-aa0b-5fbb3ceb1f5d} <Debug> TCPHandler: Processed in 0.001750075 sec. | ||
| 6558 | 2024.11.14 00:24:05.778029 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6559 | 2024.11.14 00:24:05.778249 [ 261 ] {c6f46fdf-20df-4c3a-9ea7-22206c9cfa51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6560 | 2024.11.14 00:24:05.778389 [ 261 ] {c6f46fdf-20df-4c3a-9ea7-22206c9cfa51} <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 | ||
| 6561 | 2024.11.14 00:24:05.779653 [ 261 ] {c6f46fdf-20df-4c3a-9ea7-22206c9cfa51} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6562 | 2024.11.14 00:24:05.779693 [ 261 ] {c6f46fdf-20df-4c3a-9ea7-22206c9cfa51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6563 | 2024.11.14 00:24:05.780342 [ 261 ] {c6f46fdf-20df-4c3a-9ea7-22206c9cfa51} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6564 | 2024.11.14 00:24:05.780601 [ 261 ] {c6f46fdf-20df-4c3a-9ea7-22206c9cfa51} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6565 | 2024.11.14 00:24:05.780798 [ 261 ] {c6f46fdf-20df-4c3a-9ea7-22206c9cfa51} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002604 sec., 14976.958525345623 rows/sec., 26.84 MiB/sec. | ||
| 6566 | 2024.11.14 00:24:05.780887 [ 261 ] {c6f46fdf-20df-4c3a-9ea7-22206c9cfa51} <Debug> TCPHandler: Processed in 0.002968062 sec. | ||
| 6567 | 2024.11.14 00:24:05.781029 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6568 | 2024.11.14 00:24:05.781144 [ 263 ] {b0ea0832-c042-41ba-9dc4-60953b180d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6569 | 2024.11.14 00:24:05.781194 [ 263 ] {b0ea0832-c042-41ba-9dc4-60953b180d9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6570 | 2024.11.14 00:24:05.781667 [ 263 ] {b0ea0832-c042-41ba-9dc4-60953b180d9e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6571 | 2024.11.14 00:24:05.781714 [ 263 ] {b0ea0832-c042-41ba-9dc4-60953b180d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6572 | 2024.11.14 00:24:05.782072 [ 263 ] {b0ea0832-c042-41ba-9dc4-60953b180d9e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6573 | 2024.11.14 00:24:05.782301 [ 263 ] {b0ea0832-c042-41ba-9dc4-60953b180d9e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6574 | 2024.11.14 00:24:05.782515 [ 263 ] {b0ea0832-c042-41ba-9dc4-60953b180d9e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001395 sec., 58781.362007168456 rows/sec., 3.73 MiB/sec. | ||
| 6575 | 2024.11.14 00:24:05.782564 [ 263 ] {b0ea0832-c042-41ba-9dc4-60953b180d9e} <Debug> TCPHandler: Processed in 0.001591202 sec. | ||
| 6576 | 2024.11.14 00:24:09.209548 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 952 | ||
| 6577 | 2024.11.14 00:24:09.212348 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6578 | 2024.11.14 00:24:09.212397 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6579 | 2024.11.14 00:24:09.213839 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6580 | 2024.11.14 00:24:09.214150 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6581 | 2024.11.14 00:24:09.214396 [ 125 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6582 | 2024.11.14 00:24:09.214532 [ 125 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6583 | 2024.11.14 00:24:09.214619 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6584 | 2024.11.14 00:24:09.215036 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 6585 | 2024.11.14 00:24:09.215527 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 952 | ||
| 6586 | 2024.11.14 00:24:09.216108 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6587 | 2024.11.14 00:24:09.216297 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 812 rows starting from the beginning of the part | ||
| 6588 | 2024.11.14 00:24:09.216936 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
| 6589 | 2024.11.14 00:24:09.217523 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
| 6590 | 2024.11.14 00:24:09.218092 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 6591 | 2024.11.14 00:24:09.218639 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 6592 | 2024.11.14 00:24:09.219128 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part | ||
| 6593 | 2024.11.14 00:24:09.227282 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 72 columns (72 merged, 0 gathered) in 0.012494086 sec., 76196.04987511692 rows/sec., 62.43 MiB/sec. | ||
| 6594 | 2024.11.14 00:24:09.228361 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6595 | 2024.11.14 00:24:09.229030 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_31_6} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6596 | 2024.11.14 00:24:09.229120 [ 190 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_31_6} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6597 | 2024.11.14 00:24:09.229309 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 6598 | 2024.11.14 00:24:10.000237 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.68 MiB, peak 175.01 MiB, free memory in arenas 0.00 B, will set to 168.69 MiB (RSS), difference: 1.01 MiB | ||
| 6599 | 2024.11.14 00:24:10.752172 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6600 | 2024.11.14 00:24:10.752360 [ 263 ] {5d9b0464-adee-44e0-8d18-f0d5a96257d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6601 | 2024.11.14 00:24:10.752432 [ 263 ] {5d9b0464-adee-44e0-8d18-f0d5a96257d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6602 | 2024.11.14 00:24:10.753154 [ 263 ] {5d9b0464-adee-44e0-8d18-f0d5a96257d4} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6603 | 2024.11.14 00:24:10.753205 [ 263 ] {5d9b0464-adee-44e0-8d18-f0d5a96257d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6604 | 2024.11.14 00:24:10.753614 [ 263 ] {5d9b0464-adee-44e0-8d18-f0d5a96257d4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6605 | 2024.11.14 00:24:10.753876 [ 263 ] {5d9b0464-adee-44e0-8d18-f0d5a96257d4} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6606 | 2024.11.14 00:24:10.754131 [ 263 ] {5d9b0464-adee-44e0-8d18-f0d5a96257d4} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001823 sec., 5485.463521667581 rows/sec., 447.30 KiB/sec. | ||
| 6607 | 2024.11.14 00:24:10.754186 [ 263 ] {5d9b0464-adee-44e0-8d18-f0d5a96257d4} <Debug> TCPHandler: Processed in 0.00214025 sec. | ||
| 6608 | 2024.11.14 00:24:10.754503 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6609 | 2024.11.14 00:24:10.754795 [ 261 ] {b9f55240-8d39-471b-8f48-f9e8f50d2ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6610 | 2024.11.14 00:24:10.754902 [ 261 ] {b9f55240-8d39-471b-8f48-f9e8f50d2ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6611 | 2024.11.14 00:24:10.755628 [ 261 ] {b9f55240-8d39-471b-8f48-f9e8f50d2ddf} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6612 | 2024.11.14 00:24:10.755667 [ 261 ] {b9f55240-8d39-471b-8f48-f9e8f50d2ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6613 | 2024.11.14 00:24:10.756090 [ 261 ] {b9f55240-8d39-471b-8f48-f9e8f50d2ddf} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6614 | 2024.11.14 00:24:10.756334 [ 261 ] {b9f55240-8d39-471b-8f48-f9e8f50d2ddf} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6615 | 2024.11.14 00:24:10.756525 [ 261 ] {b9f55240-8d39-471b-8f48-f9e8f50d2ddf} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001812 sec., 33664.459161147905 rows/sec., 2.57 MiB/sec. | ||
| 6616 | 2024.11.14 00:24:10.756579 [ 261 ] {b9f55240-8d39-471b-8f48-f9e8f50d2ddf} <Debug> TCPHandler: Processed in 0.002257572 sec. | ||
| 6617 | 2024.11.14 00:24:10.756713 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6618 | 2024.11.14 00:24:10.756843 [ 263 ] {f8e71818-3b9d-48f3-9b10-2c3f45ef6173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6619 | 2024.11.14 00:24:10.756893 [ 263 ] {f8e71818-3b9d-48f3-9b10-2c3f45ef6173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6620 | 2024.11.14 00:24:10.757481 [ 263 ] {f8e71818-3b9d-48f3-9b10-2c3f45ef6173} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6621 | 2024.11.14 00:24:10.757520 [ 263 ] {f8e71818-3b9d-48f3-9b10-2c3f45ef6173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6622 | 2024.11.14 00:24:10.757896 [ 263 ] {f8e71818-3b9d-48f3-9b10-2c3f45ef6173} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6623 | 2024.11.14 00:24:10.758146 [ 263 ] {f8e71818-3b9d-48f3-9b10-2c3f45ef6173} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6624 | 2024.11.14 00:24:10.758358 [ 263 ] {f8e71818-3b9d-48f3-9b10-2c3f45ef6173} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001541 sec., 6489.292667099286 rows/sec., 453.11 KiB/sec. | ||
| 6625 | 2024.11.14 00:24:10.758411 [ 263 ] {f8e71818-3b9d-48f3-9b10-2c3f45ef6173} <Debug> TCPHandler: Processed in 0.001751275 sec. | ||
| 6626 | 2024.11.14 00:24:10.758560 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6627 | 2024.11.14 00:24:10.758678 [ 261 ] {c42ee21a-f99d-42e6-b000-afb53b7a9226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6628 | 2024.11.14 00:24:10.758726 [ 261 ] {c42ee21a-f99d-42e6-b000-afb53b7a9226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6629 | 2024.11.14 00:24:10.759325 [ 261 ] {c42ee21a-f99d-42e6-b000-afb53b7a9226} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6630 | 2024.11.14 00:24:10.759362 [ 261 ] {c42ee21a-f99d-42e6-b000-afb53b7a9226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6631 | 2024.11.14 00:24:10.759720 [ 261 ] {c42ee21a-f99d-42e6-b000-afb53b7a9226} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6632 | 2024.11.14 00:24:10.759967 [ 261 ] {c42ee21a-f99d-42e6-b000-afb53b7a9226} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6633 | 2024.11.14 00:24:10.760153 [ 261 ] {c42ee21a-f99d-42e6-b000-afb53b7a9226} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001496 sec., 49465.24064171123 rows/sec., 3.87 MiB/sec. | ||
| 6634 | 2024.11.14 00:24:10.760249 [ 261 ] {c42ee21a-f99d-42e6-b000-afb53b7a9226} <Debug> TCPHandler: Processed in 0.001743775 sec. | ||
| 6635 | 2024.11.14 00:24:10.760481 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6636 | 2024.11.14 00:24:10.760627 [ 263 ] {58e200af-5510-42d4-ae35-bb9a4595be08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6637 | 2024.11.14 00:24:10.760679 [ 263 ] {58e200af-5510-42d4-ae35-bb9a4595be08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6638 | 2024.11.14 00:24:10.761252 [ 263 ] {58e200af-5510-42d4-ae35-bb9a4595be08} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6639 | 2024.11.14 00:24:10.761289 [ 263 ] {58e200af-5510-42d4-ae35-bb9a4595be08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6640 | 2024.11.14 00:24:10.761670 [ 263 ] {58e200af-5510-42d4-ae35-bb9a4595be08} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6641 | 2024.11.14 00:24:10.761916 [ 263 ] {58e200af-5510-42d4-ae35-bb9a4595be08} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6642 | 2024.11.14 00:24:10.762081 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6643 | 2024.11.14 00:24:10.762140 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6644 | 2024.11.14 00:24:10.762147 [ 263 ] {58e200af-5510-42d4-ae35-bb9a4595be08} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001535 sec., 107491.85667752444 rows/sec., 7.48 MiB/sec. | ||
| 6645 | 2024.11.14 00:24:10.762169 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6646 | 2024.11.14 00:24:10.762273 [ 263 ] {58e200af-5510-42d4-ae35-bb9a4595be08} <Debug> TCPHandler: Processed in 0.001925997 sec. | ||
| 6647 | 2024.11.14 00:24:10.762498 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6648 | 2024.11.14 00:24:10.762508 [ 198 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6649 | 2024.11.14 00:24:10.762709 [ 261 ] {cb9a2aa8-1e32-48d6-ae37-859e9872d3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6650 | 2024.11.14 00:24:10.762837 [ 198 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6651 | 2024.11.14 00:24:10.762847 [ 261 ] {cb9a2aa8-1e32-48d6-ae37-859e9872d3ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6652 | 2024.11.14 00:24:10.762925 [ 198 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 11356 rows starting from the beginning of the part | ||
| 6653 | 2024.11.14 00:24:10.763341 [ 198 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 6654 | 2024.11.14 00:24:10.763741 [ 198 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 128 rows starting from the beginning of the part | ||
| 6655 | 2024.11.14 00:24:10.764080 [ 198 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 6656 | 2024.11.14 00:24:10.764366 [ 198 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 6657 | 2024.11.14 00:24:10.764767 [ 198 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 165 rows starting from the beginning of the part | ||
| 6658 | 2024.11.14 00:24:10.765465 [ 261 ] {cb9a2aa8-1e32-48d6-ae37-859e9872d3ec} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6659 | 2024.11.14 00:24:10.765533 [ 261 ] {cb9a2aa8-1e32-48d6-ae37-859e9872d3ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6660 | 2024.11.14 00:24:10.766294 [ 261 ] {cb9a2aa8-1e32-48d6-ae37-859e9872d3ec} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6661 | 2024.11.14 00:24:10.766662 [ 261 ] {cb9a2aa8-1e32-48d6-ae37-859e9872d3ec} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6662 | 2024.11.14 00:24:10.766956 [ 131 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6663 | 2024.11.14 00:24:10.767069 [ 131 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6664 | 2024.11.14 00:24:10.767143 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6665 | 2024.11.14 00:24:10.767331 [ 261 ] {cb9a2aa8-1e32-48d6-ae37-859e9872d3ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004666 sec., 12858.979854264895 rows/sec., 887.40 KiB/sec. | ||
| 6666 | 2024.11.14 00:24:10.767661 [ 261 ] {cb9a2aa8-1e32-48d6-ae37-859e9872d3ec} <Debug> TCPHandler: Processed in 0.005274074 sec. | ||
| 6667 | 2024.11.14 00:24:10.767720 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6668 | 2024.11.14 00:24:10.768150 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6669 | 2024.11.14 00:24:10.768226 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3174 rows starting from the beginning of the part | ||
| 6670 | 2024.11.14 00:24:10.768461 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 6671 | 2024.11.14 00:24:10.768626 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part | ||
| 6672 | 2024.11.14 00:24:10.768765 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 6673 | 2024.11.14 00:24:10.768903 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 6674 | 2024.11.14 00:24:10.769071 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 6675 | 2024.11.14 00:24:10.771070 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12283 rows, containing 5 columns (5 merged, 0 gathered) in 0.008756044 sec., 1402802.4527971765 rows/sec., 95.51 MiB/sec. | ||
| 6676 | 2024.11.14 00:24:10.771517 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3506 rows, containing 4 columns (4 merged, 0 gathered) in 0.004185349 sec., 837684.0258721556 rows/sec., 55.09 MiB/sec. | ||
| 6677 | 2024.11.14 00:24:10.771530 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6678 | 2024.11.14 00:24:10.771960 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6679 | 2024.11.14 00:24:10.772079 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6680 | 2024.11.14 00:24:10.772115 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6681 | 2024.11.14 00:24:10.772258 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 6682 | 2024.11.14 00:24:10.772536 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6683 | 2024.11.14 00:24:10.772616 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_56_11} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6684 | 2024.11.14 00:24:10.772705 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 6685 | 2024.11.14 00:24:15.751936 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6686 | 2024.11.14 00:24:15.752134 [ 263 ] {40e96827-09f4-4bcf-85dc-0ed98dc76372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6687 | 2024.11.14 00:24:15.752204 [ 263 ] {40e96827-09f4-4bcf-85dc-0ed98dc76372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6688 | 2024.11.14 00:24:15.752941 [ 263 ] {40e96827-09f4-4bcf-85dc-0ed98dc76372} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6689 | 2024.11.14 00:24:15.752991 [ 263 ] {40e96827-09f4-4bcf-85dc-0ed98dc76372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6690 | 2024.11.14 00:24:15.753415 [ 263 ] {40e96827-09f4-4bcf-85dc-0ed98dc76372} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6691 | 2024.11.14 00:24:15.753659 [ 263 ] {40e96827-09f4-4bcf-85dc-0ed98dc76372} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6692 | 2024.11.14 00:24:15.753922 [ 263 ] {40e96827-09f4-4bcf-85dc-0ed98dc76372} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001838 sec., 30467.899891186073 rows/sec., 2.34 MiB/sec. | ||
| 6693 | 2024.11.14 00:24:15.754017 [ 263 ] {40e96827-09f4-4bcf-85dc-0ed98dc76372} <Debug> TCPHandler: Processed in 0.002213691 sec. | ||
| 6694 | 2024.11.14 00:24:15.754340 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6695 | 2024.11.14 00:24:15.754552 [ 261 ] {e3295eb3-f607-4adc-920f-88d6638f7784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6696 | 2024.11.14 00:24:15.754634 [ 261 ] {e3295eb3-f607-4adc-920f-88d6638f7784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6697 | 2024.11.14 00:24:15.755464 [ 261 ] {e3295eb3-f607-4adc-920f-88d6638f7784} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6698 | 2024.11.14 00:24:15.755519 [ 261 ] {e3295eb3-f607-4adc-920f-88d6638f7784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6699 | 2024.11.14 00:24:15.755974 [ 261 ] {e3295eb3-f607-4adc-920f-88d6638f7784} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6700 | 2024.11.14 00:24:15.756325 [ 261 ] {e3295eb3-f607-4adc-920f-88d6638f7784} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6701 | 2024.11.14 00:24:15.756590 [ 261 ] {e3295eb3-f607-4adc-920f-88d6638f7784} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002097 sec., 30519.790176442537 rows/sec., 2.38 MiB/sec. | ||
| 6702 | 2024.11.14 00:24:15.756658 [ 261 ] {e3295eb3-f607-4adc-920f-88d6638f7784} <Debug> TCPHandler: Processed in 0.002508045 sec. | ||
| 6703 | 2024.11.14 00:24:15.756804 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6704 | 2024.11.14 00:24:15.756935 [ 263 ] {58a7a4fc-ee1b-4a9d-9f3f-a6d1ee6f3e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6705 | 2024.11.14 00:24:15.756988 [ 263 ] {58a7a4fc-ee1b-4a9d-9f3f-a6d1ee6f3e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6706 | 2024.11.14 00:24:15.757564 [ 263 ] {58a7a4fc-ee1b-4a9d-9f3f-a6d1ee6f3e9e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6707 | 2024.11.14 00:24:15.757602 [ 263 ] {58a7a4fc-ee1b-4a9d-9f3f-a6d1ee6f3e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6708 | 2024.11.14 00:24:15.758011 [ 263 ] {58a7a4fc-ee1b-4a9d-9f3f-a6d1ee6f3e9e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6709 | 2024.11.14 00:24:15.758255 [ 263 ] {58a7a4fc-ee1b-4a9d-9f3f-a6d1ee6f3e9e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2024.11.14 00:24:15.758459 [ 263 ] {58a7a4fc-ee1b-4a9d-9f3f-a6d1ee6f3e9e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. | ||
| 6711 | 2024.11.14 00:24:15.758510 [ 263 ] {58a7a4fc-ee1b-4a9d-9f3f-a6d1ee6f3e9e} <Debug> TCPHandler: Processed in 0.001761605 sec. | ||
| 6712 | 2024.11.14 00:24:15.758647 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6713 | 2024.11.14 00:24:15.758775 [ 261 ] {708161b8-5449-4884-a480-d5a4abc6b551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6714 | 2024.11.14 00:24:15.758832 [ 261 ] {708161b8-5449-4884-a480-d5a4abc6b551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6715 | 2024.11.14 00:24:15.759357 [ 261 ] {708161b8-5449-4884-a480-d5a4abc6b551} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6716 | 2024.11.14 00:24:15.759399 [ 261 ] {708161b8-5449-4884-a480-d5a4abc6b551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6717 | 2024.11.14 00:24:15.759788 [ 261 ] {708161b8-5449-4884-a480-d5a4abc6b551} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6718 | 2024.11.14 00:24:15.760032 [ 261 ] {708161b8-5449-4884-a480-d5a4abc6b551} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6719 | 2024.11.14 00:24:15.760260 [ 261 ] {708161b8-5449-4884-a480-d5a4abc6b551} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec. | ||
| 6720 | 2024.11.14 00:24:15.760327 [ 261 ] {708161b8-5449-4884-a480-d5a4abc6b551} <Debug> TCPHandler: Processed in 0.001735215 sec. | ||
| 6721 | 2024.11.14 00:24:17.159383 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6722 | 2024.11.14 00:24:17.392888 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6723 | 2024.11.14 00:24:17.509507 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6724 | 2024.11.14 00:24:17.528888 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6725 | 2024.11.14 00:24:17.631344 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6726 | 2024.11.14 00:24:17.643673 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6727 | 2024.11.14 00:24:17.659016 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6728 | 2024.11.14 00:24:17.667324 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6729 | 2024.11.14 00:24:18.983048 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6730 | 2024.11.14 00:24:18.983113 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6731 | 2024.11.14 00:24:19.215868 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 972 | ||
| 6732 | 2024.11.14 00:24:19.219413 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6733 | 2024.11.14 00:24:19.219454 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6734 | 2024.11.14 00:24:19.220864 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6735 | 2024.11.14 00:24:19.221165 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6736 | 2024.11.14 00:24:19.222327 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 972 | ||
| 6737 | 2024.11.14 00:24:20.136099 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6738 | 2024.11.14 00:24:20.758069 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6739 | 2024.11.14 00:24:20.758274 [ 263 ] {13b9376a-6b37-4770-9795-1de738fe1b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6740 | 2024.11.14 00:24:20.758344 [ 263 ] {13b9376a-6b37-4770-9795-1de738fe1b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6741 | 2024.11.14 00:24:20.759072 [ 263 ] {13b9376a-6b37-4770-9795-1de738fe1b3c} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6742 | 2024.11.14 00:24:20.759120 [ 263 ] {13b9376a-6b37-4770-9795-1de738fe1b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6743 | 2024.11.14 00:24:20.759535 [ 263 ] {13b9376a-6b37-4770-9795-1de738fe1b3c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6744 | 2024.11.14 00:24:20.759780 [ 263 ] {13b9376a-6b37-4770-9795-1de738fe1b3c} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6745 | 2024.11.14 00:24:20.760025 [ 263 ] {13b9376a-6b37-4770-9795-1de738fe1b3c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001809 sec., 7739.0823659480375 rows/sec., 557.11 KiB/sec. | ||
| 6746 | 2024.11.14 00:24:20.760084 [ 263 ] {13b9376a-6b37-4770-9795-1de738fe1b3c} <Debug> TCPHandler: Processed in 0.0021463 sec. | ||
| 6747 | 2024.11.14 00:24:20.760332 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6748 | 2024.11.14 00:24:20.760542 [ 261 ] {c998d526-dd42-4ea3-ac4f-53752338b748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6749 | 2024.11.14 00:24:20.760623 [ 261 ] {c998d526-dd42-4ea3-ac4f-53752338b748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6750 | 2024.11.14 00:24:20.761554 [ 261 ] {c998d526-dd42-4ea3-ac4f-53752338b748} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6751 | 2024.11.14 00:24:20.761602 [ 261 ] {c998d526-dd42-4ea3-ac4f-53752338b748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6752 | 2024.11.14 00:24:20.762061 [ 261 ] {c998d526-dd42-4ea3-ac4f-53752338b748} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6753 | 2024.11.14 00:24:20.762316 [ 261 ] {c998d526-dd42-4ea3-ac4f-53752338b748} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6754 | 2024.11.14 00:24:20.762540 [ 121 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6755 | 2024.11.14 00:24:20.762594 [ 261 ] {c998d526-dd42-4ea3-ac4f-53752338b748} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002111 sec., 133112.269066793 rows/sec., 11.76 MiB/sec. | ||
| 6756 | 2024.11.14 00:24:20.762674 [ 121 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6757 | 2024.11.14 00:24:20.762722 [ 261 ] {c998d526-dd42-4ea3-ac4f-53752338b748} <Debug> TCPHandler: Processed in 0.002526485 sec. | ||
| 6758 | 2024.11.14 00:24:20.762747 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6759 | 2024.11.14 00:24:20.762947 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6760 | 2024.11.14 00:24:20.763117 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 6761 | 2024.11.14 00:24:20.763210 [ 263 ] {bd407f51-5f76-4af8-8a3b-3ff7b846b509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6762 | 2024.11.14 00:24:20.763381 [ 263 ] {bd407f51-5f76-4af8-8a3b-3ff7b846b509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6763 | 2024.11.14 00:24:20.763802 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6764 | 2024.11.14 00:24:20.763990 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1431 rows starting from the beginning of the part | ||
| 6765 | 2024.11.14 00:24:20.764498 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 6766 | 2024.11.14 00:24:20.764846 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 281 rows starting from the beginning of the part | ||
| 6767 | 2024.11.14 00:24:20.765125 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 61 rows starting from the beginning of the part | ||
| 6768 | 2024.11.14 00:24:20.765445 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 6769 | 2024.11.14 00:24:20.765765 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 281 rows starting from the beginning of the part | ||
| 6770 | 2024.11.14 00:24:20.767170 [ 263 ] {bd407f51-5f76-4af8-8a3b-3ff7b846b509} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6771 | 2024.11.14 00:24:20.767224 [ 263 ] {bd407f51-5f76-4af8-8a3b-3ff7b846b509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6772 | 2024.11.14 00:24:20.768178 [ 263 ] {bd407f51-5f76-4af8-8a3b-3ff7b846b509} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6773 | 2024.11.14 00:24:20.768590 [ 263 ] {bd407f51-5f76-4af8-8a3b-3ff7b846b509} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6774 | 2024.11.14 00:24:20.769105 [ 263 ] {bd407f51-5f76-4af8-8a3b-3ff7b846b509} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005943 sec., 7740.198552919401 rows/sec., 570.20 KiB/sec. | ||
| 6775 | 2024.11.14 00:24:20.769609 [ 263 ] {bd407f51-5f76-4af8-8a3b-3ff7b846b509} <Debug> TCPHandler: Processed in 0.006773185 sec. | ||
| 6776 | 2024.11.14 00:24:20.769839 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2166 rows, containing 5 columns (5 merged, 0 gathered) in 0.006939037 sec., 312147.0601756411 rows/sec., 27.53 MiB/sec. | ||
| 6777 | 2024.11.14 00:24:20.769937 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6778 | 2024.11.14 00:24:20.770095 [ 261 ] {8545482c-2064-4015-878e-c812756c7993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6779 | 2024.11.14 00:24:20.770133 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6780 | 2024.11.14 00:24:20.770160 [ 261 ] {8545482c-2064-4015-878e-c812756c7993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6781 | 2024.11.14 00:24:20.770495 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6782 | 2024.11.14 00:24:20.770597 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_61_12} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6783 | 2024.11.14 00:24:20.770689 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 6784 | 2024.11.14 00:24:20.770881 [ 261 ] {8545482c-2064-4015-878e-c812756c7993} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6785 | 2024.11.14 00:24:20.770921 [ 261 ] {8545482c-2064-4015-878e-c812756c7993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6786 | 2024.11.14 00:24:20.771275 [ 261 ] {8545482c-2064-4015-878e-c812756c7993} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6787 | 2024.11.14 00:24:20.771527 [ 261 ] {8545482c-2064-4015-878e-c812756c7993} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6788 | 2024.11.14 00:24:20.771792 [ 261 ] {8545482c-2064-4015-878e-c812756c7993} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001733 sec., 8078.476630121178 rows/sec., 565.76 KiB/sec. | ||
| 6789 | 2024.11.14 00:24:20.772042 [ 261 ] {8545482c-2064-4015-878e-c812756c7993} <Debug> TCPHandler: Processed in 0.002271483 sec. | ||
| 6790 | 2024.11.14 00:24:20.772204 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6791 | 2024.11.14 00:24:20.772319 [ 263 ] {00b1e58a-7a9f-4395-9384-b12636a3985f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6792 | 2024.11.14 00:24:20.772366 [ 263 ] {00b1e58a-7a9f-4395-9384-b12636a3985f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6793 | 2024.11.14 00:24:20.772932 [ 263 ] {00b1e58a-7a9f-4395-9384-b12636a3985f} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6794 | 2024.11.14 00:24:20.772970 [ 263 ] {00b1e58a-7a9f-4395-9384-b12636a3985f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6795 | 2024.11.14 00:24:20.773322 [ 263 ] {00b1e58a-7a9f-4395-9384-b12636a3985f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6796 | 2024.11.14 00:24:20.773563 [ 263 ] {00b1e58a-7a9f-4395-9384-b12636a3985f} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6797 | 2024.11.14 00:24:20.773822 [ 263 ] {00b1e58a-7a9f-4395-9384-b12636a3985f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001524 sec., 8530.18372703412 rows/sec., 531.85 KiB/sec. | ||
| 6798 | 2024.11.14 00:24:20.774022 [ 263 ] {00b1e58a-7a9f-4395-9384-b12636a3985f} <Debug> TCPHandler: Processed in 0.001869916 sec. | ||
| 6799 | 2024.11.14 00:24:20.774183 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2024.11.14 00:24:20.774316 [ 261 ] {fd4296eb-344f-4fc1-8b17-c40abd22e8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6801 | 2024.11.14 00:24:20.774373 [ 261 ] {fd4296eb-344f-4fc1-8b17-c40abd22e8e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6802 | 2024.11.14 00:24:20.775218 [ 261 ] {fd4296eb-344f-4fc1-8b17-c40abd22e8e2} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2024.11.14 00:24:20.775259 [ 261 ] {fd4296eb-344f-4fc1-8b17-c40abd22e8e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6804 | 2024.11.14 00:24:20.775633 [ 261 ] {fd4296eb-344f-4fc1-8b17-c40abd22e8e2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6805 | 2024.11.14 00:24:20.775872 [ 261 ] {fd4296eb-344f-4fc1-8b17-c40abd22e8e2} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6806 | 2024.11.14 00:24:20.776029 [ 121 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6807 | 2024.11.14 00:24:20.776089 [ 121 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2024.11.14 00:24:20.776123 [ 261 ] {fd4296eb-344f-4fc1-8b17-c40abd22e8e2} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001824 sec., 230811.4035087719 rows/sec., 16.49 MiB/sec. | ||
| 6809 | 2024.11.14 00:24:20.776131 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6810 | 2024.11.14 00:24:20.776286 [ 261 ] {fd4296eb-344f-4fc1-8b17-c40abd22e8e2} <Debug> TCPHandler: Processed in 0.00215856 sec. | ||
| 6811 | 2024.11.14 00:24:20.776411 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 6812 | 2024.11.14 00:24:20.776447 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6813 | 2024.11.14 00:24:20.776666 [ 263 ] {5ab55bd2-97ad-481f-8d77-eab845c4500c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6814 | 2024.11.14 00:24:20.776733 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6815 | 2024.11.14 00:24:20.776761 [ 263 ] {5ab55bd2-97ad-481f-8d77-eab845c4500c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6816 | 2024.11.14 00:24:20.776806 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 6817 | 2024.11.14 00:24:20.777150 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 6818 | 2024.11.14 00:24:20.777535 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 421 rows starting from the beginning of the part | ||
| 6819 | 2024.11.14 00:24:20.777863 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 74 rows starting from the beginning of the part | ||
| 6820 | 2024.11.14 00:24:20.778123 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 6821 | 2024.11.14 00:24:20.778351 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 421 rows starting from the beginning of the part | ||
| 6822 | 2024.11.14 00:24:20.779123 [ 263 ] {5ab55bd2-97ad-481f-8d77-eab845c4500c} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6823 | 2024.11.14 00:24:20.779191 [ 263 ] {5ab55bd2-97ad-481f-8d77-eab845c4500c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6824 | 2024.11.14 00:24:20.780126 [ 263 ] {5ab55bd2-97ad-481f-8d77-eab845c4500c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6825 | 2024.11.14 00:24:20.780612 [ 263 ] {5ab55bd2-97ad-481f-8d77-eab845c4500c} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6826 | 2024.11.14 00:24:20.781100 [ 263 ] {5ab55bd2-97ad-481f-8d77-eab845c4500c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004472 sec., 1341.6815742397137 rows/sec., 70.10 KiB/sec. | ||
| 6827 | 2024.11.14 00:24:20.781545 [ 263 ] {5ab55bd2-97ad-481f-8d77-eab845c4500c} <Debug> TCPHandler: Processed in 0.005148072 sec. | ||
| 6828 | 2024.11.14 00:24:20.781861 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6829 | 2024.11.14 00:24:20.781923 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.00564109 sec., 346918.7692449509 rows/sec., 26.56 MiB/sec. | ||
| 6830 | 2024.11.14 00:24:20.782021 [ 261 ] {fa608630-bede-4e2f-a842-f61e05958c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6831 | 2024.11.14 00:24:20.782094 [ 261 ] {fa608630-bede-4e2f-a842-f61e05958c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6832 | 2024.11.14 00:24:20.782138 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6833 | 2024.11.14 00:24:20.782509 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6834 | 2024.11.14 00:24:20.782635 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_61_12} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6835 | 2024.11.14 00:24:20.782737 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6836 | 2024.11.14 00:24:20.782873 [ 261 ] {fa608630-bede-4e2f-a842-f61e05958c6d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2024.11.14 00:24:20.782917 [ 261 ] {fa608630-bede-4e2f-a842-f61e05958c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6838 | 2024.11.14 00:24:20.783308 [ 261 ] {fa608630-bede-4e2f-a842-f61e05958c6d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6839 | 2024.11.14 00:24:20.783543 [ 261 ] {fa608630-bede-4e2f-a842-f61e05958c6d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6840 | 2024.11.14 00:24:20.783764 [ 261 ] {fa608630-bede-4e2f-a842-f61e05958c6d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001775 sec., 133521.12676056338 rows/sec., 8.95 MiB/sec. | ||
| 6841 | 2024.11.14 00:24:20.783820 [ 261 ] {fa608630-bede-4e2f-a842-f61e05958c6d} <Debug> TCPHandler: Processed in 0.0021324 sec. | ||
| 6842 | 2024.11.14 00:24:20.783975 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6843 | 2024.11.14 00:24:20.784092 [ 263 ] {b7ab1e56-4bb9-4f70-b3ae-c863284524a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6844 | 2024.11.14 00:24:20.784145 [ 263 ] {b7ab1e56-4bb9-4f70-b3ae-c863284524a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6845 | 2024.11.14 00:24:20.784605 [ 263 ] {b7ab1e56-4bb9-4f70-b3ae-c863284524a4} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6846 | 2024.11.14 00:24:20.784643 [ 263 ] {b7ab1e56-4bb9-4f70-b3ae-c863284524a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6847 | 2024.11.14 00:24:20.785001 [ 263 ] {b7ab1e56-4bb9-4f70-b3ae-c863284524a4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6848 | 2024.11.14 00:24:20.785243 [ 263 ] {b7ab1e56-4bb9-4f70-b3ae-c863284524a4} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6849 | 2024.11.14 00:24:20.785438 [ 263 ] {b7ab1e56-4bb9-4f70-b3ae-c863284524a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 6850 | 2024.11.14 00:24:20.785550 [ 263 ] {b7ab1e56-4bb9-4f70-b3ae-c863284524a4} <Debug> TCPHandler: Processed in 0.001625543 sec. | ||
| 6851 | 2024.11.14 00:24:20.785746 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6852 | 2024.11.14 00:24:20.785873 [ 261 ] {0fd6e963-a524-490e-b6cc-5622f93dc299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6853 | 2024.11.14 00:24:20.785953 [ 261 ] {0fd6e963-a524-490e-b6cc-5622f93dc299} <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 | ||
| 6854 | 2024.11.14 00:24:20.787110 [ 261 ] {0fd6e963-a524-490e-b6cc-5622f93dc299} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2024.11.14 00:24:20.787150 [ 261 ] {0fd6e963-a524-490e-b6cc-5622f93dc299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6856 | 2024.11.14 00:24:20.787797 [ 261 ] {0fd6e963-a524-490e-b6cc-5622f93dc299} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6857 | 2024.11.14 00:24:20.788087 [ 261 ] {0fd6e963-a524-490e-b6cc-5622f93dc299} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6858 | 2024.11.14 00:24:20.788275 [ 120 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 6859 | 2024.11.14 00:24:20.788345 [ 120 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6860 | 2024.11.14 00:24:20.788385 [ 261 ] {0fd6e963-a524-490e-b6cc-5622f93dc299} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002526 sec., 15439.429928741092 rows/sec., 27.67 MiB/sec. | ||
| 6861 | 2024.11.14 00:24:20.788391 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6862 | 2024.11.14 00:24:20.788766 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 6863 | 2024.11.14 00:24:20.788784 [ 261 ] {0fd6e963-a524-490e-b6cc-5622f93dc299} <Debug> TCPHandler: Processed in 0.003139874 sec. | ||
| 6864 | 2024.11.14 00:24:20.789012 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6865 | 2024.11.14 00:24:20.789276 [ 263 ] {1233da2b-ac48-4c35-9fea-7ac22dd5aed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6866 | 2024.11.14 00:24:20.789390 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6867 | 2024.11.14 00:24:20.789409 [ 263 ] {1233da2b-ac48-4c35-9fea-7ac22dd5aed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6868 | 2024.11.14 00:24:20.789631 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 601 rows starting from the beginning of the part | ||
| 6869 | 2024.11.14 00:24:20.790509 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part | ||
| 6870 | 2024.11.14 00:24:20.791461 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part | ||
| 6871 | 2024.11.14 00:24:20.791836 [ 263 ] {1233da2b-ac48-4c35-9fea-7ac22dd5aed3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6872 | 2024.11.14 00:24:20.791989 [ 263 ] {1233da2b-ac48-4c35-9fea-7ac22dd5aed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 6873 | 2024.11.14 00:24:20.792201 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part | ||
| 6874 | 2024.11.14 00:24:20.792868 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 6875 | 2024.11.14 00:24:20.793494 [ 197 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part | ||
| 6876 | 2024.11.14 00:24:20.793566 [ 263 ] {1233da2b-ac48-4c35-9fea-7ac22dd5aed3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6877 | 2024.11.14 00:24:20.794311 [ 263 ] {1233da2b-ac48-4c35-9fea-7ac22dd5aed3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6878 | 2024.11.14 00:24:20.794850 [ 263 ] {1233da2b-ac48-4c35-9fea-7ac22dd5aed3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005629 sec., 14567.418724462603 rows/sec., 947.42 KiB/sec. | ||
| 6879 | 2024.11.14 00:24:20.795113 [ 263 ] {1233da2b-ac48-4c35-9fea-7ac22dd5aed3} <Debug> TCPHandler: Processed in 0.006225798 sec. | ||
| 6880 | 2024.11.14 00:24:20.803377 [ 195 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 796 rows, containing 19 columns (19 merged, 0 gathered) in 0.014837758 sec., 53646.918894350485 rows/sec., 96.13 MiB/sec. | ||
| 6881 | 2024.11.14 00:24:20.804334 [ 195 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 6882 | 2024.11.14 00:24:20.804583 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6883 | 2024.11.14 00:24:20.804902 [ 195 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6884 | 2024.11.14 00:24:20.804987 [ 195 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_24_5} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 6885 | 2024.11.14 00:24:20.805123 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
| 6886 | 2024.11.14 00:24:20.848007 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6887 | 2024.11.14 00:24:20.967637 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6888 | 2024.11.14 00:24:20.979996 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6889 | 2024.11.14 00:24:20.987329 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6890 | 2024.11.14 00:24:21.000181 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.40 MiB, peak 178.05 MiB, free memory in arenas 0.00 B, will set to 171.61 MiB (RSS), difference: 1.21 MiB | ||
| 6891 | 2024.11.14 00:24:21.025346 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6892 | 2024.11.14 00:24:21.060162 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39520, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6893 | 2024.11.14 00:24:21.063588 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6894 | 2024.11.14 00:24:21.760994 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6895 | 2024.11.14 00:24:21.793415 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6896 | 2024.11.14 00:24:21.819814 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6897 | 2024.11.14 00:24:21.828141 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53537, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6898 | 2024.11.14 00:24:21.838119 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6899 | 2024.11.14 00:24:21.840363 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6900 | 2024.11.14 00:24:21.856617 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6901 | 2024.11.14 00:24:21.871881 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6902 | 2024.11.14 00:24:22.298404 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57828, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6903 | 2024.11.14 00:24:22.330128 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6904 | 2024.11.14 00:24:22.478337 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64301, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6905 | 2024.11.14 00:24:22.486759 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6906 | 2024.11.14 00:24:22.597852 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6907 | 2024.11.14 00:24:22.604220 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6908 | 2024.11.14 00:24:22.616628 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43883, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6909 | 2024.11.14 00:24:23.451500 [ 118 ] {} <Debug> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6910 | 2024.11.14 00:24:23.451595 [ 118 ] {} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6911 | 2024.11.14 00:24:23.451621 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 6912 | 2024.11.14 00:24:23.451823 [ 198 ] {43aab42d-f04b-49e7-939e-d26597b119bd::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 | ||
| 6913 | 2024.11.14 00:24:23.452041 [ 198 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6914 | 2024.11.14 00:24:23.452096 [ 198 ] {43aab42d-f04b-49e7-939e-d26597b119bd::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 | ||
| 6915 | 2024.11.14 00:24:23.452212 [ 198 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 6916 | 2024.11.14 00:24:23.452437 [ 198 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
| 6917 | 2024.11.14 00:24:23.452736 [ 198 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 6918 | 2024.11.14 00:24:23.452912 [ 198 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
| 6919 | 2024.11.14 00:24:23.454069 [ 195 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002374063 sec., 22745.815928220945 rows/sec., 1.90 MiB/sec. | ||
| 6920 | 2024.11.14 00:24:23.454323 [ 188 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6921 | 2024.11.14 00:24:23.454810 [ 188 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_9_2} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6922 | 2024.11.14 00:24:23.454933 [ 188 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_9_2} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6923 | 2024.11.14 00:24:23.455066 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6924 | 2024.11.14 00:24:25.750500 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6925 | 2024.11.14 00:24:25.750682 [ 263 ] {017c3b64-7772-4afd-bb1a-bd43198ea2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6926 | 2024.11.14 00:24:25.750752 [ 263 ] {017c3b64-7772-4afd-bb1a-bd43198ea2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6927 | 2024.11.14 00:24:25.751491 [ 263 ] {017c3b64-7772-4afd-bb1a-bd43198ea2d9} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6928 | 2024.11.14 00:24:25.751536 [ 263 ] {017c3b64-7772-4afd-bb1a-bd43198ea2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 6929 | 2024.11.14 00:24:25.751949 [ 263 ] {017c3b64-7772-4afd-bb1a-bd43198ea2d9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6930 | 2024.11.14 00:24:25.752194 [ 263 ] {017c3b64-7772-4afd-bb1a-bd43198ea2d9} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6931 | 2024.11.14 00:24:25.752430 [ 263 ] {017c3b64-7772-4afd-bb1a-bd43198ea2d9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001801 sec., 31093.83675735702 rows/sec., 2.39 MiB/sec. | ||
| 6932 | 2024.11.14 00:24:25.752487 [ 263 ] {017c3b64-7772-4afd-bb1a-bd43198ea2d9} <Debug> TCPHandler: Processed in 0.002109079 sec. | ||
| 6933 | 2024.11.14 00:24:25.752750 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6934 | 2024.11.14 00:24:25.752969 [ 261 ] {e3b98633-355d-41aa-9ab3-9d0d47e94269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6935 | 2024.11.14 00:24:25.753051 [ 261 ] {e3b98633-355d-41aa-9ab3-9d0d47e94269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6936 | 2024.11.14 00:24:25.753838 [ 261 ] {e3b98633-355d-41aa-9ab3-9d0d47e94269} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6937 | 2024.11.14 00:24:25.753889 [ 261 ] {e3b98633-355d-41aa-9ab3-9d0d47e94269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 6938 | 2024.11.14 00:24:25.754327 [ 261 ] {e3b98633-355d-41aa-9ab3-9d0d47e94269} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6939 | 2024.11.14 00:24:25.754577 [ 261 ] {e3b98633-355d-41aa-9ab3-9d0d47e94269} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6940 | 2024.11.14 00:24:25.754816 [ 261 ] {e3b98633-355d-41aa-9ab3-9d0d47e94269} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.62 MiB/sec. | ||
| 6941 | 2024.11.14 00:24:25.754873 [ 261 ] {e3b98633-355d-41aa-9ab3-9d0d47e94269} <Debug> TCPHandler: Processed in 0.002264132 sec. | ||
| 6942 | 2024.11.14 00:24:25.755008 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6943 | 2024.11.14 00:24:25.755126 [ 263 ] {38c9027d-ec30-4c76-b7a2-dc173e377ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6944 | 2024.11.14 00:24:25.755178 [ 263 ] {38c9027d-ec30-4c76-b7a2-dc173e377ad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6945 | 2024.11.14 00:24:25.755730 [ 263 ] {38c9027d-ec30-4c76-b7a2-dc173e377ad1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6946 | 2024.11.14 00:24:25.755769 [ 263 ] {38c9027d-ec30-4c76-b7a2-dc173e377ad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 6947 | 2024.11.14 00:24:25.756158 [ 263 ] {38c9027d-ec30-4c76-b7a2-dc173e377ad1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6948 | 2024.11.14 00:24:25.756395 [ 263 ] {38c9027d-ec30-4c76-b7a2-dc173e377ad1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6949 | 2024.11.14 00:24:25.756621 [ 263 ] {38c9027d-ec30-4c76-b7a2-dc173e377ad1} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001518 sec., 84321.47562582346 rows/sec., 5.87 MiB/sec. | ||
| 6950 | 2024.11.14 00:24:25.756675 [ 263 ] {38c9027d-ec30-4c76-b7a2-dc173e377ad1} <Debug> TCPHandler: Processed in 0.001725254 sec. | ||
| 6951 | 2024.11.14 00:24:25.756884 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6952 | 2024.11.14 00:24:25.757031 [ 261 ] {f4e1737b-3b0c-4700-9103-faced06d6d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6953 | 2024.11.14 00:24:25.757094 [ 261 ] {f4e1737b-3b0c-4700-9103-faced06d6d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6954 | 2024.11.14 00:24:25.757676 [ 261 ] {f4e1737b-3b0c-4700-9103-faced06d6d36} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6955 | 2024.11.14 00:24:25.757716 [ 261 ] {f4e1737b-3b0c-4700-9103-faced06d6d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 6956 | 2024.11.14 00:24:25.758091 [ 261 ] {f4e1737b-3b0c-4700-9103-faced06d6d36} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6957 | 2024.11.14 00:24:25.758326 [ 261 ] {f4e1737b-3b0c-4700-9103-faced06d6d36} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6958 | 2024.11.14 00:24:25.758560 [ 261 ] {f4e1737b-3b0c-4700-9103-faced06d6d36} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001556 sec., 30848.329048843185 rows/sec., 2.08 MiB/sec. | ||
| 6959 | 2024.11.14 00:24:25.758625 [ 261 ] {f4e1737b-3b0c-4700-9103-faced06d6d36} <Debug> TCPHandler: Processed in 0.001853016 sec. | ||
| 6960 | 2024.11.14 00:24:29.222595 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1002 | ||
| 6961 | 2024.11.14 00:24:29.225450 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6962 | 2024.11.14 00:24:29.225502 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 6963 | 2024.11.14 00:24:29.226943 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6964 | 2024.11.14 00:24:29.227251 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6965 | 2024.11.14 00:24:29.227769 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1002 | ||
| 6966 | 2024.11.14 00:24:30.751854 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6967 | 2024.11.14 00:24:30.752044 [ 263 ] {3dbd008e-93e2-4f49-bf87-6e823d6c8e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6968 | 2024.11.14 00:24:30.752114 [ 263 ] {3dbd008e-93e2-4f49-bf87-6e823d6c8e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6969 | 2024.11.14 00:24:30.752878 [ 263 ] {3dbd008e-93e2-4f49-bf87-6e823d6c8e4e} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6970 | 2024.11.14 00:24:30.752927 [ 263 ] {3dbd008e-93e2-4f49-bf87-6e823d6c8e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 6971 | 2024.11.14 00:24:30.753351 [ 263 ] {3dbd008e-93e2-4f49-bf87-6e823d6c8e4e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6972 | 2024.11.14 00:24:30.753598 [ 263 ] {3dbd008e-93e2-4f49-bf87-6e823d6c8e4e} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6973 | 2024.11.14 00:24:30.753828 [ 263 ] {3dbd008e-93e2-4f49-bf87-6e823d6c8e4e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001838 sec., 30467.899891186073 rows/sec., 2.34 MiB/sec. | ||
| 6974 | 2024.11.14 00:24:30.753899 [ 263 ] {3dbd008e-93e2-4f49-bf87-6e823d6c8e4e} <Debug> TCPHandler: Processed in 0.002171691 sec. | ||
| 6975 | 2024.11.14 00:24:30.754192 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6976 | 2024.11.14 00:24:30.754406 [ 261 ] {ba989f43-c45f-416c-8ce7-6cbf3e681bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6977 | 2024.11.14 00:24:30.754489 [ 261 ] {ba989f43-c45f-416c-8ce7-6cbf3e681bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6978 | 2024.11.14 00:24:30.755272 [ 261 ] {ba989f43-c45f-416c-8ce7-6cbf3e681bf8} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6979 | 2024.11.14 00:24:30.755327 [ 261 ] {ba989f43-c45f-416c-8ce7-6cbf3e681bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 6980 | 2024.11.14 00:24:30.755785 [ 261 ] {ba989f43-c45f-416c-8ce7-6cbf3e681bf8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6981 | 2024.11.14 00:24:30.756050 [ 261 ] {ba989f43-c45f-416c-8ce7-6cbf3e681bf8} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6982 | 2024.11.14 00:24:30.756300 [ 261 ] {ba989f43-c45f-416c-8ce7-6cbf3e681bf8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001955 sec., 32736.572890025574 rows/sec., 2.56 MiB/sec. | ||
| 6983 | 2024.11.14 00:24:30.756369 [ 261 ] {ba989f43-c45f-416c-8ce7-6cbf3e681bf8} <Debug> TCPHandler: Processed in 0.002346123 sec. | ||
| 6984 | 2024.11.14 00:24:30.756524 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6985 | 2024.11.14 00:24:30.756646 [ 263 ] {b6b5a0e2-85b3-46ea-a7b8-be7b13d54c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6986 | 2024.11.14 00:24:30.756700 [ 263 ] {b6b5a0e2-85b3-46ea-a7b8-be7b13d54c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6987 | 2024.11.14 00:24:30.757288 [ 263 ] {b6b5a0e2-85b3-46ea-a7b8-be7b13d54c93} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6988 | 2024.11.14 00:24:30.757327 [ 263 ] {b6b5a0e2-85b3-46ea-a7b8-be7b13d54c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 6989 | 2024.11.14 00:24:30.757727 [ 263 ] {b6b5a0e2-85b3-46ea-a7b8-be7b13d54c93} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6990 | 2024.11.14 00:24:30.757966 [ 263 ] {b6b5a0e2-85b3-46ea-a7b8-be7b13d54c93} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6991 | 2024.11.14 00:24:30.758187 [ 263 ] {b6b5a0e2-85b3-46ea-a7b8-be7b13d54c93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
| 6992 | 2024.11.14 00:24:30.758239 [ 263 ] {b6b5a0e2-85b3-46ea-a7b8-be7b13d54c93} <Debug> TCPHandler: Processed in 0.001772396 sec. | ||
| 6993 | 2024.11.14 00:24:30.758397 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6994 | 2024.11.14 00:24:30.758525 [ 261 ] {edc78b1c-255e-4e8c-b61a-89ff0068350a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6995 | 2024.11.14 00:24:30.758580 [ 261 ] {edc78b1c-255e-4e8c-b61a-89ff0068350a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6996 | 2024.11.14 00:24:30.759178 [ 261 ] {edc78b1c-255e-4e8c-b61a-89ff0068350a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6997 | 2024.11.14 00:24:30.759230 [ 261 ] {edc78b1c-255e-4e8c-b61a-89ff0068350a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 6998 | 2024.11.14 00:24:30.759685 [ 261 ] {edc78b1c-255e-4e8c-b61a-89ff0068350a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6999 | 2024.11.14 00:24:30.759933 [ 261 ] {edc78b1c-255e-4e8c-b61a-89ff0068350a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7000 | 2024.11.14 00:24:30.760171 [ 261 ] {edc78b1c-255e-4e8c-b61a-89ff0068350a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001676 sec., 35799.522673031024 rows/sec., 2.41 MiB/sec. | ||
| 7001 | 2024.11.14 00:24:30.760228 [ 261 ] {edc78b1c-255e-4e8c-b61a-89ff0068350a} <Debug> TCPHandler: Processed in 0.001894086 sec. | ||
| 7002 | 2024.11.14 00:24:31.672132 [ 113 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 | ||
| 7003 | 2024.11.14 00:24:31.672191 [ 113 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7004 | 2024.11.14 00:24:31.672214 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7005 | 2024.11.14 00:24:31.672415 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full | ||
| 7006 | 2024.11.14 00:24:31.672638 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7007 | 2024.11.14 00:24:31.672677 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 64 rows starting from the beginning of the part | ||
| 7008 | 2024.11.14 00:24:31.672759 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 46 rows starting from the beginning of the part | ||
| 7009 | 2024.11.14 00:24:31.673002 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 46 rows starting from the beginning of the part | ||
| 7010 | 2024.11.14 00:24:31.673246 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 10 rows starting from the beginning of the part | ||
| 7011 | 2024.11.14 00:24:31.673399 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 46 rows starting from the beginning of the part | ||
| 7012 | 2024.11.14 00:24:31.674511 [ 195 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.002225162 sec., 95273.96207557022 rows/sec., 7.17 MiB/sec. | ||
| 7013 | 2024.11.14 00:24:31.674711 [ 200 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 7014 | 2024.11.14 00:24:31.675061 [ 200 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_32_7} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2024.11.14 00:24:31.675153 [ 200 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_32_7} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 | ||
| 7016 | 2024.11.14 00:24:31.675256 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7017 | 2024.11.14 00:24:33.083970 [ 105 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7018 | 2024.11.14 00:24:33.084082 [ 105 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7019 | 2024.11.14 00:24:33.084126 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7020 | 2024.11.14 00:24:33.084310 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 7021 | 2024.11.14 00:24:33.084472 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7022 | 2024.11.14 00:24:33.084508 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 242 rows starting from the beginning of the part | ||
| 7023 | 2024.11.14 00:24:33.084587 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 7024 | 2024.11.14 00:24:33.084810 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 7025 | 2024.11.14 00:24:33.085119 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 7026 | 2024.11.14 00:24:33.085236 [ 198 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 7027 | 2024.11.14 00:24:33.086369 [ 200 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00213731 sec., 139427.59824265083 rows/sec., 9.99 MiB/sec. | ||
| 7028 | 2024.11.14 00:24:33.086581 [ 200 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7029 | 2024.11.14 00:24:33.086917 [ 200 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_21_5} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7030 | 2024.11.14 00:24:33.087008 [ 200 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_21_5} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7031 | 2024.11.14 00:24:33.087105 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7032 | 2024.11.14 00:24:33.983366 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7033 | 2024.11.14 00:24:33.983446 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7034 | 2024.11.14 00:24:35.758977 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7035 | 2024.11.14 00:24:35.759165 [ 263 ] {d568dda2-8636-4c84-9f5c-cb36d67f34c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7036 | 2024.11.14 00:24:35.759237 [ 263 ] {d568dda2-8636-4c84-9f5c-cb36d67f34c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7037 | 2024.11.14 00:24:35.759955 [ 263 ] {d568dda2-8636-4c84-9f5c-cb36d67f34c9} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7038 | 2024.11.14 00:24:35.760005 [ 263 ] {d568dda2-8636-4c84-9f5c-cb36d67f34c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7039 | 2024.11.14 00:24:35.760409 [ 263 ] {d568dda2-8636-4c84-9f5c-cb36d67f34c9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7040 | 2024.11.14 00:24:35.760639 [ 263 ] {d568dda2-8636-4c84-9f5c-cb36d67f34c9} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7041 | 2024.11.14 00:24:35.760841 [ 111 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7042 | 2024.11.14 00:24:35.760864 [ 263 ] {d568dda2-8636-4c84-9f5c-cb36d67f34c9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001793 sec., 7808.1427774679305 rows/sec., 562.08 KiB/sec. | ||
| 7043 | 2024.11.14 00:24:35.760935 [ 111 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7044 | 2024.11.14 00:24:35.760994 [ 263 ] {d568dda2-8636-4c84-9f5c-cb36d67f34c9} <Debug> TCPHandler: Processed in 0.002189891 sec. | ||
| 7045 | 2024.11.14 00:24:35.761021 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7046 | 2024.11.14 00:24:35.761431 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7047 | 2024.11.14 00:24:35.761433 [ 191 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 7048 | 2024.11.14 00:24:35.762032 [ 261 ] {a9472cda-c351-411c-9831-53d9953d0c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7049 | 2024.11.14 00:24:35.762042 [ 191 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7050 | 2024.11.14 00:24:35.762084 [ 191 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
| 7051 | 2024.11.14 00:24:35.762111 [ 261 ] {a9472cda-c351-411c-9831-53d9953d0c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7052 | 2024.11.14 00:24:35.762279 [ 191 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 7053 | 2024.11.14 00:24:35.762657 [ 191 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 7054 | 2024.11.14 00:24:35.762986 [ 191 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 7055 | 2024.11.14 00:24:35.763322 [ 191 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 7056 | 2024.11.14 00:24:35.764737 [ 261 ] {a9472cda-c351-411c-9831-53d9953d0c58} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7057 | 2024.11.14 00:24:35.764782 [ 261 ] {a9472cda-c351-411c-9831-53d9953d0c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7058 | 2024.11.14 00:24:35.765078 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003861275 sec., 18128.726910152734 rows/sec., 1.34 MiB/sec. | ||
| 7059 | 2024.11.14 00:24:35.765303 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7060 | 2024.11.14 00:24:35.765503 [ 261 ] {a9472cda-c351-411c-9831-53d9953d0c58} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7061 | 2024.11.14 00:24:35.765846 [ 198 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_21_5} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7062 | 2024.11.14 00:24:35.765965 [ 261 ] {a9472cda-c351-411c-9831-53d9953d0c58} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7063 | 2024.11.14 00:24:35.766074 [ 198 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_21_5} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7064 | 2024.11.14 00:24:35.766430 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7065 | 2024.11.14 00:24:35.766495 [ 261 ] {a9472cda-c351-411c-9831-53d9953d0c58} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.004583 sec., 61313.55007636919 rows/sec., 5.42 MiB/sec. | ||
| 7066 | 2024.11.14 00:24:35.766638 [ 261 ] {a9472cda-c351-411c-9831-53d9953d0c58} <Debug> TCPHandler: Processed in 0.005432936 sec. | ||
| 7067 | 2024.11.14 00:24:35.766890 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7068 | 2024.11.14 00:24:35.767199 [ 263 ] {e05f1180-646a-4dc2-963a-8f40318807a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7069 | 2024.11.14 00:24:35.767275 [ 263 ] {e05f1180-646a-4dc2-963a-8f40318807a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7070 | 2024.11.14 00:24:35.767887 [ 263 ] {e05f1180-646a-4dc2-963a-8f40318807a0} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7071 | 2024.11.14 00:24:35.767927 [ 263 ] {e05f1180-646a-4dc2-963a-8f40318807a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7072 | 2024.11.14 00:24:35.768299 [ 263 ] {e05f1180-646a-4dc2-963a-8f40318807a0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7073 | 2024.11.14 00:24:35.768536 [ 263 ] {e05f1180-646a-4dc2-963a-8f40318807a0} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7074 | 2024.11.14 00:24:35.768736 [ 263 ] {e05f1180-646a-4dc2-963a-8f40318807a0} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001658 sec., 27744.270205066347 rows/sec., 2.00 MiB/sec. | ||
| 7075 | 2024.11.14 00:24:35.768788 [ 263 ] {e05f1180-646a-4dc2-963a-8f40318807a0} <Debug> TCPHandler: Processed in 0.002036129 sec. | ||
| 7076 | 2024.11.14 00:24:35.768951 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7077 | 2024.11.14 00:24:35.769097 [ 261 ] {40f0a301-247a-4df4-bc2a-008bcf9e1140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7078 | 2024.11.14 00:24:35.769158 [ 261 ] {40f0a301-247a-4df4-bc2a-008bcf9e1140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7079 | 2024.11.14 00:24:35.769850 [ 261 ] {40f0a301-247a-4df4-bc2a-008bcf9e1140} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7080 | 2024.11.14 00:24:35.769897 [ 261 ] {40f0a301-247a-4df4-bc2a-008bcf9e1140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7081 | 2024.11.14 00:24:35.770255 [ 261 ] {40f0a301-247a-4df4-bc2a-008bcf9e1140} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7082 | 2024.11.14 00:24:35.770485 [ 261 ] {40f0a301-247a-4df4-bc2a-008bcf9e1140} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7083 | 2024.11.14 00:24:35.770709 [ 261 ] {40f0a301-247a-4df4-bc2a-008bcf9e1140} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00167 sec., 8383.233532934131 rows/sec., 587.11 KiB/sec. | ||
| 7084 | 2024.11.14 00:24:35.770923 [ 261 ] {40f0a301-247a-4df4-bc2a-008bcf9e1140} <Debug> TCPHandler: Processed in 0.00207678 sec. | ||
| 7085 | 2024.11.14 00:24:35.771116 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7086 | 2024.11.14 00:24:35.771292 [ 263 ] {4319c8f2-730e-4e15-88ac-ee3cc65ef39e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7087 | 2024.11.14 00:24:35.771340 [ 263 ] {4319c8f2-730e-4e15-88ac-ee3cc65ef39e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7088 | 2024.11.14 00:24:35.771908 [ 263 ] {4319c8f2-730e-4e15-88ac-ee3cc65ef39e} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7089 | 2024.11.14 00:24:35.771948 [ 263 ] {4319c8f2-730e-4e15-88ac-ee3cc65ef39e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7090 | 2024.11.14 00:24:35.772304 [ 263 ] {4319c8f2-730e-4e15-88ac-ee3cc65ef39e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7091 | 2024.11.14 00:24:35.772536 [ 263 ] {4319c8f2-730e-4e15-88ac-ee3cc65ef39e} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7092 | 2024.11.14 00:24:35.772687 [ 111 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7093 | 2024.11.14 00:24:35.772745 [ 111 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7094 | 2024.11.14 00:24:35.772770 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7095 | 2024.11.14 00:24:35.772792 [ 263 ] {4319c8f2-730e-4e15-88ac-ee3cc65ef39e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001513 sec., 8592.200925313946 rows/sec., 535.72 KiB/sec. | ||
| 7096 | 2024.11.14 00:24:35.773000 [ 263 ] {4319c8f2-730e-4e15-88ac-ee3cc65ef39e} <Debug> TCPHandler: Processed in 0.001921707 sec. | ||
| 7097 | 2024.11.14 00:24:35.773082 [ 191 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 7098 | 2024.11.14 00:24:35.773228 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7099 | 2024.11.14 00:24:35.773316 [ 191 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7100 | 2024.11.14 00:24:35.773376 [ 191 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part | ||
| 7101 | 2024.11.14 00:24:35.773596 [ 261 ] {6e41e425-170f-4ff0-833c-98c60280a85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7102 | 2024.11.14 00:24:35.773765 [ 191 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 7103 | 2024.11.14 00:24:35.773801 [ 261 ] {6e41e425-170f-4ff0-833c-98c60280a85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7104 | 2024.11.14 00:24:35.774156 [ 191 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 7105 | 2024.11.14 00:24:35.774445 [ 191 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 7106 | 2024.11.14 00:24:35.774812 [ 191 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 7107 | 2024.11.14 00:24:35.776088 [ 261 ] {6e41e425-170f-4ff0-833c-98c60280a85b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7108 | 2024.11.14 00:24:35.776135 [ 261 ] {6e41e425-170f-4ff0-833c-98c60280a85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7109 | 2024.11.14 00:24:35.776394 [ 194 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.0035471 sec., 18324.828733331455 rows/sec., 1.19 MiB/sec. | ||
| 7110 | 2024.11.14 00:24:35.776605 [ 194 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7111 | 2024.11.14 00:24:35.776734 [ 261 ] {6e41e425-170f-4ff0-833c-98c60280a85b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7112 | 2024.11.14 00:24:35.777094 [ 194 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_21_5} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7113 | 2024.11.14 00:24:35.777308 [ 261 ] {6e41e425-170f-4ff0-833c-98c60280a85b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2024.11.14 00:24:35.777340 [ 194 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_21_5} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7115 | 2024.11.14 00:24:35.777519 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7116 | 2024.11.14 00:24:35.777702 [ 261 ] {6e41e425-170f-4ff0-833c-98c60280a85b} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004283 sec., 98295.58720522997 rows/sec., 7.02 MiB/sec. | ||
| 7117 | 2024.11.14 00:24:35.777771 [ 261 ] {6e41e425-170f-4ff0-833c-98c60280a85b} <Debug> TCPHandler: Processed in 0.004664255 sec. | ||
| 7118 | 2024.11.14 00:24:35.777924 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7119 | 2024.11.14 00:24:35.778042 [ 263 ] {2b117a0a-b1d1-43b1-99bf-9e9579eb6328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7120 | 2024.11.14 00:24:35.778092 [ 263 ] {2b117a0a-b1d1-43b1-99bf-9e9579eb6328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7121 | 2024.11.14 00:24:35.778571 [ 263 ] {2b117a0a-b1d1-43b1-99bf-9e9579eb6328} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7122 | 2024.11.14 00:24:35.778609 [ 263 ] {2b117a0a-b1d1-43b1-99bf-9e9579eb6328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7123 | 2024.11.14 00:24:35.778968 [ 263 ] {2b117a0a-b1d1-43b1-99bf-9e9579eb6328} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7124 | 2024.11.14 00:24:35.779200 [ 263 ] {2b117a0a-b1d1-43b1-99bf-9e9579eb6328} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7125 | 2024.11.14 00:24:35.779455 [ 263 ] {2b117a0a-b1d1-43b1-99bf-9e9579eb6328} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. | ||
| 7126 | 2024.11.14 00:24:35.779650 [ 263 ] {2b117a0a-b1d1-43b1-99bf-9e9579eb6328} <Debug> TCPHandler: Processed in 0.001779985 sec. | ||
| 7127 | 2024.11.14 00:24:35.779838 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7128 | 2024.11.14 00:24:35.779964 [ 261 ] {e28b4593-4a8c-4951-9069-8ea8833f7408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7129 | 2024.11.14 00:24:35.780027 [ 261 ] {e28b4593-4a8c-4951-9069-8ea8833f7408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7130 | 2024.11.14 00:24:35.780718 [ 261 ] {e28b4593-4a8c-4951-9069-8ea8833f7408} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7131 | 2024.11.14 00:24:35.780764 [ 261 ] {e28b4593-4a8c-4951-9069-8ea8833f7408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7132 | 2024.11.14 00:24:35.781190 [ 261 ] {e28b4593-4a8c-4951-9069-8ea8833f7408} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7133 | 2024.11.14 00:24:35.781416 [ 261 ] {e28b4593-4a8c-4951-9069-8ea8833f7408} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7134 | 2024.11.14 00:24:35.781540 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7135 | 2024.11.14 00:24:35.781576 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7136 | 2024.11.14 00:24:35.781597 [ 261 ] {e28b4593-4a8c-4951-9069-8ea8833f7408} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001689 sec., 140319.71580817053 rows/sec., 9.41 MiB/sec. | ||
| 7137 | 2024.11.14 00:24:35.781602 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7138 | 2024.11.14 00:24:35.781709 [ 261 ] {e28b4593-4a8c-4951-9069-8ea8833f7408} <Debug> TCPHandler: Processed in 0.001991008 sec. | ||
| 7139 | 2024.11.14 00:24:35.781876 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7140 | 2024.11.14 00:24:35.781913 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7141 | 2024.11.14 00:24:35.782288 [ 263 ] {a998d0ae-31be-495e-8c9c-b48a04af6165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7142 | 2024.11.14 00:24:35.782375 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7143 | 2024.11.14 00:24:35.782405 [ 263 ] {a998d0ae-31be-495e-8c9c-b48a04af6165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7144 | 2024.11.14 00:24:35.782503 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 12283 rows starting from the beginning of the part | ||
| 7145 | 2024.11.14 00:24:35.783094 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 7146 | 2024.11.14 00:24:35.783389 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
| 7147 | 2024.11.14 00:24:35.783782 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 128 rows starting from the beginning of the part | ||
| 7148 | 2024.11.14 00:24:35.784048 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 7149 | 2024.11.14 00:24:35.784448 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 7150 | 2024.11.14 00:24:35.785079 [ 263 ] {a998d0ae-31be-495e-8c9c-b48a04af6165} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2024.11.14 00:24:35.785154 [ 263 ] {a998d0ae-31be-495e-8c9c-b48a04af6165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7152 | 2024.11.14 00:24:35.785895 [ 263 ] {a998d0ae-31be-495e-8c9c-b48a04af6165} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7153 | 2024.11.14 00:24:35.786185 [ 263 ] {a998d0ae-31be-495e-8c9c-b48a04af6165} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2024.11.14 00:24:35.786550 [ 263 ] {a998d0ae-31be-495e-8c9c-b48a04af6165} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004377 sec., 228.46698652044782 rows/sec., 15.39 KiB/sec. | ||
| 7155 | 2024.11.14 00:24:35.786749 [ 263 ] {a998d0ae-31be-495e-8c9c-b48a04af6165} <Debug> TCPHandler: Processed in 0.004943899 sec. | ||
| 7156 | 2024.11.14 00:24:35.786962 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7157 | 2024.11.14 00:24:35.787292 [ 261 ] {b75a82d7-885a-4719-b3a6-aecd93fcc73e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7158 | 2024.11.14 00:24:35.787533 [ 261 ] {b75a82d7-885a-4719-b3a6-aecd93fcc73e} <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 | ||
| 7159 | 2024.11.14 00:24:35.789289 [ 261 ] {b75a82d7-885a-4719-b3a6-aecd93fcc73e} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7160 | 2024.11.14 00:24:35.789334 [ 261 ] {b75a82d7-885a-4719-b3a6-aecd93fcc73e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7161 | 2024.11.14 00:24:35.789953 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13205 rows, containing 5 columns (5 merged, 0 gathered) in 0.008204016 sec., 1609577.5532373413 rows/sec., 109.61 MiB/sec. | ||
| 7162 | 2024.11.14 00:24:35.790355 [ 193 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7163 | 2024.11.14 00:24:35.790818 [ 261 ] {b75a82d7-885a-4719-b3a6-aecd93fcc73e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7164 | 2024.11.14 00:24:35.790929 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7165 | 2024.11.14 00:24:35.791113 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7166 | 2024.11.14 00:24:35.791288 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. | ||
| 7167 | 2024.11.14 00:24:35.791375 [ 261 ] {b75a82d7-885a-4719-b3a6-aecd93fcc73e} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7168 | 2024.11.14 00:24:35.791668 [ 261 ] {b75a82d7-885a-4719-b3a6-aecd93fcc73e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004478 sec., 8709.24519874944 rows/sec., 15.61 MiB/sec. | ||
| 7169 | 2024.11.14 00:24:35.792054 [ 261 ] {b75a82d7-885a-4719-b3a6-aecd93fcc73e} <Debug> TCPHandler: Processed in 0.005225844 sec. | ||
| 7170 | 2024.11.14 00:24:35.792263 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7171 | 2024.11.14 00:24:35.792380 [ 263 ] {04a5a56f-44b2-4bba-b63e-4b8adaca5ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7172 | 2024.11.14 00:24:35.792429 [ 263 ] {04a5a56f-44b2-4bba-b63e-4b8adaca5ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7173 | 2024.11.14 00:24:35.792912 [ 263 ] {04a5a56f-44b2-4bba-b63e-4b8adaca5ab9} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7174 | 2024.11.14 00:24:35.792951 [ 263 ] {04a5a56f-44b2-4bba-b63e-4b8adaca5ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7175 | 2024.11.14 00:24:35.793321 [ 263 ] {04a5a56f-44b2-4bba-b63e-4b8adaca5ab9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7176 | 2024.11.14 00:24:35.793565 [ 263 ] {04a5a56f-44b2-4bba-b63e-4b8adaca5ab9} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7177 | 2024.11.14 00:24:35.793723 [ 111 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7178 | 2024.11.14 00:24:35.793781 [ 111 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7179 | 2024.11.14 00:24:35.793814 [ 263 ] {04a5a56f-44b2-4bba-b63e-4b8adaca5ab9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001451 sec., 56512.74982770503 rows/sec., 3.59 MiB/sec. | ||
| 7180 | 2024.11.14 00:24:35.793823 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7181 | 2024.11.14 00:24:35.793970 [ 263 ] {04a5a56f-44b2-4bba-b63e-4b8adaca5ab9} <Debug> TCPHandler: Processed in 0.001762835 sec. | ||
| 7182 | 2024.11.14 00:24:35.794193 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7183 | 2024.11.14 00:24:35.794600 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7184 | 2024.11.14 00:24:35.794710 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3506 rows starting from the beginning of the part | ||
| 7185 | 2024.11.14 00:24:35.795081 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 7186 | 2024.11.14 00:24:35.795416 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
| 7187 | 2024.11.14 00:24:35.795665 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 48 rows starting from the beginning of the part | ||
| 7188 | 2024.11.14 00:24:35.795843 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 7189 | 2024.11.14 00:24:35.795995 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 7190 | 2024.11.14 00:24:35.797646 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3838 rows, containing 4 columns (4 merged, 0 gathered) in 0.003676652 sec., 1043884.4905636976 rows/sec., 68.62 MiB/sec. | ||
| 7191 | 2024.11.14 00:24:35.797931 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7192 | 2024.11.14 00:24:35.798193 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7193 | 2024.11.14 00:24:35.798285 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_61_12} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7194 | 2024.11.14 00:24:35.798360 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 7195 | 2024.11.14 00:24:39.228250 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1032 | ||
| 7196 | 2024.11.14 00:24:39.231224 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7197 | 2024.11.14 00:24:39.231272 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7198 | 2024.11.14 00:24:39.232678 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7199 | 2024.11.14 00:24:39.232978 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7200 | 2024.11.14 00:24:39.233487 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1032 | ||
| 7201 | 2024.11.14 00:24:40.751278 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7202 | 2024.11.14 00:24:40.751470 [ 263 ] {85fad7ba-c41c-4ae3-877c-fd9c3b6526c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7203 | 2024.11.14 00:24:40.751542 [ 263 ] {85fad7ba-c41c-4ae3-877c-fd9c3b6526c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7204 | 2024.11.14 00:24:40.752256 [ 263 ] {85fad7ba-c41c-4ae3-877c-fd9c3b6526c6} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7205 | 2024.11.14 00:24:40.752297 [ 263 ] {85fad7ba-c41c-4ae3-877c-fd9c3b6526c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7206 | 2024.11.14 00:24:40.752720 [ 263 ] {85fad7ba-c41c-4ae3-877c-fd9c3b6526c6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7207 | 2024.11.14 00:24:40.752965 [ 263 ] {85fad7ba-c41c-4ae3-877c-fd9c3b6526c6} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7208 | 2024.11.14 00:24:40.753167 [ 263 ] {85fad7ba-c41c-4ae3-877c-fd9c3b6526c6} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001752 sec., 4566.2100456621 rows/sec., 372.34 KiB/sec. | ||
| 7209 | 2024.11.14 00:24:40.753265 [ 263 ] {85fad7ba-c41c-4ae3-877c-fd9c3b6526c6} <Debug> TCPHandler: Processed in 0.00211408 sec. | ||
| 7210 | 2024.11.14 00:24:40.753528 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7211 | 2024.11.14 00:24:40.753734 [ 261 ] {dd20b3f2-19c3-4e1a-a931-6da27fdd7b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7212 | 2024.11.14 00:24:40.753813 [ 261 ] {dd20b3f2-19c3-4e1a-a931-6da27fdd7b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7213 | 2024.11.14 00:24:40.754603 [ 261 ] {dd20b3f2-19c3-4e1a-a931-6da27fdd7b4d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7214 | 2024.11.14 00:24:40.754646 [ 261 ] {dd20b3f2-19c3-4e1a-a931-6da27fdd7b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7215 | 2024.11.14 00:24:40.755079 [ 261 ] {dd20b3f2-19c3-4e1a-a931-6da27fdd7b4d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7216 | 2024.11.14 00:24:40.755340 [ 261 ] {dd20b3f2-19c3-4e1a-a931-6da27fdd7b4d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7217 | 2024.11.14 00:24:40.755585 [ 261 ] {dd20b3f2-19c3-4e1a-a931-6da27fdd7b4d} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001908 sec., 31446.540880503144 rows/sec., 2.40 MiB/sec. | ||
| 7218 | 2024.11.14 00:24:40.755641 [ 261 ] {dd20b3f2-19c3-4e1a-a931-6da27fdd7b4d} <Debug> TCPHandler: Processed in 0.002250851 sec. | ||
| 7219 | 2024.11.14 00:24:40.755769 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7220 | 2024.11.14 00:24:40.755887 [ 263 ] {629ae222-7045-402c-b57d-74de4cd91906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7221 | 2024.11.14 00:24:40.755935 [ 263 ] {629ae222-7045-402c-b57d-74de4cd91906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7222 | 2024.11.14 00:24:40.756509 [ 263 ] {629ae222-7045-402c-b57d-74de4cd91906} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7223 | 2024.11.14 00:24:40.756546 [ 263 ] {629ae222-7045-402c-b57d-74de4cd91906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7224 | 2024.11.14 00:24:40.756893 [ 263 ] {629ae222-7045-402c-b57d-74de4cd91906} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7225 | 2024.11.14 00:24:40.757131 [ 263 ] {629ae222-7045-402c-b57d-74de4cd91906} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7226 | 2024.11.14 00:24:40.757312 [ 263 ] {629ae222-7045-402c-b57d-74de4cd91906} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.00145 sec., 5517.241379310345 rows/sec., 385.24 KiB/sec. | ||
| 7227 | 2024.11.14 00:24:40.757377 [ 263 ] {629ae222-7045-402c-b57d-74de4cd91906} <Debug> TCPHandler: Processed in 0.001659984 sec. | ||
| 7228 | 2024.11.14 00:24:40.757543 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7229 | 2024.11.14 00:24:40.757679 [ 261 ] {9a3e8408-d0a0-45f5-adfc-2e91e038a3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7230 | 2024.11.14 00:24:40.757736 [ 261 ] {9a3e8408-d0a0-45f5-adfc-2e91e038a3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7231 | 2024.11.14 00:24:40.758415 [ 261 ] {9a3e8408-d0a0-45f5-adfc-2e91e038a3dc} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7232 | 2024.11.14 00:24:40.758453 [ 261 ] {9a3e8408-d0a0-45f5-adfc-2e91e038a3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7233 | 2024.11.14 00:24:40.758808 [ 261 ] {9a3e8408-d0a0-45f5-adfc-2e91e038a3dc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7234 | 2024.11.14 00:24:40.759034 [ 261 ] {9a3e8408-d0a0-45f5-adfc-2e91e038a3dc} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7235 | 2024.11.14 00:24:40.759266 [ 261 ] {9a3e8408-d0a0-45f5-adfc-2e91e038a3dc} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001616 sec., 44554.455445544554 rows/sec., 3.49 MiB/sec. | ||
| 7236 | 2024.11.14 00:24:40.759319 [ 261 ] {9a3e8408-d0a0-45f5-adfc-2e91e038a3dc} <Debug> TCPHandler: Processed in 0.001841436 sec. | ||
| 7237 | 2024.11.14 00:24:40.759467 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7238 | 2024.11.14 00:24:40.759583 [ 263 ] {8bc9602b-47d8-453b-b3e3-52a471b36df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7239 | 2024.11.14 00:24:40.759635 [ 263 ] {8bc9602b-47d8-453b-b3e3-52a471b36df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7240 | 2024.11.14 00:24:40.760197 [ 263 ] {8bc9602b-47d8-453b-b3e3-52a471b36df4} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7241 | 2024.11.14 00:24:40.760233 [ 263 ] {8bc9602b-47d8-453b-b3e3-52a471b36df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7242 | 2024.11.14 00:24:40.760634 [ 263 ] {8bc9602b-47d8-453b-b3e3-52a471b36df4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7243 | 2024.11.14 00:24:40.760884 [ 263 ] {8bc9602b-47d8-453b-b3e3-52a471b36df4} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7244 | 2024.11.14 00:24:40.761093 [ 263 ] {8bc9602b-47d8-453b-b3e3-52a471b36df4} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001534 sec., 86049.54367666232 rows/sec., 5.99 MiB/sec. | ||
| 7245 | 2024.11.14 00:24:40.761199 [ 263 ] {8bc9602b-47d8-453b-b3e3-52a471b36df4} <Debug> TCPHandler: Processed in 0.001786325 sec. | ||
| 7246 | 2024.11.14 00:24:40.761417 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7247 | 2024.11.14 00:24:40.761588 [ 261 ] {f1c27408-1408-442a-a65a-cf8018a40fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7248 | 2024.11.14 00:24:40.761648 [ 261 ] {f1c27408-1408-442a-a65a-cf8018a40fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7249 | 2024.11.14 00:24:40.762218 [ 261 ] {f1c27408-1408-442a-a65a-cf8018a40fc9} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7250 | 2024.11.14 00:24:40.762256 [ 261 ] {f1c27408-1408-442a-a65a-cf8018a40fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7251 | 2024.11.14 00:24:40.762632 [ 261 ] {f1c27408-1408-442a-a65a-cf8018a40fc9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7252 | 2024.11.14 00:24:40.762866 [ 261 ] {f1c27408-1408-442a-a65a-cf8018a40fc9} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7253 | 2024.11.14 00:24:40.763063 [ 261 ] {f1c27408-1408-442a-a65a-cf8018a40fc9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001506 sec., 31872.509960159365 rows/sec., 2.15 MiB/sec. | ||
| 7254 | 2024.11.14 00:24:40.763111 [ 261 ] {f1c27408-1408-442a-a65a-cf8018a40fc9} <Debug> TCPHandler: Processed in 0.001817046 sec. | ||
| 7255 | 2024.11.14 00:24:45.752462 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7256 | 2024.11.14 00:24:45.752667 [ 263 ] {5730652f-bbaa-4174-a34d-b112a7b14db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7257 | 2024.11.14 00:24:45.752740 [ 263 ] {5730652f-bbaa-4174-a34d-b112a7b14db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7258 | 2024.11.14 00:24:45.753504 [ 263 ] {5730652f-bbaa-4174-a34d-b112a7b14db0} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2024.11.14 00:24:45.753556 [ 263 ] {5730652f-bbaa-4174-a34d-b112a7b14db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7260 | 2024.11.14 00:24:45.753981 [ 263 ] {5730652f-bbaa-4174-a34d-b112a7b14db0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7261 | 2024.11.14 00:24:45.754231 [ 263 ] {5730652f-bbaa-4174-a34d-b112a7b14db0} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2024.11.14 00:24:45.754474 [ 99 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7263 | 2024.11.14 00:24:45.754480 [ 263 ] {5730652f-bbaa-4174-a34d-b112a7b14db0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.32 MiB/sec. | ||
| 7264 | 2024.11.14 00:24:45.754602 [ 99 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7265 | 2024.11.14 00:24:45.754659 [ 263 ] {5730652f-bbaa-4174-a34d-b112a7b14db0} <Debug> TCPHandler: Processed in 0.002349093 sec. | ||
| 7266 | 2024.11.14 00:24:45.754689 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7267 | 2024.11.14 00:24:45.754925 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7268 | 2024.11.14 00:24:45.755053 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7269 | 2024.11.14 00:24:45.755156 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7270 | 2024.11.14 00:24:45.755208 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1431 rows starting from the beginning of the part | ||
| 7271 | 2024.11.14 00:24:45.755450 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
| 7272 | 2024.11.14 00:24:45.755516 [ 261 ] {ab478c38-f3fe-4926-8cda-346ee7d1e466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7273 | 2024.11.14 00:24:45.755726 [ 261 ] {ab478c38-f3fe-4926-8cda-346ee7d1e466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7274 | 2024.11.14 00:24:45.755788 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part | ||
| 7275 | 2024.11.14 00:24:45.756118 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 281 rows starting from the beginning of the part | ||
| 7276 | 2024.11.14 00:24:45.756472 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 7277 | 2024.11.14 00:24:45.756785 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part | ||
| 7278 | 2024.11.14 00:24:45.758911 [ 261 ] {ab478c38-f3fe-4926-8cda-346ee7d1e466} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7279 | 2024.11.14 00:24:45.758997 [ 261 ] {ab478c38-f3fe-4926-8cda-346ee7d1e466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7280 | 2024.11.14 00:24:45.759870 [ 261 ] {ab478c38-f3fe-4926-8cda-346ee7d1e466} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7281 | 2024.11.14 00:24:45.760071 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 5 columns (5 merged, 0 gathered) in 0.005262534 sec., 368643.6990240823 rows/sec., 32.22 MiB/sec. | ||
| 7282 | 2024.11.14 00:24:45.760328 [ 261 ] {ab478c38-f3fe-4926-8cda-346ee7d1e466} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7283 | 2024.11.14 00:24:45.760354 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7284 | 2024.11.14 00:24:45.760615 [ 99 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7285 | 2024.11.14 00:24:45.760715 [ 99 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7286 | 2024.11.14 00:24:45.760783 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7287 | 2024.11.14 00:24:45.760848 [ 261 ] {ab478c38-f3fe-4926-8cda-346ee7d1e466} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005475 sec., 11689.497716894977 rows/sec., 934.29 KiB/sec. | ||
| 7288 | 2024.11.14 00:24:45.761150 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7289 | 2024.11.14 00:24:45.761199 [ 261 ] {ab478c38-f3fe-4926-8cda-346ee7d1e466} <Debug> TCPHandler: Processed in 0.00636962 sec. | ||
| 7290 | 2024.11.14 00:24:45.761361 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7291 | 2024.11.14 00:24:45.761444 [ 201 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_66_13} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7292 | 2024.11.14 00:24:45.761503 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7293 | 2024.11.14 00:24:45.761648 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 7294 | 2024.11.14 00:24:45.761844 [ 263 ] {d81f17d5-7eff-4aef-af40-989d4115e8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7295 | 2024.11.14 00:24:45.761844 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7296 | 2024.11.14 00:24:45.761946 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 7297 | 2024.11.14 00:24:45.761958 [ 263 ] {d81f17d5-7eff-4aef-af40-989d4115e8e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7298 | 2024.11.14 00:24:45.762360 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
| 7299 | 2024.11.14 00:24:45.762715 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part | ||
| 7300 | 2024.11.14 00:24:45.763118 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 421 rows starting from the beginning of the part | ||
| 7301 | 2024.11.14 00:24:45.763447 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 72 rows starting from the beginning of the part | ||
| 7302 | 2024.11.14 00:24:45.763754 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
| 7303 | 2024.11.14 00:24:45.764674 [ 263 ] {d81f17d5-7eff-4aef-af40-989d4115e8e2} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7304 | 2024.11.14 00:24:45.764746 [ 263 ] {d81f17d5-7eff-4aef-af40-989d4115e8e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7305 | 2024.11.14 00:24:45.765765 [ 263 ] {d81f17d5-7eff-4aef-af40-989d4115e8e2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7306 | 2024.11.14 00:24:45.766235 [ 263 ] {d81f17d5-7eff-4aef-af40-989d4115e8e2} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7307 | 2024.11.14 00:24:45.766661 [ 263 ] {d81f17d5-7eff-4aef-af40-989d4115e8e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004893 sec., 32699.775189045577 rows/sec., 2.28 MiB/sec. | ||
| 7308 | 2024.11.14 00:24:45.766951 [ 263 ] {d81f17d5-7eff-4aef-af40-989d4115e8e2} <Debug> TCPHandler: Processed in 0.0056271 sec. | ||
| 7309 | 2024.11.14 00:24:45.767029 [ 189 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.006084005 sec., 262655.9314136001 rows/sec., 20.25 MiB/sec. | ||
| 7310 | 2024.11.14 00:24:45.767115 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7311 | 2024.11.14 00:24:45.767257 [ 189 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7312 | 2024.11.14 00:24:45.767288 [ 261 ] {91ec0636-656e-4c78-87f3-4ed59b5d0e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7313 | 2024.11.14 00:24:45.767386 [ 261 ] {91ec0636-656e-4c78-87f3-4ed59b5d0e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7314 | 2024.11.14 00:24:45.767842 [ 189 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7315 | 2024.11.14 00:24:45.767990 [ 189 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_66_13} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7316 | 2024.11.14 00:24:45.768130 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 7317 | 2024.11.14 00:24:45.768348 [ 261 ] {91ec0636-656e-4c78-87f3-4ed59b5d0e2c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7318 | 2024.11.14 00:24:45.768392 [ 261 ] {91ec0636-656e-4c78-87f3-4ed59b5d0e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7319 | 2024.11.14 00:24:45.768795 [ 261 ] {91ec0636-656e-4c78-87f3-4ed59b5d0e2c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7320 | 2024.11.14 00:24:45.769045 [ 261 ] {91ec0636-656e-4c78-87f3-4ed59b5d0e2c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7321 | 2024.11.14 00:24:45.769233 [ 261 ] {91ec0636-656e-4c78-87f3-4ed59b5d0e2c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001988 sec., 30181.086519114684 rows/sec., 2.03 MiB/sec. | ||
| 7322 | 2024.11.14 00:24:45.769292 [ 261 ] {91ec0636-656e-4c78-87f3-4ed59b5d0e2c} <Debug> TCPHandler: Processed in 0.002250872 sec. | ||
| 7323 | 2024.11.14 00:24:46.218139 [ 99 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7324 | 2024.11.14 00:24:46.218213 [ 99 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7325 | 2024.11.14 00:24:46.218245 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7326 | 2024.11.14 00:24:46.218496 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 7327 | 2024.11.14 00:24:46.218720 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7328 | 2024.11.14 00:24:46.218763 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 102 rows starting from the beginning of the part | ||
| 7329 | 2024.11.14 00:24:46.218849 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 7330 | 2024.11.14 00:24:46.219077 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 7331 | 2024.11.14 00:24:46.219337 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 7332 | 2024.11.14 00:24:46.219517 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7333 | 2024.11.14 00:24:46.220563 [ 186 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.002225442 sec., 56617.966228731195 rows/sec., 2.89 MiB/sec. | ||
| 7334 | 2024.11.14 00:24:46.220788 [ 196 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7335 | 2024.11.14 00:24:46.221187 [ 196 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_21_5} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7336 | 2024.11.14 00:24:46.221287 [ 196 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_21_5} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7337 | 2024.11.14 00:24:46.221399 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7338 | 2024.11.14 00:24:47.179323 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64285, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7339 | 2024.11.14 00:24:47.396797 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7340 | 2024.11.14 00:24:47.521237 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36734, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7341 | 2024.11.14 00:24:47.536588 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7342 | 2024.11.14 00:24:47.634087 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7343 | 2024.11.14 00:24:47.663531 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7344 | 2024.11.14 00:24:47.673825 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7345 | 2024.11.14 00:24:47.682250 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7346 | 2024.11.14 00:24:48.252869 [ 96 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7347 | 2024.11.14 00:24:48.252952 [ 96 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7348 | 2024.11.14 00:24:48.252978 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7349 | 2024.11.14 00:24:48.253215 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 7350 | 2024.11.14 00:24:48.253496 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7351 | 2024.11.14 00:24:48.253539 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 17 rows starting from the beginning of the part | ||
| 7352 | 2024.11.14 00:24:48.253613 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 7353 | 2024.11.14 00:24:48.253803 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7354 | 2024.11.14 00:24:48.254063 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7355 | 2024.11.14 00:24:48.254274 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7356 | 2024.11.14 00:24:48.255474 [ 197 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.002402214 sec., 8741.935564441801 rows/sec., 589.06 KiB/sec. | ||
| 7357 | 2024.11.14 00:24:48.255698 [ 188 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7358 | 2024.11.14 00:24:48.256090 [ 188 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_21_5} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7359 | 2024.11.14 00:24:48.256192 [ 188 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_21_5} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7360 | 2024.11.14 00:24:48.256302 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7361 | 2024.11.14 00:24:48.983520 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7362 | 2024.11.14 00:24:48.983581 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7363 | 2024.11.14 00:24:49.233788 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1052 | ||
| 7364 | 2024.11.14 00:24:49.236485 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7365 | 2024.11.14 00:24:49.236530 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7366 | 2024.11.14 00:24:49.237904 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7367 | 2024.11.14 00:24:49.238202 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7368 | 2024.11.14 00:24:49.239397 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1052 | ||
| 7369 | 2024.11.14 00:24:50.001548 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001087395 sec. | ||
| 7370 | 2024.11.14 00:24:50.147173 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7371 | 2024.11.14 00:24:50.758835 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7372 | 2024.11.14 00:24:50.759028 [ 263 ] {f3cec7eb-c61e-4e74-b132-32405ecce25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7373 | 2024.11.14 00:24:50.759102 [ 263 ] {f3cec7eb-c61e-4e74-b132-32405ecce25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7374 | 2024.11.14 00:24:50.759867 [ 263 ] {f3cec7eb-c61e-4e74-b132-32405ecce25d} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7375 | 2024.11.14 00:24:50.759924 [ 263 ] {f3cec7eb-c61e-4e74-b132-32405ecce25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7376 | 2024.11.14 00:24:50.760363 [ 263 ] {f3cec7eb-c61e-4e74-b132-32405ecce25d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7377 | 2024.11.14 00:24:50.760629 [ 263 ] {f3cec7eb-c61e-4e74-b132-32405ecce25d} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7378 | 2024.11.14 00:24:50.760895 [ 263 ] {f3cec7eb-c61e-4e74-b132-32405ecce25d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec. | ||
| 7379 | 2024.11.14 00:24:50.761053 [ 263 ] {f3cec7eb-c61e-4e74-b132-32405ecce25d} <Debug> TCPHandler: Processed in 0.002340624 sec. | ||
| 7380 | 2024.11.14 00:24:50.761345 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7381 | 2024.11.14 00:24:50.761554 [ 261 ] {6fb5de6c-efc0-4b2d-a65e-d898242d982d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7382 | 2024.11.14 00:24:50.761628 [ 261 ] {6fb5de6c-efc0-4b2d-a65e-d898242d982d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7383 | 2024.11.14 00:24:50.762526 [ 261 ] {6fb5de6c-efc0-4b2d-a65e-d898242d982d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7384 | 2024.11.14 00:24:50.762583 [ 261 ] {6fb5de6c-efc0-4b2d-a65e-d898242d982d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7385 | 2024.11.14 00:24:50.763046 [ 261 ] {6fb5de6c-efc0-4b2d-a65e-d898242d982d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7386 | 2024.11.14 00:24:50.763316 [ 261 ] {6fb5de6c-efc0-4b2d-a65e-d898242d982d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7387 | 2024.11.14 00:24:50.763567 [ 261 ] {6fb5de6c-efc0-4b2d-a65e-d898242d982d} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002068 sec., 135880.07736943907 rows/sec., 12.00 MiB/sec. | ||
| 7388 | 2024.11.14 00:24:50.763634 [ 261 ] {6fb5de6c-efc0-4b2d-a65e-d898242d982d} <Debug> TCPHandler: Processed in 0.002430894 sec. | ||
| 7389 | 2024.11.14 00:24:50.763821 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7390 | 2024.11.14 00:24:50.763947 [ 263 ] {872a1d42-7f94-45b3-b246-99740b899055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7391 | 2024.11.14 00:24:50.763998 [ 263 ] {872a1d42-7f94-45b3-b246-99740b899055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7392 | 2024.11.14 00:24:50.764634 [ 263 ] {872a1d42-7f94-45b3-b246-99740b899055} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2024.11.14 00:24:50.764677 [ 263 ] {872a1d42-7f94-45b3-b246-99740b899055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7394 | 2024.11.14 00:24:50.765043 [ 263 ] {872a1d42-7f94-45b3-b246-99740b899055} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7395 | 2024.11.14 00:24:50.765281 [ 263 ] {872a1d42-7f94-45b3-b246-99740b899055} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7396 | 2024.11.14 00:24:50.765512 [ 263 ] {872a1d42-7f94-45b3-b246-99740b899055} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001595 sec., 28840.125391849528 rows/sec., 2.07 MiB/sec. | ||
| 7397 | 2024.11.14 00:24:50.765574 [ 263 ] {872a1d42-7f94-45b3-b246-99740b899055} <Debug> TCPHandler: Processed in 0.001812115 sec. | ||
| 7398 | 2024.11.14 00:24:50.765735 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7399 | 2024.11.14 00:24:50.765864 [ 261 ] {9ae0aee8-76d1-4db1-a7f4-3f25a296e595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7400 | 2024.11.14 00:24:50.765918 [ 261 ] {9ae0aee8-76d1-4db1-a7f4-3f25a296e595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7401 | 2024.11.14 00:24:50.766506 [ 261 ] {9ae0aee8-76d1-4db1-a7f4-3f25a296e595} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7402 | 2024.11.14 00:24:50.766548 [ 261 ] {9ae0aee8-76d1-4db1-a7f4-3f25a296e595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7403 | 2024.11.14 00:24:50.766927 [ 261 ] {9ae0aee8-76d1-4db1-a7f4-3f25a296e595} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7404 | 2024.11.14 00:24:50.767175 [ 261 ] {9ae0aee8-76d1-4db1-a7f4-3f25a296e595} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7405 | 2024.11.14 00:24:50.767396 [ 261 ] {9ae0aee8-76d1-4db1-a7f4-3f25a296e595} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00156 sec., 8974.358974358975 rows/sec., 628.51 KiB/sec. | ||
| 7406 | 2024.11.14 00:24:50.767606 [ 261 ] {9ae0aee8-76d1-4db1-a7f4-3f25a296e595} <Debug> TCPHandler: Processed in 0.001927268 sec. | ||
| 7407 | 2024.11.14 00:24:50.767796 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7408 | 2024.11.14 00:24:50.767911 [ 263 ] {f02f2b4e-17d4-477c-a7b9-3f917b5a3cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7409 | 2024.11.14 00:24:50.767960 [ 263 ] {f02f2b4e-17d4-477c-a7b9-3f917b5a3cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7410 | 2024.11.14 00:24:50.768559 [ 263 ] {f02f2b4e-17d4-477c-a7b9-3f917b5a3cc7} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7411 | 2024.11.14 00:24:50.768598 [ 263 ] {f02f2b4e-17d4-477c-a7b9-3f917b5a3cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7412 | 2024.11.14 00:24:50.768948 [ 263 ] {f02f2b4e-17d4-477c-a7b9-3f917b5a3cc7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7413 | 2024.11.14 00:24:50.769183 [ 263 ] {f02f2b4e-17d4-477c-a7b9-3f917b5a3cc7} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7414 | 2024.11.14 00:24:50.769447 [ 263 ] {f02f2b4e-17d4-477c-a7b9-3f917b5a3cc7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec. | ||
| 7415 | 2024.11.14 00:24:50.769656 [ 263 ] {f02f2b4e-17d4-477c-a7b9-3f917b5a3cc7} <Debug> TCPHandler: Processed in 0.001927208 sec. | ||
| 7416 | 2024.11.14 00:24:50.769817 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7417 | 2024.11.14 00:24:50.769956 [ 261 ] {34fe6cab-390e-40ec-bf91-665ae3ba6945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7418 | 2024.11.14 00:24:50.770015 [ 261 ] {34fe6cab-390e-40ec-bf91-665ae3ba6945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7419 | 2024.11.14 00:24:50.770824 [ 261 ] {34fe6cab-390e-40ec-bf91-665ae3ba6945} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7420 | 2024.11.14 00:24:50.770863 [ 261 ] {34fe6cab-390e-40ec-bf91-665ae3ba6945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7421 | 2024.11.14 00:24:50.771253 [ 261 ] {34fe6cab-390e-40ec-bf91-665ae3ba6945} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7422 | 2024.11.14 00:24:50.771507 [ 261 ] {34fe6cab-390e-40ec-bf91-665ae3ba6945} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7423 | 2024.11.14 00:24:50.771682 [ 261 ] {34fe6cab-390e-40ec-bf91-665ae3ba6945} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001759 sec., 239340.53439454237 rows/sec., 17.10 MiB/sec. | ||
| 7424 | 2024.11.14 00:24:50.771736 [ 261 ] {34fe6cab-390e-40ec-bf91-665ae3ba6945} <Debug> TCPHandler: Processed in 0.001986168 sec. | ||
| 7425 | 2024.11.14 00:24:50.771871 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7426 | 2024.11.14 00:24:50.771987 [ 263 ] {70a582cb-7d03-4153-a133-1fbe5ebaaf85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7427 | 2024.11.14 00:24:50.772037 [ 263 ] {70a582cb-7d03-4153-a133-1fbe5ebaaf85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7428 | 2024.11.14 00:24:50.772541 [ 263 ] {70a582cb-7d03-4153-a133-1fbe5ebaaf85} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7429 | 2024.11.14 00:24:50.772580 [ 263 ] {70a582cb-7d03-4153-a133-1fbe5ebaaf85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7430 | 2024.11.14 00:24:50.772954 [ 263 ] {70a582cb-7d03-4153-a133-1fbe5ebaaf85} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7431 | 2024.11.14 00:24:50.773187 [ 263 ] {70a582cb-7d03-4153-a133-1fbe5ebaaf85} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7432 | 2024.11.14 00:24:50.773396 [ 263 ] {70a582cb-7d03-4153-a133-1fbe5ebaaf85} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
| 7433 | 2024.11.14 00:24:50.773448 [ 263 ] {70a582cb-7d03-4153-a133-1fbe5ebaaf85} <Debug> TCPHandler: Processed in 0.001631073 sec. | ||
| 7434 | 2024.11.14 00:24:50.773613 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7435 | 2024.11.14 00:24:50.773750 [ 261 ] {9fce70d4-fb6c-44a2-8abd-5d7783315929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7436 | 2024.11.14 00:24:50.773813 [ 261 ] {9fce70d4-fb6c-44a2-8abd-5d7783315929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7437 | 2024.11.14 00:24:50.774498 [ 261 ] {9fce70d4-fb6c-44a2-8abd-5d7783315929} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7438 | 2024.11.14 00:24:50.774543 [ 261 ] {9fce70d4-fb6c-44a2-8abd-5d7783315929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7439 | 2024.11.14 00:24:50.774941 [ 261 ] {9fce70d4-fb6c-44a2-8abd-5d7783315929} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7440 | 2024.11.14 00:24:50.775191 [ 261 ] {9fce70d4-fb6c-44a2-8abd-5d7783315929} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7441 | 2024.11.14 00:24:50.775372 [ 261 ] {9fce70d4-fb6c-44a2-8abd-5d7783315929} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001654 sec., 143288.99637243047 rows/sec., 9.60 MiB/sec. | ||
| 7442 | 2024.11.14 00:24:50.775426 [ 261 ] {9fce70d4-fb6c-44a2-8abd-5d7783315929} <Debug> TCPHandler: Processed in 0.001878997 sec. | ||
| 7443 | 2024.11.14 00:24:50.775566 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7444 | 2024.11.14 00:24:50.775681 [ 263 ] {d8611f1f-ed9b-464a-b260-c6300aa4a2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7445 | 2024.11.14 00:24:50.775733 [ 263 ] {d8611f1f-ed9b-464a-b260-c6300aa4a2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7446 | 2024.11.14 00:24:50.776207 [ 263 ] {d8611f1f-ed9b-464a-b260-c6300aa4a2cc} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7447 | 2024.11.14 00:24:50.776245 [ 263 ] {d8611f1f-ed9b-464a-b260-c6300aa4a2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7448 | 2024.11.14 00:24:50.776604 [ 263 ] {d8611f1f-ed9b-464a-b260-c6300aa4a2cc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7449 | 2024.11.14 00:24:50.776832 [ 263 ] {d8611f1f-ed9b-464a-b260-c6300aa4a2cc} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7450 | 2024.11.14 00:24:50.777040 [ 263 ] {d8611f1f-ed9b-464a-b260-c6300aa4a2cc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001381 sec., 724.112961622013 rows/sec., 48.79 KiB/sec. | ||
| 7451 | 2024.11.14 00:24:50.777092 [ 263 ] {d8611f1f-ed9b-464a-b260-c6300aa4a2cc} <Debug> TCPHandler: Processed in 0.001580102 sec. | ||
| 7452 | 2024.11.14 00:24:50.777245 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7453 | 2024.11.14 00:24:50.777360 [ 261 ] {8581ee49-e2cd-4386-910e-4f60a920e7fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7454 | 2024.11.14 00:24:50.777441 [ 261 ] {8581ee49-e2cd-4386-910e-4f60a920e7fc} <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 | ||
| 7455 | 2024.11.14 00:24:50.778662 [ 261 ] {8581ee49-e2cd-4386-910e-4f60a920e7fc} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7456 | 2024.11.14 00:24:50.778703 [ 261 ] {8581ee49-e2cd-4386-910e-4f60a920e7fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7457 | 2024.11.14 00:24:50.779362 [ 261 ] {8581ee49-e2cd-4386-910e-4f60a920e7fc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7458 | 2024.11.14 00:24:50.779624 [ 261 ] {8581ee49-e2cd-4386-910e-4f60a920e7fc} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7459 | 2024.11.14 00:24:50.779898 [ 261 ] {8581ee49-e2cd-4386-910e-4f60a920e7fc} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002542 sec., 15342.250196695515 rows/sec., 27.49 MiB/sec. | ||
| 7460 | 2024.11.14 00:24:50.780329 [ 261 ] {8581ee49-e2cd-4386-910e-4f60a920e7fc} <Debug> TCPHandler: Processed in 0.003141284 sec. | ||
| 7461 | 2024.11.14 00:24:50.780468 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7462 | 2024.11.14 00:24:50.780592 [ 263 ] {4681ff41-621f-45fa-8dde-0101e76734ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7463 | 2024.11.14 00:24:50.780642 [ 263 ] {4681ff41-621f-45fa-8dde-0101e76734ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7464 | 2024.11.14 00:24:50.781126 [ 263 ] {4681ff41-621f-45fa-8dde-0101e76734ce} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7465 | 2024.11.14 00:24:50.781163 [ 263 ] {4681ff41-621f-45fa-8dde-0101e76734ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7466 | 2024.11.14 00:24:50.781537 [ 263 ] {4681ff41-621f-45fa-8dde-0101e76734ce} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7467 | 2024.11.14 00:24:50.781769 [ 263 ] {4681ff41-621f-45fa-8dde-0101e76734ce} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7468 | 2024.11.14 00:24:50.782010 [ 263 ] {4681ff41-621f-45fa-8dde-0101e76734ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00143 sec., 57342.65734265734 rows/sec., 3.64 MiB/sec. | ||
| 7469 | 2024.11.14 00:24:50.782071 [ 263 ] {4681ff41-621f-45fa-8dde-0101e76734ce} <Debug> TCPHandler: Processed in 0.001652883 sec. | ||
| 7470 | 2024.11.14 00:24:50.812480 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7471 | 2024.11.14 00:24:50.858133 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7472 | 2024.11.14 00:24:50.973215 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36900, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7473 | 2024.11.14 00:24:50.990507 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7474 | 2024.11.14 00:24:50.993692 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7475 | 2024.11.14 00:24:51.033833 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45048, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7476 | 2024.11.14 00:24:51.071397 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7477 | 2024.11.14 00:24:51.077665 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42162, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7478 | 2024.11.14 00:24:51.772503 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7479 | 2024.11.14 00:24:51.812006 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7480 | 2024.11.14 00:24:51.831019 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7481 | 2024.11.14 00:24:51.839677 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32793, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7482 | 2024.11.14 00:24:51.843015 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7483 | 2024.11.14 00:24:51.856356 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7484 | 2024.11.14 00:24:51.863817 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65419, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7485 | 2024.11.14 00:24:51.878257 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7486 | 2024.11.14 00:24:52.317030 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7487 | 2024.11.14 00:24:52.335519 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53867, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7488 | 2024.11.14 00:24:52.489668 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53668, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7489 | 2024.11.14 00:24:52.497690 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7490 | 2024.11.14 00:24:52.618079 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7491 | 2024.11.14 00:24:52.619370 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41520, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7492 | 2024.11.14 00:24:52.622714 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7493 | 2024.11.14 00:24:55.752448 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7494 | 2024.11.14 00:24:55.752656 [ 263 ] {7c1e2339-7494-4a44-bf08-e8e0934f8925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7495 | 2024.11.14 00:24:55.752732 [ 263 ] {7c1e2339-7494-4a44-bf08-e8e0934f8925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7496 | 2024.11.14 00:24:55.753497 [ 263 ] {7c1e2339-7494-4a44-bf08-e8e0934f8925} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7497 | 2024.11.14 00:24:55.753557 [ 263 ] {7c1e2339-7494-4a44-bf08-e8e0934f8925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7498 | 2024.11.14 00:24:55.753977 [ 263 ] {7c1e2339-7494-4a44-bf08-e8e0934f8925} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7499 | 2024.11.14 00:24:55.754233 [ 263 ] {7c1e2339-7494-4a44-bf08-e8e0934f8925} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7500 | 2024.11.14 00:24:55.754481 [ 263 ] {7c1e2339-7494-4a44-bf08-e8e0934f8925} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.29 MiB/sec. | ||
| 7501 | 2024.11.14 00:24:55.754555 [ 263 ] {7c1e2339-7494-4a44-bf08-e8e0934f8925} <Debug> TCPHandler: Processed in 0.002233881 sec. | ||
| 7502 | 2024.11.14 00:24:55.754816 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7503 | 2024.11.14 00:24:55.755032 [ 261 ] {f6d00c4c-6790-4479-b909-cbafe8df26c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7504 | 2024.11.14 00:24:55.755111 [ 261 ] {f6d00c4c-6790-4479-b909-cbafe8df26c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7505 | 2024.11.14 00:24:55.755945 [ 261 ] {f6d00c4c-6790-4479-b909-cbafe8df26c5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7506 | 2024.11.14 00:24:55.755996 [ 261 ] {f6d00c4c-6790-4479-b909-cbafe8df26c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7507 | 2024.11.14 00:24:55.756437 [ 261 ] {f6d00c4c-6790-4479-b909-cbafe8df26c5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7508 | 2024.11.14 00:24:55.756686 [ 261 ] {f6d00c4c-6790-4479-b909-cbafe8df26c5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7509 | 2024.11.14 00:24:55.756928 [ 261 ] {f6d00c4c-6790-4479-b909-cbafe8df26c5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001952 sec., 32786.88524590164 rows/sec., 2.56 MiB/sec. | ||
| 7510 | 2024.11.14 00:24:55.756986 [ 261 ] {f6d00c4c-6790-4479-b909-cbafe8df26c5} <Debug> TCPHandler: Processed in 0.002306722 sec. | ||
| 7511 | 2024.11.14 00:24:55.757151 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7512 | 2024.11.14 00:24:55.757274 [ 263 ] {1896ca36-9eaa-4e55-b6f6-611652e4fd1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7513 | 2024.11.14 00:24:55.757329 [ 263 ] {1896ca36-9eaa-4e55-b6f6-611652e4fd1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7514 | 2024.11.14 00:24:55.757917 [ 263 ] {1896ca36-9eaa-4e55-b6f6-611652e4fd1f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7515 | 2024.11.14 00:24:55.757958 [ 263 ] {1896ca36-9eaa-4e55-b6f6-611652e4fd1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7516 | 2024.11.14 00:24:55.758356 [ 263 ] {1896ca36-9eaa-4e55-b6f6-611652e4fd1f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7517 | 2024.11.14 00:24:55.758605 [ 263 ] {1896ca36-9eaa-4e55-b6f6-611652e4fd1f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7518 | 2024.11.14 00:24:55.758874 [ 263 ] {1896ca36-9eaa-4e55-b6f6-611652e4fd1f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. | ||
| 7519 | 2024.11.14 00:24:55.758974 [ 263 ] {1896ca36-9eaa-4e55-b6f6-611652e4fd1f} <Debug> TCPHandler: Processed in 0.001882196 sec. | ||
| 7520 | 2024.11.14 00:24:55.759194 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7521 | 2024.11.14 00:24:55.759380 [ 261 ] {6ab1c04f-f38a-4d41-92a2-f7a74b8cb367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7522 | 2024.11.14 00:24:55.759434 [ 261 ] {6ab1c04f-f38a-4d41-92a2-f7a74b8cb367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7523 | 2024.11.14 00:24:55.759942 [ 261 ] {6ab1c04f-f38a-4d41-92a2-f7a74b8cb367} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7524 | 2024.11.14 00:24:55.759984 [ 261 ] {6ab1c04f-f38a-4d41-92a2-f7a74b8cb367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7525 | 2024.11.14 00:24:55.760369 [ 261 ] {6ab1c04f-f38a-4d41-92a2-f7a74b8cb367} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7526 | 2024.11.14 00:24:55.760630 [ 261 ] {6ab1c04f-f38a-4d41-92a2-f7a74b8cb367} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7527 | 2024.11.14 00:24:55.760853 [ 261 ] {6ab1c04f-f38a-4d41-92a2-f7a74b8cb367} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
| 7528 | 2024.11.14 00:24:55.760905 [ 261 ] {6ab1c04f-f38a-4d41-92a2-f7a74b8cb367} <Debug> TCPHandler: Processed in 0.001833966 sec. | ||
| 7529 | 2024.11.14 00:24:59.239689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1082 | ||
| 7530 | 2024.11.14 00:24:59.242599 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7531 | 2024.11.14 00:24:59.242642 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7532 | 2024.11.14 00:24:59.244008 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7533 | 2024.11.14 00:24:59.244310 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7534 | 2024.11.14 00:24:59.244477 [ 83 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7535 | 2024.11.14 00:24:59.244531 [ 83 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7536 | 2024.11.14 00:24:59.244568 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7537 | 2024.11.14 00:24:59.245038 [ 195 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 7538 | 2024.11.14 00:24:59.247593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1082 | ||
| 7539 | 2024.11.14 00:24:59.247846 [ 195 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7540 | 2024.11.14 00:24:59.247999 [ 195 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 952 rows starting from the beginning of the part | ||
| 7541 | 2024.11.14 00:24:59.248587 [ 195 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 7542 | 2024.11.14 00:24:59.249081 [ 195 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part | ||
| 7543 | 2024.11.14 00:24:59.249554 [ 195 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
| 7544 | 2024.11.14 00:24:59.250019 [ 195 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part | ||
| 7545 | 2024.11.14 00:24:59.250499 [ 195 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
| 7546 | 2024.11.14 00:24:59.258525 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 72 columns (72 merged, 0 gathered) in 0.013879985 sec., 77953.97473412256 rows/sec., 62.82 MiB/sec. | ||
| 7547 | 2024.11.14 00:24:59.259958 [ 200 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7548 | 2024.11.14 00:24:59.260802 [ 200 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_36_7} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7549 | 2024.11.14 00:24:59.260896 [ 200 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_36_7} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7550 | 2024.11.14 00:24:59.261213 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.56 MiB. | ||
| 7551 | 2024.11.14 00:25:00.752687 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7552 | 2024.11.14 00:25:00.752877 [ 263 ] {5a7daa19-9a86-4bb2-8b28-ae678103a427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7553 | 2024.11.14 00:25:00.752951 [ 263 ] {5a7daa19-9a86-4bb2-8b28-ae678103a427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7554 | 2024.11.14 00:25:00.753685 [ 263 ] {5a7daa19-9a86-4bb2-8b28-ae678103a427} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7555 | 2024.11.14 00:25:00.753738 [ 263 ] {5a7daa19-9a86-4bb2-8b28-ae678103a427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7556 | 2024.11.14 00:25:00.754182 [ 263 ] {5a7daa19-9a86-4bb2-8b28-ae678103a427} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7557 | 2024.11.14 00:25:00.754440 [ 263 ] {5a7daa19-9a86-4bb2-8b28-ae678103a427} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7558 | 2024.11.14 00:25:00.754698 [ 263 ] {5a7daa19-9a86-4bb2-8b28-ae678103a427} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.30 MiB/sec. | ||
| 7559 | 2024.11.14 00:25:00.754765 [ 263 ] {5a7daa19-9a86-4bb2-8b28-ae678103a427} <Debug> TCPHandler: Processed in 0.002216091 sec. | ||
| 7560 | 2024.11.14 00:25:00.755015 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7561 | 2024.11.14 00:25:00.755201 [ 261 ] {d66f3da1-15e5-4b2c-befe-6c7cf5f567e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7562 | 2024.11.14 00:25:00.755273 [ 261 ] {d66f3da1-15e5-4b2c-befe-6c7cf5f567e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7563 | 2024.11.14 00:25:00.755992 [ 261 ] {d66f3da1-15e5-4b2c-befe-6c7cf5f567e3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7564 | 2024.11.14 00:25:00.756040 [ 261 ] {d66f3da1-15e5-4b2c-befe-6c7cf5f567e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7565 | 2024.11.14 00:25:00.756476 [ 261 ] {d66f3da1-15e5-4b2c-befe-6c7cf5f567e3} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7566 | 2024.11.14 00:25:00.756731 [ 261 ] {d66f3da1-15e5-4b2c-befe-6c7cf5f567e3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7567 | 2024.11.14 00:25:00.756969 [ 261 ] {d66f3da1-15e5-4b2c-befe-6c7cf5f567e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00182 sec., 35164.83516483517 rows/sec., 2.74 MiB/sec. | ||
| 7568 | 2024.11.14 00:25:00.757026 [ 261 ] {d66f3da1-15e5-4b2c-befe-6c7cf5f567e3} <Debug> TCPHandler: Processed in 0.00214406 sec. | ||
| 7569 | 2024.11.14 00:25:00.757169 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7570 | 2024.11.14 00:25:00.757293 [ 263 ] {2c496679-60fe-4131-95d5-3f85b67416e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7571 | 2024.11.14 00:25:00.757349 [ 263 ] {2c496679-60fe-4131-95d5-3f85b67416e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7572 | 2024.11.14 00:25:00.757923 [ 263 ] {2c496679-60fe-4131-95d5-3f85b67416e1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7573 | 2024.11.14 00:25:00.757962 [ 263 ] {2c496679-60fe-4131-95d5-3f85b67416e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7574 | 2024.11.14 00:25:00.758360 [ 263 ] {2c496679-60fe-4131-95d5-3f85b67416e1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7575 | 2024.11.14 00:25:00.758607 [ 263 ] {2c496679-60fe-4131-95d5-3f85b67416e1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7576 | 2024.11.14 00:25:00.758787 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7577 | 2024.11.14 00:25:00.758850 [ 263 ] {2c496679-60fe-4131-95d5-3f85b67416e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
| 7578 | 2024.11.14 00:25:00.758860 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7579 | 2024.11.14 00:25:00.758928 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7580 | 2024.11.14 00:25:00.758981 [ 263 ] {2c496679-60fe-4131-95d5-3f85b67416e1} <Debug> TCPHandler: Processed in 0.001868496 sec. | ||
| 7581 | 2024.11.14 00:25:00.759223 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7582 | 2024.11.14 00:25:00.759346 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7583 | 2024.11.14 00:25:00.759537 [ 261 ] {85e7a818-1dbf-448d-a1cd-1030d098fe01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7584 | 2024.11.14 00:25:00.759728 [ 261 ] {85e7a818-1dbf-448d-a1cd-1030d098fe01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7585 | 2024.11.14 00:25:00.759931 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7586 | 2024.11.14 00:25:00.760080 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 13205 rows starting from the beginning of the part | ||
| 7587 | 2024.11.14 00:25:00.760560 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 132 rows starting from the beginning of the part | ||
| 7588 | 2024.11.14 00:25:00.761109 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 7589 | 2024.11.14 00:25:00.761703 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
| 7590 | 2024.11.14 00:25:00.762084 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 7591 | 2024.11.14 00:25:00.762543 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 7592 | 2024.11.14 00:25:00.763182 [ 261 ] {85e7a818-1dbf-448d-a1cd-1030d098fe01} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7593 | 2024.11.14 00:25:00.763227 [ 261 ] {85e7a818-1dbf-448d-a1cd-1030d098fe01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7594 | 2024.11.14 00:25:00.763807 [ 261 ] {85e7a818-1dbf-448d-a1cd-1030d098fe01} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7595 | 2024.11.14 00:25:00.764169 [ 261 ] {85e7a818-1dbf-448d-a1cd-1030d098fe01} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7596 | 2024.11.14 00:25:00.764387 [ 82 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7597 | 2024.11.14 00:25:00.764510 [ 82 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7598 | 2024.11.14 00:25:00.764571 [ 261 ] {85e7a818-1dbf-448d-a1cd-1030d098fe01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005142 sec., 11668.611435239207 rows/sec., 805.26 KiB/sec. | ||
| 7599 | 2024.11.14 00:25:00.764586 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7600 | 2024.11.14 00:25:00.764933 [ 261 ] {85e7a818-1dbf-448d-a1cd-1030d098fe01} <Debug> TCPHandler: Processed in 0.005845572 sec. | ||
| 7601 | 2024.11.14 00:25:00.765270 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7602 | 2024.11.14 00:25:00.766023 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7603 | 2024.11.14 00:25:00.766203 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3838 rows starting from the beginning of the part | ||
| 7604 | 2024.11.14 00:25:00.766774 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 48 rows starting from the beginning of the part | ||
| 7605 | 2024.11.14 00:25:00.767129 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 7606 | 2024.11.14 00:25:00.767410 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
| 7607 | 2024.11.14 00:25:00.767826 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 7608 | 2024.11.14 00:25:00.768078 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 7609 | 2024.11.14 00:25:00.769950 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14054 rows, containing 5 columns (5 merged, 0 gathered) in 0.010886153 sec., 1290997.8391815731 rows/sec., 87.98 MiB/sec. | ||
| 7610 | 2024.11.14 00:25:00.770554 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7611 | 2024.11.14 00:25:00.771084 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4148 rows, containing 4 columns (4 merged, 0 gathered) in 0.006271128 sec., 661444.0017808599 rows/sec., 43.51 MiB/sec. | ||
| 7612 | 2024.11.14 00:25:00.771205 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7613 | 2024.11.14 00:25:00.771303 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7614 | 2024.11.14 00:25:00.771415 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 7615 | 2024.11.14 00:25:00.771614 [ 198 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7616 | 2024.11.14 00:25:00.771954 [ 198 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7617 | 2024.11.14 00:25:00.772034 [ 198 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_66_13} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7618 | 2024.11.14 00:25:00.772122 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 7619 | 2024.11.14 00:25:03.983622 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7620 | 2024.11.14 00:25:03.983691 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7621 | 2024.11.14 00:25:05.759049 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7622 | 2024.11.14 00:25:05.759236 [ 263 ] {b8d19e9a-0c92-41fa-89ca-d49a2f88d561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7623 | 2024.11.14 00:25:05.759306 [ 263 ] {b8d19e9a-0c92-41fa-89ca-d49a2f88d561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7624 | 2024.11.14 00:25:05.760046 [ 263 ] {b8d19e9a-0c92-41fa-89ca-d49a2f88d561} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7625 | 2024.11.14 00:25:05.760096 [ 263 ] {b8d19e9a-0c92-41fa-89ca-d49a2f88d561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7626 | 2024.11.14 00:25:05.760512 [ 263 ] {b8d19e9a-0c92-41fa-89ca-d49a2f88d561} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7627 | 2024.11.14 00:25:05.760775 [ 263 ] {b8d19e9a-0c92-41fa-89ca-d49a2f88d561} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7628 | 2024.11.14 00:25:05.761015 [ 263 ] {b8d19e9a-0c92-41fa-89ca-d49a2f88d561} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001832 sec., 7641.921397379912 rows/sec., 550.12 KiB/sec. | ||
| 7629 | 2024.11.14 00:25:05.761100 [ 263 ] {b8d19e9a-0c92-41fa-89ca-d49a2f88d561} <Debug> TCPHandler: Processed in 0.00218113 sec. | ||
| 7630 | 2024.11.14 00:25:05.761379 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7631 | 2024.11.14 00:25:05.761586 [ 261 ] {729218c1-6dc6-40d1-901e-8749c7863758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7632 | 2024.11.14 00:25:05.761661 [ 261 ] {729218c1-6dc6-40d1-901e-8749c7863758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7633 | 2024.11.14 00:25:05.762491 [ 261 ] {729218c1-6dc6-40d1-901e-8749c7863758} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7634 | 2024.11.14 00:25:05.762533 [ 261 ] {729218c1-6dc6-40d1-901e-8749c7863758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7635 | 2024.11.14 00:25:05.762979 [ 261 ] {729218c1-6dc6-40d1-901e-8749c7863758} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7636 | 2024.11.14 00:25:05.763227 [ 261 ] {729218c1-6dc6-40d1-901e-8749c7863758} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7637 | 2024.11.14 00:25:05.763427 [ 261 ] {729218c1-6dc6-40d1-901e-8749c7863758} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001897 sec., 148128.62414338428 rows/sec., 13.09 MiB/sec. | ||
| 7638 | 2024.11.14 00:25:05.763484 [ 261 ] {729218c1-6dc6-40d1-901e-8749c7863758} <Debug> TCPHandler: Processed in 0.002247291 sec. | ||
| 7639 | 2024.11.14 00:25:05.763691 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7640 | 2024.11.14 00:25:05.763846 [ 263 ] {7e8ed22c-9150-4301-b039-8897fb551c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7641 | 2024.11.14 00:25:05.763897 [ 263 ] {7e8ed22c-9150-4301-b039-8897fb551c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7642 | 2024.11.14 00:25:05.764514 [ 263 ] {7e8ed22c-9150-4301-b039-8897fb551c94} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2024.11.14 00:25:05.764555 [ 263 ] {7e8ed22c-9150-4301-b039-8897fb551c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7644 | 2024.11.14 00:25:05.764926 [ 263 ] {7e8ed22c-9150-4301-b039-8897fb551c94} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7645 | 2024.11.14 00:25:05.765180 [ 263 ] {7e8ed22c-9150-4301-b039-8897fb551c94} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2024.11.14 00:25:05.765415 [ 263 ] {7e8ed22c-9150-4301-b039-8897fb551c94} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001593 sec., 28876.333961079723 rows/sec., 2.08 MiB/sec. | ||
| 7647 | 2024.11.14 00:25:05.765538 [ 263 ] {7e8ed22c-9150-4301-b039-8897fb551c94} <Debug> TCPHandler: Processed in 0.001959157 sec. | ||
| 7648 | 2024.11.14 00:25:05.765721 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7649 | 2024.11.14 00:25:05.765859 [ 261 ] {5343e0d5-f827-480f-9d23-cbac116b3473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7650 | 2024.11.14 00:25:05.765916 [ 261 ] {5343e0d5-f827-480f-9d23-cbac116b3473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7651 | 2024.11.14 00:25:05.766507 [ 261 ] {5343e0d5-f827-480f-9d23-cbac116b3473} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7652 | 2024.11.14 00:25:05.766546 [ 261 ] {5343e0d5-f827-480f-9d23-cbac116b3473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7653 | 2024.11.14 00:25:05.766895 [ 261 ] {5343e0d5-f827-480f-9d23-cbac116b3473} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7654 | 2024.11.14 00:25:05.767130 [ 261 ] {5343e0d5-f827-480f-9d23-cbac116b3473} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7655 | 2024.11.14 00:25:05.767332 [ 261 ] {5343e0d5-f827-480f-9d23-cbac116b3473} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001499 sec., 9339.559706470982 rows/sec., 654.08 KiB/sec. | ||
| 7656 | 2024.11.14 00:25:05.767467 [ 261 ] {5343e0d5-f827-480f-9d23-cbac116b3473} <Debug> TCPHandler: Processed in 0.001818776 sec. | ||
| 7657 | 2024.11.14 00:25:05.767626 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7658 | 2024.11.14 00:25:05.767764 [ 263 ] {59f6dd81-fb93-4df0-b255-35c472f00c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7659 | 2024.11.14 00:25:05.767821 [ 263 ] {59f6dd81-fb93-4df0-b255-35c472f00c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7660 | 2024.11.14 00:25:05.768435 [ 263 ] {59f6dd81-fb93-4df0-b255-35c472f00c31} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7661 | 2024.11.14 00:25:05.768474 [ 263 ] {59f6dd81-fb93-4df0-b255-35c472f00c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7662 | 2024.11.14 00:25:05.768823 [ 263 ] {59f6dd81-fb93-4df0-b255-35c472f00c31} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7663 | 2024.11.14 00:25:05.769064 [ 263 ] {59f6dd81-fb93-4df0-b255-35c472f00c31} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7664 | 2024.11.14 00:25:05.769297 [ 263 ] {59f6dd81-fb93-4df0-b255-35c472f00c31} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001563 sec., 8317.338451695457 rows/sec., 518.58 KiB/sec. | ||
| 7665 | 2024.11.14 00:25:05.769411 [ 263 ] {59f6dd81-fb93-4df0-b255-35c472f00c31} <Debug> TCPHandler: Processed in 0.001849057 sec. | ||
| 7666 | 2024.11.14 00:25:05.769558 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7667 | 2024.11.14 00:25:05.769673 [ 261 ] {e8fb6123-e54d-4de9-a0db-449b07edd3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7668 | 2024.11.14 00:25:05.769721 [ 261 ] {e8fb6123-e54d-4de9-a0db-449b07edd3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7669 | 2024.11.14 00:25:05.770435 [ 261 ] {e8fb6123-e54d-4de9-a0db-449b07edd3e6} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7670 | 2024.11.14 00:25:05.770474 [ 261 ] {e8fb6123-e54d-4de9-a0db-449b07edd3e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7671 | 2024.11.14 00:25:05.770856 [ 261 ] {e8fb6123-e54d-4de9-a0db-449b07edd3e6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7672 | 2024.11.14 00:25:05.771095 [ 261 ] {e8fb6123-e54d-4de9-a0db-449b07edd3e6} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7673 | 2024.11.14 00:25:05.771287 [ 261 ] {e8fb6123-e54d-4de9-a0db-449b07edd3e6} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001636 sec., 257334.96332518337 rows/sec., 18.39 MiB/sec. | ||
| 7674 | 2024.11.14 00:25:05.771365 [ 261 ] {e8fb6123-e54d-4de9-a0db-449b07edd3e6} <Debug> TCPHandler: Processed in 0.001863496 sec. | ||
| 7675 | 2024.11.14 00:25:05.771567 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7676 | 2024.11.14 00:25:05.771729 [ 263 ] {9e33836f-2618-49bb-87c1-a7f9493c1326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7677 | 2024.11.14 00:25:05.771789 [ 263 ] {9e33836f-2618-49bb-87c1-a7f9493c1326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7678 | 2024.11.14 00:25:05.772324 [ 263 ] {9e33836f-2618-49bb-87c1-a7f9493c1326} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7679 | 2024.11.14 00:25:05.772363 [ 263 ] {9e33836f-2618-49bb-87c1-a7f9493c1326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7680 | 2024.11.14 00:25:05.772726 [ 263 ] {9e33836f-2618-49bb-87c1-a7f9493c1326} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7681 | 2024.11.14 00:25:05.772965 [ 263 ] {9e33836f-2618-49bb-87c1-a7f9493c1326} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7682 | 2024.11.14 00:25:05.773193 [ 263 ] {9e33836f-2618-49bb-87c1-a7f9493c1326} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec. | ||
| 7683 | 2024.11.14 00:25:05.773306 [ 263 ] {9e33836f-2618-49bb-87c1-a7f9493c1326} <Debug> TCPHandler: Processed in 0.001849076 sec. | ||
| 7684 | 2024.11.14 00:25:05.773462 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7685 | 2024.11.14 00:25:05.773600 [ 261 ] {ce02e3a4-29e1-4017-aa1b-42ed54ab2348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7686 | 2024.11.14 00:25:05.773663 [ 261 ] {ce02e3a4-29e1-4017-aa1b-42ed54ab2348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7687 | 2024.11.14 00:25:05.774307 [ 261 ] {ce02e3a4-29e1-4017-aa1b-42ed54ab2348} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7688 | 2024.11.14 00:25:05.774346 [ 261 ] {ce02e3a4-29e1-4017-aa1b-42ed54ab2348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7689 | 2024.11.14 00:25:05.774743 [ 261 ] {ce02e3a4-29e1-4017-aa1b-42ed54ab2348} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7690 | 2024.11.14 00:25:05.774982 [ 261 ] {ce02e3a4-29e1-4017-aa1b-42ed54ab2348} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7691 | 2024.11.14 00:25:05.775159 [ 261 ] {ce02e3a4-29e1-4017-aa1b-42ed54ab2348} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001592 sec., 148869.34673366832 rows/sec., 9.98 MiB/sec. | ||
| 7692 | 2024.11.14 00:25:05.775209 [ 261 ] {ce02e3a4-29e1-4017-aa1b-42ed54ab2348} <Debug> TCPHandler: Processed in 0.001813935 sec. | ||
| 7693 | 2024.11.14 00:25:05.775363 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7694 | 2024.11.14 00:25:05.775501 [ 263 ] {e9f627f4-354b-4011-a17c-3dd8e4b8a4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7695 | 2024.11.14 00:25:05.775562 [ 263 ] {e9f627f4-354b-4011-a17c-3dd8e4b8a4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7696 | 2024.11.14 00:25:05.776109 [ 263 ] {e9f627f4-354b-4011-a17c-3dd8e4b8a4b3} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7697 | 2024.11.14 00:25:05.776151 [ 263 ] {e9f627f4-354b-4011-a17c-3dd8e4b8a4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7698 | 2024.11.14 00:25:05.776507 [ 263 ] {e9f627f4-354b-4011-a17c-3dd8e4b8a4b3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7699 | 2024.11.14 00:25:05.776756 [ 263 ] {e9f627f4-354b-4011-a17c-3dd8e4b8a4b3} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7700 | 2024.11.14 00:25:05.776971 [ 263 ] {e9f627f4-354b-4011-a17c-3dd8e4b8a4b3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec. | ||
| 7701 | 2024.11.14 00:25:05.777022 [ 263 ] {e9f627f4-354b-4011-a17c-3dd8e4b8a4b3} <Debug> TCPHandler: Processed in 0.001727015 sec. | ||
| 7702 | 2024.11.14 00:25:05.777194 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7703 | 2024.11.14 00:25:05.777413 [ 261 ] {924c8000-bbff-4101-bf78-a88cb5f5e6b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7704 | 2024.11.14 00:25:05.777551 [ 261 ] {924c8000-bbff-4101-bf78-a88cb5f5e6b0} <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 | ||
| 7705 | 2024.11.14 00:25:05.778924 [ 261 ] {924c8000-bbff-4101-bf78-a88cb5f5e6b0} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2024.11.14 00:25:05.778961 [ 261 ] {924c8000-bbff-4101-bf78-a88cb5f5e6b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7707 | 2024.11.14 00:25:05.779592 [ 261 ] {924c8000-bbff-4101-bf78-a88cb5f5e6b0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7708 | 2024.11.14 00:25:05.779843 [ 261 ] {924c8000-bbff-4101-bf78-a88cb5f5e6b0} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2024.11.14 00:25:05.780037 [ 261 ] {924c8000-bbff-4101-bf78-a88cb5f5e6b0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00268 sec., 14552.238805970148 rows/sec., 26.08 MiB/sec. | ||
| 7710 | 2024.11.14 00:25:05.780125 [ 261 ] {924c8000-bbff-4101-bf78-a88cb5f5e6b0} <Debug> TCPHandler: Processed in 0.003022022 sec. | ||
| 7711 | 2024.11.14 00:25:05.780281 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7712 | 2024.11.14 00:25:05.780418 [ 263 ] {77576cc0-ff33-4075-a128-9f3d9944bba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7713 | 2024.11.14 00:25:05.780477 [ 263 ] {77576cc0-ff33-4075-a128-9f3d9944bba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7714 | 2024.11.14 00:25:05.781042 [ 263 ] {77576cc0-ff33-4075-a128-9f3d9944bba3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2024.11.14 00:25:05.781091 [ 263 ] {77576cc0-ff33-4075-a128-9f3d9944bba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7716 | 2024.11.14 00:25:05.781466 [ 263 ] {77576cc0-ff33-4075-a128-9f3d9944bba3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7717 | 2024.11.14 00:25:05.781712 [ 263 ] {77576cc0-ff33-4075-a128-9f3d9944bba3} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7718 | 2024.11.14 00:25:05.781912 [ 263 ] {77576cc0-ff33-4075-a128-9f3d9944bba3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001524 sec., 53805.77427821523 rows/sec., 3.42 MiB/sec. | ||
| 7719 | 2024.11.14 00:25:05.781963 [ 263 ] {77576cc0-ff33-4075-a128-9f3d9944bba3} <Debug> TCPHandler: Processed in 0.001745674 sec. | ||
| 7720 | 2024.11.14 00:25:09.247897 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1112 | ||
| 7721 | 2024.11.14 00:25:09.250684 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7722 | 2024.11.14 00:25:09.250734 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7723 | 2024.11.14 00:25:09.252159 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7724 | 2024.11.14 00:25:09.252465 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7725 | 2024.11.14 00:25:09.252993 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1112 | ||
| 7726 | 2024.11.14 00:25:10.751450 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7727 | 2024.11.14 00:25:10.751726 [ 263 ] {66f14130-084c-485e-bba5-f8bd414f0bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7728 | 2024.11.14 00:25:10.751834 [ 263 ] {66f14130-084c-485e-bba5-f8bd414f0bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7729 | 2024.11.14 00:25:10.752787 [ 263 ] {66f14130-084c-485e-bba5-f8bd414f0bed} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7730 | 2024.11.14 00:25:10.752840 [ 263 ] {66f14130-084c-485e-bba5-f8bd414f0bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7731 | 2024.11.14 00:25:10.753264 [ 263 ] {66f14130-084c-485e-bba5-f8bd414f0bed} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7732 | 2024.11.14 00:25:10.753523 [ 263 ] {66f14130-084c-485e-bba5-f8bd414f0bed} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7733 | 2024.11.14 00:25:10.753783 [ 263 ] {66f14130-084c-485e-bba5-f8bd414f0bed} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002135 sec., 4683.840749414519 rows/sec., 381.93 KiB/sec. | ||
| 7734 | 2024.11.14 00:25:10.753840 [ 263 ] {66f14130-084c-485e-bba5-f8bd414f0bed} <Debug> TCPHandler: Processed in 0.002568406 sec. | ||
| 7735 | 2024.11.14 00:25:10.754144 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7736 | 2024.11.14 00:25:10.754406 [ 261 ] {184b3efc-bcca-4de2-90e1-02c9f03dbde5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7737 | 2024.11.14 00:25:10.754473 [ 261 ] {184b3efc-bcca-4de2-90e1-02c9f03dbde5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7738 | 2024.11.14 00:25:10.755207 [ 261 ] {184b3efc-bcca-4de2-90e1-02c9f03dbde5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7739 | 2024.11.14 00:25:10.755247 [ 261 ] {184b3efc-bcca-4de2-90e1-02c9f03dbde5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7740 | 2024.11.14 00:25:10.755656 [ 261 ] {184b3efc-bcca-4de2-90e1-02c9f03dbde5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7741 | 2024.11.14 00:25:10.755908 [ 261 ] {184b3efc-bcca-4de2-90e1-02c9f03dbde5} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7742 | 2024.11.14 00:25:10.756122 [ 261 ] {184b3efc-bcca-4de2-90e1-02c9f03dbde5} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001763 sec., 34600.113442994894 rows/sec., 2.64 MiB/sec. | ||
| 7743 | 2024.11.14 00:25:10.756166 [ 73 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7744 | 2024.11.14 00:25:10.756213 [ 261 ] {184b3efc-bcca-4de2-90e1-02c9f03dbde5} <Debug> TCPHandler: Processed in 0.002246642 sec. | ||
| 7745 | 2024.11.14 00:25:10.756298 [ 73 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7746 | 2024.11.14 00:25:10.756365 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7747 | 2024.11.14 00:25:10.756412 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7748 | 2024.11.14 00:25:10.756661 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 7749 | 2024.11.14 00:25:10.756746 [ 263 ] {eff5120b-69cd-4316-9366-3269c8b870d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7750 | 2024.11.14 00:25:10.756971 [ 263 ] {eff5120b-69cd-4316-9366-3269c8b870d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7751 | 2024.11.14 00:25:10.757192 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7752 | 2024.11.14 00:25:10.757347 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1431 rows starting from the beginning of the part | ||
| 7753 | 2024.11.14 00:25:10.757855 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 281 rows starting from the beginning of the part | ||
| 7754 | 2024.11.14 00:25:10.758316 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part | ||
| 7755 | 2024.11.14 00:25:10.758809 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 7756 | 2024.11.14 00:25:10.759294 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 281 rows starting from the beginning of the part | ||
| 7757 | 2024.11.14 00:25:10.759750 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 61 rows starting from the beginning of the part | ||
| 7758 | 2024.11.14 00:25:10.760987 [ 263 ] {eff5120b-69cd-4316-9366-3269c8b870d0} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7759 | 2024.11.14 00:25:10.761060 [ 263 ] {eff5120b-69cd-4316-9366-3269c8b870d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7760 | 2024.11.14 00:25:10.761934 [ 263 ] {eff5120b-69cd-4316-9366-3269c8b870d0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7761 | 2024.11.14 00:25:10.762386 [ 263 ] {eff5120b-69cd-4316-9366-3269c8b870d0} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7762 | 2024.11.14 00:25:10.762617 [ 73 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 | ||
| 7763 | 2024.11.14 00:25:10.762727 [ 73 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7764 | 2024.11.14 00:25:10.762816 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7765 | 2024.11.14 00:25:10.762921 [ 263 ] {eff5120b-69cd-4316-9366-3269c8b870d0} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.00623 sec., 1605.1364365971108 rows/sec., 112.08 KiB/sec. | ||
| 7766 | 2024.11.14 00:25:10.763360 [ 263 ] {eff5120b-69cd-4316-9366-3269c8b870d0} <Debug> TCPHandler: Processed in 0.007016938 sec. | ||
| 7767 | 2024.11.14 00:25:10.763442 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2166 rows, containing 5 columns (5 merged, 0 gathered) in 0.006960968 sec., 311163.6197724225 rows/sec., 27.44 MiB/sec. | ||
| 7768 | 2024.11.14 00:25:10.763612 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7769 | 2024.11.14 00:25:10.763688 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full | ||
| 7770 | 2024.11.14 00:25:10.763772 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7771 | 2024.11.14 00:25:10.763856 [ 261 ] {f0d9dd99-a074-43b2-90f2-794db6c20619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7772 | 2024.11.14 00:25:10.764025 [ 261 ] {f0d9dd99-a074-43b2-90f2-794db6c20619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7773 | 2024.11.14 00:25:10.764206 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7774 | 2024.11.14 00:25:10.764367 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 64 rows starting from the beginning of the part | ||
| 7775 | 2024.11.14 00:25:10.764737 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7776 | 2024.11.14 00:25:10.764986 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 46 rows starting from the beginning of the part | ||
| 7777 | 2024.11.14 00:25:10.765199 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_71_14} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7778 | 2024.11.14 00:25:10.765647 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 7779 | 2024.11.14 00:25:10.765664 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 7780 | 2024.11.14 00:25:10.766078 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 46 rows starting from the beginning of the part | ||
| 7781 | 2024.11.14 00:25:10.766435 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 46 rows starting from the beginning of the part | ||
| 7782 | 2024.11.14 00:25:10.766664 [ 198 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part | ||
| 7783 | 2024.11.14 00:25:10.767688 [ 261 ] {f0d9dd99-a074-43b2-90f2-794db6c20619} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7784 | 2024.11.14 00:25:10.767759 [ 261 ] {f0d9dd99-a074-43b2-90f2-794db6c20619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7785 | 2024.11.14 00:25:10.768847 [ 261 ] {f0d9dd99-a074-43b2-90f2-794db6c20619} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7786 | 2024.11.14 00:25:10.769428 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 5 columns (5 merged, 0 gathered) in 0.00635317 sec., 34628.38236659809 rows/sec., 2.60 MiB/sec. | ||
| 7787 | 2024.11.14 00:25:10.769437 [ 261 ] {f0d9dd99-a074-43b2-90f2-794db6c20619} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7788 | 2024.11.14 00:25:10.769738 [ 73 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7789 | 2024.11.14 00:25:10.769700 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 7790 | 2024.11.14 00:25:10.769826 [ 73 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7791 | 2024.11.14 00:25:10.769896 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7792 | 2024.11.14 00:25:10.769928 [ 261 ] {f0d9dd99-a074-43b2-90f2-794db6c20619} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.006145 sec., 12042.310821806346 rows/sec., 965.12 KiB/sec. | ||
| 7793 | 2024.11.14 00:25:10.770256 [ 261 ] {f0d9dd99-a074-43b2-90f2-794db6c20619} <Debug> TCPHandler: Processed in 0.006778995 sec. | ||
| 7794 | 2024.11.14 00:25:10.770349 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 7795 | 2024.11.14 00:25:10.770550 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7796 | 2024.11.14 00:25:10.770704 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7797 | 2024.11.14 00:25:10.770780 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7798 | 2024.11.14 00:25:10.770879 [ 263 ] {cb39cad3-f758-4877-ab27-b56409b4f860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7799 | 2024.11.14 00:25:10.770885 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 7800 | 2024.11.14 00:25:10.771013 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_37_8} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 | ||
| 7801 | 2024.11.14 00:25:10.771053 [ 263 ] {cb39cad3-f758-4877-ab27-b56409b4f860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7802 | 2024.11.14 00:25:10.771313 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 421 rows starting from the beginning of the part | ||
| 7803 | 2024.11.14 00:25:10.771413 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7804 | 2024.11.14 00:25:10.771861 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part | ||
| 7805 | 2024.11.14 00:25:10.772255 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 7806 | 2024.11.14 00:25:10.772617 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 421 rows starting from the beginning of the part | ||
| 7807 | 2024.11.14 00:25:10.772973 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 74 rows starting from the beginning of the part | ||
| 7808 | 2024.11.14 00:25:10.774025 [ 263 ] {cb39cad3-f758-4877-ab27-b56409b4f860} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7809 | 2024.11.14 00:25:10.774078 [ 263 ] {cb39cad3-f758-4877-ab27-b56409b4f860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7810 | 2024.11.14 00:25:10.775156 [ 263 ] {cb39cad3-f758-4877-ab27-b56409b4f860} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7811 | 2024.11.14 00:25:10.775536 [ 263 ] {cb39cad3-f758-4877-ab27-b56409b4f860} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7812 | 2024.11.14 00:25:10.776296 [ 263 ] {cb39cad3-f758-4877-ab27-b56409b4f860} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.005475 sec., 24292.237442922375 rows/sec., 1.69 MiB/sec. | ||
| 7813 | 2024.11.14 00:25:10.776327 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.006289239 sec., 311166.4225194813 rows/sec., 23.82 MiB/sec. | ||
| 7814 | 2024.11.14 00:25:10.776663 [ 263 ] {cb39cad3-f758-4877-ab27-b56409b4f860} <Debug> TCPHandler: Processed in 0.006245707 sec. | ||
| 7815 | 2024.11.14 00:25:10.776685 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7816 | 2024.11.14 00:25:10.777022 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7817 | 2024.11.14 00:25:10.777354 [ 261 ] {76c54304-09ba-4ea3-97ec-03fc033d22ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7818 | 2024.11.14 00:25:10.777432 [ 261 ] {76c54304-09ba-4ea3-97ec-03fc033d22ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7819 | 2024.11.14 00:25:10.777539 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7820 | 2024.11.14 00:25:10.777807 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_71_14} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7821 | 2024.11.14 00:25:10.777960 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7822 | 2024.11.14 00:25:10.778248 [ 261 ] {76c54304-09ba-4ea3-97ec-03fc033d22ce} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7823 | 2024.11.14 00:25:10.778291 [ 261 ] {76c54304-09ba-4ea3-97ec-03fc033d22ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 7824 | 2024.11.14 00:25:10.778668 [ 261 ] {76c54304-09ba-4ea3-97ec-03fc033d22ce} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7825 | 2024.11.14 00:25:10.778915 [ 261 ] {76c54304-09ba-4ea3-97ec-03fc033d22ce} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7826 | 2024.11.14 00:25:10.779161 [ 261 ] {76c54304-09ba-4ea3-97ec-03fc033d22ce} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001861 sec., 25792.584631918322 rows/sec., 1.74 MiB/sec. | ||
| 7827 | 2024.11.14 00:25:10.779225 [ 261 ] {76c54304-09ba-4ea3-97ec-03fc033d22ce} <Debug> TCPHandler: Processed in 0.002437165 sec. | ||
| 7828 | 2024.11.14 00:25:15.752966 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7829 | 2024.11.14 00:25:15.753189 [ 263 ] {b29ce2da-735a-4360-a07e-1abed2652f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7830 | 2024.11.14 00:25:15.753271 [ 263 ] {b29ce2da-735a-4360-a07e-1abed2652f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7831 | 2024.11.14 00:25:15.754057 [ 263 ] {b29ce2da-735a-4360-a07e-1abed2652f07} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7832 | 2024.11.14 00:25:15.754108 [ 263 ] {b29ce2da-735a-4360-a07e-1abed2652f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7833 | 2024.11.14 00:25:15.754554 [ 263 ] {b29ce2da-735a-4360-a07e-1abed2652f07} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7834 | 2024.11.14 00:25:15.754833 [ 263 ] {b29ce2da-735a-4360-a07e-1abed2652f07} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7835 | 2024.11.14 00:25:15.755067 [ 263 ] {b29ce2da-735a-4360-a07e-1abed2652f07} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001934 sec., 28955.532574974146 rows/sec., 2.22 MiB/sec. | ||
| 7836 | 2024.11.14 00:25:15.755177 [ 263 ] {b29ce2da-735a-4360-a07e-1abed2652f07} <Debug> TCPHandler: Processed in 0.002339513 sec. | ||
| 7837 | 2024.11.14 00:25:15.755536 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7838 | 2024.11.14 00:25:15.755759 [ 261 ] {cf675296-9792-411d-92b8-67a802088dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7839 | 2024.11.14 00:25:15.755837 [ 261 ] {cf675296-9792-411d-92b8-67a802088dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7840 | 2024.11.14 00:25:15.756661 [ 261 ] {cf675296-9792-411d-92b8-67a802088dfb} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7841 | 2024.11.14 00:25:15.756708 [ 261 ] {cf675296-9792-411d-92b8-67a802088dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7842 | 2024.11.14 00:25:15.757151 [ 261 ] {cf675296-9792-411d-92b8-67a802088dfb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7843 | 2024.11.14 00:25:15.757414 [ 261 ] {cf675296-9792-411d-92b8-67a802088dfb} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7844 | 2024.11.14 00:25:15.757657 [ 261 ] {cf675296-9792-411d-92b8-67a802088dfb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.55 MiB/sec. | ||
| 7845 | 2024.11.14 00:25:15.757715 [ 261 ] {cf675296-9792-411d-92b8-67a802088dfb} <Debug> TCPHandler: Processed in 0.002390033 sec. | ||
| 7846 | 2024.11.14 00:25:15.757864 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7847 | 2024.11.14 00:25:15.758011 [ 263 ] {15bfc8ef-eefc-4d28-b23f-29848bb6a73e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7848 | 2024.11.14 00:25:15.758078 [ 263 ] {15bfc8ef-eefc-4d28-b23f-29848bb6a73e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7849 | 2024.11.14 00:25:15.758735 [ 263 ] {15bfc8ef-eefc-4d28-b23f-29848bb6a73e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7850 | 2024.11.14 00:25:15.758776 [ 263 ] {15bfc8ef-eefc-4d28-b23f-29848bb6a73e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7851 | 2024.11.14 00:25:15.759197 [ 263 ] {15bfc8ef-eefc-4d28-b23f-29848bb6a73e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7852 | 2024.11.14 00:25:15.759453 [ 263 ] {15bfc8ef-eefc-4d28-b23f-29848bb6a73e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7853 | 2024.11.14 00:25:15.759673 [ 263 ] {15bfc8ef-eefc-4d28-b23f-29848bb6a73e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001699 sec., 94173.04296645086 rows/sec., 6.56 MiB/sec. | ||
| 7854 | 2024.11.14 00:25:15.759746 [ 263 ] {15bfc8ef-eefc-4d28-b23f-29848bb6a73e} <Debug> TCPHandler: Processed in 0.001948848 sec. | ||
| 7855 | 2024.11.14 00:25:15.759950 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7856 | 2024.11.14 00:25:15.760088 [ 261 ] {246e5f51-c0b3-473a-817f-32eeee807c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7857 | 2024.11.14 00:25:15.760152 [ 261 ] {246e5f51-c0b3-473a-817f-32eeee807c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7858 | 2024.11.14 00:25:15.760702 [ 261 ] {246e5f51-c0b3-473a-817f-32eeee807c21} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7859 | 2024.11.14 00:25:15.760741 [ 261 ] {246e5f51-c0b3-473a-817f-32eeee807c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7860 | 2024.11.14 00:25:15.761106 [ 261 ] {246e5f51-c0b3-473a-817f-32eeee807c21} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7861 | 2024.11.14 00:25:15.761337 [ 261 ] {246e5f51-c0b3-473a-817f-32eeee807c21} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7862 | 2024.11.14 00:25:15.761537 [ 261 ] {246e5f51-c0b3-473a-817f-32eeee807c21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
| 7863 | 2024.11.14 00:25:15.761585 [ 261 ] {246e5f51-c0b3-473a-817f-32eeee807c21} <Debug> TCPHandler: Processed in 0.001788635 sec. | ||
| 7864 | 2024.11.14 00:25:17.182213 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7865 | 2024.11.14 00:25:17.403697 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7866 | 2024.11.14 00:25:17.524104 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7867 | 2024.11.14 00:25:17.556582 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7868 | 2024.11.14 00:25:17.655118 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7869 | 2024.11.14 00:25:17.672528 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7870 | 2024.11.14 00:25:17.689007 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52949, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7871 | 2024.11.14 00:25:17.695308 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7872 | 2024.11.14 00:25:18.983758 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7873 | 2024.11.14 00:25:18.983868 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7874 | 2024.11.14 00:25:19.253288 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1132 | ||
| 7875 | 2024.11.14 00:25:19.255904 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7876 | 2024.11.14 00:25:19.255956 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7877 | 2024.11.14 00:25:19.257405 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7878 | 2024.11.14 00:25:19.257709 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7879 | 2024.11.14 00:25:19.258279 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1132 | ||
| 7880 | 2024.11.14 00:25:20.160233 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7881 | 2024.11.14 00:25:20.758576 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7882 | 2024.11.14 00:25:20.758773 [ 263 ] {cf290692-630d-4016-8c68-9b0eaf622f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7883 | 2024.11.14 00:25:20.758844 [ 263 ] {cf290692-630d-4016-8c68-9b0eaf622f87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7884 | 2024.11.14 00:25:20.759569 [ 263 ] {cf290692-630d-4016-8c68-9b0eaf622f87} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7885 | 2024.11.14 00:25:20.759620 [ 263 ] {cf290692-630d-4016-8c68-9b0eaf622f87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7886 | 2024.11.14 00:25:20.760055 [ 263 ] {cf290692-630d-4016-8c68-9b0eaf622f87} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7887 | 2024.11.14 00:25:20.760319 [ 263 ] {cf290692-630d-4016-8c68-9b0eaf622f87} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7888 | 2024.11.14 00:25:20.760568 [ 263 ] {cf290692-630d-4016-8c68-9b0eaf622f87} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec. | ||
| 7889 | 2024.11.14 00:25:20.760664 [ 263 ] {cf290692-630d-4016-8c68-9b0eaf622f87} <Debug> TCPHandler: Processed in 0.002223831 sec. | ||
| 7890 | 2024.11.14 00:25:20.760983 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7891 | 2024.11.14 00:25:20.761198 [ 261 ] {4ecd8f10-159a-4ed4-98e7-ae3d9cf5b447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7892 | 2024.11.14 00:25:20.761279 [ 261 ] {4ecd8f10-159a-4ed4-98e7-ae3d9cf5b447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7893 | 2024.11.14 00:25:20.762214 [ 261 ] {4ecd8f10-159a-4ed4-98e7-ae3d9cf5b447} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7894 | 2024.11.14 00:25:20.762268 [ 261 ] {4ecd8f10-159a-4ed4-98e7-ae3d9cf5b447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7895 | 2024.11.14 00:25:20.762748 [ 261 ] {4ecd8f10-159a-4ed4-98e7-ae3d9cf5b447} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7896 | 2024.11.14 00:25:20.763014 [ 261 ] {4ecd8f10-159a-4ed4-98e7-ae3d9cf5b447} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7897 | 2024.11.14 00:25:20.763253 [ 261 ] {4ecd8f10-159a-4ed4-98e7-ae3d9cf5b447} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002115 sec., 132860.52009456264 rows/sec., 11.74 MiB/sec. | ||
| 7898 | 2024.11.14 00:25:20.763310 [ 261 ] {4ecd8f10-159a-4ed4-98e7-ae3d9cf5b447} <Debug> TCPHandler: Processed in 0.002507306 sec. | ||
| 7899 | 2024.11.14 00:25:20.763470 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7900 | 2024.11.14 00:25:20.763590 [ 263 ] {ef31696c-24b0-4bcf-be6c-14403f77ee3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7901 | 2024.11.14 00:25:20.763637 [ 263 ] {ef31696c-24b0-4bcf-be6c-14403f77ee3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7902 | 2024.11.14 00:25:20.764337 [ 263 ] {ef31696c-24b0-4bcf-be6c-14403f77ee3e} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7903 | 2024.11.14 00:25:20.764385 [ 263 ] {ef31696c-24b0-4bcf-be6c-14403f77ee3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7904 | 2024.11.14 00:25:20.764791 [ 263 ] {ef31696c-24b0-4bcf-be6c-14403f77ee3e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7905 | 2024.11.14 00:25:20.765035 [ 263 ] {ef31696c-24b0-4bcf-be6c-14403f77ee3e} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7906 | 2024.11.14 00:25:20.765257 [ 263 ] {ef31696c-24b0-4bcf-be6c-14403f77ee3e} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001692 sec., 27186.761229314423 rows/sec., 1.96 MiB/sec. | ||
| 7907 | 2024.11.14 00:25:20.765310 [ 263 ] {ef31696c-24b0-4bcf-be6c-14403f77ee3e} <Debug> TCPHandler: Processed in 0.001897927 sec. | ||
| 7908 | 2024.11.14 00:25:20.765450 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7909 | 2024.11.14 00:25:20.765568 [ 261 ] {3ff0df36-d0ff-479c-a6c9-dd30571355ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7910 | 2024.11.14 00:25:20.765619 [ 261 ] {3ff0df36-d0ff-479c-a6c9-dd30571355ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7911 | 2024.11.14 00:25:20.766300 [ 261 ] {3ff0df36-d0ff-479c-a6c9-dd30571355ab} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7912 | 2024.11.14 00:25:20.766349 [ 261 ] {3ff0df36-d0ff-479c-a6c9-dd30571355ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7913 | 2024.11.14 00:25:20.766766 [ 261 ] {3ff0df36-d0ff-479c-a6c9-dd30571355ab} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7914 | 2024.11.14 00:25:20.767022 [ 261 ] {3ff0df36-d0ff-479c-a6c9-dd30571355ab} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7915 | 2024.11.14 00:25:20.767286 [ 261 ] {3ff0df36-d0ff-479c-a6c9-dd30571355ab} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001734 sec., 8073.817762399077 rows/sec., 565.44 KiB/sec. | ||
| 7916 | 2024.11.14 00:25:20.767455 [ 261 ] {3ff0df36-d0ff-479c-a6c9-dd30571355ab} <Debug> TCPHandler: Processed in 0.002054399 sec. | ||
| 7917 | 2024.11.14 00:25:20.767658 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7918 | 2024.11.14 00:25:20.767793 [ 263 ] {6bfabae4-26b1-4e19-ad9a-f6c2e21b1474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7919 | 2024.11.14 00:25:20.767848 [ 263 ] {6bfabae4-26b1-4e19-ad9a-f6c2e21b1474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7920 | 2024.11.14 00:25:20.768519 [ 263 ] {6bfabae4-26b1-4e19-ad9a-f6c2e21b1474} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7921 | 2024.11.14 00:25:20.768566 [ 263 ] {6bfabae4-26b1-4e19-ad9a-f6c2e21b1474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7922 | 2024.11.14 00:25:20.768938 [ 263 ] {6bfabae4-26b1-4e19-ad9a-f6c2e21b1474} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7923 | 2024.11.14 00:25:20.769178 [ 263 ] {6bfabae4-26b1-4e19-ad9a-f6c2e21b1474} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7924 | 2024.11.14 00:25:20.769429 [ 263 ] {6bfabae4-26b1-4e19-ad9a-f6c2e21b1474} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001659 sec., 7836.045810729354 rows/sec., 488.58 KiB/sec. | ||
| 7925 | 2024.11.14 00:25:20.769606 [ 263 ] {6bfabae4-26b1-4e19-ad9a-f6c2e21b1474} <Debug> TCPHandler: Processed in 0.002036389 sec. | ||
| 7926 | 2024.11.14 00:25:20.769791 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7927 | 2024.11.14 00:25:20.769919 [ 261 ] {4d7a0529-5328-48a2-85ee-adfbb6d42aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7928 | 2024.11.14 00:25:20.769969 [ 261 ] {4d7a0529-5328-48a2-85ee-adfbb6d42aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7929 | 2024.11.14 00:25:20.770682 [ 261 ] {4d7a0529-5328-48a2-85ee-adfbb6d42aff} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7930 | 2024.11.14 00:25:20.770722 [ 261 ] {4d7a0529-5328-48a2-85ee-adfbb6d42aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7931 | 2024.11.14 00:25:20.771115 [ 261 ] {4d7a0529-5328-48a2-85ee-adfbb6d42aff} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7932 | 2024.11.14 00:25:20.771365 [ 261 ] {4d7a0529-5328-48a2-85ee-adfbb6d42aff} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7933 | 2024.11.14 00:25:20.771577 [ 261 ] {4d7a0529-5328-48a2-85ee-adfbb6d42aff} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001688 sec., 249407.58293838863 rows/sec., 17.82 MiB/sec. | ||
| 7934 | 2024.11.14 00:25:20.771631 [ 261 ] {4d7a0529-5328-48a2-85ee-adfbb6d42aff} <Debug> TCPHandler: Processed in 0.001929038 sec. | ||
| 7935 | 2024.11.14 00:25:20.771767 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7936 | 2024.11.14 00:25:20.771882 [ 263 ] {cef1b8a8-e888-41de-bccd-44c051f0d856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7937 | 2024.11.14 00:25:20.771936 [ 263 ] {cef1b8a8-e888-41de-bccd-44c051f0d856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7938 | 2024.11.14 00:25:20.772422 [ 263 ] {cef1b8a8-e888-41de-bccd-44c051f0d856} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7939 | 2024.11.14 00:25:20.772461 [ 263 ] {cef1b8a8-e888-41de-bccd-44c051f0d856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7940 | 2024.11.14 00:25:20.772826 [ 263 ] {cef1b8a8-e888-41de-bccd-44c051f0d856} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7941 | 2024.11.14 00:25:20.773077 [ 263 ] {cef1b8a8-e888-41de-bccd-44c051f0d856} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7942 | 2024.11.14 00:25:20.773342 [ 263 ] {cef1b8a8-e888-41de-bccd-44c051f0d856} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 212.10 KiB/sec. | ||
| 7943 | 2024.11.14 00:25:20.773537 [ 263 ] {cef1b8a8-e888-41de-bccd-44c051f0d856} <Debug> TCPHandler: Processed in 0.001818965 sec. | ||
| 7944 | 2024.11.14 00:25:20.773684 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7945 | 2024.11.14 00:25:20.773804 [ 261 ] {b5e31c39-7575-4933-9a40-c118da4bcd7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7946 | 2024.11.14 00:25:20.773858 [ 261 ] {b5e31c39-7575-4933-9a40-c118da4bcd7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7947 | 2024.11.14 00:25:20.774457 [ 261 ] {b5e31c39-7575-4933-9a40-c118da4bcd7c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7948 | 2024.11.14 00:25:20.774498 [ 261 ] {b5e31c39-7575-4933-9a40-c118da4bcd7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7949 | 2024.11.14 00:25:20.774902 [ 261 ] {b5e31c39-7575-4933-9a40-c118da4bcd7c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7950 | 2024.11.14 00:25:20.775165 [ 261 ] {b5e31c39-7575-4933-9a40-c118da4bcd7c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7951 | 2024.11.14 00:25:20.775393 [ 261 ] {b5e31c39-7575-4933-9a40-c118da4bcd7c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001615 sec., 146749.22600619195 rows/sec., 9.84 MiB/sec. | ||
| 7952 | 2024.11.14 00:25:20.775447 [ 261 ] {b5e31c39-7575-4933-9a40-c118da4bcd7c} <Debug> TCPHandler: Processed in 0.001821055 sec. | ||
| 7953 | 2024.11.14 00:25:20.775600 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7954 | 2024.11.14 00:25:20.775729 [ 263 ] {9b5b9d79-1e8a-4c0b-a4a4-71c0d8f95057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7955 | 2024.11.14 00:25:20.775790 [ 263 ] {9b5b9d79-1e8a-4c0b-a4a4-71c0d8f95057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7956 | 2024.11.14 00:25:20.776344 [ 263 ] {9b5b9d79-1e8a-4c0b-a4a4-71c0d8f95057} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7957 | 2024.11.14 00:25:20.776391 [ 263 ] {9b5b9d79-1e8a-4c0b-a4a4-71c0d8f95057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7958 | 2024.11.14 00:25:20.776789 [ 263 ] {9b5b9d79-1e8a-4c0b-a4a4-71c0d8f95057} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7959 | 2024.11.14 00:25:20.777022 [ 263 ] {9b5b9d79-1e8a-4c0b-a4a4-71c0d8f95057} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7960 | 2024.11.14 00:25:20.777282 [ 263 ] {9b5b9d79-1e8a-4c0b-a4a4-71c0d8f95057} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00158 sec., 632.9113924050632 rows/sec., 42.65 KiB/sec. | ||
| 7961 | 2024.11.14 00:25:20.777448 [ 263 ] {9b5b9d79-1e8a-4c0b-a4a4-71c0d8f95057} <Debug> TCPHandler: Processed in 0.001902117 sec. | ||
| 7962 | 2024.11.14 00:25:20.777646 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7963 | 2024.11.14 00:25:20.777790 [ 261 ] {c8b3fc95-1fea-4534-883a-2fec55d81d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7964 | 2024.11.14 00:25:20.777902 [ 261 ] {c8b3fc95-1fea-4534-883a-2fec55d81d0e} <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 | ||
| 7965 | 2024.11.14 00:25:20.779137 [ 261 ] {c8b3fc95-1fea-4534-883a-2fec55d81d0e} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7966 | 2024.11.14 00:25:20.779176 [ 261 ] {c8b3fc95-1fea-4534-883a-2fec55d81d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7967 | 2024.11.14 00:25:20.779830 [ 261 ] {c8b3fc95-1fea-4534-883a-2fec55d81d0e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7968 | 2024.11.14 00:25:20.780101 [ 261 ] {c8b3fc95-1fea-4534-883a-2fec55d81d0e} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7969 | 2024.11.14 00:25:20.780414 [ 261 ] {c8b3fc95-1fea-4534-883a-2fec55d81d0e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002647 sec., 14733.660748016622 rows/sec., 26.40 MiB/sec. | ||
| 7970 | 2024.11.14 00:25:20.780816 [ 261 ] {c8b3fc95-1fea-4534-883a-2fec55d81d0e} <Debug> TCPHandler: Processed in 0.003268736 sec. | ||
| 7971 | 2024.11.14 00:25:20.780968 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7972 | 2024.11.14 00:25:20.781106 [ 263 ] {8921733e-0fb9-4085-8fa3-bd1695dcc08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7973 | 2024.11.14 00:25:20.781166 [ 263 ] {8921733e-0fb9-4085-8fa3-bd1695dcc08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7974 | 2024.11.14 00:25:20.781718 [ 263 ] {8921733e-0fb9-4085-8fa3-bd1695dcc08c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7975 | 2024.11.14 00:25:20.781756 [ 263 ] {8921733e-0fb9-4085-8fa3-bd1695dcc08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 7976 | 2024.11.14 00:25:20.782123 [ 263 ] {8921733e-0fb9-4085-8fa3-bd1695dcc08c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7977 | 2024.11.14 00:25:20.782366 [ 263 ] {8921733e-0fb9-4085-8fa3-bd1695dcc08c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7978 | 2024.11.14 00:25:20.782587 [ 263 ] {8921733e-0fb9-4085-8fa3-bd1695dcc08c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001513 sec., 54196.959682749504 rows/sec., 3.44 MiB/sec. | ||
| 7979 | 2024.11.14 00:25:20.782636 [ 263 ] {8921733e-0fb9-4085-8fa3-bd1695dcc08c} <Debug> TCPHandler: Processed in 0.001735925 sec. | ||
| 7980 | 2024.11.14 00:25:20.824584 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62579, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7981 | 2024.11.14 00:25:20.876026 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34322, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7982 | 2024.11.14 00:25:20.987768 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7983 | 2024.11.14 00:25:21.008199 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44423, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7984 | 2024.11.14 00:25:21.011257 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34280, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7985 | 2024.11.14 00:25:21.054752 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7986 | 2024.11.14 00:25:21.075375 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7987 | 2024.11.14 00:25:21.083715 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7988 | 2024.11.14 00:25:21.776723 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38190, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7989 | 2024.11.14 00:25:21.829499 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65488, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7990 | 2024.11.14 00:25:21.836145 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7991 | 2024.11.14 00:25:21.846907 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7992 | 2024.11.14 00:25:21.851303 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41124, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7993 | 2024.11.14 00:25:21.873883 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7994 | 2024.11.14 00:25:21.877243 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7995 | 2024.11.14 00:25:21.892609 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35487, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7996 | 2024.11.14 00:25:22.325809 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57420, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7997 | 2024.11.14 00:25:22.347214 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7998 | 2024.11.14 00:25:22.493378 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38492, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7999 | 2024.11.14 00:25:22.510667 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8000 | 2024.11.14 00:25:22.622952 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8001 | 2024.11.14 00:25:22.624237 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8002 | 2024.11.14 00:25:22.627495 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8003 | 2024.11.14 00:25:25.750534 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8004 | 2024.11.14 00:25:25.750741 [ 263 ] {963362d8-7fb6-43fa-9d92-02096ab16869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8005 | 2024.11.14 00:25:25.750814 [ 263 ] {963362d8-7fb6-43fa-9d92-02096ab16869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8006 | 2024.11.14 00:25:25.751549 [ 263 ] {963362d8-7fb6-43fa-9d92-02096ab16869} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8007 | 2024.11.14 00:25:25.751604 [ 263 ] {963362d8-7fb6-43fa-9d92-02096ab16869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8008 | 2024.11.14 00:25:25.752040 [ 263 ] {963362d8-7fb6-43fa-9d92-02096ab16869} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8009 | 2024.11.14 00:25:25.752299 [ 263 ] {963362d8-7fb6-43fa-9d92-02096ab16869} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8010 | 2024.11.14 00:25:25.752548 [ 263 ] {963362d8-7fb6-43fa-9d92-02096ab16869} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001851 sec., 30253.916801728796 rows/sec., 2.32 MiB/sec. | ||
| 8011 | 2024.11.14 00:25:25.752654 [ 263 ] {963362d8-7fb6-43fa-9d92-02096ab16869} <Debug> TCPHandler: Processed in 0.002245082 sec. | ||
| 8012 | 2024.11.14 00:25:25.752942 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8013 | 2024.11.14 00:25:25.753158 [ 261 ] {011d9729-1910-4986-8cb5-566e4ba3c48a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8014 | 2024.11.14 00:25:25.753240 [ 261 ] {011d9729-1910-4986-8cb5-566e4ba3c48a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8015 | 2024.11.14 00:25:25.754135 [ 261 ] {011d9729-1910-4986-8cb5-566e4ba3c48a} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8016 | 2024.11.14 00:25:25.754186 [ 261 ] {011d9729-1910-4986-8cb5-566e4ba3c48a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8017 | 2024.11.14 00:25:25.754618 [ 261 ] {011d9729-1910-4986-8cb5-566e4ba3c48a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8018 | 2024.11.14 00:25:25.754879 [ 261 ] {011d9729-1910-4986-8cb5-566e4ba3c48a} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8019 | 2024.11.14 00:25:25.755139 [ 261 ] {011d9729-1910-4986-8cb5-566e4ba3c48a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002036 sec., 31434.18467583497 rows/sec., 2.45 MiB/sec. | ||
| 8020 | 2024.11.14 00:25:25.755249 [ 261 ] {011d9729-1910-4986-8cb5-566e4ba3c48a} <Debug> TCPHandler: Processed in 0.002486926 sec. | ||
| 8021 | 2024.11.14 00:25:25.755451 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8022 | 2024.11.14 00:25:25.755687 [ 263 ] {eacbc23b-f4f9-4ba2-b43e-61f0d449798b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8023 | 2024.11.14 00:25:25.755743 [ 263 ] {eacbc23b-f4f9-4ba2-b43e-61f0d449798b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8024 | 2024.11.14 00:25:25.756303 [ 263 ] {eacbc23b-f4f9-4ba2-b43e-61f0d449798b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8025 | 2024.11.14 00:25:25.756344 [ 263 ] {eacbc23b-f4f9-4ba2-b43e-61f0d449798b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8026 | 2024.11.14 00:25:25.756776 [ 263 ] {eacbc23b-f4f9-4ba2-b43e-61f0d449798b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8027 | 2024.11.14 00:25:25.757034 [ 263 ] {eacbc23b-f4f9-4ba2-b43e-61f0d449798b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8028 | 2024.11.14 00:25:25.757218 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8029 | 2024.11.14 00:25:25.757261 [ 263 ] {eacbc23b-f4f9-4ba2-b43e-61f0d449798b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00164 sec., 78048.78048780488 rows/sec., 5.44 MiB/sec. | ||
| 8030 | 2024.11.14 00:25:25.757295 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8031 | 2024.11.14 00:25:25.757365 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8032 | 2024.11.14 00:25:25.757388 [ 263 ] {eacbc23b-f4f9-4ba2-b43e-61f0d449798b} <Debug> TCPHandler: Processed in 0.002049048 sec. | ||
| 8033 | 2024.11.14 00:25:25.757568 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8034 | 2024.11.14 00:25:25.757588 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8035 | 2024.11.14 00:25:25.757792 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8036 | 2024.11.14 00:25:25.757824 [ 261 ] {9cd00d9f-2c6a-458a-baab-77767e8e92f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8037 | 2024.11.14 00:25:25.757850 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 14054 rows starting from the beginning of the part | ||
| 8038 | 2024.11.14 00:25:25.757935 [ 261 ] {9cd00d9f-2c6a-458a-baab-77767e8e92f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8039 | 2024.11.14 00:25:25.758089 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part | ||
| 8040 | 2024.11.14 00:25:25.758541 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 133 rows starting from the beginning of the part | ||
| 8041 | 2024.11.14 00:25:25.759090 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 8042 | 2024.11.14 00:25:25.759325 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
| 8043 | 2024.11.14 00:25:25.759731 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part | ||
| 8044 | 2024.11.14 00:25:25.760435 [ 261 ] {9cd00d9f-2c6a-458a-baab-77767e8e92f7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8045 | 2024.11.14 00:25:25.760501 [ 261 ] {9cd00d9f-2c6a-458a-baab-77767e8e92f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8046 | 2024.11.14 00:25:25.761457 [ 261 ] {9cd00d9f-2c6a-458a-baab-77767e8e92f7} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8047 | 2024.11.14 00:25:25.761803 [ 261 ] {9cd00d9f-2c6a-458a-baab-77767e8e92f7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8048 | 2024.11.14 00:25:25.762038 [ 58 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8049 | 2024.11.14 00:25:25.762105 [ 58 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8050 | 2024.11.14 00:25:25.762145 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8051 | 2024.11.14 00:25:25.762157 [ 261 ] {9cd00d9f-2c6a-458a-baab-77767e8e92f7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004385 sec., 10946.408209806157 rows/sec., 755.42 KiB/sec. | ||
| 8052 | 2024.11.14 00:25:25.762440 [ 261 ] {9cd00d9f-2c6a-458a-baab-77767e8e92f7} <Debug> TCPHandler: Processed in 0.00495421 sec. | ||
| 8053 | 2024.11.14 00:25:25.762719 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8054 | 2024.11.14 00:25:25.763054 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8055 | 2024.11.14 00:25:25.763158 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4148 rows starting from the beginning of the part | ||
| 8056 | 2024.11.14 00:25:25.763478 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 8057 | 2024.11.14 00:25:25.763765 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part | ||
| 8058 | 2024.11.14 00:25:25.764049 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 8059 | 2024.11.14 00:25:25.764347 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
| 8060 | 2024.11.14 00:25:25.764604 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part | ||
| 8061 | 2024.11.14 00:25:25.768462 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14949 rows, containing 5 columns (5 merged, 0 gathered) in 0.010995175 sec., 1359596.3684070513 rows/sec., 92.66 MiB/sec. | ||
| 8062 | 2024.11.14 00:25:25.768476 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4468 rows, containing 4 columns (4 merged, 0 gathered) in 0.006190937 sec., 721700.1239069304 rows/sec., 47.46 MiB/sec. | ||
| 8063 | 2024.11.14 00:25:25.768886 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8064 | 2024.11.14 00:25:25.768930 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8065 | 2024.11.14 00:25:25.769250 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8066 | 2024.11.14 00:25:25.769302 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8067 | 2024.11.14 00:25:25.769367 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8068 | 2024.11.14 00:25:25.769415 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_71_14} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8069 | 2024.11.14 00:25:25.769472 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.00 MiB. | ||
| 8070 | 2024.11.14 00:25:25.769540 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 8071 | 2024.11.14 00:25:26.000157 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.63 MiB, peak 183.67 MiB, free memory in arenas 0.00 B, will set to 176.25 MiB (RSS), difference: 2.62 MiB | ||
| 8072 | 2024.11.14 00:25:29.258532 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1162 | ||
| 8073 | 2024.11.14 00:25:29.261430 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8074 | 2024.11.14 00:25:29.261486 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8075 | 2024.11.14 00:25:29.262927 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8076 | 2024.11.14 00:25:29.263244 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8077 | 2024.11.14 00:25:29.264557 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1162 | ||
| 8078 | 2024.11.14 00:25:30.753192 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8079 | 2024.11.14 00:25:30.753402 [ 263 ] {546d8811-2a09-429d-b6f8-a3669fbc488d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8080 | 2024.11.14 00:25:30.753484 [ 263 ] {546d8811-2a09-429d-b6f8-a3669fbc488d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8081 | 2024.11.14 00:25:30.754302 [ 263 ] {546d8811-2a09-429d-b6f8-a3669fbc488d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8082 | 2024.11.14 00:25:30.754353 [ 263 ] {546d8811-2a09-429d-b6f8-a3669fbc488d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8083 | 2024.11.14 00:25:30.754801 [ 263 ] {546d8811-2a09-429d-b6f8-a3669fbc488d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8084 | 2024.11.14 00:25:30.755061 [ 263 ] {546d8811-2a09-429d-b6f8-a3669fbc488d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8085 | 2024.11.14 00:25:30.755289 [ 263 ] {546d8811-2a09-429d-b6f8-a3669fbc488d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.21 MiB/sec. | ||
| 8086 | 2024.11.14 00:25:30.755348 [ 263 ] {546d8811-2a09-429d-b6f8-a3669fbc488d} <Debug> TCPHandler: Processed in 0.002290122 sec. | ||
| 8087 | 2024.11.14 00:25:30.755613 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8088 | 2024.11.14 00:25:30.755824 [ 261 ] {4b3312cc-a3fb-421a-bd43-60fe59238007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8089 | 2024.11.14 00:25:30.755904 [ 261 ] {4b3312cc-a3fb-421a-bd43-60fe59238007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8090 | 2024.11.14 00:25:30.756671 [ 261 ] {4b3312cc-a3fb-421a-bd43-60fe59238007} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8091 | 2024.11.14 00:25:30.756715 [ 261 ] {4b3312cc-a3fb-421a-bd43-60fe59238007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8092 | 2024.11.14 00:25:30.757158 [ 261 ] {4b3312cc-a3fb-421a-bd43-60fe59238007} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8093 | 2024.11.14 00:25:30.757420 [ 261 ] {4b3312cc-a3fb-421a-bd43-60fe59238007} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8094 | 2024.11.14 00:25:30.757631 [ 261 ] {4b3312cc-a3fb-421a-bd43-60fe59238007} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001867 sec., 34279.59292983396 rows/sec., 2.68 MiB/sec. | ||
| 8095 | 2024.11.14 00:25:30.757698 [ 261 ] {4b3312cc-a3fb-421a-bd43-60fe59238007} <Debug> TCPHandler: Processed in 0.002224632 sec. | ||
| 8096 | 2024.11.14 00:25:30.757862 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8097 | 2024.11.14 00:25:30.758002 [ 263 ] {c8d2bfc2-8382-4d91-8316-fc456e1a8c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8098 | 2024.11.14 00:25:30.758071 [ 263 ] {c8d2bfc2-8382-4d91-8316-fc456e1a8c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8099 | 2024.11.14 00:25:30.758758 [ 263 ] {c8d2bfc2-8382-4d91-8316-fc456e1a8c82} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8100 | 2024.11.14 00:25:30.758805 [ 263 ] {c8d2bfc2-8382-4d91-8316-fc456e1a8c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8101 | 2024.11.14 00:25:30.759252 [ 263 ] {c8d2bfc2-8382-4d91-8316-fc456e1a8c82} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8102 | 2024.11.14 00:25:30.759509 [ 263 ] {c8d2bfc2-8382-4d91-8316-fc456e1a8c82} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8103 | 2024.11.14 00:25:30.759757 [ 263 ] {c8d2bfc2-8382-4d91-8316-fc456e1a8c82} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001784 sec., 89686.09865470852 rows/sec., 6.25 MiB/sec. | ||
| 8104 | 2024.11.14 00:25:30.759838 [ 263 ] {c8d2bfc2-8382-4d91-8316-fc456e1a8c82} <Debug> TCPHandler: Processed in 0.002039959 sec. | ||
| 8105 | 2024.11.14 00:25:30.760048 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8106 | 2024.11.14 00:25:30.760334 [ 261 ] {597fedff-edd1-49be-8559-4cbbe1905959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8107 | 2024.11.14 00:25:30.760394 [ 261 ] {597fedff-edd1-49be-8559-4cbbe1905959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8108 | 2024.11.14 00:25:30.760912 [ 261 ] {597fedff-edd1-49be-8559-4cbbe1905959} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8109 | 2024.11.14 00:25:30.760949 [ 261 ] {597fedff-edd1-49be-8559-4cbbe1905959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8110 | 2024.11.14 00:25:30.761340 [ 261 ] {597fedff-edd1-49be-8559-4cbbe1905959} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8111 | 2024.11.14 00:25:30.761590 [ 261 ] {597fedff-edd1-49be-8559-4cbbe1905959} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8112 | 2024.11.14 00:25:30.761772 [ 261 ] {597fedff-edd1-49be-8559-4cbbe1905959} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
| 8113 | 2024.11.14 00:25:30.761826 [ 261 ] {597fedff-edd1-49be-8559-4cbbe1905959} <Debug> TCPHandler: Processed in 0.001902917 sec. | ||
| 8114 | 2024.11.14 00:25:32.324831 [ 51 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8115 | 2024.11.14 00:25:32.324925 [ 51 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8116 | 2024.11.14 00:25:32.324968 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8117 | 2024.11.14 00:25:32.325378 [ 190 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 8118 | 2024.11.14 00:25:32.325657 [ 190 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8119 | 2024.11.14 00:25:32.325701 [ 190 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 242 rows starting from the beginning of the part | ||
| 8120 | 2024.11.14 00:25:32.325793 [ 190 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 8121 | 2024.11.14 00:25:32.326030 [ 190 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 8122 | 2024.11.14 00:25:32.326251 [ 190 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 8123 | 2024.11.14 00:25:32.326406 [ 190 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 8124 | 2024.11.14 00:25:32.327399 [ 200 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002306592 sec., 129194.93347761546 rows/sec., 9.26 MiB/sec. | ||
| 8125 | 2024.11.14 00:25:32.327618 [ 188 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8126 | 2024.11.14 00:25:32.328008 [ 188 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_25_6} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8127 | 2024.11.14 00:25:32.328118 [ 188 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_25_6} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8128 | 2024.11.14 00:25:32.328225 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8129 | 2024.11.14 00:25:33.983924 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8130 | 2024.11.14 00:25:33.983991 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8131 | 2024.11.14 00:25:35.759976 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8132 | 2024.11.14 00:25:35.760180 [ 263 ] {81869e21-1f8c-4876-9fe4-5b457c041de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8133 | 2024.11.14 00:25:35.760256 [ 263 ] {81869e21-1f8c-4876-9fe4-5b457c041de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8134 | 2024.11.14 00:25:35.760973 [ 263 ] {81869e21-1f8c-4876-9fe4-5b457c041de5} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8135 | 2024.11.14 00:25:35.761014 [ 263 ] {81869e21-1f8c-4876-9fe4-5b457c041de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8136 | 2024.11.14 00:25:35.761437 [ 263 ] {81869e21-1f8c-4876-9fe4-5b457c041de5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8137 | 2024.11.14 00:25:35.761695 [ 263 ] {81869e21-1f8c-4876-9fe4-5b457c041de5} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2024.11.14 00:25:35.761832 [ 48 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8139 | 2024.11.14 00:25:35.761869 [ 48 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8140 | 2024.11.14 00:25:35.761892 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8141 | 2024.11.14 00:25:35.761904 [ 263 ] {81869e21-1f8c-4876-9fe4-5b457c041de5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001779 sec., 7869.589657110737 rows/sec., 566.51 KiB/sec. | ||
| 8142 | 2024.11.14 00:25:35.762042 [ 263 ] {81869e21-1f8c-4876-9fe4-5b457c041de5} <Debug> TCPHandler: Processed in 0.002192311 sec. | ||
| 8143 | 2024.11.14 00:25:35.762271 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 8144 | 2024.11.14 00:25:35.762380 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8145 | 2024.11.14 00:25:35.762474 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8146 | 2024.11.14 00:25:35.762536 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part | ||
| 8147 | 2024.11.14 00:25:35.762716 [ 261 ] {33d7c767-322a-4f12-96d7-9f4569301ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8148 | 2024.11.14 00:25:35.762738 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 8149 | 2024.11.14 00:25:35.762921 [ 261 ] {33d7c767-322a-4f12-96d7-9f4569301ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8150 | 2024.11.14 00:25:35.763023 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 8151 | 2024.11.14 00:25:35.763452 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 8152 | 2024.11.14 00:25:35.763801 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 8153 | 2024.11.14 00:25:35.766102 [ 261 ] {33d7c767-322a-4f12-96d7-9f4569301ba0} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8154 | 2024.11.14 00:25:35.766224 [ 261 ] {33d7c767-322a-4f12-96d7-9f4569301ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8155 | 2024.11.14 00:25:35.766338 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00431096 sec., 16237.68255794533 rows/sec., 1.20 MiB/sec. | ||
| 8156 | 2024.11.14 00:25:35.766515 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8157 | 2024.11.14 00:25:35.767024 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_25_6} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8158 | 2024.11.14 00:25:35.767049 [ 261 ] {33d7c767-322a-4f12-96d7-9f4569301ba0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8159 | 2024.11.14 00:25:35.767179 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_25_6} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8160 | 2024.11.14 00:25:35.767345 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8161 | 2024.11.14 00:25:35.767504 [ 261 ] {33d7c767-322a-4f12-96d7-9f4569301ba0} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8162 | 2024.11.14 00:25:35.767703 [ 48 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8163 | 2024.11.14 00:25:35.767766 [ 48 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8164 | 2024.11.14 00:25:35.767790 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8165 | 2024.11.14 00:25:35.767828 [ 261 ] {33d7c767-322a-4f12-96d7-9f4569301ba0} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005228 sec., 53749.04361132364 rows/sec., 4.75 MiB/sec. | ||
| 8166 | 2024.11.14 00:25:35.768201 [ 261 ] {33d7c767-322a-4f12-96d7-9f4569301ba0} <Debug> TCPHandler: Processed in 0.005995885 sec. | ||
| 8167 | 2024.11.14 00:25:35.768230 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8168 | 2024.11.14 00:25:35.768570 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8169 | 2024.11.14 00:25:35.768829 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8170 | 2024.11.14 00:25:35.768967 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1431 rows starting from the beginning of the part | ||
| 8171 | 2024.11.14 00:25:35.768988 [ 263 ] {5eb9bd14-1fb0-4e50-b142-cd945930e0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8172 | 2024.11.14 00:25:35.769221 [ 263 ] {5eb9bd14-1fb0-4e50-b142-cd945930e0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8173 | 2024.11.14 00:25:35.769353 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 8174 | 2024.11.14 00:25:35.769997 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 281 rows starting from the beginning of the part | ||
| 8175 | 2024.11.14 00:25:35.770546 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 8176 | 2024.11.14 00:25:35.770772 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part | ||
| 8177 | 2024.11.14 00:25:35.771020 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 281 rows starting from the beginning of the part | ||
| 8178 | 2024.11.14 00:25:35.771991 [ 263 ] {5eb9bd14-1fb0-4e50-b142-cd945930e0e2} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8179 | 2024.11.14 00:25:35.772032 [ 263 ] {5eb9bd14-1fb0-4e50-b142-cd945930e0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8180 | 2024.11.14 00:25:35.772575 [ 263 ] {5eb9bd14-1fb0-4e50-b142-cd945930e0e2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8181 | 2024.11.14 00:25:35.772848 [ 263 ] {5eb9bd14-1fb0-4e50-b142-cd945930e0e2} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8182 | 2024.11.14 00:25:35.773196 [ 263 ] {5eb9bd14-1fb0-4e50-b142-cd945930e0e2} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004323 sec., 10640.758732361786 rows/sec., 783.87 KiB/sec. | ||
| 8183 | 2024.11.14 00:25:35.773533 [ 263 ] {5eb9bd14-1fb0-4e50-b142-cd945930e0e2} <Debug> TCPHandler: Processed in 0.005193114 sec. | ||
| 8184 | 2024.11.14 00:25:35.773608 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2161 rows, containing 5 columns (5 merged, 0 gathered) in 0.005712151 sec., 378316.32952280145 rows/sec., 33.37 MiB/sec. | ||
| 8185 | 2024.11.14 00:25:35.773848 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8186 | 2024.11.14 00:25:35.773860 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8187 | 2024.11.14 00:25:35.774179 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8188 | 2024.11.14 00:25:35.774230 [ 261 ] {4bbcea32-a264-4c61-8b3d-4cb4804c14c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8189 | 2024.11.14 00:25:35.774318 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_76_15} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8190 | 2024.11.14 00:25:35.774342 [ 261 ] {4bbcea32-a264-4c61-8b3d-4cb4804c14c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8191 | 2024.11.14 00:25:35.774502 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 8192 | 2024.11.14 00:25:35.775076 [ 261 ] {4bbcea32-a264-4c61-8b3d-4cb4804c14c2} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8193 | 2024.11.14 00:25:35.775121 [ 261 ] {4bbcea32-a264-4c61-8b3d-4cb4804c14c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8194 | 2024.11.14 00:25:35.775484 [ 261 ] {4bbcea32-a264-4c61-8b3d-4cb4804c14c2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8195 | 2024.11.14 00:25:35.775753 [ 261 ] {4bbcea32-a264-4c61-8b3d-4cb4804c14c2} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8196 | 2024.11.14 00:25:35.775997 [ 261 ] {4bbcea32-a264-4c61-8b3d-4cb4804c14c2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001865 sec., 7506.7024128686335 rows/sec., 525.72 KiB/sec. | ||
| 8197 | 2024.11.14 00:25:35.776115 [ 261 ] {4bbcea32-a264-4c61-8b3d-4cb4804c14c2} <Debug> TCPHandler: Processed in 0.002410414 sec. | ||
| 8198 | 2024.11.14 00:25:35.776350 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8199 | 2024.11.14 00:25:35.776489 [ 263 ] {99924144-c809-4170-976d-d4fc06ea4311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8200 | 2024.11.14 00:25:35.776545 [ 263 ] {99924144-c809-4170-976d-d4fc06ea4311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8201 | 2024.11.14 00:25:35.777221 [ 263 ] {99924144-c809-4170-976d-d4fc06ea4311} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8202 | 2024.11.14 00:25:35.777264 [ 263 ] {99924144-c809-4170-976d-d4fc06ea4311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8203 | 2024.11.14 00:25:35.777605 [ 263 ] {99924144-c809-4170-976d-d4fc06ea4311} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8204 | 2024.11.14 00:25:35.777838 [ 263 ] {99924144-c809-4170-976d-d4fc06ea4311} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2024.11.14 00:25:35.777958 [ 48 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8206 | 2024.11.14 00:25:35.777990 [ 48 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8207 | 2024.11.14 00:25:35.778010 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8208 | 2024.11.14 00:25:35.778021 [ 263 ] {99924144-c809-4170-976d-d4fc06ea4311} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001563 sec., 8317.338451695457 rows/sec., 518.58 KiB/sec. | ||
| 8209 | 2024.11.14 00:25:35.778393 [ 263 ] {99924144-c809-4170-976d-d4fc06ea4311} <Debug> TCPHandler: Processed in 0.00217176 sec. | ||
| 8210 | 2024.11.14 00:25:35.778542 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 8211 | 2024.11.14 00:25:35.778731 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8212 | 2024.11.14 00:25:35.778984 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8213 | 2024.11.14 00:25:35.779003 [ 261 ] {264f93cc-343d-47b2-adf3-8bf5a2689866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8214 | 2024.11.14 00:25:35.779031 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part | ||
| 8215 | 2024.11.14 00:25:35.779071 [ 261 ] {264f93cc-343d-47b2-adf3-8bf5a2689866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8216 | 2024.11.14 00:25:35.779312 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 8217 | 2024.11.14 00:25:35.779690 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 8218 | 2024.11.14 00:25:35.780107 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 8219 | 2024.11.14 00:25:35.780481 [ 199 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 8220 | 2024.11.14 00:25:35.781776 [ 261 ] {264f93cc-343d-47b2-adf3-8bf5a2689866} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8221 | 2024.11.14 00:25:35.781822 [ 261 ] {264f93cc-343d-47b2-adf3-8bf5a2689866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8222 | 2024.11.14 00:25:35.782218 [ 194 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004125398 sec., 15756.055536944557 rows/sec., 1.02 MiB/sec. | ||
| 8223 | 2024.11.14 00:25:35.782466 [ 261 ] {264f93cc-343d-47b2-adf3-8bf5a2689866} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8224 | 2024.11.14 00:25:35.782474 [ 194 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8225 | 2024.11.14 00:25:35.782891 [ 261 ] {264f93cc-343d-47b2-adf3-8bf5a2689866} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8226 | 2024.11.14 00:25:35.783013 [ 194 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_25_6} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8227 | 2024.11.14 00:25:35.783208 [ 49 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8228 | 2024.11.14 00:25:35.783312 [ 49 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8229 | 2024.11.14 00:25:35.783360 [ 194 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_25_6} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8230 | 2024.11.14 00:25:35.783372 [ 261 ] {264f93cc-343d-47b2-adf3-8bf5a2689866} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004393 sec., 95834.28181197359 rows/sec., 6.85 MiB/sec. | ||
| 8231 | 2024.11.14 00:25:35.783384 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8232 | 2024.11.14 00:25:35.783698 [ 261 ] {264f93cc-343d-47b2-adf3-8bf5a2689866} <Debug> TCPHandler: Processed in 0.005171293 sec. | ||
| 8233 | 2024.11.14 00:25:35.783785 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8234 | 2024.11.14 00:25:35.783900 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8235 | 2024.11.14 00:25:35.783930 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8236 | 2024.11.14 00:25:35.784039 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8237 | 2024.11.14 00:25:35.784076 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 8238 | 2024.11.14 00:25:35.784094 [ 263 ] {2eda11e1-a6c2-4f6a-a364-295f3a5b55c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8239 | 2024.11.14 00:25:35.784251 [ 263 ] {2eda11e1-a6c2-4f6a-a364-295f3a5b55c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8240 | 2024.11.14 00:25:35.784282 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 8241 | 2024.11.14 00:25:35.784682 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 421 rows starting from the beginning of the part | ||
| 8242 | 2024.11.14 00:25:35.785095 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 8243 | 2024.11.14 00:25:35.785454 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part | ||
| 8244 | 2024.11.14 00:25:35.785786 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 421 rows starting from the beginning of the part | ||
| 8245 | 2024.11.14 00:25:35.786592 [ 263 ] {2eda11e1-a6c2-4f6a-a364-295f3a5b55c4} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8246 | 2024.11.14 00:25:35.786637 [ 263 ] {2eda11e1-a6c2-4f6a-a364-295f3a5b55c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8247 | 2024.11.14 00:25:35.787137 [ 263 ] {2eda11e1-a6c2-4f6a-a364-295f3a5b55c4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8248 | 2024.11.14 00:25:35.787420 [ 263 ] {2eda11e1-a6c2-4f6a-a364-295f3a5b55c4} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8249 | 2024.11.14 00:25:35.787952 [ 263 ] {2eda11e1-a6c2-4f6a-a364-295f3a5b55c4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003845 sec., 1560.4681404421326 rows/sec., 81.53 KiB/sec. | ||
| 8250 | 2024.11.14 00:25:35.788229 [ 263 ] {2eda11e1-a6c2-4f6a-a364-295f3a5b55c4} <Debug> TCPHandler: Processed in 0.004395932 sec. | ||
| 8251 | 2024.11.14 00:25:35.788519 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8252 | 2024.11.14 00:25:35.788615 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005057601 sec., 384965.1247696289 rows/sec., 29.46 MiB/sec. | ||
| 8253 | 2024.11.14 00:25:35.788719 [ 261 ] {c82038de-7fc4-4ba6-899a-7c54cc555c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8254 | 2024.11.14 00:25:35.788813 [ 261 ] {c82038de-7fc4-4ba6-899a-7c54cc555c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8255 | 2024.11.14 00:25:35.788829 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8256 | 2024.11.14 00:25:35.789516 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8257 | 2024.11.14 00:25:35.789604 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_76_15} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8258 | 2024.11.14 00:25:35.789738 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 8259 | 2024.11.14 00:25:35.789991 [ 261 ] {c82038de-7fc4-4ba6-899a-7c54cc555c2f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8260 | 2024.11.14 00:25:35.790035 [ 261 ] {c82038de-7fc4-4ba6-899a-7c54cc555c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8261 | 2024.11.14 00:25:35.790452 [ 261 ] {c82038de-7fc4-4ba6-899a-7c54cc555c2f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8262 | 2024.11.14 00:25:35.790690 [ 261 ] {c82038de-7fc4-4ba6-899a-7c54cc555c2f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8263 | 2024.11.14 00:25:35.790900 [ 261 ] {c82038de-7fc4-4ba6-899a-7c54cc555c2f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002227 sec., 106421.19443197126 rows/sec., 7.13 MiB/sec. | ||
| 8264 | 2024.11.14 00:25:35.790958 [ 261 ] {c82038de-7fc4-4ba6-899a-7c54cc555c2f} <Debug> TCPHandler: Processed in 0.002602177 sec. | ||
| 8265 | 2024.11.14 00:25:35.791103 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8266 | 2024.11.14 00:25:35.791218 [ 263 ] {0c834741-6c0f-4968-9e44-c808695f3a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8267 | 2024.11.14 00:25:35.791278 [ 263 ] {0c834741-6c0f-4968-9e44-c808695f3a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8268 | 2024.11.14 00:25:35.791824 [ 263 ] {0c834741-6c0f-4968-9e44-c808695f3a11} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8269 | 2024.11.14 00:25:35.791870 [ 263 ] {0c834741-6c0f-4968-9e44-c808695f3a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8270 | 2024.11.14 00:25:35.792282 [ 263 ] {0c834741-6c0f-4968-9e44-c808695f3a11} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8271 | 2024.11.14 00:25:35.792516 [ 263 ] {0c834741-6c0f-4968-9e44-c808695f3a11} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8272 | 2024.11.14 00:25:35.792736 [ 263 ] {0c834741-6c0f-4968-9e44-c808695f3a11} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 43.70 KiB/sec. | ||
| 8273 | 2024.11.14 00:25:35.792786 [ 263 ] {0c834741-6c0f-4968-9e44-c808695f3a11} <Debug> TCPHandler: Processed in 0.001742624 sec. | ||
| 8274 | 2024.11.14 00:25:35.792918 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8275 | 2024.11.14 00:25:35.793033 [ 261 ] {fe627875-5ede-4651-8b0f-a23b068427a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8276 | 2024.11.14 00:25:35.793112 [ 261 ] {fe627875-5ede-4651-8b0f-a23b068427a9} <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 | ||
| 8277 | 2024.11.14 00:25:35.794283 [ 261 ] {fe627875-5ede-4651-8b0f-a23b068427a9} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8278 | 2024.11.14 00:25:35.794323 [ 261 ] {fe627875-5ede-4651-8b0f-a23b068427a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8279 | 2024.11.14 00:25:35.794999 [ 261 ] {fe627875-5ede-4651-8b0f-a23b068427a9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8280 | 2024.11.14 00:25:35.795254 [ 261 ] {fe627875-5ede-4651-8b0f-a23b068427a9} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8281 | 2024.11.14 00:25:35.795422 [ 49 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8282 | 2024.11.14 00:25:35.795493 [ 49 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8283 | 2024.11.14 00:25:35.795525 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8284 | 2024.11.14 00:25:35.795541 [ 261 ] {fe627875-5ede-4651-8b0f-a23b068427a9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002521 sec., 15470.051566838558 rows/sec., 27.72 MiB/sec. | ||
| 8285 | 2024.11.14 00:25:35.795868 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8286 | 2024.11.14 00:25:35.796139 [ 261 ] {fe627875-5ede-4651-8b0f-a23b068427a9} <Debug> TCPHandler: Processed in 0.003270126 sec. | ||
| 8287 | 2024.11.14 00:25:35.796464 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8288 | 2024.11.14 00:25:35.796876 [ 263 ] {6255371a-4414-4222-abaf-6796192ecd7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8289 | 2024.11.14 00:25:35.797003 [ 263 ] {6255371a-4414-4222-abaf-6796192ecd7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8290 | 2024.11.14 00:25:35.797384 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8291 | 2024.11.14 00:25:35.797657 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 796 rows starting from the beginning of the part | ||
| 8292 | 2024.11.14 00:25:35.798316 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 8293 | 2024.11.14 00:25:35.799203 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part | ||
| 8294 | 2024.11.14 00:25:35.799283 [ 263 ] {6255371a-4414-4222-abaf-6796192ecd7b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8295 | 2024.11.14 00:25:35.799363 [ 263 ] {6255371a-4414-4222-abaf-6796192ecd7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 8296 | 2024.11.14 00:25:35.799906 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part | ||
| 8297 | 2024.11.14 00:25:35.800641 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part | ||
| 8298 | 2024.11.14 00:25:35.800963 [ 263 ] {6255371a-4414-4222-abaf-6796192ecd7b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8299 | 2024.11.14 00:25:35.801226 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 8300 | 2024.11.14 00:25:35.801837 [ 263 ] {6255371a-4414-4222-abaf-6796192ecd7b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8301 | 2024.11.14 00:25:35.802410 [ 263 ] {6255371a-4414-4222-abaf-6796192ecd7b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00566 sec., 14487.632508833922 rows/sec., 942.23 KiB/sec. | ||
| 8302 | 2024.11.14 00:25:35.802542 [ 263 ] {6255371a-4414-4222-abaf-6796192ecd7b} <Debug> TCPHandler: Processed in 0.006274758 sec. | ||
| 8303 | 2024.11.14 00:25:35.807780 [ 191 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 991 rows, containing 19 columns (19 merged, 0 gathered) in 0.012184152 sec., 81335.16390800115 rows/sec., 145.75 MiB/sec. | ||
| 8304 | 2024.11.14 00:25:35.808799 [ 191 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8305 | 2024.11.14 00:25:35.809221 [ 191 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8306 | 2024.11.14 00:25:35.809302 [ 191 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_29_6} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8307 | 2024.11.14 00:25:35.809440 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.07 MiB. | ||
| 8308 | 2024.11.14 00:25:39.264847 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1192 | ||
| 8309 | 2024.11.14 00:25:39.267720 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8310 | 2024.11.14 00:25:39.267765 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8311 | 2024.11.14 00:25:39.269149 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8312 | 2024.11.14 00:25:39.269464 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8313 | 2024.11.14 00:25:39.270023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1192 | ||
| 8314 | 2024.11.14 00:25:40.751802 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8315 | 2024.11.14 00:25:40.751995 [ 263 ] {4d43f9d3-df55-48d8-acdf-28340f71dc8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8316 | 2024.11.14 00:25:40.752067 [ 263 ] {4d43f9d3-df55-48d8-acdf-28340f71dc8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8317 | 2024.11.14 00:25:40.752796 [ 263 ] {4d43f9d3-df55-48d8-acdf-28340f71dc8e} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8318 | 2024.11.14 00:25:40.752846 [ 263 ] {4d43f9d3-df55-48d8-acdf-28340f71dc8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8319 | 2024.11.14 00:25:40.753263 [ 263 ] {4d43f9d3-df55-48d8-acdf-28340f71dc8e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8320 | 2024.11.14 00:25:40.753542 [ 263 ] {4d43f9d3-df55-48d8-acdf-28340f71dc8e} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8321 | 2024.11.14 00:25:40.753801 [ 263 ] {4d43f9d3-df55-48d8-acdf-28340f71dc8e} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001854 sec., 4314.994606256742 rows/sec., 351.86 KiB/sec. | ||
| 8322 | 2024.11.14 00:25:40.753921 [ 263 ] {4d43f9d3-df55-48d8-acdf-28340f71dc8e} <Debug> TCPHandler: Processed in 0.002246852 sec. | ||
| 8323 | 2024.11.14 00:25:40.754309 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8324 | 2024.11.14 00:25:40.754555 [ 261 ] {80c86cd9-e7a5-4039-b235-7fddfc32cc8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8325 | 2024.11.14 00:25:40.754624 [ 261 ] {80c86cd9-e7a5-4039-b235-7fddfc32cc8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8326 | 2024.11.14 00:25:40.755367 [ 261 ] {80c86cd9-e7a5-4039-b235-7fddfc32cc8b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8327 | 2024.11.14 00:25:40.755408 [ 261 ] {80c86cd9-e7a5-4039-b235-7fddfc32cc8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8328 | 2024.11.14 00:25:40.755830 [ 261 ] {80c86cd9-e7a5-4039-b235-7fddfc32cc8b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8329 | 2024.11.14 00:25:40.756083 [ 261 ] {80c86cd9-e7a5-4039-b235-7fddfc32cc8b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8330 | 2024.11.14 00:25:40.756283 [ 261 ] {80c86cd9-e7a5-4039-b235-7fddfc32cc8b} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001777 sec., 33764.772087788406 rows/sec., 2.58 MiB/sec. | ||
| 8331 | 2024.11.14 00:25:40.756356 [ 261 ] {80c86cd9-e7a5-4039-b235-7fddfc32cc8b} <Debug> TCPHandler: Processed in 0.002265002 sec. | ||
| 8332 | 2024.11.14 00:25:40.756563 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8333 | 2024.11.14 00:25:40.756728 [ 263 ] {ff961b68-0a95-436a-b130-41d524054ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8334 | 2024.11.14 00:25:40.756785 [ 263 ] {ff961b68-0a95-436a-b130-41d524054ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8335 | 2024.11.14 00:25:40.757469 [ 263 ] {ff961b68-0a95-436a-b130-41d524054ec6} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8336 | 2024.11.14 00:25:40.757509 [ 263 ] {ff961b68-0a95-436a-b130-41d524054ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8337 | 2024.11.14 00:25:40.757856 [ 263 ] {ff961b68-0a95-436a-b130-41d524054ec6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8338 | 2024.11.14 00:25:40.758089 [ 263 ] {ff961b68-0a95-436a-b130-41d524054ec6} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8339 | 2024.11.14 00:25:40.758297 [ 263 ] {ff961b68-0a95-436a-b130-41d524054ec6} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001599 sec., 5003.126954346467 rows/sec., 349.34 KiB/sec. | ||
| 8340 | 2024.11.14 00:25:40.758348 [ 263 ] {ff961b68-0a95-436a-b130-41d524054ec6} <Debug> TCPHandler: Processed in 0.001910837 sec. | ||
| 8341 | 2024.11.14 00:25:40.758511 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8342 | 2024.11.14 00:25:40.758647 [ 261 ] {d7f84a45-a30e-4488-a9e6-d83ce0287637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8343 | 2024.11.14 00:25:40.758704 [ 261 ] {d7f84a45-a30e-4488-a9e6-d83ce0287637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8344 | 2024.11.14 00:25:40.759408 [ 261 ] {d7f84a45-a30e-4488-a9e6-d83ce0287637} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8345 | 2024.11.14 00:25:40.759452 [ 261 ] {d7f84a45-a30e-4488-a9e6-d83ce0287637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8346 | 2024.11.14 00:25:40.759815 [ 261 ] {d7f84a45-a30e-4488-a9e6-d83ce0287637} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8347 | 2024.11.14 00:25:40.760062 [ 261 ] {d7f84a45-a30e-4488-a9e6-d83ce0287637} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8348 | 2024.11.14 00:25:40.760234 [ 261 ] {d7f84a45-a30e-4488-a9e6-d83ce0287637} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001617 sec., 44526.901669758816 rows/sec., 3.48 MiB/sec. | ||
| 8349 | 2024.11.14 00:25:40.760285 [ 261 ] {d7f84a45-a30e-4488-a9e6-d83ce0287637} <Debug> TCPHandler: Processed in 0.001842606 sec. | ||
| 8350 | 2024.11.14 00:25:40.760432 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8351 | 2024.11.14 00:25:40.760569 [ 263 ] {1ac57f58-65b3-48ae-965e-5752fab3720b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8352 | 2024.11.14 00:25:40.760629 [ 263 ] {1ac57f58-65b3-48ae-965e-5752fab3720b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8353 | 2024.11.14 00:25:40.761285 [ 263 ] {1ac57f58-65b3-48ae-965e-5752fab3720b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8354 | 2024.11.14 00:25:40.761332 [ 263 ] {1ac57f58-65b3-48ae-965e-5752fab3720b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8355 | 2024.11.14 00:25:40.761736 [ 263 ] {1ac57f58-65b3-48ae-965e-5752fab3720b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8356 | 2024.11.14 00:25:40.761972 [ 263 ] {1ac57f58-65b3-48ae-965e-5752fab3720b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8357 | 2024.11.14 00:25:40.762210 [ 263 ] {1ac57f58-65b3-48ae-965e-5752fab3720b} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001671 sec., 78994.61400359067 rows/sec., 5.50 MiB/sec. | ||
| 8358 | 2024.11.14 00:25:40.762317 [ 263 ] {1ac57f58-65b3-48ae-965e-5752fab3720b} <Debug> TCPHandler: Processed in 0.001942318 sec. | ||
| 8359 | 2024.11.14 00:25:40.762513 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8360 | 2024.11.14 00:25:40.762710 [ 261 ] {5369de41-f931-4cf6-b908-ce228c10688b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8361 | 2024.11.14 00:25:40.762762 [ 261 ] {5369de41-f931-4cf6-b908-ce228c10688b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8362 | 2024.11.14 00:25:40.763245 [ 261 ] {5369de41-f931-4cf6-b908-ce228c10688b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8363 | 2024.11.14 00:25:40.763284 [ 261 ] {5369de41-f931-4cf6-b908-ce228c10688b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8364 | 2024.11.14 00:25:40.763661 [ 261 ] {5369de41-f931-4cf6-b908-ce228c10688b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8365 | 2024.11.14 00:25:40.763898 [ 261 ] {5369de41-f931-4cf6-b908-ce228c10688b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8366 | 2024.11.14 00:25:40.764069 [ 261 ] {5369de41-f931-4cf6-b908-ce228c10688b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001399 sec., 34310.22158684774 rows/sec., 2.31 MiB/sec. | ||
| 8367 | 2024.11.14 00:25:40.764117 [ 261 ] {5369de41-f931-4cf6-b908-ce228c10688b} <Debug> TCPHandler: Processed in 0.001719144 sec. | ||
| 8368 | 2024.11.14 00:25:45.753612 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8369 | 2024.11.14 00:25:45.753813 [ 263 ] {b4b7ddb4-ba57-4f62-9d21-2aee6afd35d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8370 | 2024.11.14 00:25:45.753886 [ 263 ] {b4b7ddb4-ba57-4f62-9d21-2aee6afd35d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8371 | 2024.11.14 00:25:45.754682 [ 263 ] {b4b7ddb4-ba57-4f62-9d21-2aee6afd35d9} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8372 | 2024.11.14 00:25:45.754735 [ 263 ] {b4b7ddb4-ba57-4f62-9d21-2aee6afd35d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8373 | 2024.11.14 00:25:45.755172 [ 263 ] {b4b7ddb4-ba57-4f62-9d21-2aee6afd35d9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8374 | 2024.11.14 00:25:45.755447 [ 263 ] {b4b7ddb4-ba57-4f62-9d21-2aee6afd35d9} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8375 | 2024.11.14 00:25:45.755720 [ 263 ] {b4b7ddb4-ba57-4f62-9d21-2aee6afd35d9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.20 MiB/sec. | ||
| 8376 | 2024.11.14 00:25:45.755820 [ 263 ] {b4b7ddb4-ba57-4f62-9d21-2aee6afd35d9} <Debug> TCPHandler: Processed in 0.002336804 sec. | ||
| 8377 | 2024.11.14 00:25:45.756082 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8378 | 2024.11.14 00:25:45.756267 [ 261 ] {2d31545f-be97-498a-b20d-0ad70cefcaf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8379 | 2024.11.14 00:25:45.756333 [ 261 ] {2d31545f-be97-498a-b20d-0ad70cefcaf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8380 | 2024.11.14 00:25:45.757065 [ 261 ] {2d31545f-be97-498a-b20d-0ad70cefcaf2} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8381 | 2024.11.14 00:25:45.757104 [ 261 ] {2d31545f-be97-498a-b20d-0ad70cefcaf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8382 | 2024.11.14 00:25:45.757523 [ 261 ] {2d31545f-be97-498a-b20d-0ad70cefcaf2} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8383 | 2024.11.14 00:25:45.757768 [ 261 ] {2d31545f-be97-498a-b20d-0ad70cefcaf2} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8384 | 2024.11.14 00:25:45.757980 [ 261 ] {2d31545f-be97-498a-b20d-0ad70cefcaf2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001767 sec., 36219.58121109225 rows/sec., 2.83 MiB/sec. | ||
| 8385 | 2024.11.14 00:25:45.758034 [ 261 ] {2d31545f-be97-498a-b20d-0ad70cefcaf2} <Debug> TCPHandler: Processed in 0.00208562 sec. | ||
| 8386 | 2024.11.14 00:25:45.758221 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8387 | 2024.11.14 00:25:45.758360 [ 263 ] {df0b9d46-453b-40ae-a9f9-7c0d8c4cceae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8388 | 2024.11.14 00:25:45.758420 [ 263 ] {df0b9d46-453b-40ae-a9f9-7c0d8c4cceae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8389 | 2024.11.14 00:25:45.759010 [ 263 ] {df0b9d46-453b-40ae-a9f9-7c0d8c4cceae} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8390 | 2024.11.14 00:25:45.759049 [ 263 ] {df0b9d46-453b-40ae-a9f9-7c0d8c4cceae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8391 | 2024.11.14 00:25:45.759432 [ 263 ] {df0b9d46-453b-40ae-a9f9-7c0d8c4cceae} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8392 | 2024.11.14 00:25:45.759667 [ 263 ] {df0b9d46-453b-40ae-a9f9-7c0d8c4cceae} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8393 | 2024.11.14 00:25:45.759900 [ 263 ] {df0b9d46-453b-40ae-a9f9-7c0d8c4cceae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
| 8394 | 2024.11.14 00:25:45.759951 [ 263 ] {df0b9d46-453b-40ae-a9f9-7c0d8c4cceae} <Debug> TCPHandler: Processed in 0.001803396 sec. | ||
| 8395 | 2024.11.14 00:25:45.760151 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8396 | 2024.11.14 00:25:45.760372 [ 261 ] {7a656539-a03c-43ef-9542-59b7a36deea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8397 | 2024.11.14 00:25:45.760465 [ 261 ] {7a656539-a03c-43ef-9542-59b7a36deea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8398 | 2024.11.14 00:25:45.761037 [ 261 ] {7a656539-a03c-43ef-9542-59b7a36deea6} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8399 | 2024.11.14 00:25:45.761074 [ 261 ] {7a656539-a03c-43ef-9542-59b7a36deea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8400 | 2024.11.14 00:25:45.761448 [ 261 ] {7a656539-a03c-43ef-9542-59b7a36deea6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8401 | 2024.11.14 00:25:45.761707 [ 261 ] {7a656539-a03c-43ef-9542-59b7a36deea6} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8402 | 2024.11.14 00:25:45.761883 [ 261 ] {7a656539-a03c-43ef-9542-59b7a36deea6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001568 sec., 38265.30612244898 rows/sec., 2.58 MiB/sec. | ||
| 8403 | 2024.11.14 00:25:45.761932 [ 261 ] {7a656539-a03c-43ef-9542-59b7a36deea6} <Debug> TCPHandler: Processed in 0.001887977 sec. | ||
| 8404 | 2024.11.14 00:25:46.013637 [ 39 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8405 | 2024.11.14 00:25:46.013704 [ 39 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8406 | 2024.11.14 00:25:46.013729 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8407 | 2024.11.14 00:25:46.013861 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 8408 | 2024.11.14 00:25:46.014060 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8409 | 2024.11.14 00:25:46.014099 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 21 rows starting from the beginning of the part | ||
| 8410 | 2024.11.14 00:25:46.014172 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 8411 | 2024.11.14 00:25:46.014330 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 8412 | 2024.11.14 00:25:46.014552 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8413 | 2024.11.14 00:25:46.014870 [ 187 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8414 | 2024.11.14 00:25:46.015980 [ 198 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.0021851 sec., 11441.123976019404 rows/sec., 770.94 KiB/sec. | ||
| 8415 | 2024.11.14 00:25:46.016151 [ 195 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8416 | 2024.11.14 00:25:46.016495 [ 195 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_25_6} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8417 | 2024.11.14 00:25:46.016588 [ 195 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_25_6} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8418 | 2024.11.14 00:25:46.016666 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8419 | 2024.11.14 00:25:47.189009 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48703, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8420 | 2024.11.14 00:25:47.423627 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56649, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8421 | 2024.11.14 00:25:47.543457 [ 39 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8422 | 2024.11.14 00:25:47.543523 [ 39 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8423 | 2024.11.14 00:25:47.543546 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8424 | 2024.11.14 00:25:47.543698 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 8425 | 2024.11.14 00:25:47.544053 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8426 | 2024.11.14 00:25:47.544161 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 126 rows starting from the beginning of the part | ||
| 8427 | 2024.11.14 00:25:47.544278 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8428 | 2024.11.14 00:25:47.544410 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 8429 | 2024.11.14 00:25:47.544855 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 8430 | 2024.11.14 00:25:47.545166 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 8431 | 2024.11.14 00:25:47.545336 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8432 | 2024.11.14 00:25:47.546404 [ 195 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002795739 sec., 53653.07705762233 rows/sec., 2.74 MiB/sec. | ||
| 8433 | 2024.11.14 00:25:47.546547 [ 195 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8434 | 2024.11.14 00:25:47.546849 [ 195 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_25_6} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8435 | 2024.11.14 00:25:47.546928 [ 195 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_25_6} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8436 | 2024.11.14 00:25:47.547002 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8437 | 2024.11.14 00:25:47.570934 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8438 | 2024.11.14 00:25:47.675427 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8439 | 2024.11.14 00:25:47.693911 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48579, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8440 | 2024.11.14 00:25:47.698355 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8441 | 2024.11.14 00:25:47.705730 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8442 | 2024.11.14 00:25:48.984228 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8443 | 2024.11.14 00:25:48.984288 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8444 | 2024.11.14 00:25:49.270303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1212 | ||
| 8445 | 2024.11.14 00:25:49.272879 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8446 | 2024.11.14 00:25:49.272918 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8447 | 2024.11.14 00:25:49.274329 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8448 | 2024.11.14 00:25:49.274648 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8449 | 2024.11.14 00:25:49.274850 [ 35 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8450 | 2024.11.14 00:25:49.274921 [ 35 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8451 | 2024.11.14 00:25:49.274968 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8452 | 2024.11.14 00:25:49.275427 [ 187 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 8453 | 2024.11.14 00:25:49.277008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1212 | ||
| 8454 | 2024.11.14 00:25:49.277337 [ 187 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8455 | 2024.11.14 00:25:49.277480 [ 187 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1082 rows starting from the beginning of the part | ||
| 8456 | 2024.11.14 00:25:49.278078 [ 187 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part | ||
| 8457 | 2024.11.14 00:25:49.278668 [ 187 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part | ||
| 8458 | 2024.11.14 00:25:49.279134 [ 187 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part | ||
| 8459 | 2024.11.14 00:25:49.279587 [ 187 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part | ||
| 8460 | 2024.11.14 00:25:49.280087 [ 187 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part | ||
| 8461 | 2024.11.14 00:25:49.287836 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1212 rows, containing 72 columns (72 merged, 0 gathered) in 0.01276003 sec., 94984.1027019529 rows/sec., 75.54 MiB/sec. | ||
| 8462 | 2024.11.14 00:25:49.289726 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8463 | 2024.11.14 00:25:49.290546 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_41_8} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8464 | 2024.11.14 00:25:49.290642 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_41_8} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8465 | 2024.11.14 00:25:49.290963 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 8466 | 2024.11.14 00:25:50.163846 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8467 | 2024.11.14 00:25:50.760420 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8468 | 2024.11.14 00:25:50.760635 [ 263 ] {aaa801d3-1e48-4426-bf7a-0a8fe3fd36b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8469 | 2024.11.14 00:25:50.760716 [ 263 ] {aaa801d3-1e48-4426-bf7a-0a8fe3fd36b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8470 | 2024.11.14 00:25:50.761486 [ 263 ] {aaa801d3-1e48-4426-bf7a-0a8fe3fd36b8} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8471 | 2024.11.14 00:25:50.761538 [ 263 ] {aaa801d3-1e48-4426-bf7a-0a8fe3fd36b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8472 | 2024.11.14 00:25:50.761980 [ 263 ] {aaa801d3-1e48-4426-bf7a-0a8fe3fd36b8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8473 | 2024.11.14 00:25:50.762234 [ 263 ] {aaa801d3-1e48-4426-bf7a-0a8fe3fd36b8} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8474 | 2024.11.14 00:25:50.762498 [ 263 ] {aaa801d3-1e48-4426-bf7a-0a8fe3fd36b8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec. | ||
| 8475 | 2024.11.14 00:25:50.762580 [ 263 ] {aaa801d3-1e48-4426-bf7a-0a8fe3fd36b8} <Debug> TCPHandler: Processed in 0.002300323 sec. | ||
| 8476 | 2024.11.14 00:25:50.762939 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8477 | 2024.11.14 00:25:50.763237 [ 261 ] {d0d52264-6cda-4dba-8285-171a84f42388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8478 | 2024.11.14 00:25:50.763360 [ 261 ] {d0d52264-6cda-4dba-8285-171a84f42388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8479 | 2024.11.14 00:25:50.764369 [ 261 ] {d0d52264-6cda-4dba-8285-171a84f42388} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8480 | 2024.11.14 00:25:50.764417 [ 261 ] {d0d52264-6cda-4dba-8285-171a84f42388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8481 | 2024.11.14 00:25:50.764885 [ 261 ] {d0d52264-6cda-4dba-8285-171a84f42388} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8482 | 2024.11.14 00:25:50.765157 [ 261 ] {d0d52264-6cda-4dba-8285-171a84f42388} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8483 | 2024.11.14 00:25:50.765410 [ 261 ] {d0d52264-6cda-4dba-8285-171a84f42388} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002251 sec., 124833.40737450022 rows/sec., 11.03 MiB/sec. | ||
| 8484 | 2024.11.14 00:25:50.765485 [ 261 ] {d0d52264-6cda-4dba-8285-171a84f42388} <Debug> TCPHandler: Processed in 0.002770209 sec. | ||
| 8485 | 2024.11.14 00:25:50.765727 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8486 | 2024.11.14 00:25:50.765910 [ 263 ] {23b068f9-7e0b-4425-a7d3-ab6a174d5205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8487 | 2024.11.14 00:25:50.765961 [ 263 ] {23b068f9-7e0b-4425-a7d3-ab6a174d5205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8488 | 2024.11.14 00:25:50.766559 [ 263 ] {23b068f9-7e0b-4425-a7d3-ab6a174d5205} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8489 | 2024.11.14 00:25:50.766599 [ 263 ] {23b068f9-7e0b-4425-a7d3-ab6a174d5205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8490 | 2024.11.14 00:25:50.766961 [ 263 ] {23b068f9-7e0b-4425-a7d3-ab6a174d5205} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8491 | 2024.11.14 00:25:50.767201 [ 263 ] {23b068f9-7e0b-4425-a7d3-ab6a174d5205} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8492 | 2024.11.14 00:25:50.767455 [ 263 ] {23b068f9-7e0b-4425-a7d3-ab6a174d5205} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001569 sec., 29318.03696622052 rows/sec., 2.11 MiB/sec. | ||
| 8493 | 2024.11.14 00:25:50.767656 [ 263 ] {23b068f9-7e0b-4425-a7d3-ab6a174d5205} <Debug> TCPHandler: Processed in 0.002072339 sec. | ||
| 8494 | 2024.11.14 00:25:50.767946 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8495 | 2024.11.14 00:25:50.768167 [ 261 ] {c14fe9b8-3c11-4ad1-b2d5-0b62cd5d8134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8496 | 2024.11.14 00:25:50.768258 [ 261 ] {c14fe9b8-3c11-4ad1-b2d5-0b62cd5d8134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8497 | 2024.11.14 00:25:50.769087 [ 261 ] {c14fe9b8-3c11-4ad1-b2d5-0b62cd5d8134} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8498 | 2024.11.14 00:25:50.769127 [ 261 ] {c14fe9b8-3c11-4ad1-b2d5-0b62cd5d8134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8499 | 2024.11.14 00:25:50.769487 [ 261 ] {c14fe9b8-3c11-4ad1-b2d5-0b62cd5d8134} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8500 | 2024.11.14 00:25:50.769719 [ 261 ] {c14fe9b8-3c11-4ad1-b2d5-0b62cd5d8134} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8501 | 2024.11.14 00:25:50.769959 [ 261 ] {c14fe9b8-3c11-4ad1-b2d5-0b62cd5d8134} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001839 sec., 7612.8330614464385 rows/sec., 533.15 KiB/sec. | ||
| 8502 | 2024.11.14 00:25:50.770142 [ 261 ] {c14fe9b8-3c11-4ad1-b2d5-0b62cd5d8134} <Debug> TCPHandler: Processed in 0.002370263 sec. | ||
| 8503 | 2024.11.14 00:25:50.770337 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8504 | 2024.11.14 00:25:50.770451 [ 263 ] {3d754e97-0ceb-4c21-9e6c-f77fa6149fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8505 | 2024.11.14 00:25:50.770496 [ 263 ] {3d754e97-0ceb-4c21-9e6c-f77fa6149fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8506 | 2024.11.14 00:25:50.771047 [ 263 ] {3d754e97-0ceb-4c21-9e6c-f77fa6149fc6} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8507 | 2024.11.14 00:25:50.771086 [ 263 ] {3d754e97-0ceb-4c21-9e6c-f77fa6149fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8508 | 2024.11.14 00:25:50.771446 [ 263 ] {3d754e97-0ceb-4c21-9e6c-f77fa6149fc6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8509 | 2024.11.14 00:25:50.771682 [ 263 ] {3d754e97-0ceb-4c21-9e6c-f77fa6149fc6} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8510 | 2024.11.14 00:25:50.771938 [ 263 ] {3d754e97-0ceb-4c21-9e6c-f77fa6149fc6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001504 sec., 8643.617021276596 rows/sec., 538.93 KiB/sec. | ||
| 8511 | 2024.11.14 00:25:50.772150 [ 263 ] {3d754e97-0ceb-4c21-9e6c-f77fa6149fc6} <Debug> TCPHandler: Processed in 0.001901296 sec. | ||
| 8512 | 2024.11.14 00:25:50.772344 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8513 | 2024.11.14 00:25:50.772479 [ 261 ] {71375cd2-5cb7-4cba-be3a-e9d98557cad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8514 | 2024.11.14 00:25:50.772536 [ 261 ] {71375cd2-5cb7-4cba-be3a-e9d98557cad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8515 | 2024.11.14 00:25:50.773300 [ 261 ] {71375cd2-5cb7-4cba-be3a-e9d98557cad1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8516 | 2024.11.14 00:25:50.773341 [ 261 ] {71375cd2-5cb7-4cba-be3a-e9d98557cad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8517 | 2024.11.14 00:25:50.773722 [ 261 ] {71375cd2-5cb7-4cba-be3a-e9d98557cad1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8518 | 2024.11.14 00:25:50.773962 [ 261 ] {71375cd2-5cb7-4cba-be3a-e9d98557cad1} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8519 | 2024.11.14 00:25:50.774179 [ 261 ] {71375cd2-5cb7-4cba-be3a-e9d98557cad1} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001729 sec., 243493.34875650663 rows/sec., 17.40 MiB/sec. | ||
| 8520 | 2024.11.14 00:25:50.774233 [ 261 ] {71375cd2-5cb7-4cba-be3a-e9d98557cad1} <Debug> TCPHandler: Processed in 0.001980088 sec. | ||
| 8521 | 2024.11.14 00:25:50.774386 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8522 | 2024.11.14 00:25:50.774526 [ 263 ] {05a93de8-6e51-4234-b563-188714b63991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8523 | 2024.11.14 00:25:50.774587 [ 263 ] {05a93de8-6e51-4234-b563-188714b63991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8524 | 2024.11.14 00:25:50.775109 [ 263 ] {05a93de8-6e51-4234-b563-188714b63991} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8525 | 2024.11.14 00:25:50.775147 [ 263 ] {05a93de8-6e51-4234-b563-188714b63991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8526 | 2024.11.14 00:25:50.775524 [ 263 ] {05a93de8-6e51-4234-b563-188714b63991} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8527 | 2024.11.14 00:25:50.775762 [ 263 ] {05a93de8-6e51-4234-b563-188714b63991} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8528 | 2024.11.14 00:25:50.775972 [ 263 ] {05a93de8-6e51-4234-b563-188714b63991} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 212.10 KiB/sec. | ||
| 8529 | 2024.11.14 00:25:50.776022 [ 263 ] {05a93de8-6e51-4234-b563-188714b63991} <Debug> TCPHandler: Processed in 0.001704494 sec. | ||
| 8530 | 2024.11.14 00:25:50.776159 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8531 | 2024.11.14 00:25:50.776298 [ 261 ] {e7716fdb-48c3-4422-8e10-7b20eb9af74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8532 | 2024.11.14 00:25:50.776360 [ 261 ] {e7716fdb-48c3-4422-8e10-7b20eb9af74e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8533 | 2024.11.14 00:25:50.776994 [ 261 ] {e7716fdb-48c3-4422-8e10-7b20eb9af74e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8534 | 2024.11.14 00:25:50.777032 [ 261 ] {e7716fdb-48c3-4422-8e10-7b20eb9af74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8535 | 2024.11.14 00:25:50.777428 [ 261 ] {e7716fdb-48c3-4422-8e10-7b20eb9af74e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8536 | 2024.11.14 00:25:50.777664 [ 261 ] {e7716fdb-48c3-4422-8e10-7b20eb9af74e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8537 | 2024.11.14 00:25:50.777824 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8538 | 2024.11.14 00:25:50.777892 [ 261 ] {e7716fdb-48c3-4422-8e10-7b20eb9af74e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001623 sec., 146025.87800369685 rows/sec., 9.79 MiB/sec. | ||
| 8539 | 2024.11.14 00:25:50.777920 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8540 | 2024.11.14 00:25:50.777991 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8541 | 2024.11.14 00:25:50.778011 [ 261 ] {e7716fdb-48c3-4422-8e10-7b20eb9af74e} <Debug> TCPHandler: Processed in 0.001910127 sec. | ||
| 8542 | 2024.11.14 00:25:50.778282 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8543 | 2024.11.14 00:25:50.778325 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8544 | 2024.11.14 00:25:50.778575 [ 263 ] {e014b5a0-d427-4aa5-94fa-90063b9772cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8545 | 2024.11.14 00:25:50.778682 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8546 | 2024.11.14 00:25:50.778726 [ 263 ] {e014b5a0-d427-4aa5-94fa-90063b9772cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8547 | 2024.11.14 00:25:50.778771 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 14949 rows starting from the beginning of the part | ||
| 8548 | 2024.11.14 00:25:50.779196 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 8549 | 2024.11.14 00:25:50.779851 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 8550 | 2024.11.14 00:25:50.780223 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 132 rows starting from the beginning of the part | ||
| 8551 | 2024.11.14 00:25:50.780418 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 8552 | 2024.11.14 00:25:50.780584 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
| 8553 | 2024.11.14 00:25:50.781029 [ 263 ] {e014b5a0-d427-4aa5-94fa-90063b9772cd} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8554 | 2024.11.14 00:25:50.781071 [ 263 ] {e014b5a0-d427-4aa5-94fa-90063b9772cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8555 | 2024.11.14 00:25:50.781563 [ 263 ] {e014b5a0-d427-4aa5-94fa-90063b9772cd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8556 | 2024.11.14 00:25:50.781816 [ 263 ] {e014b5a0-d427-4aa5-94fa-90063b9772cd} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8557 | 2024.11.14 00:25:50.782075 [ 263 ] {e014b5a0-d427-4aa5-94fa-90063b9772cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003599 sec., 277.8549597110308 rows/sec., 18.72 KiB/sec. | ||
| 8558 | 2024.11.14 00:25:50.782185 [ 263 ] {e014b5a0-d427-4aa5-94fa-90063b9772cd} <Debug> TCPHandler: Processed in 0.004083488 sec. | ||
| 8559 | 2024.11.14 00:25:50.782371 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8560 | 2024.11.14 00:25:50.782681 [ 261 ] {2328975b-6373-49f1-a846-7df90d32c19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8561 | 2024.11.14 00:25:50.782818 [ 261 ] {2328975b-6373-49f1-a846-7df90d32c19a} <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 | ||
| 8562 | 2024.11.14 00:25:50.784360 [ 261 ] {2328975b-6373-49f1-a846-7df90d32c19a} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8563 | 2024.11.14 00:25:50.784398 [ 261 ] {2328975b-6373-49f1-a846-7df90d32c19a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8564 | 2024.11.14 00:25:50.785412 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15875 rows, containing 5 columns (5 merged, 0 gathered) in 0.007302953 sec., 2173778.196299497 rows/sec., 148.17 MiB/sec. | ||
| 8565 | 2024.11.14 00:25:50.785719 [ 261 ] {2328975b-6373-49f1-a846-7df90d32c19a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8566 | 2024.11.14 00:25:50.785867 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8567 | 2024.11.14 00:25:50.786264 [ 261 ] {2328975b-6373-49f1-a846-7df90d32c19a} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8568 | 2024.11.14 00:25:50.786439 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8569 | 2024.11.14 00:25:50.786771 [ 196 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8570 | 2024.11.14 00:25:50.786970 [ 261 ] {2328975b-6373-49f1-a846-7df90d32c19a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004366 sec., 8932.661475034356 rows/sec., 16.01 MiB/sec. | ||
| 8571 | 2024.11.14 00:25:50.787064 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.08 MiB. | ||
| 8572 | 2024.11.14 00:25:50.787581 [ 261 ] {2328975b-6373-49f1-a846-7df90d32c19a} <Debug> TCPHandler: Processed in 0.005307635 sec. | ||
| 8573 | 2024.11.14 00:25:50.787741 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8574 | 2024.11.14 00:25:50.787878 [ 263 ] {8df423bf-5055-40d3-8519-65f0e609e91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8575 | 2024.11.14 00:25:50.787937 [ 263 ] {8df423bf-5055-40d3-8519-65f0e609e91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8576 | 2024.11.14 00:25:50.788508 [ 263 ] {8df423bf-5055-40d3-8519-65f0e609e91c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8577 | 2024.11.14 00:25:50.788552 [ 263 ] {8df423bf-5055-40d3-8519-65f0e609e91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8578 | 2024.11.14 00:25:50.788967 [ 263 ] {8df423bf-5055-40d3-8519-65f0e609e91c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8579 | 2024.11.14 00:25:50.789225 [ 263 ] {8df423bf-5055-40d3-8519-65f0e609e91c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8580 | 2024.11.14 00:25:50.789390 [ 34 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8581 | 2024.11.14 00:25:50.789451 [ 34 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8582 | 2024.11.14 00:25:50.789459 [ 263 ] {8df423bf-5055-40d3-8519-65f0e609e91c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001603 sec., 51154.08608858391 rows/sec., 3.25 MiB/sec. | ||
| 8583 | 2024.11.14 00:25:50.789489 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8584 | 2024.11.14 00:25:50.789571 [ 263 ] {8df423bf-5055-40d3-8519-65f0e609e91c} <Debug> TCPHandler: Processed in 0.001891216 sec. | ||
| 8585 | 2024.11.14 00:25:50.789752 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8586 | 2024.11.14 00:25:50.789939 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8587 | 2024.11.14 00:25:50.789997 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4468 rows starting from the beginning of the part | ||
| 8588 | 2024.11.14 00:25:50.790198 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 8589 | 2024.11.14 00:25:50.790411 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 8590 | 2024.11.14 00:25:50.790593 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part | ||
| 8591 | 2024.11.14 00:25:50.790802 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 8592 | 2024.11.14 00:25:50.790937 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 8593 | 2024.11.14 00:25:50.792977 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4800 rows, containing 4 columns (4 merged, 0 gathered) in 0.003364977 sec., 1426458.486937652 rows/sec., 93.77 MiB/sec. | ||
| 8594 | 2024.11.14 00:25:50.793621 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8595 | 2024.11.14 00:25:50.794023 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8596 | 2024.11.14 00:25:50.794111 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_76_15} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8597 | 2024.11.14 00:25:50.794205 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 8598 | 2024.11.14 00:25:50.840465 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60566, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8599 | 2024.11.14 00:25:50.887819 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34526, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8600 | 2024.11.14 00:25:51.007116 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8601 | 2024.11.14 00:25:51.015496 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56629, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8602 | 2024.11.14 00:25:51.020511 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8603 | 2024.11.14 00:25:51.059885 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8604 | 2024.11.14 00:25:51.084702 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56702, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8605 | 2024.11.14 00:25:51.095016 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8606 | 2024.11.14 00:25:51.779143 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8607 | 2024.11.14 00:25:51.836160 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59455, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8608 | 2024.11.14 00:25:51.855464 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8609 | 2024.11.14 00:25:51.865486 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8610 | 2024.11.14 00:25:51.867773 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8611 | 2024.11.14 00:25:51.894297 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8612 | 2024.11.14 00:25:51.896635 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63622, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8613 | 2024.11.14 00:25:51.905949 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62025, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8614 | 2024.11.14 00:25:52.345028 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8615 | 2024.11.14 00:25:52.355348 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8616 | 2024.11.14 00:25:52.513746 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59633, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8617 | 2024.11.14 00:25:52.531131 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37458, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8618 | 2024.11.14 00:25:52.632402 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37484, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8619 | 2024.11.14 00:25:52.632507 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38288, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8620 | 2024.11.14 00:25:52.636883 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8621 | 2024.11.14 00:25:55.751741 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8622 | 2024.11.14 00:25:55.751939 [ 263 ] {aabe4f99-cf67-4ff0-a187-2d3ebd67dd69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8623 | 2024.11.14 00:25:55.752010 [ 263 ] {aabe4f99-cf67-4ff0-a187-2d3ebd67dd69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8624 | 2024.11.14 00:25:55.752770 [ 263 ] {aabe4f99-cf67-4ff0-a187-2d3ebd67dd69} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8625 | 2024.11.14 00:25:55.752818 [ 263 ] {aabe4f99-cf67-4ff0-a187-2d3ebd67dd69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8626 | 2024.11.14 00:25:55.753237 [ 263 ] {aabe4f99-cf67-4ff0-a187-2d3ebd67dd69} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8627 | 2024.11.14 00:25:55.753486 [ 263 ] {aabe4f99-cf67-4ff0-a187-2d3ebd67dd69} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8628 | 2024.11.14 00:25:55.753732 [ 263 ] {aabe4f99-cf67-4ff0-a187-2d3ebd67dd69} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.33 MiB/sec. | ||
| 8629 | 2024.11.14 00:25:55.753788 [ 263 ] {aabe4f99-cf67-4ff0-a187-2d3ebd67dd69} <Debug> TCPHandler: Processed in 0.00217203 sec. | ||
| 8630 | 2024.11.14 00:25:55.754059 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8631 | 2024.11.14 00:25:55.754273 [ 261 ] {58682209-679c-436d-b966-50f604b34b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8632 | 2024.11.14 00:25:55.754354 [ 261 ] {58682209-679c-436d-b966-50f604b34b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8633 | 2024.11.14 00:25:55.755177 [ 261 ] {58682209-679c-436d-b966-50f604b34b0d} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8634 | 2024.11.14 00:25:55.755232 [ 261 ] {58682209-679c-436d-b966-50f604b34b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8635 | 2024.11.14 00:25:55.755676 [ 261 ] {58682209-679c-436d-b966-50f604b34b0d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8636 | 2024.11.14 00:25:55.755942 [ 261 ] {58682209-679c-436d-b966-50f604b34b0d} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8637 | 2024.11.14 00:25:55.756198 [ 261 ] {58682209-679c-436d-b966-50f604b34b0d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001984 sec., 32258.06451612903 rows/sec., 2.52 MiB/sec. | ||
| 8638 | 2024.11.14 00:25:55.756264 [ 261 ] {58682209-679c-436d-b966-50f604b34b0d} <Debug> TCPHandler: Processed in 0.002343343 sec. | ||
| 8639 | 2024.11.14 00:25:55.756427 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8640 | 2024.11.14 00:25:55.756564 [ 263 ] {a5182c78-b270-478d-b545-4c36ad37c483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8641 | 2024.11.14 00:25:55.756626 [ 263 ] {a5182c78-b270-478d-b545-4c36ad37c483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8642 | 2024.11.14 00:25:55.757237 [ 263 ] {a5182c78-b270-478d-b545-4c36ad37c483} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8643 | 2024.11.14 00:25:55.757274 [ 263 ] {a5182c78-b270-478d-b545-4c36ad37c483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8644 | 2024.11.14 00:25:55.757661 [ 263 ] {a5182c78-b270-478d-b545-4c36ad37c483} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8645 | 2024.11.14 00:25:55.757897 [ 263 ] {a5182c78-b270-478d-b545-4c36ad37c483} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8646 | 2024.11.14 00:25:55.758119 [ 263 ] {a5182c78-b270-478d-b545-4c36ad37c483} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001583 sec., 80859.12823752369 rows/sec., 5.63 MiB/sec. | ||
| 8647 | 2024.11.14 00:25:55.758215 [ 263 ] {a5182c78-b270-478d-b545-4c36ad37c483} <Debug> TCPHandler: Processed in 0.001854286 sec. | ||
| 8648 | 2024.11.14 00:25:55.758419 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8649 | 2024.11.14 00:25:55.758572 [ 261 ] {8a70bbb2-bac0-4cfa-b4fd-b72c59a61e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8650 | 2024.11.14 00:25:55.758629 [ 261 ] {8a70bbb2-bac0-4cfa-b4fd-b72c59a61e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8651 | 2024.11.14 00:25:55.759127 [ 261 ] {8a70bbb2-bac0-4cfa-b4fd-b72c59a61e9b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8652 | 2024.11.14 00:25:55.759170 [ 261 ] {8a70bbb2-bac0-4cfa-b4fd-b72c59a61e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8653 | 2024.11.14 00:25:55.759566 [ 261 ] {8a70bbb2-bac0-4cfa-b4fd-b72c59a61e9b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8654 | 2024.11.14 00:25:55.759816 [ 261 ] {8a70bbb2-bac0-4cfa-b4fd-b72c59a61e9b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8655 | 2024.11.14 00:25:55.760028 [ 261 ] {8a70bbb2-bac0-4cfa-b4fd-b72c59a61e9b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001484 sec., 32345.013477088945 rows/sec., 2.18 MiB/sec. | ||
| 8656 | 2024.11.14 00:25:55.760082 [ 261 ] {8a70bbb2-bac0-4cfa-b4fd-b72c59a61e9b} <Debug> TCPHandler: Processed in 0.001776215 sec. | ||
| 8657 | 2024.11.14 00:25:59.277283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1242 | ||
| 8658 | 2024.11.14 00:25:59.280161 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8659 | 2024.11.14 00:25:59.280211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8660 | 2024.11.14 00:25:59.281630 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8661 | 2024.11.14 00:25:59.281932 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8662 | 2024.11.14 00:25:59.283137 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1242 | ||
| 8663 | 2024.11.14 00:26:00.754188 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8664 | 2024.11.14 00:26:00.754367 [ 263 ] {fac45a66-615e-4f9d-b074-df3b6e69913e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8665 | 2024.11.14 00:26:00.754436 [ 263 ] {fac45a66-615e-4f9d-b074-df3b6e69913e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8666 | 2024.11.14 00:26:00.755199 [ 263 ] {fac45a66-615e-4f9d-b074-df3b6e69913e} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8667 | 2024.11.14 00:26:00.755242 [ 263 ] {fac45a66-615e-4f9d-b074-df3b6e69913e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8668 | 2024.11.14 00:26:00.755676 [ 263 ] {fac45a66-615e-4f9d-b074-df3b6e69913e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8669 | 2024.11.14 00:26:00.755941 [ 263 ] {fac45a66-615e-4f9d-b074-df3b6e69913e} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8670 | 2024.11.14 00:26:00.756105 [ 68 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8671 | 2024.11.14 00:26:00.756153 [ 68 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8672 | 2024.11.14 00:26:00.756155 [ 263 ] {fac45a66-615e-4f9d-b074-df3b6e69913e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.34 MiB/sec. | ||
| 8673 | 2024.11.14 00:26:00.756181 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8674 | 2024.11.14 00:26:00.756283 [ 263 ] {fac45a66-615e-4f9d-b074-df3b6e69913e} <Debug> TCPHandler: Processed in 0.002223871 sec. | ||
| 8675 | 2024.11.14 00:26:00.756476 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8676 | 2024.11.14 00:26:00.756605 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8677 | 2024.11.14 00:26:00.756700 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8678 | 2024.11.14 00:26:00.756767 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1431 rows starting from the beginning of the part | ||
| 8679 | 2024.11.14 00:26:00.756961 [ 261 ] {37be719f-840d-4877-9a6c-f26c0d340161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8680 | 2024.11.14 00:26:00.757064 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 8681 | 2024.11.14 00:26:00.757134 [ 261 ] {37be719f-840d-4877-9a6c-f26c0d340161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8682 | 2024.11.14 00:26:00.757477 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 8683 | 2024.11.14 00:26:00.757677 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 281 rows starting from the beginning of the part | ||
| 8684 | 2024.11.14 00:26:00.758138 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part | ||
| 8685 | 2024.11.14 00:26:00.758471 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 8686 | 2024.11.14 00:26:00.760121 [ 261 ] {37be719f-840d-4877-9a6c-f26c0d340161} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8687 | 2024.11.14 00:26:00.760197 [ 261 ] {37be719f-840d-4877-9a6c-f26c0d340161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8688 | 2024.11.14 00:26:00.761184 [ 261 ] {37be719f-840d-4877-9a6c-f26c0d340161} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8689 | 2024.11.14 00:26:00.761518 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 5 columns (5 merged, 0 gathered) in 0.005210524 sec., 372323.397800298 rows/sec., 32.54 MiB/sec. | ||
| 8690 | 2024.11.14 00:26:00.761677 [ 261 ] {37be719f-840d-4877-9a6c-f26c0d340161} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8691 | 2024.11.14 00:26:00.761941 [ 68 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8692 | 2024.11.14 00:26:00.761954 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8693 | 2024.11.14 00:26:00.762034 [ 68 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8694 | 2024.11.14 00:26:00.762108 [ 261 ] {37be719f-840d-4877-9a6c-f26c0d340161} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005266 sec., 12153.437143942272 rows/sec., 971.37 KiB/sec. | ||
| 8695 | 2024.11.14 00:26:00.762141 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8696 | 2024.11.14 00:26:00.762448 [ 261 ] {37be719f-840d-4877-9a6c-f26c0d340161} <Debug> TCPHandler: Processed in 0.006012825 sec. | ||
| 8697 | 2024.11.14 00:26:00.762730 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8698 | 2024.11.14 00:26:00.762845 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8699 | 2024.11.14 00:26:00.763365 [ 263 ] {5c24e740-5279-4c79-97b4-4a3be4d1da5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8700 | 2024.11.14 00:26:00.763588 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8701 | 2024.11.14 00:26:00.763324 [ 194 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8702 | 2024.11.14 00:26:00.763617 [ 263 ] {5c24e740-5279-4c79-97b4-4a3be4d1da5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8703 | 2024.11.14 00:26:00.763783 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 8704 | 2024.11.14 00:26:00.764315 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 72 rows starting from the beginning of the part | ||
| 8705 | 2024.11.14 00:26:00.764909 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 8706 | 2024.11.14 00:26:00.765462 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 421 rows starting from the beginning of the part | ||
| 8707 | 2024.11.14 00:26:00.765964 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part | ||
| 8708 | 2024.11.14 00:26:00.766414 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 8709 | 2024.11.14 00:26:00.766885 [ 194 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_81_16} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8710 | 2024.11.14 00:26:00.767247 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 8711 | 2024.11.14 00:26:00.767980 [ 263 ] {5c24e740-5279-4c79-97b4-4a3be4d1da5a} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8712 | 2024.11.14 00:26:00.768042 [ 263 ] {5c24e740-5279-4c79-97b4-4a3be4d1da5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8713 | 2024.11.14 00:26:00.769166 [ 263 ] {5c24e740-5279-4c79-97b4-4a3be4d1da5a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8714 | 2024.11.14 00:26:00.769631 [ 263 ] {5c24e740-5279-4c79-97b4-4a3be4d1da5a} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8715 | 2024.11.14 00:26:00.769976 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.007604738 sec., 210132.15708417568 rows/sec., 16.20 MiB/sec. | ||
| 8716 | 2024.11.14 00:26:00.770101 [ 263 ] {5c24e740-5279-4c79-97b4-4a3be4d1da5a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006872 sec., 23282.88707799767 rows/sec., 1.62 MiB/sec. | ||
| 8717 | 2024.11.14 00:26:00.770233 [ 263 ] {5c24e740-5279-4c79-97b4-4a3be4d1da5a} <Debug> TCPHandler: Processed in 0.007594797 sec. | ||
| 8718 | 2024.11.14 00:26:00.770350 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8719 | 2024.11.14 00:26:00.770430 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8720 | 2024.11.14 00:26:00.770583 [ 261 ] {020d8338-7a20-45fc-b0ad-b9ef7f8856a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8721 | 2024.11.14 00:26:00.770653 [ 261 ] {020d8338-7a20-45fc-b0ad-b9ef7f8856a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8722 | 2024.11.14 00:26:00.770716 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8723 | 2024.11.14 00:26:00.770852 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_81_16} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8724 | 2024.11.14 00:26:00.770965 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 8725 | 2024.11.14 00:26:00.771335 [ 261 ] {020d8338-7a20-45fc-b0ad-b9ef7f8856a2} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8726 | 2024.11.14 00:26:00.771374 [ 261 ] {020d8338-7a20-45fc-b0ad-b9ef7f8856a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8727 | 2024.11.14 00:26:00.771756 [ 261 ] {020d8338-7a20-45fc-b0ad-b9ef7f8856a2} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8728 | 2024.11.14 00:26:00.771999 [ 261 ] {020d8338-7a20-45fc-b0ad-b9ef7f8856a2} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8729 | 2024.11.14 00:26:00.772267 [ 261 ] {020d8338-7a20-45fc-b0ad-b9ef7f8856a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001715 sec., 34985.42274052478 rows/sec., 2.36 MiB/sec. | ||
| 8730 | 2024.11.14 00:26:00.772339 [ 261 ] {020d8338-7a20-45fc-b0ad-b9ef7f8856a2} <Debug> TCPHandler: Processed in 0.001987518 sec. | ||
| 8731 | 2024.11.14 00:26:01.124487 [ 68 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 5 parts from all_1_37_8 to all_41_41_0 | ||
| 8732 | 2024.11.14 00:26:01.124559 [ 68 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8733 | 2024.11.14 00:26:01.124586 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8734 | 2024.11.14 00:26:01.124725 [ 200 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_8 to all_41_41_0 into Compact with storage Full | ||
| 8735 | 2024.11.14 00:26:01.124942 [ 200 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8736 | 2024.11.14 00:26:01.125000 [ 200 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 64 rows starting from the beginning of the part | ||
| 8737 | 2024.11.14 00:26:01.125094 [ 200 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 46 rows starting from the beginning of the part | ||
| 8738 | 2024.11.14 00:26:01.125345 [ 200 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 46 rows starting from the beginning of the part | ||
| 8739 | 2024.11.14 00:26:01.125602 [ 200 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 8740 | 2024.11.14 00:26:01.125828 [ 200 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 46 rows starting from the beginning of the part | ||
| 8741 | 2024.11.14 00:26:01.127234 [ 199 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.002576636 sec., 81501.61683683687 rows/sec., 6.14 MiB/sec. | ||
| 8742 | 2024.11.14 00:26:01.127402 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) | ||
| 8743 | 2024.11.14 00:26:01.127702 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_41_9} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8744 | 2024.11.14 00:26:01.127783 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_41_9} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 5 parts: [all_1_37_8, all_41_41_0] -> all_1_41_9 | ||
| 8745 | 2024.11.14 00:26:01.127857 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8746 | 2024.11.14 00:26:03.984537 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8747 | 2024.11.14 00:26:03.984617 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8748 | 2024.11.14 00:26:05.760105 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8749 | 2024.11.14 00:26:05.760288 [ 263 ] {a226ca11-3caa-4959-88af-7b70f2ce2b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8750 | 2024.11.14 00:26:05.760358 [ 263 ] {a226ca11-3caa-4959-88af-7b70f2ce2b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8751 | 2024.11.14 00:26:05.761116 [ 263 ] {a226ca11-3caa-4959-88af-7b70f2ce2b32} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8752 | 2024.11.14 00:26:05.761157 [ 263 ] {a226ca11-3caa-4959-88af-7b70f2ce2b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8753 | 2024.11.14 00:26:05.761580 [ 263 ] {a226ca11-3caa-4959-88af-7b70f2ce2b32} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8754 | 2024.11.14 00:26:05.761840 [ 263 ] {a226ca11-3caa-4959-88af-7b70f2ce2b32} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8755 | 2024.11.14 00:26:05.762069 [ 263 ] {a226ca11-3caa-4959-88af-7b70f2ce2b32} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001826 sec., 7667.031763417306 rows/sec., 551.92 KiB/sec. | ||
| 8756 | 2024.11.14 00:26:05.762213 [ 263 ] {a226ca11-3caa-4959-88af-7b70f2ce2b32} <Debug> TCPHandler: Processed in 0.002226142 sec. | ||
| 8757 | 2024.11.14 00:26:05.762527 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8758 | 2024.11.14 00:26:05.762734 [ 261 ] {adeb195d-befd-4608-bad5-05f045afa6a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8759 | 2024.11.14 00:26:05.762814 [ 261 ] {adeb195d-befd-4608-bad5-05f045afa6a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8760 | 2024.11.14 00:26:05.763756 [ 261 ] {adeb195d-befd-4608-bad5-05f045afa6a4} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8761 | 2024.11.14 00:26:05.763808 [ 261 ] {adeb195d-befd-4608-bad5-05f045afa6a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8762 | 2024.11.14 00:26:05.764261 [ 261 ] {adeb195d-befd-4608-bad5-05f045afa6a4} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8763 | 2024.11.14 00:26:05.764514 [ 261 ] {adeb195d-befd-4608-bad5-05f045afa6a4} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8764 | 2024.11.14 00:26:05.764790 [ 261 ] {adeb195d-befd-4608-bad5-05f045afa6a4} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002103 sec., 133618.6400380409 rows/sec., 11.80 MiB/sec. | ||
| 8765 | 2024.11.14 00:26:05.764849 [ 261 ] {adeb195d-befd-4608-bad5-05f045afa6a4} <Debug> TCPHandler: Processed in 0.002487465 sec. | ||
| 8766 | 2024.11.14 00:26:05.765059 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8767 | 2024.11.14 00:26:05.765223 [ 263 ] {bac6c648-b879-45ac-9565-46c8ac1d1dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8768 | 2024.11.14 00:26:05.765279 [ 263 ] {bac6c648-b879-45ac-9565-46c8ac1d1dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8769 | 2024.11.14 00:26:05.765880 [ 263 ] {bac6c648-b879-45ac-9565-46c8ac1d1dd7} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8770 | 2024.11.14 00:26:05.765918 [ 263 ] {bac6c648-b879-45ac-9565-46c8ac1d1dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8771 | 2024.11.14 00:26:05.766278 [ 263 ] {bac6c648-b879-45ac-9565-46c8ac1d1dd7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8772 | 2024.11.14 00:26:05.766513 [ 263 ] {bac6c648-b879-45ac-9565-46c8ac1d1dd7} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8773 | 2024.11.14 00:26:05.766688 [ 263 ] {bac6c648-b879-45ac-9565-46c8ac1d1dd7} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001499 sec., 30687.124749833223 rows/sec., 2.21 MiB/sec. | ||
| 8774 | 2024.11.14 00:26:05.766740 [ 263 ] {bac6c648-b879-45ac-9565-46c8ac1d1dd7} <Debug> TCPHandler: Processed in 0.001785695 sec. | ||
| 8775 | 2024.11.14 00:26:05.766883 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8776 | 2024.11.14 00:26:05.766999 [ 261 ] {126cb33f-bbb0-4724-9e4b-d3f1f4609855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8777 | 2024.11.14 00:26:05.767048 [ 261 ] {126cb33f-bbb0-4724-9e4b-d3f1f4609855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8778 | 2024.11.14 00:26:05.767620 [ 261 ] {126cb33f-bbb0-4724-9e4b-d3f1f4609855} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8779 | 2024.11.14 00:26:05.767659 [ 261 ] {126cb33f-bbb0-4724-9e4b-d3f1f4609855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8780 | 2024.11.14 00:26:05.768012 [ 261 ] {126cb33f-bbb0-4724-9e4b-d3f1f4609855} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8781 | 2024.11.14 00:26:05.768257 [ 261 ] {126cb33f-bbb0-4724-9e4b-d3f1f4609855} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8782 | 2024.11.14 00:26:05.768469 [ 261 ] {126cb33f-bbb0-4724-9e4b-d3f1f4609855} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001493 sec., 9377.093101138647 rows/sec., 656.71 KiB/sec. | ||
| 8783 | 2024.11.14 00:26:05.768520 [ 261 ] {126cb33f-bbb0-4724-9e4b-d3f1f4609855} <Debug> TCPHandler: Processed in 0.001690593 sec. | ||
| 8784 | 2024.11.14 00:26:05.768667 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8785 | 2024.11.14 00:26:05.768803 [ 263 ] {e468a8d5-8169-4a5f-b5b0-d1d73bb79320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8786 | 2024.11.14 00:26:05.768858 [ 263 ] {e468a8d5-8169-4a5f-b5b0-d1d73bb79320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8787 | 2024.11.14 00:26:05.769525 [ 263 ] {e468a8d5-8169-4a5f-b5b0-d1d73bb79320} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8788 | 2024.11.14 00:26:05.769562 [ 263 ] {e468a8d5-8169-4a5f-b5b0-d1d73bb79320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8789 | 2024.11.14 00:26:05.769911 [ 263 ] {e468a8d5-8169-4a5f-b5b0-d1d73bb79320} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8790 | 2024.11.14 00:26:05.770140 [ 263 ] {e468a8d5-8169-4a5f-b5b0-d1d73bb79320} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8791 | 2024.11.14 00:26:05.770319 [ 263 ] {e468a8d5-8169-4a5f-b5b0-d1d73bb79320} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001546 sec., 8408.796895213454 rows/sec., 524.29 KiB/sec. | ||
| 8792 | 2024.11.14 00:26:05.770370 [ 263 ] {e468a8d5-8169-4a5f-b5b0-d1d73bb79320} <Debug> TCPHandler: Processed in 0.001769196 sec. | ||
| 8793 | 2024.11.14 00:26:05.770514 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8794 | 2024.11.14 00:26:05.770649 [ 261 ] {fc4d175d-4509-4f3c-a5da-342eb3da0bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8795 | 2024.11.14 00:26:05.770706 [ 261 ] {fc4d175d-4509-4f3c-a5da-342eb3da0bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8796 | 2024.11.14 00:26:05.771516 [ 261 ] {fc4d175d-4509-4f3c-a5da-342eb3da0bca} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8797 | 2024.11.14 00:26:05.771555 [ 261 ] {fc4d175d-4509-4f3c-a5da-342eb3da0bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8798 | 2024.11.14 00:26:05.771929 [ 261 ] {fc4d175d-4509-4f3c-a5da-342eb3da0bca} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8799 | 2024.11.14 00:26:05.772168 [ 261 ] {fc4d175d-4509-4f3c-a5da-342eb3da0bca} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8800 | 2024.11.14 00:26:05.772377 [ 261 ] {fc4d175d-4509-4f3c-a5da-342eb3da0bca} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001758 sec., 239476.67804323093 rows/sec., 17.11 MiB/sec. | ||
| 8801 | 2024.11.14 00:26:05.772429 [ 261 ] {fc4d175d-4509-4f3c-a5da-342eb3da0bca} <Debug> TCPHandler: Processed in 0.001978437 sec. | ||
| 8802 | 2024.11.14 00:26:05.772570 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8803 | 2024.11.14 00:26:05.772687 [ 263 ] {03dda15b-629f-49a8-abf3-0bf182aed16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8804 | 2024.11.14 00:26:05.772737 [ 263 ] {03dda15b-629f-49a8-abf3-0bf182aed16e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8805 | 2024.11.14 00:26:05.773210 [ 263 ] {03dda15b-629f-49a8-abf3-0bf182aed16e} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8806 | 2024.11.14 00:26:05.773247 [ 263 ] {03dda15b-629f-49a8-abf3-0bf182aed16e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8807 | 2024.11.14 00:26:05.773600 [ 263 ] {03dda15b-629f-49a8-abf3-0bf182aed16e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8808 | 2024.11.14 00:26:05.773832 [ 263 ] {03dda15b-629f-49a8-abf3-0bf182aed16e} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8809 | 2024.11.14 00:26:05.774004 [ 263 ] {03dda15b-629f-49a8-abf3-0bf182aed16e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec. | ||
| 8810 | 2024.11.14 00:26:05.774053 [ 263 ] {03dda15b-629f-49a8-abf3-0bf182aed16e} <Debug> TCPHandler: Processed in 0.001543141 sec. | ||
| 8811 | 2024.11.14 00:26:05.774192 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8812 | 2024.11.14 00:26:05.774307 [ 261 ] {eab61357-4a12-418d-bfb0-3f9c6c61ccb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8813 | 2024.11.14 00:26:05.774365 [ 261 ] {eab61357-4a12-418d-bfb0-3f9c6c61ccb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8814 | 2024.11.14 00:26:05.775420 [ 261 ] {eab61357-4a12-418d-bfb0-3f9c6c61ccb7} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8815 | 2024.11.14 00:26:05.775459 [ 261 ] {eab61357-4a12-418d-bfb0-3f9c6c61ccb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8816 | 2024.11.14 00:26:05.775846 [ 261 ] {eab61357-4a12-418d-bfb0-3f9c6c61ccb7} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8817 | 2024.11.14 00:26:05.776079 [ 261 ] {eab61357-4a12-418d-bfb0-3f9c6c61ccb7} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8818 | 2024.11.14 00:26:05.776303 [ 261 ] {eab61357-4a12-418d-bfb0-3f9c6c61ccb7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00202 sec., 117326.73267326732 rows/sec., 7.86 MiB/sec. | ||
| 8819 | 2024.11.14 00:26:05.776354 [ 261 ] {eab61357-4a12-418d-bfb0-3f9c6c61ccb7} <Debug> TCPHandler: Processed in 0.002215042 sec. | ||
| 8820 | 2024.11.14 00:26:05.776510 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8821 | 2024.11.14 00:26:05.776648 [ 263 ] {3a025456-e35d-4d16-afa5-b40b36a883a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8822 | 2024.11.14 00:26:05.776707 [ 263 ] {3a025456-e35d-4d16-afa5-b40b36a883a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8823 | 2024.11.14 00:26:05.777246 [ 263 ] {3a025456-e35d-4d16-afa5-b40b36a883a1} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8824 | 2024.11.14 00:26:05.777290 [ 263 ] {3a025456-e35d-4d16-afa5-b40b36a883a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8825 | 2024.11.14 00:26:05.777667 [ 263 ] {3a025456-e35d-4d16-afa5-b40b36a883a1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8826 | 2024.11.14 00:26:05.777907 [ 263 ] {3a025456-e35d-4d16-afa5-b40b36a883a1} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8827 | 2024.11.14 00:26:05.778116 [ 263 ] {3a025456-e35d-4d16-afa5-b40b36a883a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 44.98 KiB/sec. | ||
| 8828 | 2024.11.14 00:26:05.778303 [ 263 ] {3a025456-e35d-4d16-afa5-b40b36a883a1} <Debug> TCPHandler: Processed in 0.001857616 sec. | ||
| 8829 | 2024.11.14 00:26:05.778557 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8830 | 2024.11.14 00:26:05.778775 [ 261 ] {6d4b2a11-3ab0-4f8d-9cba-fa31997cb90b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8831 | 2024.11.14 00:26:05.778913 [ 261 ] {6d4b2a11-3ab0-4f8d-9cba-fa31997cb90b} <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 | ||
| 8832 | 2024.11.14 00:26:05.780271 [ 261 ] {6d4b2a11-3ab0-4f8d-9cba-fa31997cb90b} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8833 | 2024.11.14 00:26:05.780311 [ 261 ] {6d4b2a11-3ab0-4f8d-9cba-fa31997cb90b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8834 | 2024.11.14 00:26:05.780961 [ 261 ] {6d4b2a11-3ab0-4f8d-9cba-fa31997cb90b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8835 | 2024.11.14 00:26:05.781221 [ 261 ] {6d4b2a11-3ab0-4f8d-9cba-fa31997cb90b} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8836 | 2024.11.14 00:26:05.781457 [ 261 ] {6d4b2a11-3ab0-4f8d-9cba-fa31997cb90b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002738 sec., 14243.973703433163 rows/sec., 25.52 MiB/sec. | ||
| 8837 | 2024.11.14 00:26:05.781549 [ 261 ] {6d4b2a11-3ab0-4f8d-9cba-fa31997cb90b} <Debug> TCPHandler: Processed in 0.003143354 sec. | ||
| 8838 | 2024.11.14 00:26:05.781692 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8839 | 2024.11.14 00:26:05.781810 [ 263 ] {6c9fa5cd-9922-4e19-95c1-31f8c617ee77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8840 | 2024.11.14 00:26:05.781860 [ 263 ] {6c9fa5cd-9922-4e19-95c1-31f8c617ee77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8841 | 2024.11.14 00:26:05.782347 [ 263 ] {6c9fa5cd-9922-4e19-95c1-31f8c617ee77} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8842 | 2024.11.14 00:26:05.782385 [ 263 ] {6c9fa5cd-9922-4e19-95c1-31f8c617ee77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8843 | 2024.11.14 00:26:05.782752 [ 263 ] {6c9fa5cd-9922-4e19-95c1-31f8c617ee77} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8844 | 2024.11.14 00:26:05.782995 [ 263 ] {6c9fa5cd-9922-4e19-95c1-31f8c617ee77} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8845 | 2024.11.14 00:26:05.783169 [ 263 ] {6c9fa5cd-9922-4e19-95c1-31f8c617ee77} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001384 sec., 59248.5549132948 rows/sec., 3.76 MiB/sec. | ||
| 8846 | 2024.11.14 00:26:05.783216 [ 263 ] {6c9fa5cd-9922-4e19-95c1-31f8c617ee77} <Debug> TCPHandler: Processed in 0.001581832 sec. | ||
| 8847 | 2024.11.14 00:26:09.283487 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1272 | ||
| 8848 | 2024.11.14 00:26:09.286438 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8849 | 2024.11.14 00:26:09.286493 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8850 | 2024.11.14 00:26:09.287945 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8851 | 2024.11.14 00:26:09.288254 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8852 | 2024.11.14 00:26:09.289566 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1272 | ||
| 8853 | 2024.11.14 00:26:10.753165 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8854 | 2024.11.14 00:26:10.753372 [ 263 ] {542ceec4-420c-49b7-972f-8681d827ece8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8855 | 2024.11.14 00:26:10.753450 [ 263 ] {542ceec4-420c-49b7-972f-8681d827ece8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8856 | 2024.11.14 00:26:10.754205 [ 263 ] {542ceec4-420c-49b7-972f-8681d827ece8} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8857 | 2024.11.14 00:26:10.754246 [ 263 ] {542ceec4-420c-49b7-972f-8681d827ece8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8858 | 2024.11.14 00:26:10.754658 [ 263 ] {542ceec4-420c-49b7-972f-8681d827ece8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8859 | 2024.11.14 00:26:10.754906 [ 263 ] {542ceec4-420c-49b7-972f-8681d827ece8} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8860 | 2024.11.14 00:26:10.755155 [ 263 ] {542ceec4-420c-49b7-972f-8681d827ece8} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001838 sec., 5440.69640914037 rows/sec., 443.65 KiB/sec. | ||
| 8861 | 2024.11.14 00:26:10.755348 [ 263 ] {542ceec4-420c-49b7-972f-8681d827ece8} <Debug> TCPHandler: Processed in 0.002316023 sec. | ||
| 8862 | 2024.11.14 00:26:10.755616 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8863 | 2024.11.14 00:26:10.755800 [ 261 ] {f1557286-dd60-4649-87a7-1b8cfdeca886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8864 | 2024.11.14 00:26:10.755868 [ 261 ] {f1557286-dd60-4649-87a7-1b8cfdeca886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8865 | 2024.11.14 00:26:10.756594 [ 261 ] {f1557286-dd60-4649-87a7-1b8cfdeca886} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8866 | 2024.11.14 00:26:10.756639 [ 261 ] {f1557286-dd60-4649-87a7-1b8cfdeca886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8867 | 2024.11.14 00:26:10.757063 [ 261 ] {f1557286-dd60-4649-87a7-1b8cfdeca886} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8868 | 2024.11.14 00:26:10.757312 [ 261 ] {f1557286-dd60-4649-87a7-1b8cfdeca886} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8869 | 2024.11.14 00:26:10.757585 [ 261 ] {f1557286-dd60-4649-87a7-1b8cfdeca886} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001826 sec., 33406.35268346112 rows/sec., 2.55 MiB/sec. | ||
| 8870 | 2024.11.14 00:26:10.757644 [ 261 ] {f1557286-dd60-4649-87a7-1b8cfdeca886} <Debug> TCPHandler: Processed in 0.00216055 sec. | ||
| 8871 | 2024.11.14 00:26:10.757847 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8872 | 2024.11.14 00:26:10.758026 [ 263 ] {fba83122-ea41-4464-afc2-a93f784d8a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8873 | 2024.11.14 00:26:10.758084 [ 263 ] {fba83122-ea41-4464-afc2-a93f784d8a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8874 | 2024.11.14 00:26:10.758745 [ 263 ] {fba83122-ea41-4464-afc2-a93f784d8a4b} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8875 | 2024.11.14 00:26:10.758781 [ 263 ] {fba83122-ea41-4464-afc2-a93f784d8a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8876 | 2024.11.14 00:26:10.759149 [ 263 ] {fba83122-ea41-4464-afc2-a93f784d8a4b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8877 | 2024.11.14 00:26:10.759384 [ 263 ] {fba83122-ea41-4464-afc2-a93f784d8a4b} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8878 | 2024.11.14 00:26:10.759565 [ 263 ] {fba83122-ea41-4464-afc2-a93f784d8a4b} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.00158 sec., 6329.113924050633 rows/sec., 441.93 KiB/sec. | ||
| 8879 | 2024.11.14 00:26:10.759616 [ 263 ] {fba83122-ea41-4464-afc2-a93f784d8a4b} <Debug> TCPHandler: Processed in 0.001886586 sec. | ||
| 8880 | 2024.11.14 00:26:10.759768 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8881 | 2024.11.14 00:26:10.759884 [ 261 ] {cc5aa284-cde1-4fd9-baaf-aeeed2d25e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8882 | 2024.11.14 00:26:10.759933 [ 261 ] {cc5aa284-cde1-4fd9-baaf-aeeed2d25e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8883 | 2024.11.14 00:26:10.760527 [ 261 ] {cc5aa284-cde1-4fd9-baaf-aeeed2d25e33} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8884 | 2024.11.14 00:26:10.760568 [ 261 ] {cc5aa284-cde1-4fd9-baaf-aeeed2d25e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8885 | 2024.11.14 00:26:10.760928 [ 261 ] {cc5aa284-cde1-4fd9-baaf-aeeed2d25e33} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8886 | 2024.11.14 00:26:10.761175 [ 261 ] {cc5aa284-cde1-4fd9-baaf-aeeed2d25e33} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8887 | 2024.11.14 00:26:10.761387 [ 261 ] {cc5aa284-cde1-4fd9-baaf-aeeed2d25e33} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001528 sec., 48429.319371727746 rows/sec., 3.79 MiB/sec. | ||
| 8888 | 2024.11.14 00:26:10.761438 [ 261 ] {cc5aa284-cde1-4fd9-baaf-aeeed2d25e33} <Debug> TCPHandler: Processed in 0.001724365 sec. | ||
| 8889 | 2024.11.14 00:26:10.761575 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8890 | 2024.11.14 00:26:10.761695 [ 263 ] {4b92a9de-ca2f-4542-af1c-c1043b4634a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8891 | 2024.11.14 00:26:10.761750 [ 263 ] {4b92a9de-ca2f-4542-af1c-c1043b4634a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8892 | 2024.11.14 00:26:10.762305 [ 263 ] {4b92a9de-ca2f-4542-af1c-c1043b4634a1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8893 | 2024.11.14 00:26:10.762341 [ 263 ] {4b92a9de-ca2f-4542-af1c-c1043b4634a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8894 | 2024.11.14 00:26:10.762717 [ 263 ] {4b92a9de-ca2f-4542-af1c-c1043b4634a1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8895 | 2024.11.14 00:26:10.762950 [ 263 ] {4b92a9de-ca2f-4542-af1c-c1043b4634a1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8896 | 2024.11.14 00:26:10.763122 [ 263 ] {4b92a9de-ca2f-4542-af1c-c1043b4634a1} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001456 sec., 91346.15384615384 rows/sec., 6.36 MiB/sec. | ||
| 8897 | 2024.11.14 00:26:10.763171 [ 263 ] {4b92a9de-ca2f-4542-af1c-c1043b4634a1} <Debug> TCPHandler: Processed in 0.001651313 sec. | ||
| 8898 | 2024.11.14 00:26:10.763302 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8899 | 2024.11.14 00:26:10.763418 [ 261 ] {aeeeea06-3c50-4a83-a674-669ddba75938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8900 | 2024.11.14 00:26:10.763470 [ 261 ] {aeeeea06-3c50-4a83-a674-669ddba75938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8901 | 2024.11.14 00:26:10.764025 [ 261 ] {aeeeea06-3c50-4a83-a674-669ddba75938} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8902 | 2024.11.14 00:26:10.764070 [ 261 ] {aeeeea06-3c50-4a83-a674-669ddba75938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 8903 | 2024.11.14 00:26:10.764504 [ 261 ] {aeeeea06-3c50-4a83-a674-669ddba75938} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8904 | 2024.11.14 00:26:10.764744 [ 261 ] {aeeeea06-3c50-4a83-a674-669ddba75938} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8905 | 2024.11.14 00:26:10.764957 [ 261 ] {aeeeea06-3c50-4a83-a674-669ddba75938} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001563 sec., 30710.17274472169 rows/sec., 2.07 MiB/sec. | ||
| 8906 | 2024.11.14 00:26:10.765006 [ 261 ] {aeeeea06-3c50-4a83-a674-669ddba75938} <Debug> TCPHandler: Processed in 0.001758105 sec. | ||
| 8907 | 2024.11.14 00:26:15.753660 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8908 | 2024.11.14 00:26:15.753864 [ 263 ] {6196c819-1a58-4d10-bf60-23c3bf10a606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8909 | 2024.11.14 00:26:15.753938 [ 263 ] {6196c819-1a58-4d10-bf60-23c3bf10a606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8910 | 2024.11.14 00:26:15.754703 [ 263 ] {6196c819-1a58-4d10-bf60-23c3bf10a606} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8911 | 2024.11.14 00:26:15.754755 [ 263 ] {6196c819-1a58-4d10-bf60-23c3bf10a606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 8912 | 2024.11.14 00:26:15.755169 [ 263 ] {6196c819-1a58-4d10-bf60-23c3bf10a606} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 8913 | 2024.11.14 00:26:15.755413 [ 263 ] {6196c819-1a58-4d10-bf60-23c3bf10a606} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8914 | 2024.11.14 00:26:15.755637 [ 263 ] {6196c819-1a58-4d10-bf60-23c3bf10a606} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001828 sec., 30634.57330415755 rows/sec., 2.35 MiB/sec. | ||
| 8915 | 2024.11.14 00:26:15.755697 [ 263 ] {6196c819-1a58-4d10-bf60-23c3bf10a606} <Debug> TCPHandler: Processed in 0.002175121 sec. | ||
| 8916 | 2024.11.14 00:26:15.755966 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8917 | 2024.11.14 00:26:15.756178 [ 261 ] {58f996be-736d-482f-8534-b2f8317e34c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8918 | 2024.11.14 00:26:15.756259 [ 261 ] {58f996be-736d-482f-8534-b2f8317e34c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8919 | 2024.11.14 00:26:15.757061 [ 261 ] {58f996be-736d-482f-8534-b2f8317e34c5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8920 | 2024.11.14 00:26:15.757111 [ 261 ] {58f996be-736d-482f-8534-b2f8317e34c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 8921 | 2024.11.14 00:26:15.757540 [ 261 ] {58f996be-736d-482f-8534-b2f8317e34c5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 8922 | 2024.11.14 00:26:15.757785 [ 261 ] {58f996be-736d-482f-8534-b2f8317e34c5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8923 | 2024.11.14 00:26:15.758018 [ 261 ] {58f996be-736d-482f-8534-b2f8317e34c5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001897 sec., 33737.48023194518 rows/sec., 2.63 MiB/sec. | ||
| 8924 | 2024.11.14 00:26:15.758074 [ 261 ] {58f996be-736d-482f-8534-b2f8317e34c5} <Debug> TCPHandler: Processed in 0.002251291 sec. | ||
| 8925 | 2024.11.14 00:26:15.758235 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8926 | 2024.11.14 00:26:15.758374 [ 263 ] {0f7aae11-98fd-4301-9871-ff81a17f5974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8927 | 2024.11.14 00:26:15.758437 [ 263 ] {0f7aae11-98fd-4301-9871-ff81a17f5974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8928 | 2024.11.14 00:26:15.759074 [ 263 ] {0f7aae11-98fd-4301-9871-ff81a17f5974} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8929 | 2024.11.14 00:26:15.759112 [ 263 ] {0f7aae11-98fd-4301-9871-ff81a17f5974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 8930 | 2024.11.14 00:26:15.759494 [ 263 ] {0f7aae11-98fd-4301-9871-ff81a17f5974} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8931 | 2024.11.14 00:26:15.759750 [ 263 ] {0f7aae11-98fd-4301-9871-ff81a17f5974} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8932 | 2024.11.14 00:26:15.759923 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8933 | 2024.11.14 00:26:15.759986 [ 263 ] {0f7aae11-98fd-4301-9871-ff81a17f5974} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 8934 | 2024.11.14 00:26:15.760016 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8935 | 2024.11.14 00:26:15.760090 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 8936 | 2024.11.14 00:26:15.760101 [ 263 ] {0f7aae11-98fd-4301-9871-ff81a17f5974} <Debug> TCPHandler: Processed in 0.001930427 sec. | ||
| 8937 | 2024.11.14 00:26:15.760312 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8938 | 2024.11.14 00:26:15.760384 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8939 | 2024.11.14 00:26:15.760505 [ 261 ] {6a1c5601-40f4-48ba-bec0-8390657c1b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8940 | 2024.11.14 00:26:15.760624 [ 261 ] {6a1c5601-40f4-48ba-bec0-8390657c1b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8941 | 2024.11.14 00:26:15.760759 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8942 | 2024.11.14 00:26:15.760867 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 15875 rows starting from the beginning of the part | ||
| 8943 | 2024.11.14 00:26:15.761189 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 128 rows starting from the beginning of the part | ||
| 8944 | 2024.11.14 00:26:15.761626 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 8945 | 2024.11.14 00:26:15.761952 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
| 8946 | 2024.11.14 00:26:15.762222 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 133 rows starting from the beginning of the part | ||
| 8947 | 2024.11.14 00:26:15.762651 [ 197 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 8948 | 2024.11.14 00:26:15.763455 [ 261 ] {6a1c5601-40f4-48ba-bec0-8390657c1b41} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8949 | 2024.11.14 00:26:15.763510 [ 261 ] {6a1c5601-40f4-48ba-bec0-8390657c1b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 8950 | 2024.11.14 00:26:15.764268 [ 261 ] {6a1c5601-40f4-48ba-bec0-8390657c1b41} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8951 | 2024.11.14 00:26:15.764565 [ 261 ] {6a1c5601-40f4-48ba-bec0-8390657c1b41} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8952 | 2024.11.14 00:26:15.764765 [ 126 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8953 | 2024.11.14 00:26:15.764865 [ 126 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8954 | 2024.11.14 00:26:15.764910 [ 261 ] {6a1c5601-40f4-48ba-bec0-8390657c1b41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004436 sec., 13525.698827772769 rows/sec., 933.41 KiB/sec. | ||
| 8955 | 2024.11.14 00:26:15.764952 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 8956 | 2024.11.14 00:26:15.765210 [ 261 ] {6a1c5601-40f4-48ba-bec0-8390657c1b41} <Debug> TCPHandler: Processed in 0.005009531 sec. | ||
| 8957 | 2024.11.14 00:26:15.765561 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8958 | 2024.11.14 00:26:15.765884 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8959 | 2024.11.14 00:26:15.765982 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4800 rows starting from the beginning of the part | ||
| 8960 | 2024.11.14 00:26:15.766327 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part | ||
| 8961 | 2024.11.14 00:26:15.766700 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 8962 | 2024.11.14 00:26:15.766843 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
| 8963 | 2024.11.14 00:26:15.767074 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 48 rows starting from the beginning of the part | ||
| 8964 | 2024.11.14 00:26:15.767251 [ 192 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 8965 | 2024.11.14 00:26:15.770951 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16693 rows, containing 5 columns (5 merged, 0 gathered) in 0.010728671 sec., 1555924.3078662772 rows/sec., 106.11 MiB/sec. | ||
| 8966 | 2024.11.14 00:26:15.771044 [ 198 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5098 rows, containing 4 columns (4 merged, 0 gathered) in 0.005901343 sec., 863871.1561080249 rows/sec., 56.82 MiB/sec. | ||
| 8967 | 2024.11.14 00:26:15.771189 [ 188 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8968 | 2024.11.14 00:26:15.771506 [ 188 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8969 | 2024.11.14 00:26:15.771635 [ 188 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8970 | 2024.11.14 00:26:15.771693 [ 198 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8971 | 2024.11.14 00:26:15.771795 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.66 MiB. | ||
| 8972 | 2024.11.14 00:26:15.772129 [ 198 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8973 | 2024.11.14 00:26:15.772223 [ 198 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_81_16} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8974 | 2024.11.14 00:26:15.772325 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 8975 | 2024.11.14 00:26:16.000168 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.32 MiB, peak 187.94 MiB, free memory in arenas 0.00 B, will set to 179.46 MiB (RSS), difference: 1.14 MiB | ||
| 8976 | 2024.11.14 00:26:17.198654 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8977 | 2024.11.14 00:26:17.442369 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49603, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8978 | 2024.11.14 00:26:17.560870 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43600, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8979 | 2024.11.14 00:26:17.572238 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8980 | 2024.11.14 00:26:17.688658 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8981 | 2024.11.14 00:26:17.700963 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37160, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8982 | 2024.11.14 00:26:17.708209 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45961, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8983 | 2024.11.14 00:26:17.708282 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8984 | 2024.11.14 00:26:18.984865 [ 171 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8985 | 2024.11.14 00:26:18.984959 [ 171 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8986 | 2024.11.14 00:26:19.289882 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1292 | ||
| 8987 | 2024.11.14 00:26:19.292661 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8988 | 2024.11.14 00:26:19.292705 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 8989 | 2024.11.14 00:26:19.294149 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8990 | 2024.11.14 00:26:19.294457 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8991 | 2024.11.14 00:26:19.295791 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1292 | ||
| 8992 | 2024.11.14 00:26:20.181716 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63329, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8993 | 2024.11.14 00:26:20.760069 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8994 | 2024.11.14 00:26:20.760257 [ 263 ] {14a1e1f5-0749-491d-bbe0-3af0059aedc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8995 | 2024.11.14 00:26:20.760328 [ 263 ] {14a1e1f5-0749-491d-bbe0-3af0059aedc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8996 | 2024.11.14 00:26:20.761087 [ 263 ] {14a1e1f5-0749-491d-bbe0-3af0059aedc4} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8997 | 2024.11.14 00:26:20.761139 [ 263 ] {14a1e1f5-0749-491d-bbe0-3af0059aedc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 8998 | 2024.11.14 00:26:20.761557 [ 263 ] {14a1e1f5-0749-491d-bbe0-3af0059aedc4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8999 | 2024.11.14 00:26:20.761806 [ 263 ] {14a1e1f5-0749-491d-bbe0-3af0059aedc4} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9000 | 2024.11.14 00:26:20.762047 [ 263 ] {14a1e1f5-0749-491d-bbe0-3af0059aedc4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001842 sec., 7600.43431053203 rows/sec., 547.13 KiB/sec. | ||
| 9001 | 2024.11.14 00:26:20.762105 [ 263 ] {14a1e1f5-0749-491d-bbe0-3af0059aedc4} <Debug> TCPHandler: Processed in 0.00217057 sec. | ||
| 9002 | 2024.11.14 00:26:20.762378 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9003 | 2024.11.14 00:26:20.762592 [ 261 ] {52da9bf3-cdcc-4d3a-b5d1-b9369ba84d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9004 | 2024.11.14 00:26:20.762674 [ 261 ] {52da9bf3-cdcc-4d3a-b5d1-b9369ba84d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9005 | 2024.11.14 00:26:20.763602 [ 261 ] {52da9bf3-cdcc-4d3a-b5d1-b9369ba84d22} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9006 | 2024.11.14 00:26:20.763653 [ 261 ] {52da9bf3-cdcc-4d3a-b5d1-b9369ba84d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9007 | 2024.11.14 00:26:20.764113 [ 261 ] {52da9bf3-cdcc-4d3a-b5d1-b9369ba84d22} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9008 | 2024.11.14 00:26:20.764363 [ 261 ] {52da9bf3-cdcc-4d3a-b5d1-b9369ba84d22} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9009 | 2024.11.14 00:26:20.764611 [ 261 ] {52da9bf3-cdcc-4d3a-b5d1-b9369ba84d22} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002077 sec., 135291.28550794415 rows/sec., 11.95 MiB/sec. | ||
| 9010 | 2024.11.14 00:26:20.764668 [ 261 ] {52da9bf3-cdcc-4d3a-b5d1-b9369ba84d22} <Debug> TCPHandler: Processed in 0.002428534 sec. | ||
| 9011 | 2024.11.14 00:26:20.764829 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9012 | 2024.11.14 00:26:20.764966 [ 263 ] {4f3d9cdb-826c-4d74-bd19-eda831b20472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9013 | 2024.11.14 00:26:20.765023 [ 263 ] {4f3d9cdb-826c-4d74-bd19-eda831b20472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9014 | 2024.11.14 00:26:20.765724 [ 263 ] {4f3d9cdb-826c-4d74-bd19-eda831b20472} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9015 | 2024.11.14 00:26:20.765771 [ 263 ] {4f3d9cdb-826c-4d74-bd19-eda831b20472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9016 | 2024.11.14 00:26:20.766157 [ 263 ] {4f3d9cdb-826c-4d74-bd19-eda831b20472} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9017 | 2024.11.14 00:26:20.766389 [ 263 ] {4f3d9cdb-826c-4d74-bd19-eda831b20472} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9018 | 2024.11.14 00:26:20.766609 [ 263 ] {4f3d9cdb-826c-4d74-bd19-eda831b20472} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001674 sec., 27479.091995221028 rows/sec., 1.98 MiB/sec. | ||
| 9019 | 2024.11.14 00:26:20.766660 [ 263 ] {4f3d9cdb-826c-4d74-bd19-eda831b20472} <Debug> TCPHandler: Processed in 0.001900356 sec. | ||
| 9020 | 2024.11.14 00:26:20.766790 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9021 | 2024.11.14 00:26:20.766907 [ 261 ] {ac8a1044-c94f-49e7-a17c-85339c5449ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9022 | 2024.11.14 00:26:20.766962 [ 261 ] {ac8a1044-c94f-49e7-a17c-85339c5449ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9023 | 2024.11.14 00:26:20.767691 [ 261 ] {ac8a1044-c94f-49e7-a17c-85339c5449ed} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9024 | 2024.11.14 00:26:20.767742 [ 261 ] {ac8a1044-c94f-49e7-a17c-85339c5449ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9025 | 2024.11.14 00:26:20.768136 [ 261 ] {ac8a1044-c94f-49e7-a17c-85339c5449ed} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9026 | 2024.11.14 00:26:20.768375 [ 261 ] {ac8a1044-c94f-49e7-a17c-85339c5449ed} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9027 | 2024.11.14 00:26:20.768576 [ 261 ] {ac8a1044-c94f-49e7-a17c-85339c5449ed} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001692 sec., 8274.231678486998 rows/sec., 579.47 KiB/sec. | ||
| 9028 | 2024.11.14 00:26:20.768630 [ 261 ] {ac8a1044-c94f-49e7-a17c-85339c5449ed} <Debug> TCPHandler: Processed in 0.001894007 sec. | ||
| 9029 | 2024.11.14 00:26:20.768776 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9030 | 2024.11.14 00:26:20.768892 [ 263 ] {f3ea11b0-3c45-4bf8-91f0-0d9efba2ce99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9031 | 2024.11.14 00:26:20.768943 [ 263 ] {f3ea11b0-3c45-4bf8-91f0-0d9efba2ce99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9032 | 2024.11.14 00:26:20.769655 [ 263 ] {f3ea11b0-3c45-4bf8-91f0-0d9efba2ce99} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9033 | 2024.11.14 00:26:20.769735 [ 263 ] {f3ea11b0-3c45-4bf8-91f0-0d9efba2ce99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9034 | 2024.11.14 00:26:20.770149 [ 263 ] {f3ea11b0-3c45-4bf8-91f0-0d9efba2ce99} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9035 | 2024.11.14 00:26:20.770388 [ 263 ] {f3ea11b0-3c45-4bf8-91f0-0d9efba2ce99} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9036 | 2024.11.14 00:26:20.770610 [ 263 ] {f3ea11b0-3c45-4bf8-91f0-0d9efba2ce99} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001738 sec., 7479.861910241657 rows/sec., 466.37 KiB/sec. | ||
| 9037 | 2024.11.14 00:26:20.770733 [ 263 ] {f3ea11b0-3c45-4bf8-91f0-0d9efba2ce99} <Debug> TCPHandler: Processed in 0.002012229 sec. | ||
| 9038 | 2024.11.14 00:26:20.770876 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9039 | 2024.11.14 00:26:20.771004 [ 261 ] {d0878383-39c2-4d00-bf03-c7f24c8eac93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9040 | 2024.11.14 00:26:20.771062 [ 261 ] {d0878383-39c2-4d00-bf03-c7f24c8eac93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9041 | 2024.11.14 00:26:20.771912 [ 261 ] {d0878383-39c2-4d00-bf03-c7f24c8eac93} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9042 | 2024.11.14 00:26:20.771956 [ 261 ] {d0878383-39c2-4d00-bf03-c7f24c8eac93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9043 | 2024.11.14 00:26:20.772335 [ 261 ] {d0878383-39c2-4d00-bf03-c7f24c8eac93} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9044 | 2024.11.14 00:26:20.772574 [ 261 ] {d0878383-39c2-4d00-bf03-c7f24c8eac93} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9045 | 2024.11.14 00:26:20.772794 [ 261 ] {d0878383-39c2-4d00-bf03-c7f24c8eac93} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00182 sec., 231318.6813186813 rows/sec., 16.53 MiB/sec. | ||
| 9046 | 2024.11.14 00:26:20.772846 [ 261 ] {d0878383-39c2-4d00-bf03-c7f24c8eac93} <Debug> TCPHandler: Processed in 0.002024318 sec. | ||
| 9047 | 2024.11.14 00:26:20.772997 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9048 | 2024.11.14 00:26:20.773133 [ 263 ] {18af2953-06bf-4f22-8a4f-31d52ad33f3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9049 | 2024.11.14 00:26:20.773192 [ 263 ] {18af2953-06bf-4f22-8a4f-31d52ad33f3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9050 | 2024.11.14 00:26:20.773759 [ 263 ] {18af2953-06bf-4f22-8a4f-31d52ad33f3d} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9051 | 2024.11.14 00:26:20.773805 [ 263 ] {18af2953-06bf-4f22-8a4f-31d52ad33f3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9052 | 2024.11.14 00:26:20.774183 [ 263 ] {18af2953-06bf-4f22-8a4f-31d52ad33f3d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9053 | 2024.11.14 00:26:20.774411 [ 263 ] {18af2953-06bf-4f22-8a4f-31d52ad33f3d} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9054 | 2024.11.14 00:26:20.774622 [ 263 ] {18af2953-06bf-4f22-8a4f-31d52ad33f3d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec. | ||
| 9055 | 2024.11.14 00:26:20.774744 [ 263 ] {18af2953-06bf-4f22-8a4f-31d52ad33f3d} <Debug> TCPHandler: Processed in 0.001813235 sec. | ||
| 9056 | 2024.11.14 00:26:20.774881 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9057 | 2024.11.14 00:26:20.775010 [ 261 ] {07831e71-7929-4c63-bf30-0d61ead7420f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9058 | 2024.11.14 00:26:20.775072 [ 261 ] {07831e71-7929-4c63-bf30-0d61ead7420f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9059 | 2024.11.14 00:26:20.775745 [ 261 ] {07831e71-7929-4c63-bf30-0d61ead7420f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9060 | 2024.11.14 00:26:20.775793 [ 261 ] {07831e71-7929-4c63-bf30-0d61ead7420f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9061 | 2024.11.14 00:26:20.776209 [ 261 ] {07831e71-7929-4c63-bf30-0d61ead7420f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9062 | 2024.11.14 00:26:20.776456 [ 261 ] {07831e71-7929-4c63-bf30-0d61ead7420f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9063 | 2024.11.14 00:26:20.776668 [ 261 ] {07831e71-7929-4c63-bf30-0d61ead7420f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001688 sec., 140402.84360189573 rows/sec., 9.41 MiB/sec. | ||
| 9064 | 2024.11.14 00:26:20.776725 [ 261 ] {07831e71-7929-4c63-bf30-0d61ead7420f} <Debug> TCPHandler: Processed in 0.001898257 sec. | ||
| 9065 | 2024.11.14 00:26:20.776932 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9066 | 2024.11.14 00:26:20.777093 [ 263 ] {8a245ee3-02a8-4abb-8fec-ddb1a6a2f02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9067 | 2024.11.14 00:26:20.777153 [ 263 ] {8a245ee3-02a8-4abb-8fec-ddb1a6a2f02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9068 | 2024.11.14 00:26:20.777701 [ 263 ] {8a245ee3-02a8-4abb-8fec-ddb1a6a2f02b} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9069 | 2024.11.14 00:26:20.777746 [ 263 ] {8a245ee3-02a8-4abb-8fec-ddb1a6a2f02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9070 | 2024.11.14 00:26:20.778129 [ 263 ] {8a245ee3-02a8-4abb-8fec-ddb1a6a2f02b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9071 | 2024.11.14 00:26:20.778359 [ 263 ] {8a245ee3-02a8-4abb-8fec-ddb1a6a2f02b} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9072 | 2024.11.14 00:26:20.778559 [ 263 ] {8a245ee3-02a8-4abb-8fec-ddb1a6a2f02b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec. | ||
| 9073 | 2024.11.14 00:26:20.778606 [ 263 ] {8a245ee3-02a8-4abb-8fec-ddb1a6a2f02b} <Debug> TCPHandler: Processed in 0.001783605 sec. | ||
| 9074 | 2024.11.14 00:26:20.778735 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9075 | 2024.11.14 00:26:20.778851 [ 261 ] {6e26f4da-03f3-4880-bdb3-074dd706519a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9076 | 2024.11.14 00:26:20.778931 [ 261 ] {6e26f4da-03f3-4880-bdb3-074dd706519a} <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 | ||
| 9077 | 2024.11.14 00:26:20.780253 [ 261 ] {6e26f4da-03f3-4880-bdb3-074dd706519a} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9078 | 2024.11.14 00:26:20.780292 [ 261 ] {6e26f4da-03f3-4880-bdb3-074dd706519a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9079 | 2024.11.14 00:26:20.780936 [ 261 ] {6e26f4da-03f3-4880-bdb3-074dd706519a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9080 | 2024.11.14 00:26:20.781190 [ 261 ] {6e26f4da-03f3-4880-bdb3-074dd706519a} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9081 | 2024.11.14 00:26:20.781505 [ 261 ] {6e26f4da-03f3-4880-bdb3-074dd706519a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002668 sec., 14617.69115442279 rows/sec., 26.19 MiB/sec. | ||
| 9082 | 2024.11.14 00:26:20.781988 [ 261 ] {6e26f4da-03f3-4880-bdb3-074dd706519a} <Debug> TCPHandler: Processed in 0.003305107 sec. | ||
| 9083 | 2024.11.14 00:26:20.782136 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9084 | 2024.11.14 00:26:20.782272 [ 263 ] {51aa5bbd-388d-452d-a143-4064449c69e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9085 | 2024.11.14 00:26:20.782330 [ 263 ] {51aa5bbd-388d-452d-a143-4064449c69e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9086 | 2024.11.14 00:26:20.782889 [ 263 ] {51aa5bbd-388d-452d-a143-4064449c69e9} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9087 | 2024.11.14 00:26:20.782932 [ 263 ] {51aa5bbd-388d-452d-a143-4064449c69e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9088 | 2024.11.14 00:26:20.783294 [ 263 ] {51aa5bbd-388d-452d-a143-4064449c69e9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9089 | 2024.11.14 00:26:20.783535 [ 263 ] {51aa5bbd-388d-452d-a143-4064449c69e9} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9090 | 2024.11.14 00:26:20.783737 [ 263 ] {51aa5bbd-388d-452d-a143-4064449c69e9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001495 sec., 54849.4983277592 rows/sec., 3.48 MiB/sec. | ||
| 9091 | 2024.11.14 00:26:20.783784 [ 263 ] {51aa5bbd-388d-452d-a143-4064449c69e9} <Debug> TCPHandler: Processed in 0.001715854 sec. | ||
| 9092 | 2024.11.14 00:26:20.859141 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9093 | 2024.11.14 00:26:20.895602 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9094 | 2024.11.14 00:26:21.025746 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9095 | 2024.11.14 00:26:21.025842 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9096 | 2024.11.14 00:26:21.039097 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9097 | 2024.11.14 00:26:21.069296 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9098 | 2024.11.14 00:26:21.099932 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60437, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9099 | 2024.11.14 00:26:21.112334 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33067, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9100 | 2024.11.14 00:26:21.780589 [ 84 ] {} <Debug> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9101 | 2024.11.14 00:26:21.780678 [ 84 ] {} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9102 | 2024.11.14 00:26:21.780718 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9103 | 2024.11.14 00:26:21.781027 [ 186 ] {43aab42d-f04b-49e7-939e-d26597b119bd::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 | ||
| 9104 | 2024.11.14 00:26:21.781410 [ 186 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9105 | 2024.11.14 00:26:21.781458 [ 186 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 9106 | 2024.11.14 00:26:21.781548 [ 186 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 9107 | 2024.11.14 00:26:21.781644 [ 186 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part | ||
| 9108 | 2024.11.14 00:26:21.781930 [ 186 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
| 9109 | 2024.11.14 00:26:21.782064 [ 186 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 9110 | 2024.11.14 00:26:21.783000 [ 188 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.00217197 sec., 24862.22185389301 rows/sec., 2.07 MiB/sec. | ||
| 9111 | 2024.11.14 00:26:21.783256 [ 191 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9112 | 2024.11.14 00:26:21.783820 [ 191 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_13_3} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9113 | 2024.11.14 00:26:21.783976 [ 191 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_13_3} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9114 | 2024.11.14 00:26:21.784091 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9115 | 2024.11.14 00:26:21.789831 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9116 | 2024.11.14 00:26:21.847551 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9117 | 2024.11.14 00:26:21.861961 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9118 | 2024.11.14 00:26:21.882850 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9119 | 2024.11.14 00:26:21.889321 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9120 | 2024.11.14 00:26:21.900766 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9121 | 2024.11.14 00:26:21.914989 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58864, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9122 | 2024.11.14 00:26:21.921228 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9123 | 2024.11.14 00:26:22.351576 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9124 | 2024.11.14 00:26:22.363984 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9125 | 2024.11.14 00:26:22.527114 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9126 | 2024.11.14 00:26:22.548481 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9127 | 2024.11.14 00:26:22.646088 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9128 | 2024.11.14 00:26:22.649644 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9129 | 2024.11.14 00:26:22.653906 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9130 | 2024.11.14 00:26:25.752333 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9131 | 2024.11.14 00:26:25.752555 [ 263 ] {42b9b514-cde5-42c1-ba9f-a01467a540ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9132 | 2024.11.14 00:26:25.752636 [ 263 ] {42b9b514-cde5-42c1-ba9f-a01467a540ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9133 | 2024.11.14 00:26:25.753452 [ 263 ] {42b9b514-cde5-42c1-ba9f-a01467a540ec} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9134 | 2024.11.14 00:26:25.753499 [ 263 ] {42b9b514-cde5-42c1-ba9f-a01467a540ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9135 | 2024.11.14 00:26:25.753910 [ 263 ] {42b9b514-cde5-42c1-ba9f-a01467a540ec} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9136 | 2024.11.14 00:26:25.754151 [ 263 ] {42b9b514-cde5-42c1-ba9f-a01467a540ec} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9137 | 2024.11.14 00:26:25.754359 [ 23 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9138 | 2024.11.14 00:26:25.754386 [ 263 ] {42b9b514-cde5-42c1-ba9f-a01467a540ec} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.28 MiB/sec. | ||
| 9139 | 2024.11.14 00:26:25.754448 [ 23 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9140 | 2024.11.14 00:26:25.754512 [ 263 ] {42b9b514-cde5-42c1-ba9f-a01467a540ec} <Debug> TCPHandler: Processed in 0.002311932 sec. | ||
| 9141 | 2024.11.14 00:26:25.754519 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9142 | 2024.11.14 00:26:25.754770 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9143 | 2024.11.14 00:26:25.754810 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9144 | 2024.11.14 00:26:25.755232 [ 261 ] {4924a58d-b2bf-41db-89bc-4222a46bd2f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9145 | 2024.11.14 00:26:25.755339 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9146 | 2024.11.14 00:26:25.755427 [ 261 ] {4924a58d-b2bf-41db-89bc-4222a46bd2f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9147 | 2024.11.14 00:26:25.755469 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1431 rows starting from the beginning of the part | ||
| 9148 | 2024.11.14 00:26:25.755967 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 281 rows starting from the beginning of the part | ||
| 9149 | 2024.11.14 00:26:25.756448 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 61 rows starting from the beginning of the part | ||
| 9150 | 2024.11.14 00:26:25.756943 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part | ||
| 9151 | 2024.11.14 00:26:25.757402 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 281 rows starting from the beginning of the part | ||
| 9152 | 2024.11.14 00:26:25.757846 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
| 9153 | 2024.11.14 00:26:25.759401 [ 261 ] {4924a58d-b2bf-41db-89bc-4222a46bd2f4} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9154 | 2024.11.14 00:26:25.759443 [ 261 ] {4924a58d-b2bf-41db-89bc-4222a46bd2f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9155 | 2024.11.14 00:26:25.760023 [ 261 ] {4924a58d-b2bf-41db-89bc-4222a46bd2f4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9156 | 2024.11.14 00:26:25.760295 [ 261 ] {4924a58d-b2bf-41db-89bc-4222a46bd2f4} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9157 | 2024.11.14 00:26:25.760494 [ 23 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9158 | 2024.11.14 00:26:25.760570 [ 23 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9159 | 2024.11.14 00:26:25.760617 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9160 | 2024.11.14 00:26:25.760649 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2166 rows, containing 5 columns (5 merged, 0 gathered) in 0.006016544 sec., 360007.33976183005 rows/sec., 31.75 MiB/sec. | ||
| 9161 | 2024.11.14 00:26:25.760762 [ 261 ] {4924a58d-b2bf-41db-89bc-4222a46bd2f4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005672 sec., 11283.497884344146 rows/sec., 901.84 KiB/sec. | ||
| 9162 | 2024.11.14 00:26:25.760955 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9163 | 2024.11.14 00:26:25.760974 [ 261 ] {4924a58d-b2bf-41db-89bc-4222a46bd2f4} <Debug> TCPHandler: Processed in 0.006334639 sec. | ||
| 9164 | 2024.11.14 00:26:25.761004 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9165 | 2024.11.14 00:26:25.761262 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9166 | 2024.11.14 00:26:25.761279 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9167 | 2024.11.14 00:26:25.761347 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part | ||
| 9168 | 2024.11.14 00:26:25.761660 [ 263 ] {1dc28e83-c249-4a3b-b45c-1331b7f149c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9169 | 2024.11.14 00:26:25.761905 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 421 rows starting from the beginning of the part | ||
| 9170 | 2024.11.14 00:26:25.761934 [ 263 ] {1dc28e83-c249-4a3b-b45c-1331b7f149c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9171 | 2024.11.14 00:26:25.761943 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9172 | 2024.11.14 00:26:25.762460 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 74 rows starting from the beginning of the part | ||
| 9173 | 2024.11.14 00:26:25.762503 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_86_17} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9174 | 2024.11.14 00:26:25.762978 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 9175 | 2024.11.14 00:26:25.763069 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part | ||
| 9176 | 2024.11.14 00:26:25.763372 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 421 rows starting from the beginning of the part | ||
| 9177 | 2024.11.14 00:26:25.763664 [ 195 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
| 9178 | 2024.11.14 00:26:25.765087 [ 263 ] {1dc28e83-c249-4a3b-b45c-1331b7f149c3} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9179 | 2024.11.14 00:26:25.765162 [ 263 ] {1dc28e83-c249-4a3b-b45c-1331b7f149c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9180 | 2024.11.14 00:26:25.766280 [ 263 ] {1dc28e83-c249-4a3b-b45c-1331b7f149c3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9181 | 2024.11.14 00:26:25.766674 [ 263 ] {1dc28e83-c249-4a3b-b45c-1331b7f149c3} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9182 | 2024.11.14 00:26:25.766967 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.006230617 sec., 314094.0937310061 rows/sec., 24.05 MiB/sec. | ||
| 9183 | 2024.11.14 00:26:25.767124 [ 263 ] {1dc28e83-c249-4a3b-b45c-1331b7f149c3} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005654 sec., 22638.839759462327 rows/sec., 1.58 MiB/sec. | ||
| 9184 | 2024.11.14 00:26:25.767201 [ 263 ] {1dc28e83-c249-4a3b-b45c-1331b7f149c3} <Debug> TCPHandler: Processed in 0.006126047 sec. | ||
| 9185 | 2024.11.14 00:26:25.767216 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9186 | 2024.11.14 00:26:25.767377 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9187 | 2024.11.14 00:26:25.767573 [ 261 ] {af66018e-e4e9-41d1-af2a-e17cbefb68a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9188 | 2024.11.14 00:26:25.767676 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9189 | 2024.11.14 00:26:25.767686 [ 261 ] {af66018e-e4e9-41d1-af2a-e17cbefb68a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9190 | 2024.11.14 00:26:25.767900 [ 188 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_86_17} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9191 | 2024.11.14 00:26:25.768097 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 9192 | 2024.11.14 00:26:25.768521 [ 261 ] {af66018e-e4e9-41d1-af2a-e17cbefb68a6} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9193 | 2024.11.14 00:26:25.768565 [ 261 ] {af66018e-e4e9-41d1-af2a-e17cbefb68a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9194 | 2024.11.14 00:26:25.768943 [ 261 ] {af66018e-e4e9-41d1-af2a-e17cbefb68a6} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9195 | 2024.11.14 00:26:25.769187 [ 261 ] {af66018e-e4e9-41d1-af2a-e17cbefb68a6} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9196 | 2024.11.14 00:26:25.769360 [ 261 ] {af66018e-e4e9-41d1-af2a-e17cbefb68a6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001848 sec., 25974.025974025975 rows/sec., 1.75 MiB/sec. | ||
| 9197 | 2024.11.14 00:26:25.769412 [ 261 ] {af66018e-e4e9-41d1-af2a-e17cbefb68a6} <Debug> TCPHandler: Processed in 0.00212384 sec. | ||
| 9198 | 2024.11.14 00:26:29.296061 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1322 | ||
| 9199 | 2024.11.14 00:26:29.299127 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9200 | 2024.11.14 00:26:29.299187 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9201 | 2024.11.14 00:26:29.300598 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9202 | 2024.11.14 00:26:29.300917 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9203 | 2024.11.14 00:26:29.301521 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1322 | ||
| 9204 | 2024.11.14 00:26:30.754102 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9205 | 2024.11.14 00:26:30.754285 [ 263 ] {33352cdf-47eb-4f7b-986c-1fbab225e722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9206 | 2024.11.14 00:26:30.754358 [ 263 ] {33352cdf-47eb-4f7b-986c-1fbab225e722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9207 | 2024.11.14 00:26:30.755108 [ 263 ] {33352cdf-47eb-4f7b-986c-1fbab225e722} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9208 | 2024.11.14 00:26:30.755147 [ 263 ] {33352cdf-47eb-4f7b-986c-1fbab225e722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9209 | 2024.11.14 00:26:30.755573 [ 263 ] {33352cdf-47eb-4f7b-986c-1fbab225e722} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9210 | 2024.11.14 00:26:30.755820 [ 263 ] {33352cdf-47eb-4f7b-986c-1fbab225e722} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9211 | 2024.11.14 00:26:30.756043 [ 263 ] {33352cdf-47eb-4f7b-986c-1fbab225e722} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001802 sec., 31076.581576026638 rows/sec., 2.39 MiB/sec. | ||
| 9212 | 2024.11.14 00:26:30.756147 [ 263 ] {33352cdf-47eb-4f7b-986c-1fbab225e722} <Debug> TCPHandler: Processed in 0.00216779 sec. | ||
| 9213 | 2024.11.14 00:26:30.756429 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9214 | 2024.11.14 00:26:30.756619 [ 261 ] {39b5272c-f07d-4264-abe6-950ac3afe302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9215 | 2024.11.14 00:26:30.756690 [ 261 ] {39b5272c-f07d-4264-abe6-950ac3afe302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9216 | 2024.11.14 00:26:30.757448 [ 261 ] {39b5272c-f07d-4264-abe6-950ac3afe302} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9217 | 2024.11.14 00:26:30.757500 [ 261 ] {39b5272c-f07d-4264-abe6-950ac3afe302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9218 | 2024.11.14 00:26:30.757930 [ 261 ] {39b5272c-f07d-4264-abe6-950ac3afe302} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9219 | 2024.11.14 00:26:30.758181 [ 261 ] {39b5272c-f07d-4264-abe6-950ac3afe302} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9220 | 2024.11.14 00:26:30.758414 [ 261 ] {39b5272c-f07d-4264-abe6-950ac3afe302} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001847 sec., 34650.785056848945 rows/sec., 2.70 MiB/sec. | ||
| 9221 | 2024.11.14 00:26:30.758468 [ 261 ] {39b5272c-f07d-4264-abe6-950ac3afe302} <Debug> TCPHandler: Processed in 0.002202691 sec. | ||
| 9222 | 2024.11.14 00:26:30.758623 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9223 | 2024.11.14 00:26:30.758761 [ 263 ] {a64971f2-f26c-4525-b8f0-5c4bd9dc5670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9224 | 2024.11.14 00:26:30.758824 [ 263 ] {a64971f2-f26c-4525-b8f0-5c4bd9dc5670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9225 | 2024.11.14 00:26:30.759464 [ 263 ] {a64971f2-f26c-4525-b8f0-5c4bd9dc5670} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9226 | 2024.11.14 00:26:30.759502 [ 263 ] {a64971f2-f26c-4525-b8f0-5c4bd9dc5670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9227 | 2024.11.14 00:26:30.759904 [ 263 ] {a64971f2-f26c-4525-b8f0-5c4bd9dc5670} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9228 | 2024.11.14 00:26:30.760136 [ 263 ] {a64971f2-f26c-4525-b8f0-5c4bd9dc5670} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9229 | 2024.11.14 00:26:30.760340 [ 263 ] {a64971f2-f26c-4525-b8f0-5c4bd9dc5670} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
| 9230 | 2024.11.14 00:26:30.760390 [ 263 ] {a64971f2-f26c-4525-b8f0-5c4bd9dc5670} <Debug> TCPHandler: Processed in 0.001832136 sec. | ||
| 9231 | 2024.11.14 00:26:30.760536 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9232 | 2024.11.14 00:26:30.760674 [ 261 ] {70c2bf90-d57d-405f-b0c3-ddefb4b17212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9233 | 2024.11.14 00:26:30.760735 [ 261 ] {70c2bf90-d57d-405f-b0c3-ddefb4b17212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9234 | 2024.11.14 00:26:30.761312 [ 261 ] {70c2bf90-d57d-405f-b0c3-ddefb4b17212} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9235 | 2024.11.14 00:26:30.761352 [ 261 ] {70c2bf90-d57d-405f-b0c3-ddefb4b17212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9236 | 2024.11.14 00:26:30.761728 [ 261 ] {70c2bf90-d57d-405f-b0c3-ddefb4b17212} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9237 | 2024.11.14 00:26:30.761969 [ 261 ] {70c2bf90-d57d-405f-b0c3-ddefb4b17212} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9238 | 2024.11.14 00:26:30.762178 [ 261 ] {70c2bf90-d57d-405f-b0c3-ddefb4b17212} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001535 sec., 39087.94788273616 rows/sec., 2.63 MiB/sec. | ||
| 9239 | 2024.11.14 00:26:30.762228 [ 261 ] {70c2bf90-d57d-405f-b0c3-ddefb4b17212} <Debug> TCPHandler: Processed in 0.001759395 sec. | ||
| 9240 | 2024.11.14 00:26:32.231990 [ 60 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9241 | 2024.11.14 00:26:32.232062 [ 60 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9242 | 2024.11.14 00:26:32.232089 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9243 | 2024.11.14 00:26:32.232312 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 9244 | 2024.11.14 00:26:32.232628 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9245 | 2024.11.14 00:26:32.232693 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 242 rows starting from the beginning of the part | ||
| 9246 | 2024.11.14 00:26:32.232885 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 9247 | 2024.11.14 00:26:32.233108 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 9248 | 2024.11.14 00:26:32.233458 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 9249 | 2024.11.14 00:26:32.233625 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 9250 | 2024.11.14 00:26:32.234721 [ 188 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002540946 sec., 117279.15508633398 rows/sec., 8.41 MiB/sec. | ||
| 9251 | 2024.11.14 00:26:32.234929 [ 188 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9252 | 2024.11.14 00:26:32.235319 [ 188 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_29_7} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9253 | 2024.11.14 00:26:32.235421 [ 188 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_29_7} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9254 | 2024.11.14 00:26:32.235528 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 9255 | 2024.11.14 00:26:33.985034 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9256 | 2024.11.14 00:26:33.985098 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9257 | 2024.11.14 00:26:35.760481 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9258 | 2024.11.14 00:26:35.760667 [ 263 ] {dc0e7b6f-ce59-4703-a3f1-cd106a983f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9259 | 2024.11.14 00:26:35.760737 [ 263 ] {dc0e7b6f-ce59-4703-a3f1-cd106a983f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9260 | 2024.11.14 00:26:35.761483 [ 263 ] {dc0e7b6f-ce59-4703-a3f1-cd106a983f37} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9261 | 2024.11.14 00:26:35.761528 [ 263 ] {dc0e7b6f-ce59-4703-a3f1-cd106a983f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9262 | 2024.11.14 00:26:35.761944 [ 263 ] {dc0e7b6f-ce59-4703-a3f1-cd106a983f37} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9263 | 2024.11.14 00:26:35.762197 [ 263 ] {dc0e7b6f-ce59-4703-a3f1-cd106a983f37} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9264 | 2024.11.14 00:26:35.762406 [ 155 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9265 | 2024.11.14 00:26:35.762449 [ 263 ] {dc0e7b6f-ce59-4703-a3f1-cd106a983f37} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00183 sec., 7650.273224043715 rows/sec., 550.72 KiB/sec. | ||
| 9266 | 2024.11.14 00:26:35.762499 [ 155 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9267 | 2024.11.14 00:26:35.762568 [ 263 ] {dc0e7b6f-ce59-4703-a3f1-cd106a983f37} <Debug> TCPHandler: Processed in 0.002206251 sec. | ||
| 9268 | 2024.11.14 00:26:35.762571 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9269 | 2024.11.14 00:26:35.762790 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 9270 | 2024.11.14 00:26:35.762893 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9271 | 2024.11.14 00:26:35.762971 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9272 | 2024.11.14 00:26:35.763023 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part | ||
| 9273 | 2024.11.14 00:26:35.763215 [ 261 ] {80ac9c30-c349-40a4-97f9-b52784de4a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9274 | 2024.11.14 00:26:35.763237 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 9275 | 2024.11.14 00:26:35.763421 [ 261 ] {80ac9c30-c349-40a4-97f9-b52784de4a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9276 | 2024.11.14 00:26:35.763563 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 9277 | 2024.11.14 00:26:35.764043 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 9278 | 2024.11.14 00:26:35.764325 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 9279 | 2024.11.14 00:26:35.766474 [ 261 ] {80ac9c30-c349-40a4-97f9-b52784de4a44} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9280 | 2024.11.14 00:26:35.766569 [ 261 ] {80ac9c30-c349-40a4-97f9-b52784de4a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9281 | 2024.11.14 00:26:35.766757 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004042607 sec., 17315.55899448054 rows/sec., 1.28 MiB/sec. | ||
| 9282 | 2024.11.14 00:26:35.767125 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9283 | 2024.11.14 00:26:35.767343 [ 261 ] {80ac9c30-c349-40a4-97f9-b52784de4a44} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9284 | 2024.11.14 00:26:35.767817 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_29_7} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9285 | 2024.11.14 00:26:35.767827 [ 261 ] {80ac9c30-c349-40a4-97f9-b52784de4a44} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9286 | 2024.11.14 00:26:35.767970 [ 189 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_29_7} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9287 | 2024.11.14 00:26:35.768173 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9288 | 2024.11.14 00:26:35.768220 [ 261 ] {80ac9c30-c349-40a4-97f9-b52784de4a44} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005117 sec., 54914.98925151456 rows/sec., 4.85 MiB/sec. | ||
| 9289 | 2024.11.14 00:26:35.768295 [ 261 ] {80ac9c30-c349-40a4-97f9-b52784de4a44} <Debug> TCPHandler: Processed in 0.005586718 sec. | ||
| 9290 | 2024.11.14 00:26:35.768471 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9291 | 2024.11.14 00:26:35.768610 [ 263 ] {45c4452b-3ddb-46f6-82be-c75adc0e5818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9292 | 2024.11.14 00:26:35.768667 [ 263 ] {45c4452b-3ddb-46f6-82be-c75adc0e5818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9293 | 2024.11.14 00:26:35.769377 [ 263 ] {45c4452b-3ddb-46f6-82be-c75adc0e5818} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9294 | 2024.11.14 00:26:35.769424 [ 263 ] {45c4452b-3ddb-46f6-82be-c75adc0e5818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9295 | 2024.11.14 00:26:35.769798 [ 263 ] {45c4452b-3ddb-46f6-82be-c75adc0e5818} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9296 | 2024.11.14 00:26:35.770043 [ 263 ] {45c4452b-3ddb-46f6-82be-c75adc0e5818} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9297 | 2024.11.14 00:26:35.770272 [ 263 ] {45c4452b-3ddb-46f6-82be-c75adc0e5818} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001692 sec., 27186.761229314423 rows/sec., 1.96 MiB/sec. | ||
| 9298 | 2024.11.14 00:26:35.770330 [ 263 ] {45c4452b-3ddb-46f6-82be-c75adc0e5818} <Debug> TCPHandler: Processed in 0.001928487 sec. | ||
| 9299 | 2024.11.14 00:26:35.770527 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9300 | 2024.11.14 00:26:35.770657 [ 261 ] {58b97934-58e7-46cd-9144-6c4673beb486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9301 | 2024.11.14 00:26:35.770707 [ 261 ] {58b97934-58e7-46cd-9144-6c4673beb486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9302 | 2024.11.14 00:26:35.771287 [ 261 ] {58b97934-58e7-46cd-9144-6c4673beb486} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9303 | 2024.11.14 00:26:35.771326 [ 261 ] {58b97934-58e7-46cd-9144-6c4673beb486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9304 | 2024.11.14 00:26:35.771685 [ 261 ] {58b97934-58e7-46cd-9144-6c4673beb486} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9305 | 2024.11.14 00:26:35.771928 [ 261 ] {58b97934-58e7-46cd-9144-6c4673beb486} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9306 | 2024.11.14 00:26:35.772115 [ 261 ] {58b97934-58e7-46cd-9144-6c4673beb486} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001482 sec., 9446.693657219972 rows/sec., 661.58 KiB/sec. | ||
| 9307 | 2024.11.14 00:26:35.772167 [ 261 ] {58b97934-58e7-46cd-9144-6c4673beb486} <Debug> TCPHandler: Processed in 0.001740695 sec. | ||
| 9308 | 2024.11.14 00:26:35.772303 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9309 | 2024.11.14 00:26:35.772419 [ 263 ] {63dcaa3f-3ab6-4172-adcb-bbc542a30d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9310 | 2024.11.14 00:26:35.772467 [ 263 ] {63dcaa3f-3ab6-4172-adcb-bbc542a30d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9311 | 2024.11.14 00:26:35.773152 [ 263 ] {63dcaa3f-3ab6-4172-adcb-bbc542a30d1c} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9312 | 2024.11.14 00:26:35.773199 [ 263 ] {63dcaa3f-3ab6-4172-adcb-bbc542a30d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9313 | 2024.11.14 00:26:35.773609 [ 263 ] {63dcaa3f-3ab6-4172-adcb-bbc542a30d1c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9314 | 2024.11.14 00:26:35.773845 [ 263 ] {63dcaa3f-3ab6-4172-adcb-bbc542a30d1c} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9315 | 2024.11.14 00:26:35.774022 [ 155 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9316 | 2024.11.14 00:26:35.774094 [ 155 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9317 | 2024.11.14 00:26:35.774104 [ 263 ] {63dcaa3f-3ab6-4172-adcb-bbc542a30d1c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001694 sec., 7674.144037780402 rows/sec., 478.48 KiB/sec. | ||
| 9318 | 2024.11.14 00:26:35.774136 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9319 | 2024.11.14 00:26:35.774245 [ 263 ] {63dcaa3f-3ab6-4172-adcb-bbc542a30d1c} <Debug> TCPHandler: Processed in 0.001995488 sec. | ||
| 9320 | 2024.11.14 00:26:35.774511 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9321 | 2024.11.14 00:26:35.774582 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 9322 | 2024.11.14 00:26:35.774826 [ 261 ] {fa065942-d1f4-4297-a79c-7cc73f62aaa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9323 | 2024.11.14 00:26:35.774896 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9324 | 2024.11.14 00:26:35.774923 [ 261 ] {fa065942-d1f4-4297-a79c-7cc73f62aaa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9325 | 2024.11.14 00:26:35.774969 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part | ||
| 9326 | 2024.11.14 00:26:35.775381 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 9327 | 2024.11.14 00:26:35.775798 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 9328 | 2024.11.14 00:26:35.776202 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 9329 | 2024.11.14 00:26:35.776531 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 9330 | 2024.11.14 00:26:35.777559 [ 261 ] {fa065942-d1f4-4297-a79c-7cc73f62aaa0} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9331 | 2024.11.14 00:26:35.777634 [ 261 ] {fa065942-d1f4-4297-a79c-7cc73f62aaa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9332 | 2024.11.14 00:26:35.778737 [ 261 ] {fa065942-d1f4-4297-a79c-7cc73f62aaa0} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9333 | 2024.11.14 00:26:35.778901 [ 189 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004631096 sec., 14035.554434630592 rows/sec., 929.94 KiB/sec. | ||
| 9334 | 2024.11.14 00:26:35.779090 [ 189 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9335 | 2024.11.14 00:26:35.779251 [ 261 ] {fa065942-d1f4-4297-a79c-7cc73f62aaa0} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9336 | 2024.11.14 00:26:35.779625 [ 261 ] {fa065942-d1f4-4297-a79c-7cc73f62aaa0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004889 sec., 86111.67928001637 rows/sec., 6.15 MiB/sec. | ||
| 9337 | 2024.11.14 00:26:35.779634 [ 189 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_29_7} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9338 | 2024.11.14 00:26:35.779775 [ 261 ] {fa065942-d1f4-4297-a79c-7cc73f62aaa0} <Debug> TCPHandler: Processed in 0.005417707 sec. | ||
| 9339 | 2024.11.14 00:26:35.779849 [ 189 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_29_7} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9340 | 2024.11.14 00:26:35.779995 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9341 | 2024.11.14 00:26:35.780007 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9342 | 2024.11.14 00:26:35.780149 [ 263 ] {ec1ad8eb-3ea4-42ae-9ad9-ca48d0f5182c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9343 | 2024.11.14 00:26:35.780212 [ 263 ] {ec1ad8eb-3ea4-42ae-9ad9-ca48d0f5182c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9344 | 2024.11.14 00:26:35.780734 [ 263 ] {ec1ad8eb-3ea4-42ae-9ad9-ca48d0f5182c} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9345 | 2024.11.14 00:26:35.780772 [ 263 ] {ec1ad8eb-3ea4-42ae-9ad9-ca48d0f5182c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9346 | 2024.11.14 00:26:35.781148 [ 263 ] {ec1ad8eb-3ea4-42ae-9ad9-ca48d0f5182c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9347 | 2024.11.14 00:26:35.781388 [ 263 ] {ec1ad8eb-3ea4-42ae-9ad9-ca48d0f5182c} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9348 | 2024.11.14 00:26:35.781630 [ 263 ] {ec1ad8eb-3ea4-42ae-9ad9-ca48d0f5182c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec. | ||
| 9349 | 2024.11.14 00:26:35.781746 [ 263 ] {ec1ad8eb-3ea4-42ae-9ad9-ca48d0f5182c} <Debug> TCPHandler: Processed in 0.001867687 sec. | ||
| 9350 | 2024.11.14 00:26:35.781973 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9351 | 2024.11.14 00:26:35.782194 [ 261 ] {f08f26f5-bcd0-4d52-a16e-1129112d820b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9352 | 2024.11.14 00:26:35.782292 [ 261 ] {f08f26f5-bcd0-4d52-a16e-1129112d820b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9353 | 2024.11.14 00:26:35.782982 [ 261 ] {f08f26f5-bcd0-4d52-a16e-1129112d820b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9354 | 2024.11.14 00:26:35.783020 [ 261 ] {f08f26f5-bcd0-4d52-a16e-1129112d820b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9355 | 2024.11.14 00:26:35.783427 [ 261 ] {f08f26f5-bcd0-4d52-a16e-1129112d820b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9356 | 2024.11.14 00:26:35.783669 [ 261 ] {f08f26f5-bcd0-4d52-a16e-1129112d820b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9357 | 2024.11.14 00:26:35.783848 [ 261 ] {f08f26f5-bcd0-4d52-a16e-1129112d820b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001709 sec., 138677.58923346986 rows/sec., 9.30 MiB/sec. | ||
| 9358 | 2024.11.14 00:26:35.783899 [ 261 ] {f08f26f5-bcd0-4d52-a16e-1129112d820b} <Debug> TCPHandler: Processed in 0.002063809 sec. | ||
| 9359 | 2024.11.14 00:26:35.784045 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9360 | 2024.11.14 00:26:35.784179 [ 263 ] {43d328e7-4abd-4b5a-a564-59d5b293adcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9361 | 2024.11.14 00:26:35.784239 [ 263 ] {43d328e7-4abd-4b5a-a564-59d5b293adcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9362 | 2024.11.14 00:26:35.784736 [ 263 ] {43d328e7-4abd-4b5a-a564-59d5b293adcc} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9363 | 2024.11.14 00:26:35.784776 [ 263 ] {43d328e7-4abd-4b5a-a564-59d5b293adcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9364 | 2024.11.14 00:26:35.785134 [ 263 ] {43d328e7-4abd-4b5a-a564-59d5b293adcc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9365 | 2024.11.14 00:26:35.785365 [ 263 ] {43d328e7-4abd-4b5a-a564-59d5b293adcc} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9366 | 2024.11.14 00:26:35.785618 [ 263 ] {43d328e7-4abd-4b5a-a564-59d5b293adcc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec. | ||
| 9367 | 2024.11.14 00:26:35.785800 [ 263 ] {43d328e7-4abd-4b5a-a564-59d5b293adcc} <Debug> TCPHandler: Processed in 0.001818356 sec. | ||
| 9368 | 2024.11.14 00:26:35.786017 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9369 | 2024.11.14 00:26:35.786155 [ 261 ] {e668ee1b-7b49-4ce7-b9d8-c497f6264d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9370 | 2024.11.14 00:26:35.786245 [ 261 ] {e668ee1b-7b49-4ce7-b9d8-c497f6264d98} <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 | ||
| 9371 | 2024.11.14 00:26:35.787409 [ 261 ] {e668ee1b-7b49-4ce7-b9d8-c497f6264d98} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9372 | 2024.11.14 00:26:35.787447 [ 261 ] {e668ee1b-7b49-4ce7-b9d8-c497f6264d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9373 | 2024.11.14 00:26:35.788098 [ 261 ] {e668ee1b-7b49-4ce7-b9d8-c497f6264d98} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9374 | 2024.11.14 00:26:35.788357 [ 261 ] {e668ee1b-7b49-4ce7-b9d8-c497f6264d98} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9375 | 2024.11.14 00:26:35.788606 [ 261 ] {e668ee1b-7b49-4ce7-b9d8-c497f6264d98} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002481 sec., 15719.467956469165 rows/sec., 28.17 MiB/sec. | ||
| 9376 | 2024.11.14 00:26:35.789113 [ 261 ] {e668ee1b-7b49-4ce7-b9d8-c497f6264d98} <Debug> TCPHandler: Processed in 0.003211835 sec. | ||
| 9377 | 2024.11.14 00:26:35.789268 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9378 | 2024.11.14 00:26:35.789406 [ 263 ] {418d41c6-7021-4630-9346-8cf15b8c923e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9379 | 2024.11.14 00:26:35.789465 [ 263 ] {418d41c6-7021-4630-9346-8cf15b8c923e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9380 | 2024.11.14 00:26:35.790037 [ 263 ] {418d41c6-7021-4630-9346-8cf15b8c923e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9381 | 2024.11.14 00:26:35.790083 [ 263 ] {418d41c6-7021-4630-9346-8cf15b8c923e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9382 | 2024.11.14 00:26:35.790522 [ 263 ] {418d41c6-7021-4630-9346-8cf15b8c923e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9383 | 2024.11.14 00:26:35.790766 [ 263 ] {418d41c6-7021-4630-9346-8cf15b8c923e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9384 | 2024.11.14 00:26:35.790951 [ 263 ] {418d41c6-7021-4630-9346-8cf15b8c923e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001576 sec., 52030.45685279188 rows/sec., 3.30 MiB/sec. | ||
| 9385 | 2024.11.14 00:26:35.790999 [ 263 ] {418d41c6-7021-4630-9346-8cf15b8c923e} <Debug> TCPHandler: Processed in 0.001799605 sec. | ||
| 9386 | 2024.11.14 00:26:39.301858 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1352 | ||
| 9387 | 2024.11.14 00:26:39.305187 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9388 | 2024.11.14 00:26:39.305240 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9389 | 2024.11.14 00:26:39.306604 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9390 | 2024.11.14 00:26:39.306904 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9391 | 2024.11.14 00:26:39.307104 [ 143 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9392 | 2024.11.14 00:26:39.307174 [ 143 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9393 | 2024.11.14 00:26:39.307220 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9394 | 2024.11.14 00:26:39.307616 [ 193 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::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 | ||
| 9395 | 2024.11.14 00:26:39.308003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1352 | ||
| 9396 | 2024.11.14 00:26:39.308560 [ 193 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9397 | 2024.11.14 00:26:39.308735 [ 193 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1212 rows starting from the beginning of the part | ||
| 9398 | 2024.11.14 00:26:39.309349 [ 193 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part | ||
| 9399 | 2024.11.14 00:26:39.309946 [ 193 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 30 rows starting from the beginning of the part | ||
| 9400 | 2024.11.14 00:26:39.310473 [ 193 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part | ||
| 9401 | 2024.11.14 00:26:39.310992 [ 193 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part | ||
| 9402 | 2024.11.14 00:26:39.311476 [ 193 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part | ||
| 9403 | 2024.11.14 00:26:39.319404 [ 201 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1352 rows, containing 72 columns (72 merged, 0 gathered) in 0.01206066 sec., 112100.00116079883 rows/sec., 88.12 MiB/sec. | ||
| 9404 | 2024.11.14 00:26:39.320988 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9405 | 2024.11.14 00:26:39.321809 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_46_9} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9406 | 2024.11.14 00:26:39.321912 [ 192 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_46_9} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9407 | 2024.11.14 00:26:39.322243 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 9408 | 2024.11.14 00:26:40.752760 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9409 | 2024.11.14 00:26:40.753024 [ 263 ] {160adccc-aafe-401b-99b6-2d7581d6e963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9410 | 2024.11.14 00:26:40.753102 [ 263 ] {160adccc-aafe-401b-99b6-2d7581d6e963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9411 | 2024.11.14 00:26:40.753930 [ 263 ] {160adccc-aafe-401b-99b6-2d7581d6e963} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9412 | 2024.11.14 00:26:40.753972 [ 263 ] {160adccc-aafe-401b-99b6-2d7581d6e963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9413 | 2024.11.14 00:26:40.754385 [ 263 ] {160adccc-aafe-401b-99b6-2d7581d6e963} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9414 | 2024.11.14 00:26:40.754642 [ 263 ] {160adccc-aafe-401b-99b6-2d7581d6e963} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9415 | 2024.11.14 00:26:40.754856 [ 263 ] {160adccc-aafe-401b-99b6-2d7581d6e963} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001885 sec., 4244.031830238727 rows/sec., 346.07 KiB/sec. | ||
| 9416 | 2024.11.14 00:26:40.754949 [ 263 ] {160adccc-aafe-401b-99b6-2d7581d6e963} <Debug> TCPHandler: Processed in 0.002266123 sec. | ||
| 9417 | 2024.11.14 00:26:40.755241 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9418 | 2024.11.14 00:26:40.755443 [ 261 ] {5491e62e-d286-4031-ac58-1cb3096f837c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9419 | 2024.11.14 00:26:40.755522 [ 261 ] {5491e62e-d286-4031-ac58-1cb3096f837c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9420 | 2024.11.14 00:26:40.756267 [ 261 ] {5491e62e-d286-4031-ac58-1cb3096f837c} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9421 | 2024.11.14 00:26:40.756313 [ 261 ] {5491e62e-d286-4031-ac58-1cb3096f837c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9422 | 2024.11.14 00:26:40.756743 [ 261 ] {5491e62e-d286-4031-ac58-1cb3096f837c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9423 | 2024.11.14 00:26:40.756996 [ 261 ] {5491e62e-d286-4031-ac58-1cb3096f837c} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9424 | 2024.11.14 00:26:40.757234 [ 261 ] {5491e62e-d286-4031-ac58-1cb3096f837c} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001848 sec., 32467.532467532466 rows/sec., 2.48 MiB/sec. | ||
| 9425 | 2024.11.14 00:26:40.757291 [ 261 ] {5491e62e-d286-4031-ac58-1cb3096f837c} <Debug> TCPHandler: Processed in 0.00219522 sec. | ||
| 9426 | 2024.11.14 00:26:40.757443 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9427 | 2024.11.14 00:26:40.757577 [ 263 ] {9277681c-d62d-4aa6-99da-62a2029f3d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9428 | 2024.11.14 00:26:40.757631 [ 263 ] {9277681c-d62d-4aa6-99da-62a2029f3d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9429 | 2024.11.14 00:26:40.758301 [ 263 ] {9277681c-d62d-4aa6-99da-62a2029f3d53} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9430 | 2024.11.14 00:26:40.758345 [ 263 ] {9277681c-d62d-4aa6-99da-62a2029f3d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9431 | 2024.11.14 00:26:40.758743 [ 263 ] {9277681c-d62d-4aa6-99da-62a2029f3d53} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9432 | 2024.11.14 00:26:40.758977 [ 263 ] {9277681c-d62d-4aa6-99da-62a2029f3d53} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9433 | 2024.11.14 00:26:40.759104 [ 144 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 6 parts from all_1_41_9 to all_46_46_0 | ||
| 9434 | 2024.11.14 00:26:40.759148 [ 144 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9435 | 2024.11.14 00:26:40.759158 [ 263 ] {9277681c-d62d-4aa6-99da-62a2029f3d53} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001608 sec., 4975.124378109453 rows/sec., 347.38 KiB/sec. | ||
| 9436 | 2024.11.14 00:26:40.759177 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9437 | 2024.11.14 00:26:40.759222 [ 263 ] {9277681c-d62d-4aa6-99da-62a2029f3d53} <Debug> TCPHandler: Processed in 0.001842806 sec. | ||
| 9438 | 2024.11.14 00:26:40.759453 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9439 | 2024.11.14 00:26:40.759530 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_9 to all_46_46_0 into Compact with storage Full | ||
| 9440 | 2024.11.14 00:26:40.759608 [ 261 ] {e591acba-c15b-4a7d-9258-44dfbfb3f497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9441 | 2024.11.14 00:26:40.759689 [ 261 ] {e591acba-c15b-4a7d-9258-44dfbfb3f497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9442 | 2024.11.14 00:26:40.759952 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9443 | 2024.11.14 00:26:40.760022 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 64 rows starting from the beginning of the part | ||
| 9444 | 2024.11.14 00:26:40.760335 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part | ||
| 9445 | 2024.11.14 00:26:40.760742 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 10 rows starting from the beginning of the part | ||
| 9446 | 2024.11.14 00:26:40.761131 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 46 rows starting from the beginning of the part | ||
| 9447 | 2024.11.14 00:26:40.761444 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 46 rows starting from the beginning of the part | ||
| 9448 | 2024.11.14 00:26:40.761810 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part | ||
| 9449 | 2024.11.14 00:26:40.762681 [ 261 ] {e591acba-c15b-4a7d-9258-44dfbfb3f497} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9450 | 2024.11.14 00:26:40.762746 [ 261 ] {e591acba-c15b-4a7d-9258-44dfbfb3f497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9451 | 2024.11.14 00:26:40.763672 [ 261 ] {e591acba-c15b-4a7d-9258-44dfbfb3f497} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9452 | 2024.11.14 00:26:40.764218 [ 261 ] {e591acba-c15b-4a7d-9258-44dfbfb3f497} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9453 | 2024.11.14 00:26:40.764633 [ 201 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 5 columns (5 merged, 0 gathered) in 0.005306734 sec., 41456.76041045208 rows/sec., 3.12 MiB/sec. | ||
| 9454 | 2024.11.14 00:26:40.764767 [ 261 ] {e591acba-c15b-4a7d-9258-44dfbfb3f497} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.005174 sec., 13915.732508697334 rows/sec., 1.09 MiB/sec. | ||
| 9455 | 2024.11.14 00:26:40.764869 [ 201 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) | ||
| 9456 | 2024.11.14 00:26:40.764896 [ 261 ] {e591acba-c15b-4a7d-9258-44dfbfb3f497} <Debug> TCPHandler: Processed in 0.005561908 sec. | ||
| 9457 | 2024.11.14 00:26:40.765101 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9458 | 2024.11.14 00:26:40.765324 [ 263 ] {b35218da-034e-40a7-bc60-582cdbf4827d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9459 | 2024.11.14 00:26:40.765371 [ 201 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9460 | 2024.11.14 00:26:40.765427 [ 263 ] {b35218da-034e-40a7-bc60-582cdbf4827d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9461 | 2024.11.14 00:26:40.765575 [ 201 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_46_10} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 6 parts: [all_1_41_9, all_46_46_0] -> all_1_46_10 | ||
| 9462 | 2024.11.14 00:26:40.765797 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9463 | 2024.11.14 00:26:40.766289 [ 263 ] {b35218da-034e-40a7-bc60-582cdbf4827d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9464 | 2024.11.14 00:26:40.766331 [ 263 ] {b35218da-034e-40a7-bc60-582cdbf4827d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9465 | 2024.11.14 00:26:40.766718 [ 263 ] {b35218da-034e-40a7-bc60-582cdbf4827d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9466 | 2024.11.14 00:26:40.766962 [ 263 ] {b35218da-034e-40a7-bc60-582cdbf4827d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9467 | 2024.11.14 00:26:40.767100 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9468 | 2024.11.14 00:26:40.767139 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9469 | 2024.11.14 00:26:40.767148 [ 263 ] {b35218da-034e-40a7-bc60-582cdbf4827d} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001891 sec., 69804.33632998413 rows/sec., 4.86 MiB/sec. | ||
| 9470 | 2024.11.14 00:26:40.767168 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9471 | 2024.11.14 00:26:40.767260 [ 263 ] {b35218da-034e-40a7-bc60-582cdbf4827d} <Debug> TCPHandler: Processed in 0.002239922 sec. | ||
| 9472 | 2024.11.14 00:26:40.767514 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9473 | 2024.11.14 00:26:40.767673 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9474 | 2024.11.14 00:26:40.767900 [ 261 ] {8f4eb7cb-1786-4dad-a59a-46c0a9b9b60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9475 | 2024.11.14 00:26:40.768090 [ 261 ] {8f4eb7cb-1786-4dad-a59a-46c0a9b9b60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9476 | 2024.11.14 00:26:40.768786 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9477 | 2024.11.14 00:26:40.769053 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 16693 rows starting from the beginning of the part | ||
| 9478 | 2024.11.14 00:26:40.769509 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 9479 | 2024.11.14 00:26:40.769901 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 128 rows starting from the beginning of the part | ||
| 9480 | 2024.11.14 00:26:40.770195 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 9481 | 2024.11.14 00:26:40.770625 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part | ||
| 9482 | 2024.11.14 00:26:40.770730 [ 261 ] {8f4eb7cb-1786-4dad-a59a-46c0a9b9b60b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9483 | 2024.11.14 00:26:40.770841 [ 261 ] {8f4eb7cb-1786-4dad-a59a-46c0a9b9b60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9484 | 2024.11.14 00:26:40.770911 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 132 rows starting from the beginning of the part | ||
| 9485 | 2024.11.14 00:26:40.771962 [ 261 ] {8f4eb7cb-1786-4dad-a59a-46c0a9b9b60b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9486 | 2024.11.14 00:26:40.772346 [ 261 ] {8f4eb7cb-1786-4dad-a59a-46c0a9b9b60b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9487 | 2024.11.14 00:26:40.772555 [ 144 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9488 | 2024.11.14 00:26:40.772667 [ 144 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9489 | 2024.11.14 00:26:40.772710 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 9490 | 2024.11.14 00:26:40.772747 [ 261 ] {8f4eb7cb-1786-4dad-a59a-46c0a9b9b60b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004974 sec., 9650.180940892642 rows/sec., 665.96 KiB/sec. | ||
| 9491 | 2024.11.14 00:26:40.773009 [ 261 ] {8f4eb7cb-1786-4dad-a59a-46c0a9b9b60b} <Debug> TCPHandler: Processed in 0.00565624 sec. | ||
| 9492 | 2024.11.14 00:26:40.773044 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9493 | 2024.11.14 00:26:40.773401 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9494 | 2024.11.14 00:26:40.773481 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5098 rows starting from the beginning of the part | ||
| 9495 | 2024.11.14 00:26:40.773792 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 9496 | 2024.11.14 00:26:40.774108 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 48 rows starting from the beginning of the part | ||
| 9497 | 2024.11.14 00:26:40.774408 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 9498 | 2024.11.14 00:26:40.774654 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 9499 | 2024.11.14 00:26:40.775028 [ 201 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 48 rows starting from the beginning of the part | ||
| 9500 | 2024.11.14 00:26:40.781521 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5418 rows, containing 4 columns (4 merged, 0 gathered) in 0.008690102 sec., 623467.9408826272 rows/sec., 40.99 MiB/sec. | ||
| 9501 | 2024.11.14 00:26:40.782127 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9502 | 2024.11.14 00:26:40.782453 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9503 | 2024.11.14 00:26:40.782600 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_86_17} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9504 | 2024.11.14 00:26:40.782766 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 9505 | 2024.11.14 00:26:40.783336 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17587 rows, containing 5 columns (5 merged, 0 gathered) in 0.016061266 sec., 1094994.628692408 rows/sec., 74.68 MiB/sec. | ||
| 9506 | 2024.11.14 00:26:40.783537 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9507 | 2024.11.14 00:26:40.783819 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9508 | 2024.11.14 00:26:40.783899 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9509 | 2024.11.14 00:26:40.783989 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9510 | 2024.11.14 00:26:41.000184 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.25 MiB, peak 191.61 MiB, free memory in arenas 0.00 B, will set to 182.04 MiB (RSS), difference: 1.79 MiB | ||
| 9511 | 2024.11.14 00:26:45.754640 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9512 | 2024.11.14 00:26:45.754865 [ 263 ] {12bb8669-57fe-470b-b749-8988399b77e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9513 | 2024.11.14 00:26:45.754940 [ 263 ] {12bb8669-57fe-470b-b749-8988399b77e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9514 | 2024.11.14 00:26:45.755729 [ 263 ] {12bb8669-57fe-470b-b749-8988399b77e3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9515 | 2024.11.14 00:26:45.755779 [ 263 ] {12bb8669-57fe-470b-b749-8988399b77e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9516 | 2024.11.14 00:26:45.756211 [ 263 ] {12bb8669-57fe-470b-b749-8988399b77e3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9517 | 2024.11.14 00:26:45.756461 [ 263 ] {12bb8669-57fe-470b-b749-8988399b77e3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9518 | 2024.11.14 00:26:45.756721 [ 263 ] {12bb8669-57fe-470b-b749-8988399b77e3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.25 MiB/sec. | ||
| 9519 | 2024.11.14 00:26:45.756867 [ 263 ] {12bb8669-57fe-470b-b749-8988399b77e3} <Debug> TCPHandler: Processed in 0.002364724 sec. | ||
| 9520 | 2024.11.14 00:26:45.757193 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9521 | 2024.11.14 00:26:45.757513 [ 261 ] {c0eca36c-e713-4c14-9d9f-877e636f114b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9522 | 2024.11.14 00:26:45.757596 [ 261 ] {c0eca36c-e713-4c14-9d9f-877e636f114b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9523 | 2024.11.14 00:26:45.758375 [ 261 ] {c0eca36c-e713-4c14-9d9f-877e636f114b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9524 | 2024.11.14 00:26:45.758427 [ 261 ] {c0eca36c-e713-4c14-9d9f-877e636f114b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9525 | 2024.11.14 00:26:45.758857 [ 261 ] {c0eca36c-e713-4c14-9d9f-877e636f114b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9526 | 2024.11.14 00:26:45.759108 [ 261 ] {c0eca36c-e713-4c14-9d9f-877e636f114b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9527 | 2024.11.14 00:26:45.759397 [ 261 ] {c0eca36c-e713-4c14-9d9f-877e636f114b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001952 sec., 32786.88524590164 rows/sec., 2.56 MiB/sec. | ||
| 9528 | 2024.11.14 00:26:45.759506 [ 261 ] {c0eca36c-e713-4c14-9d9f-877e636f114b} <Debug> TCPHandler: Processed in 0.002506015 sec. | ||
| 9529 | 2024.11.14 00:26:45.759743 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9530 | 2024.11.14 00:26:45.760082 [ 263 ] {fb2fcfd7-9844-433c-9b74-d1eac46fb04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9531 | 2024.11.14 00:26:45.760240 [ 263 ] {fb2fcfd7-9844-433c-9b74-d1eac46fb04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9532 | 2024.11.14 00:26:45.760914 [ 263 ] {fb2fcfd7-9844-433c-9b74-d1eac46fb04d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9533 | 2024.11.14 00:26:45.760953 [ 263 ] {fb2fcfd7-9844-433c-9b74-d1eac46fb04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9534 | 2024.11.14 00:26:45.761349 [ 263 ] {fb2fcfd7-9844-433c-9b74-d1eac46fb04d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9535 | 2024.11.14 00:26:45.761589 [ 263 ] {fb2fcfd7-9844-433c-9b74-d1eac46fb04d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9536 | 2024.11.14 00:26:45.761789 [ 263 ] {fb2fcfd7-9844-433c-9b74-d1eac46fb04d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001834 sec., 87241.00327153763 rows/sec., 6.08 MiB/sec. | ||
| 9537 | 2024.11.14 00:26:45.761840 [ 263 ] {fb2fcfd7-9844-433c-9b74-d1eac46fb04d} <Debug> TCPHandler: Processed in 0.002224322 sec. | ||
| 9538 | 2024.11.14 00:26:45.761990 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9539 | 2024.11.14 00:26:45.762136 [ 261 ] {09223377-d9e2-48f9-a8a2-f67208c2227e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9540 | 2024.11.14 00:26:45.762198 [ 261 ] {09223377-d9e2-48f9-a8a2-f67208c2227e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9541 | 2024.11.14 00:26:45.762769 [ 261 ] {09223377-d9e2-48f9-a8a2-f67208c2227e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9542 | 2024.11.14 00:26:45.762816 [ 261 ] {09223377-d9e2-48f9-a8a2-f67208c2227e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9543 | 2024.11.14 00:26:45.763211 [ 261 ] {09223377-d9e2-48f9-a8a2-f67208c2227e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9544 | 2024.11.14 00:26:45.763459 [ 261 ] {09223377-d9e2-48f9-a8a2-f67208c2227e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9545 | 2024.11.14 00:26:45.763664 [ 261 ] {09223377-d9e2-48f9-a8a2-f67208c2227e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec. | ||
| 9546 | 2024.11.14 00:26:45.763714 [ 261 ] {09223377-d9e2-48f9-a8a2-f67208c2227e} <Debug> TCPHandler: Processed in 0.001789475 sec. | ||
| 9547 | 2024.11.14 00:26:47.130408 [ 149 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9548 | 2024.11.14 00:26:47.130500 [ 149 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9549 | 2024.11.14 00:26:47.130540 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9550 | 2024.11.14 00:26:47.130783 [ 195 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 9551 | 2024.11.14 00:26:47.131193 [ 195 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9552 | 2024.11.14 00:26:47.131236 [ 195 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 25 rows starting from the beginning of the part | ||
| 9553 | 2024.11.14 00:26:47.131314 [ 195 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 9554 | 2024.11.14 00:26:47.131458 [ 195 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 9555 | 2024.11.14 00:26:47.131656 [ 195 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 9556 | 2024.11.14 00:26:47.131920 [ 195 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9557 | 2024.11.14 00:26:47.133205 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.002575746 sec., 11258.874128116671 rows/sec., 758.65 KiB/sec. | ||
| 9558 | 2024.11.14 00:26:47.133391 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9559 | 2024.11.14 00:26:47.133766 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_29_7} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9560 | 2024.11.14 00:26:47.133872 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_29_7} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9561 | 2024.11.14 00:26:47.133976 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9562 | 2024.11.14 00:26:47.211450 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9563 | 2024.11.14 00:26:47.463864 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50156, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9564 | 2024.11.14 00:26:47.522317 [ 149 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9565 | 2024.11.14 00:26:47.522367 [ 149 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9566 | 2024.11.14 00:26:47.522391 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9567 | 2024.11.14 00:26:47.522604 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 9568 | 2024.11.14 00:26:47.522829 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9569 | 2024.11.14 00:26:47.522866 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 150 rows starting from the beginning of the part | ||
| 9570 | 2024.11.14 00:26:47.522939 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 9571 | 2024.11.14 00:26:47.523151 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 9572 | 2024.11.14 00:26:47.523375 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 9573 | 2024.11.14 00:26:47.523622 [ 187 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 9574 | 2024.11.14 00:26:47.524669 [ 195 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.002203311 sec., 78972.05614640875 rows/sec., 4.03 MiB/sec. | ||
| 9575 | 2024.11.14 00:26:47.524858 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9576 | 2024.11.14 00:26:47.525230 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_29_7} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9577 | 2024.11.14 00:26:47.525324 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_29_7} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9578 | 2024.11.14 00:26:47.525431 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9579 | 2024.11.14 00:26:47.564454 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57612, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9580 | 2024.11.14 00:26:47.586878 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9581 | 2024.11.14 00:26:47.697406 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58287, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9582 | 2024.11.14 00:26:47.710738 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9583 | 2024.11.14 00:26:47.714974 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60717, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9584 | 2024.11.14 00:26:47.717238 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43763, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9585 | 2024.11.14 00:26:48.985132 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9586 | 2024.11.14 00:26:48.985197 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9587 | 2024.11.14 00:26:49.308309 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1372 | ||
| 9588 | 2024.11.14 00:26:49.310856 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9589 | 2024.11.14 00:26:49.310910 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9590 | 2024.11.14 00:26:49.312334 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9591 | 2024.11.14 00:26:49.312645 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9592 | 2024.11.14 00:26:49.313187 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1372 | ||
| 9593 | 2024.11.14 00:26:50.001457 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001034255 sec. | ||
| 9594 | 2024.11.14 00:26:50.200172 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63605, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9595 | 2024.11.14 00:26:50.760633 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9596 | 2024.11.14 00:26:50.760826 [ 263 ] {1da8243c-be8b-4135-935a-c012876b7271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9597 | 2024.11.14 00:26:50.760899 [ 263 ] {1da8243c-be8b-4135-935a-c012876b7271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9598 | 2024.11.14 00:26:50.761653 [ 263 ] {1da8243c-be8b-4135-935a-c012876b7271} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9599 | 2024.11.14 00:26:50.761704 [ 263 ] {1da8243c-be8b-4135-935a-c012876b7271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9600 | 2024.11.14 00:26:50.762185 [ 263 ] {1da8243c-be8b-4135-935a-c012876b7271} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9601 | 2024.11.14 00:26:50.762456 [ 263 ] {1da8243c-be8b-4135-935a-c012876b7271} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9602 | 2024.11.14 00:26:50.762688 [ 263 ] {1da8243c-be8b-4135-935a-c012876b7271} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 9603 | 2024.11.14 00:26:50.762758 [ 263 ] {1da8243c-be8b-4135-935a-c012876b7271} <Debug> TCPHandler: Processed in 0.002256912 sec. | ||
| 9604 | 2024.11.14 00:26:50.763049 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9605 | 2024.11.14 00:26:50.763245 [ 261 ] {256475fd-5bf1-492b-9977-8493e29e5324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9606 | 2024.11.14 00:26:50.763323 [ 261 ] {256475fd-5bf1-492b-9977-8493e29e5324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9607 | 2024.11.14 00:26:50.764241 [ 261 ] {256475fd-5bf1-492b-9977-8493e29e5324} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9608 | 2024.11.14 00:26:50.764291 [ 261 ] {256475fd-5bf1-492b-9977-8493e29e5324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9609 | 2024.11.14 00:26:50.764783 [ 261 ] {256475fd-5bf1-492b-9977-8493e29e5324} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9610 | 2024.11.14 00:26:50.765043 [ 261 ] {256475fd-5bf1-492b-9977-8493e29e5324} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9611 | 2024.11.14 00:26:50.765210 [ 139 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9612 | 2024.11.14 00:26:50.765255 [ 139 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9613 | 2024.11.14 00:26:50.765259 [ 261 ] {256475fd-5bf1-492b-9977-8493e29e5324} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002064 sec., 136143.4108527132 rows/sec., 12.03 MiB/sec. | ||
| 9614 | 2024.11.14 00:26:50.765302 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9615 | 2024.11.14 00:26:50.765339 [ 261 ] {256475fd-5bf1-492b-9977-8493e29e5324} <Debug> TCPHandler: Processed in 0.002441244 sec. | ||
| 9616 | 2024.11.14 00:26:50.765534 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9617 | 2024.11.14 00:26:50.765587 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9618 | 2024.11.14 00:26:50.765801 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9619 | 2024.11.14 00:26:50.765963 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1431 rows starting from the beginning of the part | ||
| 9620 | 2024.11.14 00:26:50.766107 [ 263 ] {20613802-ef5d-45a0-8e72-fbc026feefdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9621 | 2024.11.14 00:26:50.766453 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part | ||
| 9622 | 2024.11.14 00:26:50.766575 [ 263 ] {20613802-ef5d-45a0-8e72-fbc026feefdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9623 | 2024.11.14 00:26:50.766995 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 281 rows starting from the beginning of the part | ||
| 9624 | 2024.11.14 00:26:50.767504 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 9625 | 2024.11.14 00:26:50.767913 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 9626 | 2024.11.14 00:26:50.768262 [ 187 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 281 rows starting from the beginning of the part | ||
| 9627 | 2024.11.14 00:26:50.770109 [ 263 ] {20613802-ef5d-45a0-8e72-fbc026feefdc} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9628 | 2024.11.14 00:26:50.770182 [ 263 ] {20613802-ef5d-45a0-8e72-fbc026feefdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9629 | 2024.11.14 00:26:50.771181 [ 263 ] {20613802-ef5d-45a0-8e72-fbc026feefdc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9630 | 2024.11.14 00:26:50.771552 [ 263 ] {20613802-ef5d-45a0-8e72-fbc026feefdc} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9631 | 2024.11.14 00:26:50.771953 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2165 rows, containing 5 columns (5 merged, 0 gathered) in 0.006547042 sec., 330683.6889086705 rows/sec., 29.16 MiB/sec. | ||
| 9632 | 2024.11.14 00:26:50.772025 [ 263 ] {20613802-ef5d-45a0-8e72-fbc026feefdc} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00611 sec., 7528.641571194763 rows/sec., 554.61 KiB/sec. | ||
| 9633 | 2024.11.14 00:26:50.772099 [ 263 ] {20613802-ef5d-45a0-8e72-fbc026feefdc} <Debug> TCPHandler: Processed in 0.006633073 sec. | ||
| 9634 | 2024.11.14 00:26:50.772194 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9635 | 2024.11.14 00:26:50.772280 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9636 | 2024.11.14 00:26:50.772492 [ 261 ] {c2bd99ca-3082-4dc1-a809-aaaf06ccdf29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9637 | 2024.11.14 00:26:50.772563 [ 261 ] {c2bd99ca-3082-4dc1-a809-aaaf06ccdf29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9638 | 2024.11.14 00:26:50.772654 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9639 | 2024.11.14 00:26:50.772845 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_91_18} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9640 | 2024.11.14 00:26:50.773035 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 9641 | 2024.11.14 00:26:50.773493 [ 261 ] {c2bd99ca-3082-4dc1-a809-aaaf06ccdf29} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9642 | 2024.11.14 00:26:50.773539 [ 261 ] {c2bd99ca-3082-4dc1-a809-aaaf06ccdf29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9643 | 2024.11.14 00:26:50.773919 [ 261 ] {c2bd99ca-3082-4dc1-a809-aaaf06ccdf29} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9644 | 2024.11.14 00:26:50.774179 [ 261 ] {c2bd99ca-3082-4dc1-a809-aaaf06ccdf29} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9645 | 2024.11.14 00:26:50.774442 [ 261 ] {c2bd99ca-3082-4dc1-a809-aaaf06ccdf29} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002016 sec., 6944.444444444444 rows/sec., 486.34 KiB/sec. | ||
| 9646 | 2024.11.14 00:26:50.774649 [ 261 ] {c2bd99ca-3082-4dc1-a809-aaaf06ccdf29} <Debug> TCPHandler: Processed in 0.002445494 sec. | ||
| 9647 | 2024.11.14 00:26:50.774854 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9648 | 2024.11.14 00:26:50.774972 [ 263 ] {20fd28fb-41b9-4217-8d1a-01770f32396d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9649 | 2024.11.14 00:26:50.775021 [ 263 ] {20fd28fb-41b9-4217-8d1a-01770f32396d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9650 | 2024.11.14 00:26:50.775591 [ 263 ] {20fd28fb-41b9-4217-8d1a-01770f32396d} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9651 | 2024.11.14 00:26:50.775630 [ 263 ] {20fd28fb-41b9-4217-8d1a-01770f32396d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9652 | 2024.11.14 00:26:50.775987 [ 263 ] {20fd28fb-41b9-4217-8d1a-01770f32396d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9653 | 2024.11.14 00:26:50.776237 [ 263 ] {20fd28fb-41b9-4217-8d1a-01770f32396d} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9654 | 2024.11.14 00:26:50.776497 [ 263 ] {20fd28fb-41b9-4217-8d1a-01770f32396d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001545 sec., 8414.239482200648 rows/sec., 524.63 KiB/sec. | ||
| 9655 | 2024.11.14 00:26:50.776664 [ 263 ] {20fd28fb-41b9-4217-8d1a-01770f32396d} <Debug> TCPHandler: Processed in 0.001900906 sec. | ||
| 9656 | 2024.11.14 00:26:50.776874 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9657 | 2024.11.14 00:26:50.777008 [ 261 ] {69175978-500f-454f-9076-f4124396f5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9658 | 2024.11.14 00:26:50.777069 [ 261 ] {69175978-500f-454f-9076-f4124396f5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9659 | 2024.11.14 00:26:50.777803 [ 261 ] {69175978-500f-454f-9076-f4124396f5dc} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9660 | 2024.11.14 00:26:50.777842 [ 261 ] {69175978-500f-454f-9076-f4124396f5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9661 | 2024.11.14 00:26:50.778288 [ 261 ] {69175978-500f-454f-9076-f4124396f5dc} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9662 | 2024.11.14 00:26:50.778551 [ 261 ] {69175978-500f-454f-9076-f4124396f5dc} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9663 | 2024.11.14 00:26:50.778700 [ 139 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9664 | 2024.11.14 00:26:50.778739 [ 139 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9665 | 2024.11.14 00:26:50.778749 [ 261 ] {69175978-500f-454f-9076-f4124396f5dc} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001764 sec., 238662.13151927438 rows/sec., 17.05 MiB/sec. | ||
| 9666 | 2024.11.14 00:26:50.778764 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9667 | 2024.11.14 00:26:50.778846 [ 261 ] {69175978-500f-454f-9076-f4124396f5dc} <Debug> TCPHandler: Processed in 0.002066399 sec. | ||
| 9668 | 2024.11.14 00:26:50.778895 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9669 | 2024.11.14 00:26:50.779021 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9670 | 2024.11.14 00:26:50.779068 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9671 | 2024.11.14 00:26:50.779082 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part | ||
| 9672 | 2024.11.14 00:26:50.779367 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part | ||
| 9673 | 2024.11.14 00:26:50.779411 [ 263 ] {72174425-85f8-4f03-b90f-9a02ad899d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9674 | 2024.11.14 00:26:50.779608 [ 263 ] {72174425-85f8-4f03-b90f-9a02ad899d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9675 | 2024.11.14 00:26:50.779732 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 421 rows starting from the beginning of the part | ||
| 9676 | 2024.11.14 00:26:50.780105 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 72 rows starting from the beginning of the part | ||
| 9677 | 2024.11.14 00:26:50.780453 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 9678 | 2024.11.14 00:26:50.780771 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 421 rows starting from the beginning of the part | ||
| 9679 | 2024.11.14 00:26:50.781808 [ 263 ] {72174425-85f8-4f03-b90f-9a02ad899d73} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9680 | 2024.11.14 00:26:50.781885 [ 263 ] {72174425-85f8-4f03-b90f-9a02ad899d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9681 | 2024.11.14 00:26:50.782890 [ 263 ] {72174425-85f8-4f03-b90f-9a02ad899d73} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9682 | 2024.11.14 00:26:50.783307 [ 263 ] {72174425-85f8-4f03-b90f-9a02ad899d73} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9683 | 2024.11.14 00:26:50.783839 [ 263 ] {72174425-85f8-4f03-b90f-9a02ad899d73} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004548 sec., 1319.2612137203166 rows/sec., 68.93 KiB/sec. | ||
| 9684 | 2024.11.14 00:26:50.784220 [ 263 ] {72174425-85f8-4f03-b90f-9a02ad899d73} <Debug> TCPHandler: Processed in 0.005244804 sec. | ||
| 9685 | 2024.11.14 00:26:50.784467 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005618809 sec., 347938.504405471 rows/sec., 26.64 MiB/sec. | ||
| 9686 | 2024.11.14 00:26:50.784510 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9687 | 2024.11.14 00:26:50.784669 [ 261 ] {96dc0c48-dfe3-42e4-91dd-f1f5958d1daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9688 | 2024.11.14 00:26:50.784694 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9689 | 2024.11.14 00:26:50.784743 [ 261 ] {96dc0c48-dfe3-42e4-91dd-f1f5958d1daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9690 | 2024.11.14 00:26:50.785073 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9691 | 2024.11.14 00:26:50.785185 [ 199 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_91_18} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9692 | 2024.11.14 00:26:50.785262 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9693 | 2024.11.14 00:26:50.785611 [ 261 ] {96dc0c48-dfe3-42e4-91dd-f1f5958d1daf} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9694 | 2024.11.14 00:26:50.785657 [ 261 ] {96dc0c48-dfe3-42e4-91dd-f1f5958d1daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9695 | 2024.11.14 00:26:50.786075 [ 261 ] {96dc0c48-dfe3-42e4-91dd-f1f5958d1daf} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9696 | 2024.11.14 00:26:50.786331 [ 261 ] {96dc0c48-dfe3-42e4-91dd-f1f5958d1daf} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9697 | 2024.11.14 00:26:50.786532 [ 261 ] {96dc0c48-dfe3-42e4-91dd-f1f5958d1daf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001892 sec., 125264.27061310782 rows/sec., 8.40 MiB/sec. | ||
| 9698 | 2024.11.14 00:26:50.786596 [ 261 ] {96dc0c48-dfe3-42e4-91dd-f1f5958d1daf} <Debug> TCPHandler: Processed in 0.002245332 sec. | ||
| 9699 | 2024.11.14 00:26:50.786785 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9700 | 2024.11.14 00:26:50.787060 [ 263 ] {010548db-ab07-4d1c-bc0d-6ed4f3ca82ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9701 | 2024.11.14 00:26:50.787180 [ 263 ] {010548db-ab07-4d1c-bc0d-6ed4f3ca82ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9702 | 2024.11.14 00:26:50.787690 [ 263 ] {010548db-ab07-4d1c-bc0d-6ed4f3ca82ee} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9703 | 2024.11.14 00:26:50.787729 [ 263 ] {010548db-ab07-4d1c-bc0d-6ed4f3ca82ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9704 | 2024.11.14 00:26:50.788098 [ 263 ] {010548db-ab07-4d1c-bc0d-6ed4f3ca82ee} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9705 | 2024.11.14 00:26:50.788345 [ 263 ] {010548db-ab07-4d1c-bc0d-6ed4f3ca82ee} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9706 | 2024.11.14 00:26:50.788573 [ 263 ] {010548db-ab07-4d1c-bc0d-6ed4f3ca82ee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001608 sec., 621.8905472636816 rows/sec., 41.90 KiB/sec. | ||
| 9707 | 2024.11.14 00:26:50.788690 [ 263 ] {010548db-ab07-4d1c-bc0d-6ed4f3ca82ee} <Debug> TCPHandler: Processed in 0.001998248 sec. | ||
| 9708 | 2024.11.14 00:26:50.788835 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9709 | 2024.11.14 00:26:50.788957 [ 261 ] {43aed0c2-aa67-48ff-8268-a42c451620bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9710 | 2024.11.14 00:26:50.789039 [ 261 ] {43aed0c2-aa67-48ff-8268-a42c451620bc} <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 | ||
| 9711 | 2024.11.14 00:26:50.790245 [ 261 ] {43aed0c2-aa67-48ff-8268-a42c451620bc} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9712 | 2024.11.14 00:26:50.790284 [ 261 ] {43aed0c2-aa67-48ff-8268-a42c451620bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9713 | 2024.11.14 00:26:50.790962 [ 261 ] {43aed0c2-aa67-48ff-8268-a42c451620bc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9714 | 2024.11.14 00:26:50.791242 [ 261 ] {43aed0c2-aa67-48ff-8268-a42c451620bc} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9715 | 2024.11.14 00:26:50.791388 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
| 9716 | 2024.11.14 00:26:50.791429 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9717 | 2024.11.14 00:26:50.791453 [ 261 ] {43aed0c2-aa67-48ff-8268-a42c451620bc} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00252 sec., 15476.190476190475 rows/sec., 27.73 MiB/sec. | ||
| 9718 | 2024.11.14 00:26:50.791456 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9719 | 2024.11.14 00:26:50.791862 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
| 9720 | 2024.11.14 00:26:50.792376 [ 261 ] {43aed0c2-aa67-48ff-8268-a42c451620bc} <Debug> TCPHandler: Processed in 0.00358871 sec. | ||
| 9721 | 2024.11.14 00:26:50.792671 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9722 | 2024.11.14 00:26:50.792855 [ 263 ] {0b99a417-f721-40d1-9556-314607098fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9723 | 2024.11.14 00:26:50.792869 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9724 | 2024.11.14 00:26:50.792922 [ 263 ] {0b99a417-f721-40d1-9556-314607098fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9725 | 2024.11.14 00:26:50.792953 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 991 rows starting from the beginning of the part | ||
| 9726 | 2024.11.14 00:26:50.793591 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part | ||
| 9727 | 2024.11.14 00:26:50.794149 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 9728 | 2024.11.14 00:26:50.794724 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part | ||
| 9729 | 2024.11.14 00:26:50.794725 [ 263 ] {0b99a417-f721-40d1-9556-314607098fba} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9730 | 2024.11.14 00:26:50.794783 [ 263 ] {0b99a417-f721-40d1-9556-314607098fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9731 | 2024.11.14 00:26:50.795234 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part | ||
| 9732 | 2024.11.14 00:26:50.795833 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part | ||
| 9733 | 2024.11.14 00:26:50.795945 [ 263 ] {0b99a417-f721-40d1-9556-314607098fba} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9734 | 2024.11.14 00:26:50.796469 [ 263 ] {0b99a417-f721-40d1-9556-314607098fba} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9735 | 2024.11.14 00:26:50.796852 [ 263 ] {0b99a417-f721-40d1-9556-314607098fba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003998 sec., 20510.25512756378 rows/sec., 1.30 MiB/sec. | ||
| 9736 | 2024.11.14 00:26:50.797178 [ 263 ] {0b99a417-f721-40d1-9556-314607098fba} <Debug> TCPHandler: Processed in 0.004623985 sec. | ||
| 9737 | 2024.11.14 00:26:50.802648 [ 195 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1186 rows, containing 19 columns (19 merged, 0 gathered) in 0.011077066 sec., 107068.06296902086 rows/sec., 191.86 MiB/sec. | ||
| 9738 | 2024.11.14 00:26:50.803782 [ 194 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
| 9739 | 2024.11.14 00:26:50.804255 [ 194 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9740 | 2024.11.14 00:26:50.804349 [ 194 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_34_7} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
| 9741 | 2024.11.14 00:26:50.804513 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB. | ||
| 9742 | 2024.11.14 00:26:50.877056 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64102, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9743 | 2024.11.14 00:26:50.905431 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9744 | 2024.11.14 00:26:51.042257 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9745 | 2024.11.14 00:26:51.044020 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43727, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9746 | 2024.11.14 00:26:51.044038 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9747 | 2024.11.14 00:26:51.073407 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9748 | 2024.11.14 00:26:51.115067 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9749 | 2024.11.14 00:26:51.120334 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9750 | 2024.11.14 00:26:51.804971 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42215, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9751 | 2024.11.14 00:26:51.860817 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9752 | 2024.11.14 00:26:51.864759 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37894, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9753 | 2024.11.14 00:26:51.896282 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9754 | 2024.11.14 00:26:51.902695 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40197, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9755 | 2024.11.14 00:26:51.912086 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9756 | 2024.11.14 00:26:51.916511 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9757 | 2024.11.14 00:26:51.935754 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9758 | 2024.11.14 00:26:52.354593 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9759 | 2024.11.14 00:26:52.369441 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52636, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9760 | 2024.11.14 00:26:52.548909 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9761 | 2024.11.14 00:26:52.558282 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39458, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9762 | 2024.11.14 00:26:52.653566 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9763 | 2024.11.14 00:26:52.657940 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48423, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9764 | 2024.11.14 00:26:52.668393 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9765 | 2024.11.14 00:26:55.752940 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9766 | 2024.11.14 00:26:55.753167 [ 263 ] {2929af06-b556-4cc8-8488-9a81e39025ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9767 | 2024.11.14 00:26:55.753251 [ 263 ] {2929af06-b556-4cc8-8488-9a81e39025ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9768 | 2024.11.14 00:26:55.754042 [ 263 ] {2929af06-b556-4cc8-8488-9a81e39025ec} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9769 | 2024.11.14 00:26:55.754097 [ 263 ] {2929af06-b556-4cc8-8488-9a81e39025ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9770 | 2024.11.14 00:26:55.754530 [ 263 ] {2929af06-b556-4cc8-8488-9a81e39025ec} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9771 | 2024.11.14 00:26:55.754801 [ 263 ] {2929af06-b556-4cc8-8488-9a81e39025ec} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9772 | 2024.11.14 00:26:55.755049 [ 263 ] {2929af06-b556-4cc8-8488-9a81e39025ec} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.22 MiB/sec. | ||
| 9773 | 2024.11.14 00:26:55.755115 [ 263 ] {2929af06-b556-4cc8-8488-9a81e39025ec} <Debug> TCPHandler: Processed in 0.002312363 sec. | ||
| 9774 | 2024.11.14 00:26:55.755380 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9775 | 2024.11.14 00:26:55.755572 [ 261 ] {870c548d-691d-4c3b-b818-7cba7ce3ff87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9776 | 2024.11.14 00:26:55.755646 [ 261 ] {870c548d-691d-4c3b-b818-7cba7ce3ff87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9777 | 2024.11.14 00:26:55.756408 [ 261 ] {870c548d-691d-4c3b-b818-7cba7ce3ff87} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9778 | 2024.11.14 00:26:55.756460 [ 261 ] {870c548d-691d-4c3b-b818-7cba7ce3ff87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9779 | 2024.11.14 00:26:55.756946 [ 261 ] {870c548d-691d-4c3b-b818-7cba7ce3ff87} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9780 | 2024.11.14 00:26:55.757983 [ 261 ] {870c548d-691d-4c3b-b818-7cba7ce3ff87} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9781 | 2024.11.14 00:26:55.758422 [ 261 ] {870c548d-691d-4c3b-b818-7cba7ce3ff87} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002892 sec., 22130.013831258646 rows/sec., 1.73 MiB/sec. | ||
| 9782 | 2024.11.14 00:26:55.758540 [ 261 ] {870c548d-691d-4c3b-b818-7cba7ce3ff87} <Debug> TCPHandler: Processed in 0.003288306 sec. | ||
| 9783 | 2024.11.14 00:26:55.758806 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9784 | 2024.11.14 00:26:55.759003 [ 263 ] {043e2475-c61d-4cea-89d5-e80a8ed112e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9785 | 2024.11.14 00:26:55.759070 [ 263 ] {043e2475-c61d-4cea-89d5-e80a8ed112e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9786 | 2024.11.14 00:26:55.759665 [ 263 ] {043e2475-c61d-4cea-89d5-e80a8ed112e6} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9787 | 2024.11.14 00:26:55.759708 [ 263 ] {043e2475-c61d-4cea-89d5-e80a8ed112e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9788 | 2024.11.14 00:26:55.760115 [ 263 ] {043e2475-c61d-4cea-89d5-e80a8ed112e6} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9789 | 2024.11.14 00:26:55.760364 [ 263 ] {043e2475-c61d-4cea-89d5-e80a8ed112e6} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9790 | 2024.11.14 00:26:55.760596 [ 263 ] {043e2475-c61d-4cea-89d5-e80a8ed112e6} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001628 sec., 78624.07862407863 rows/sec., 5.48 MiB/sec. | ||
| 9791 | 2024.11.14 00:26:55.760654 [ 263 ] {043e2475-c61d-4cea-89d5-e80a8ed112e6} <Debug> TCPHandler: Processed in 0.001997318 sec. | ||
| 9792 | 2024.11.14 00:26:55.760824 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9793 | 2024.11.14 00:26:55.760970 [ 261 ] {c5b83c20-6a6e-4db3-8b13-3c8aa502e039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9794 | 2024.11.14 00:26:55.761037 [ 261 ] {c5b83c20-6a6e-4db3-8b13-3c8aa502e039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9795 | 2024.11.14 00:26:55.761578 [ 261 ] {c5b83c20-6a6e-4db3-8b13-3c8aa502e039} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9796 | 2024.11.14 00:26:55.761620 [ 261 ] {c5b83c20-6a6e-4db3-8b13-3c8aa502e039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9797 | 2024.11.14 00:26:55.762012 [ 261 ] {c5b83c20-6a6e-4db3-8b13-3c8aa502e039} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9798 | 2024.11.14 00:26:55.762253 [ 261 ] {c5b83c20-6a6e-4db3-8b13-3c8aa502e039} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9799 | 2024.11.14 00:26:55.762462 [ 261 ] {c5b83c20-6a6e-4db3-8b13-3c8aa502e039} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001527 sec., 31434.18467583497 rows/sec., 2.12 MiB/sec. | ||
| 9800 | 2024.11.14 00:26:55.762518 [ 261 ] {c5b83c20-6a6e-4db3-8b13-3c8aa502e039} <Debug> TCPHandler: Processed in 0.001764915 sec. | ||
| 9801 | 2024.11.14 00:26:59.313447 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1402 | ||
| 9802 | 2024.11.14 00:26:59.316258 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9803 | 2024.11.14 00:26:59.316309 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9804 | 2024.11.14 00:26:59.319361 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9805 | 2024.11.14 00:26:59.319673 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9806 | 2024.11.14 00:26:59.320134 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1402 | ||
| 9807 | 2024.11.14 00:27:00.754332 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9808 | 2024.11.14 00:27:00.754521 [ 263 ] {a37fae99-e755-4e52-a979-59e37fde0777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9809 | 2024.11.14 00:27:00.754594 [ 263 ] {a37fae99-e755-4e52-a979-59e37fde0777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9810 | 2024.11.14 00:27:00.755387 [ 263 ] {a37fae99-e755-4e52-a979-59e37fde0777} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9811 | 2024.11.14 00:27:00.755439 [ 263 ] {a37fae99-e755-4e52-a979-59e37fde0777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9812 | 2024.11.14 00:27:00.755872 [ 263 ] {a37fae99-e755-4e52-a979-59e37fde0777} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9813 | 2024.11.14 00:27:00.756139 [ 263 ] {a37fae99-e755-4e52-a979-59e37fde0777} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9814 | 2024.11.14 00:27:00.756355 [ 263 ] {a37fae99-e755-4e52-a979-59e37fde0777} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.29 MiB/sec. | ||
| 9815 | 2024.11.14 00:27:00.756449 [ 263 ] {a37fae99-e755-4e52-a979-59e37fde0777} <Debug> TCPHandler: Processed in 0.002242932 sec. | ||
| 9816 | 2024.11.14 00:27:00.756760 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9817 | 2024.11.14 00:27:00.756974 [ 261 ] {4cd3daf9-e0f9-487b-8e7d-38e697632069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9818 | 2024.11.14 00:27:00.757055 [ 261 ] {4cd3daf9-e0f9-487b-8e7d-38e697632069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9819 | 2024.11.14 00:27:00.757854 [ 261 ] {4cd3daf9-e0f9-487b-8e7d-38e697632069} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9820 | 2024.11.14 00:27:00.757900 [ 261 ] {4cd3daf9-e0f9-487b-8e7d-38e697632069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9821 | 2024.11.14 00:27:00.758335 [ 261 ] {4cd3daf9-e0f9-487b-8e7d-38e697632069} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9822 | 2024.11.14 00:27:00.758603 [ 261 ] {4cd3daf9-e0f9-487b-8e7d-38e697632069} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9823 | 2024.11.14 00:27:00.758846 [ 261 ] {4cd3daf9-e0f9-487b-8e7d-38e697632069} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001929 sec., 33177.81233799896 rows/sec., 2.59 MiB/sec. | ||
| 9824 | 2024.11.14 00:27:00.758917 [ 261 ] {4cd3daf9-e0f9-487b-8e7d-38e697632069} <Debug> TCPHandler: Processed in 0.002333453 sec. | ||
| 9825 | 2024.11.14 00:27:00.759146 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9826 | 2024.11.14 00:27:00.759309 [ 263 ] {6861e03c-35e6-4bca-ad04-b1ff86b6a532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9827 | 2024.11.14 00:27:00.759375 [ 263 ] {6861e03c-35e6-4bca-ad04-b1ff86b6a532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9828 | 2024.11.14 00:27:00.759979 [ 263 ] {6861e03c-35e6-4bca-ad04-b1ff86b6a532} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9829 | 2024.11.14 00:27:00.760018 [ 263 ] {6861e03c-35e6-4bca-ad04-b1ff86b6a532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9830 | 2024.11.14 00:27:00.760428 [ 263 ] {6861e03c-35e6-4bca-ad04-b1ff86b6a532} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9831 | 2024.11.14 00:27:00.760670 [ 263 ] {6861e03c-35e6-4bca-ad04-b1ff86b6a532} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9832 | 2024.11.14 00:27:00.760845 [ 263 ] {6861e03c-35e6-4bca-ad04-b1ff86b6a532} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
| 9833 | 2024.11.14 00:27:00.760895 [ 263 ] {6861e03c-35e6-4bca-ad04-b1ff86b6a532} <Debug> TCPHandler: Processed in 0.001861516 sec. | ||
| 9834 | 2024.11.14 00:27:00.761047 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9835 | 2024.11.14 00:27:00.761193 [ 261 ] {8c1cfc21-348c-46ce-b6ab-51abd26cf716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9836 | 2024.11.14 00:27:00.761258 [ 261 ] {8c1cfc21-348c-46ce-b6ab-51abd26cf716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9837 | 2024.11.14 00:27:00.761791 [ 261 ] {8c1cfc21-348c-46ce-b6ab-51abd26cf716} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9838 | 2024.11.14 00:27:00.761830 [ 261 ] {8c1cfc21-348c-46ce-b6ab-51abd26cf716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9839 | 2024.11.14 00:27:00.762211 [ 261 ] {8c1cfc21-348c-46ce-b6ab-51abd26cf716} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9840 | 2024.11.14 00:27:00.762449 [ 261 ] {8c1cfc21-348c-46ce-b6ab-51abd26cf716} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9841 | 2024.11.14 00:27:00.762692 [ 261 ] {8c1cfc21-348c-46ce-b6ab-51abd26cf716} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 9842 | 2024.11.14 00:27:00.762777 [ 261 ] {8c1cfc21-348c-46ce-b6ab-51abd26cf716} <Debug> TCPHandler: Processed in 0.001800825 sec. | ||
| 9843 | 2024.11.14 00:27:03.985242 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9844 | 2024.11.14 00:27:03.985309 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9845 | 2024.11.14 00:27:05.760009 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9846 | 2024.11.14 00:27:05.760222 [ 263 ] {059a3df5-f0ad-4faf-8bc4-b06c9df3fcde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9847 | 2024.11.14 00:27:05.760307 [ 263 ] {059a3df5-f0ad-4faf-8bc4-b06c9df3fcde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9848 | 2024.11.14 00:27:05.761138 [ 263 ] {059a3df5-f0ad-4faf-8bc4-b06c9df3fcde} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9849 | 2024.11.14 00:27:05.761191 [ 263 ] {059a3df5-f0ad-4faf-8bc4-b06c9df3fcde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9850 | 2024.11.14 00:27:05.761636 [ 263 ] {059a3df5-f0ad-4faf-8bc4-b06c9df3fcde} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9851 | 2024.11.14 00:27:05.761896 [ 263 ] {059a3df5-f0ad-4faf-8bc4-b06c9df3fcde} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9852 | 2024.11.14 00:27:05.762110 [ 263 ] {059a3df5-f0ad-4faf-8bc4-b06c9df3fcde} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001949 sec., 7183.170856849667 rows/sec., 517.09 KiB/sec. | ||
| 9853 | 2024.11.14 00:27:05.762243 [ 263 ] {059a3df5-f0ad-4faf-8bc4-b06c9df3fcde} <Debug> TCPHandler: Processed in 0.002369723 sec. | ||
| 9854 | 2024.11.14 00:27:05.762511 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9855 | 2024.11.14 00:27:05.762703 [ 261 ] {8db7c971-b16b-440b-af3a-f8efe6beefa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9856 | 2024.11.14 00:27:05.762778 [ 261 ] {8db7c971-b16b-440b-af3a-f8efe6beefa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9857 | 2024.11.14 00:27:05.763677 [ 261 ] {8db7c971-b16b-440b-af3a-f8efe6beefa8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9858 | 2024.11.14 00:27:05.763730 [ 261 ] {8db7c971-b16b-440b-af3a-f8efe6beefa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9859 | 2024.11.14 00:27:05.764185 [ 261 ] {8db7c971-b16b-440b-af3a-f8efe6beefa8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9860 | 2024.11.14 00:27:05.764443 [ 261 ] {8db7c971-b16b-440b-af3a-f8efe6beefa8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9861 | 2024.11.14 00:27:05.764691 [ 261 ] {8db7c971-b16b-440b-af3a-f8efe6beefa8} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002039 sec., 137812.65326140265 rows/sec., 12.18 MiB/sec. | ||
| 9862 | 2024.11.14 00:27:05.764766 [ 261 ] {8db7c971-b16b-440b-af3a-f8efe6beefa8} <Debug> TCPHandler: Processed in 0.002386154 sec. | ||
| 9863 | 2024.11.14 00:27:05.764972 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9864 | 2024.11.14 00:27:05.765173 [ 263 ] {b5726b42-8f92-4702-ad78-e3c44101f2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9865 | 2024.11.14 00:27:05.765236 [ 263 ] {b5726b42-8f92-4702-ad78-e3c44101f2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9866 | 2024.11.14 00:27:05.765920 [ 263 ] {b5726b42-8f92-4702-ad78-e3c44101f2d9} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9867 | 2024.11.14 00:27:05.765961 [ 263 ] {b5726b42-8f92-4702-ad78-e3c44101f2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9868 | 2024.11.14 00:27:05.766342 [ 263 ] {b5726b42-8f92-4702-ad78-e3c44101f2d9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9869 | 2024.11.14 00:27:05.766600 [ 263 ] {b5726b42-8f92-4702-ad78-e3c44101f2d9} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9870 | 2024.11.14 00:27:05.766792 [ 263 ] {b5726b42-8f92-4702-ad78-e3c44101f2d9} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001659 sec., 27727.546714888485 rows/sec., 1.99 MiB/sec. | ||
| 9871 | 2024.11.14 00:27:05.766923 [ 263 ] {b5726b42-8f92-4702-ad78-e3c44101f2d9} <Debug> TCPHandler: Processed in 0.002065769 sec. | ||
| 9872 | 2024.11.14 00:27:05.767134 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9873 | 2024.11.14 00:27:05.767282 [ 261 ] {10768cf7-6b42-41a1-89a0-474743fa5fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9874 | 2024.11.14 00:27:05.767345 [ 261 ] {10768cf7-6b42-41a1-89a0-474743fa5fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9875 | 2024.11.14 00:27:05.767981 [ 261 ] {10768cf7-6b42-41a1-89a0-474743fa5fa1} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9876 | 2024.11.14 00:27:05.768023 [ 261 ] {10768cf7-6b42-41a1-89a0-474743fa5fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9877 | 2024.11.14 00:27:05.768388 [ 261 ] {10768cf7-6b42-41a1-89a0-474743fa5fa1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9878 | 2024.11.14 00:27:05.768631 [ 261 ] {10768cf7-6b42-41a1-89a0-474743fa5fa1} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9879 | 2024.11.14 00:27:05.768852 [ 261 ] {10768cf7-6b42-41a1-89a0-474743fa5fa1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001602 sec., 8739.076154806493 rows/sec., 612.03 KiB/sec. | ||
| 9880 | 2024.11.14 00:27:05.768976 [ 261 ] {10768cf7-6b42-41a1-89a0-474743fa5fa1} <Debug> TCPHandler: Processed in 0.001962768 sec. | ||
| 9881 | 2024.11.14 00:27:05.769158 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9882 | 2024.11.14 00:27:05.769297 [ 263 ] {f1e2f134-0734-40d4-ad30-ca73c87c385b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9883 | 2024.11.14 00:27:05.769359 [ 263 ] {f1e2f134-0734-40d4-ad30-ca73c87c385b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9884 | 2024.11.14 00:27:05.769995 [ 263 ] {f1e2f134-0734-40d4-ad30-ca73c87c385b} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9885 | 2024.11.14 00:27:05.770035 [ 263 ] {f1e2f134-0734-40d4-ad30-ca73c87c385b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9886 | 2024.11.14 00:27:05.770418 [ 263 ] {f1e2f134-0734-40d4-ad30-ca73c87c385b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9887 | 2024.11.14 00:27:05.770674 [ 263 ] {f1e2f134-0734-40d4-ad30-ca73c87c385b} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9888 | 2024.11.14 00:27:05.770877 [ 263 ] {f1e2f134-0734-40d4-ad30-ca73c87c385b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001608 sec., 8084.577114427861 rows/sec., 504.07 KiB/sec. | ||
| 9889 | 2024.11.14 00:27:05.771003 [ 263 ] {f1e2f134-0734-40d4-ad30-ca73c87c385b} <Debug> TCPHandler: Processed in 0.001924218 sec. | ||
| 9890 | 2024.11.14 00:27:05.771158 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9891 | 2024.11.14 00:27:05.771296 [ 261 ] {a01adc8d-4115-4b5f-aea1-6f00d542d9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9892 | 2024.11.14 00:27:05.771355 [ 261 ] {a01adc8d-4115-4b5f-aea1-6f00d542d9e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9893 | 2024.11.14 00:27:05.772111 [ 261 ] {a01adc8d-4115-4b5f-aea1-6f00d542d9e2} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9894 | 2024.11.14 00:27:05.772150 [ 261 ] {a01adc8d-4115-4b5f-aea1-6f00d542d9e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9895 | 2024.11.14 00:27:05.772530 [ 261 ] {a01adc8d-4115-4b5f-aea1-6f00d542d9e2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9896 | 2024.11.14 00:27:05.772776 [ 261 ] {a01adc8d-4115-4b5f-aea1-6f00d542d9e2} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9897 | 2024.11.14 00:27:05.772991 [ 261 ] {a01adc8d-4115-4b5f-aea1-6f00d542d9e2} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001725 sec., 244057.97101449277 rows/sec., 17.44 MiB/sec. | ||
| 9898 | 2024.11.14 00:27:05.773048 [ 261 ] {a01adc8d-4115-4b5f-aea1-6f00d542d9e2} <Debug> TCPHandler: Processed in 0.001956717 sec. | ||
| 9899 | 2024.11.14 00:27:05.773263 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9900 | 2024.11.14 00:27:05.773441 [ 263 ] {d81d0385-29e0-4192-9800-e2d03a947f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9901 | 2024.11.14 00:27:05.773504 [ 263 ] {d81d0385-29e0-4192-9800-e2d03a947f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9902 | 2024.11.14 00:27:05.774014 [ 263 ] {d81d0385-29e0-4192-9800-e2d03a947f13} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9903 | 2024.11.14 00:27:05.774053 [ 263 ] {d81d0385-29e0-4192-9800-e2d03a947f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9904 | 2024.11.14 00:27:05.774428 [ 263 ] {d81d0385-29e0-4192-9800-e2d03a947f13} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9905 | 2024.11.14 00:27:05.774679 [ 263 ] {d81d0385-29e0-4192-9800-e2d03a947f13} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9906 | 2024.11.14 00:27:05.774902 [ 263 ] {d81d0385-29e0-4192-9800-e2d03a947f13} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec. | ||
| 9907 | 2024.11.14 00:27:05.775074 [ 263 ] {d81d0385-29e0-4192-9800-e2d03a947f13} <Debug> TCPHandler: Processed in 0.001929437 sec. | ||
| 9908 | 2024.11.14 00:27:05.775285 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9909 | 2024.11.14 00:27:05.775422 [ 261 ] {255cfbb1-d2ac-4ee3-bc4a-4f0b21a6a38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9910 | 2024.11.14 00:27:05.775479 [ 261 ] {255cfbb1-d2ac-4ee3-bc4a-4f0b21a6a38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9911 | 2024.11.14 00:27:05.776017 [ 261 ] {255cfbb1-d2ac-4ee3-bc4a-4f0b21a6a38e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9912 | 2024.11.14 00:27:05.776051 [ 261 ] {255cfbb1-d2ac-4ee3-bc4a-4f0b21a6a38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9913 | 2024.11.14 00:27:05.776483 [ 261 ] {255cfbb1-d2ac-4ee3-bc4a-4f0b21a6a38e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9914 | 2024.11.14 00:27:05.776713 [ 261 ] {255cfbb1-d2ac-4ee3-bc4a-4f0b21a6a38e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9915 | 2024.11.14 00:27:05.776874 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9916 | 2024.11.14 00:27:05.776930 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9917 | 2024.11.14 00:27:05.776945 [ 261 ] {255cfbb1-d2ac-4ee3-bc4a-4f0b21a6a38e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001535 sec., 154397.39413680782 rows/sec., 10.35 MiB/sec. | ||
| 9918 | 2024.11.14 00:27:05.776967 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9919 | 2024.11.14 00:27:05.777101 [ 261 ] {255cfbb1-d2ac-4ee3-bc4a-4f0b21a6a38e} <Debug> TCPHandler: Processed in 0.001918487 sec. | ||
| 9920 | 2024.11.14 00:27:05.777208 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9921 | 2024.11.14 00:27:05.777288 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9922 | 2024.11.14 00:27:05.777369 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9923 | 2024.11.14 00:27:05.777422 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 17587 rows starting from the beginning of the part | ||
| 9924 | 2024.11.14 00:27:05.777446 [ 263 ] {c7a8cce2-646a-4c1d-9b53-f0bb3769c792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9925 | 2024.11.14 00:27:05.777538 [ 263 ] {c7a8cce2-646a-4c1d-9b53-f0bb3769c792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9926 | 2024.11.14 00:27:05.777560 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 9927 | 2024.11.14 00:27:05.777965 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part | ||
| 9928 | 2024.11.14 00:27:05.778427 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 128 rows starting from the beginning of the part | ||
| 9929 | 2024.11.14 00:27:05.778871 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 9930 | 2024.11.14 00:27:05.779184 [ 200 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part | ||
| 9931 | 2024.11.14 00:27:05.779933 [ 263 ] {c7a8cce2-646a-4c1d-9b53-f0bb3769c792} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9932 | 2024.11.14 00:27:05.779981 [ 263 ] {c7a8cce2-646a-4c1d-9b53-f0bb3769c792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 9933 | 2024.11.14 00:27:05.780419 [ 263 ] {c7a8cce2-646a-4c1d-9b53-f0bb3769c792} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9934 | 2024.11.14 00:27:05.780703 [ 263 ] {c7a8cce2-646a-4c1d-9b53-f0bb3769c792} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9935 | 2024.11.14 00:27:05.781176 [ 263 ] {c7a8cce2-646a-4c1d-9b53-f0bb3769c792} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003731 sec., 268.0246582685607 rows/sec., 18.06 KiB/sec. | ||
| 9936 | 2024.11.14 00:27:05.781592 [ 263 ] {c7a8cce2-646a-4c1d-9b53-f0bb3769c792} <Debug> TCPHandler: Processed in 0.004367741 sec. | ||
| 9937 | 2024.11.14 00:27:05.781916 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9938 | 2024.11.14 00:27:05.782239 [ 261 ] {4364f76e-152f-4360-ab0a-1dd994f48492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9939 | 2024.11.14 00:27:05.782499 [ 261 ] {4364f76e-152f-4360-ab0a-1dd994f48492} <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 | ||
| 9940 | 2024.11.14 00:27:05.784128 [ 261 ] {4364f76e-152f-4360-ab0a-1dd994f48492} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9941 | 2024.11.14 00:27:05.784172 [ 261 ] {4364f76e-152f-4360-ab0a-1dd994f48492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 9942 | 2024.11.14 00:27:05.785141 [ 261 ] {4364f76e-152f-4360-ab0a-1dd994f48492} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9943 | 2024.11.14 00:27:05.785560 [ 261 ] {4364f76e-152f-4360-ab0a-1dd994f48492} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9944 | 2024.11.14 00:27:05.785912 [ 261 ] {4364f76e-152f-4360-ab0a-1dd994f48492} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003766 sec., 10355.815188528944 rows/sec., 18.56 MiB/sec. | ||
| 9945 | 2024.11.14 00:27:05.787034 [ 261 ] {4364f76e-152f-4360-ab0a-1dd994f48492} <Debug> TCPHandler: Processed in 0.005311715 sec. | ||
| 9946 | 2024.11.14 00:27:05.787049 [ 195 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18509 rows, containing 5 columns (5 merged, 0 gathered) in 0.00997444 sec., 1855643.0235682405 rows/sec., 126.57 MiB/sec. | ||
| 9947 | 2024.11.14 00:27:05.787200 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9948 | 2024.11.14 00:27:05.787366 [ 195 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9949 | 2024.11.14 00:27:05.787401 [ 263 ] {5e4db345-0b1e-4e75-9ae9-934c539f8e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9950 | 2024.11.14 00:27:05.787533 [ 263 ] {5e4db345-0b1e-4e75-9ae9-934c539f8e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9951 | 2024.11.14 00:27:05.788033 [ 195 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9952 | 2024.11.14 00:27:05.788159 [ 195 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9953 | 2024.11.14 00:27:05.788341 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 9954 | 2024.11.14 00:27:05.788509 [ 263 ] {5e4db345-0b1e-4e75-9ae9-934c539f8e8a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9955 | 2024.11.14 00:27:05.788553 [ 263 ] {5e4db345-0b1e-4e75-9ae9-934c539f8e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9956 | 2024.11.14 00:27:05.788936 [ 263 ] {5e4db345-0b1e-4e75-9ae9-934c539f8e8a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9957 | 2024.11.14 00:27:05.789174 [ 263 ] {5e4db345-0b1e-4e75-9ae9-934c539f8e8a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9958 | 2024.11.14 00:27:05.789305 [ 128 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9959 | 2024.11.14 00:27:05.789346 [ 128 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9960 | 2024.11.14 00:27:05.789358 [ 263 ] {5e4db345-0b1e-4e75-9ae9-934c539f8e8a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002014 sec., 40714.9950347567 rows/sec., 2.59 MiB/sec. | ||
| 9961 | 2024.11.14 00:27:05.789369 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 9962 | 2024.11.14 00:27:05.789476 [ 263 ] {5e4db345-0b1e-4e75-9ae9-934c539f8e8a} <Debug> TCPHandler: Processed in 0.002338253 sec. | ||
| 9963 | 2024.11.14 00:27:05.789743 [ 189 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9964 | 2024.11.14 00:27:05.790260 [ 189 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9965 | 2024.11.14 00:27:05.790350 [ 189 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5418 rows starting from the beginning of the part | ||
| 9966 | 2024.11.14 00:27:05.790483 [ 189 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 9967 | 2024.11.14 00:27:05.790672 [ 189 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part | ||
| 9968 | 2024.11.14 00:27:05.790813 [ 189 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 48 rows starting from the beginning of the part | ||
| 9969 | 2024.11.14 00:27:05.790924 [ 189 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 9970 | 2024.11.14 00:27:05.791078 [ 189 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
| 9971 | 2024.11.14 00:27:05.793257 [ 190 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5750 rows, containing 4 columns (4 merged, 0 gathered) in 0.003764832 sec., 1527292.585698379 rows/sec., 100.40 MiB/sec. | ||
| 9972 | 2024.11.14 00:27:05.793660 [ 189 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9973 | 2024.11.14 00:27:05.793953 [ 189 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9974 | 2024.11.14 00:27:05.794044 [ 189 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_91_18} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9975 | 2024.11.14 00:27:05.794126 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 9976 | 2024.11.14 00:27:09.320474 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1432 | ||
| 9977 | 2024.11.14 00:27:09.323460 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9978 | 2024.11.14 00:27:09.323504 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 9979 | 2024.11.14 00:27:09.324934 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9980 | 2024.11.14 00:27:09.325245 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9981 | 2024.11.14 00:27:09.325829 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1432 | ||
| 9982 | 2024.11.14 00:27:10.753223 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9983 | 2024.11.14 00:27:10.753429 [ 263 ] {e3680fb9-dc02-4e08-bf8b-41e41947ba1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9984 | 2024.11.14 00:27:10.753508 [ 263 ] {e3680fb9-dc02-4e08-bf8b-41e41947ba1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9985 | 2024.11.14 00:27:10.754263 [ 263 ] {e3680fb9-dc02-4e08-bf8b-41e41947ba1c} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9986 | 2024.11.14 00:27:10.754306 [ 263 ] {e3680fb9-dc02-4e08-bf8b-41e41947ba1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 9987 | 2024.11.14 00:27:10.754713 [ 263 ] {e3680fb9-dc02-4e08-bf8b-41e41947ba1c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9988 | 2024.11.14 00:27:10.754957 [ 263 ] {e3680fb9-dc02-4e08-bf8b-41e41947ba1c} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9989 | 2024.11.14 00:27:10.755157 [ 263 ] {e3680fb9-dc02-4e08-bf8b-41e41947ba1c} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001789 sec., 5589.714924538848 rows/sec., 455.80 KiB/sec. | ||
| 9990 | 2024.11.14 00:27:10.755285 [ 263 ] {e3680fb9-dc02-4e08-bf8b-41e41947ba1c} <Debug> TCPHandler: Processed in 0.00219618 sec. | ||
| 9991 | 2024.11.14 00:27:10.755549 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9992 | 2024.11.14 00:27:10.755760 [ 261 ] {c400d676-e4b3-4cba-add7-36b4804e71a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9993 | 2024.11.14 00:27:10.755839 [ 261 ] {c400d676-e4b3-4cba-add7-36b4804e71a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9994 | 2024.11.14 00:27:10.756577 [ 261 ] {c400d676-e4b3-4cba-add7-36b4804e71a3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9995 | 2024.11.14 00:27:10.756623 [ 261 ] {c400d676-e4b3-4cba-add7-36b4804e71a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 9996 | 2024.11.14 00:27:10.757046 [ 261 ] {c400d676-e4b3-4cba-add7-36b4804e71a3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 9997 | 2024.11.14 00:27:10.757297 [ 261 ] {c400d676-e4b3-4cba-add7-36b4804e71a3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9998 | 2024.11.14 00:27:10.757536 [ 261 ] {c400d676-e4b3-4cba-add7-36b4804e71a3} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001834 sec., 33260.63249727372 rows/sec., 2.54 MiB/sec. | ||
| 9999 | 2024.11.14 00:27:10.757592 [ 261 ] {c400d676-e4b3-4cba-add7-36b4804e71a3} <Debug> TCPHandler: Processed in 0.002180621 sec. | ||
| 10000 | 2024.11.14 00:27:10.757750 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10001 | 2024.11.14 00:27:10.757888 [ 263 ] {fd7187f1-28b7-4084-b0b8-4a1fc01ff598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10002 | 2024.11.14 00:27:10.757944 [ 263 ] {fd7187f1-28b7-4084-b0b8-4a1fc01ff598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10003 | 2024.11.14 00:27:10.758619 [ 263 ] {fd7187f1-28b7-4084-b0b8-4a1fc01ff598} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10004 | 2024.11.14 00:27:10.758664 [ 263 ] {fd7187f1-28b7-4084-b0b8-4a1fc01ff598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10005 | 2024.11.14 00:27:10.759039 [ 263 ] {fd7187f1-28b7-4084-b0b8-4a1fc01ff598} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10006 | 2024.11.14 00:27:10.759287 [ 263 ] {fd7187f1-28b7-4084-b0b8-4a1fc01ff598} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10007 | 2024.11.14 00:27:10.759459 [ 263 ] {fd7187f1-28b7-4084-b0b8-4a1fc01ff598} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001602 sec., 6242.197253433209 rows/sec., 435.86 KiB/sec. | ||
| 10008 | 2024.11.14 00:27:10.759509 [ 263 ] {fd7187f1-28b7-4084-b0b8-4a1fc01ff598} <Debug> TCPHandler: Processed in 0.001825186 sec. | ||
| 10009 | 2024.11.14 00:27:10.759658 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10010 | 2024.11.14 00:27:10.759776 [ 261 ] {0555eaa9-5a44-490e-86d9-efd8e2d70c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10011 | 2024.11.14 00:27:10.759824 [ 261 ] {0555eaa9-5a44-490e-86d9-efd8e2d70c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10012 | 2024.11.14 00:27:10.760422 [ 261 ] {0555eaa9-5a44-490e-86d9-efd8e2d70c31} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10013 | 2024.11.14 00:27:10.760460 [ 261 ] {0555eaa9-5a44-490e-86d9-efd8e2d70c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10014 | 2024.11.14 00:27:10.760833 [ 261 ] {0555eaa9-5a44-490e-86d9-efd8e2d70c31} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10015 | 2024.11.14 00:27:10.761075 [ 261 ] {0555eaa9-5a44-490e-86d9-efd8e2d70c31} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10016 | 2024.11.14 00:27:10.761286 [ 261 ] {0555eaa9-5a44-490e-86d9-efd8e2d70c31} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001535 sec., 48208.4690553746 rows/sec., 3.77 MiB/sec. | ||
| 10017 | 2024.11.14 00:27:10.761339 [ 261 ] {0555eaa9-5a44-490e-86d9-efd8e2d70c31} <Debug> TCPHandler: Processed in 0.001739065 sec. | ||
| 10018 | 2024.11.14 00:27:10.761477 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10019 | 2024.11.14 00:27:10.761592 [ 263 ] {b0f6fb12-8a4b-4c6e-a82d-0fb251f4f5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10020 | 2024.11.14 00:27:10.761644 [ 263 ] {b0f6fb12-8a4b-4c6e-a82d-0fb251f4f5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10021 | 2024.11.14 00:27:10.762197 [ 263 ] {b0f6fb12-8a4b-4c6e-a82d-0fb251f4f5db} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10022 | 2024.11.14 00:27:10.762233 [ 263 ] {b0f6fb12-8a4b-4c6e-a82d-0fb251f4f5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10023 | 2024.11.14 00:27:10.762616 [ 263 ] {b0f6fb12-8a4b-4c6e-a82d-0fb251f4f5db} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10024 | 2024.11.14 00:27:10.762850 [ 263 ] {b0f6fb12-8a4b-4c6e-a82d-0fb251f4f5db} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10025 | 2024.11.14 00:27:10.763020 [ 263 ] {b0f6fb12-8a4b-4c6e-a82d-0fb251f4f5db} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001453 sec., 91534.75567790777 rows/sec., 6.37 MiB/sec. | ||
| 10026 | 2024.11.14 00:27:10.763068 [ 263 ] {b0f6fb12-8a4b-4c6e-a82d-0fb251f4f5db} <Debug> TCPHandler: Processed in 0.001649223 sec. | ||
| 10027 | 2024.11.14 00:27:10.763222 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10028 | 2024.11.14 00:27:10.763359 [ 261 ] {77ee7979-1231-4acc-8aa6-a0fcb0f1c4a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10029 | 2024.11.14 00:27:10.763421 [ 261 ] {77ee7979-1231-4acc-8aa6-a0fcb0f1c4a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10030 | 2024.11.14 00:27:10.763964 [ 261 ] {77ee7979-1231-4acc-8aa6-a0fcb0f1c4a7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10031 | 2024.11.14 00:27:10.764002 [ 261 ] {77ee7979-1231-4acc-8aa6-a0fcb0f1c4a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10032 | 2024.11.14 00:27:10.764373 [ 261 ] {77ee7979-1231-4acc-8aa6-a0fcb0f1c4a7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10033 | 2024.11.14 00:27:10.764611 [ 261 ] {77ee7979-1231-4acc-8aa6-a0fcb0f1c4a7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10034 | 2024.11.14 00:27:10.764816 [ 261 ] {77ee7979-1231-4acc-8aa6-a0fcb0f1c4a7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001489 sec., 32236.400268636666 rows/sec., 2.17 MiB/sec. | ||
| 10035 | 2024.11.14 00:27:10.764879 [ 261 ] {77ee7979-1231-4acc-8aa6-a0fcb0f1c4a7} <Debug> TCPHandler: Processed in 0.001726374 sec. | ||
| 10036 | 2024.11.14 00:27:15.754297 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10037 | 2024.11.14 00:27:15.754501 [ 263 ] {aa963bd7-3bec-4755-b2cd-3fa9cfe81322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10038 | 2024.11.14 00:27:15.754572 [ 263 ] {aa963bd7-3bec-4755-b2cd-3fa9cfe81322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10039 | 2024.11.14 00:27:15.755342 [ 263 ] {aa963bd7-3bec-4755-b2cd-3fa9cfe81322} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10040 | 2024.11.14 00:27:15.755383 [ 263 ] {aa963bd7-3bec-4755-b2cd-3fa9cfe81322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10041 | 2024.11.14 00:27:15.755840 [ 263 ] {aa963bd7-3bec-4755-b2cd-3fa9cfe81322} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10042 | 2024.11.14 00:27:15.756090 [ 263 ] {aa963bd7-3bec-4755-b2cd-3fa9cfe81322} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10043 | 2024.11.14 00:27:15.756251 [ 116 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10044 | 2024.11.14 00:27:15.756294 [ 116 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10045 | 2024.11.14 00:27:15.756298 [ 263 ] {aa963bd7-3bec-4755-b2cd-3fa9cfe81322} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001854 sec., 30204.962243797196 rows/sec., 2.32 MiB/sec. | ||
| 10046 | 2024.11.14 00:27:15.756322 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10047 | 2024.11.14 00:27:15.756405 [ 263 ] {aa963bd7-3bec-4755-b2cd-3fa9cfe81322} <Debug> TCPHandler: Processed in 0.002228131 sec. | ||
| 10048 | 2024.11.14 00:27:15.756683 [ 198 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10049 | 2024.11.14 00:27:15.756745 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10050 | 2024.11.14 00:27:15.757171 [ 261 ] {0037ea2e-d934-40a2-994a-552f84046f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10051 | 2024.11.14 00:27:15.757262 [ 198 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10052 | 2024.11.14 00:27:15.757367 [ 261 ] {0037ea2e-d934-40a2-994a-552f84046f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10053 | 2024.11.14 00:27:15.757418 [ 198 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1431 rows starting from the beginning of the part | ||
| 10054 | 2024.11.14 00:27:15.758235 [ 198 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 10055 | 2024.11.14 00:27:15.758810 [ 198 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 10056 | 2024.11.14 00:27:15.759225 [ 198 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 281 rows starting from the beginning of the part | ||
| 10057 | 2024.11.14 00:27:15.759485 [ 198 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 61 rows starting from the beginning of the part | ||
| 10058 | 2024.11.14 00:27:15.759838 [ 198 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part | ||
| 10059 | 2024.11.14 00:27:15.760596 [ 261 ] {0037ea2e-d934-40a2-994a-552f84046f8e} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10060 | 2024.11.14 00:27:15.760677 [ 261 ] {0037ea2e-d934-40a2-994a-552f84046f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10061 | 2024.11.14 00:27:15.761730 [ 261 ] {0037ea2e-d934-40a2-994a-552f84046f8e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10062 | 2024.11.14 00:27:15.762206 [ 261 ] {0037ea2e-d934-40a2-994a-552f84046f8e} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10063 | 2024.11.14 00:27:15.762491 [ 116 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10064 | 2024.11.14 00:27:15.762609 [ 116 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10065 | 2024.11.14 00:27:15.762736 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10066 | 2024.11.14 00:27:15.762776 [ 261 ] {0037ea2e-d934-40a2-994a-552f84046f8e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005717 sec., 11194.682525800245 rows/sec., 894.74 KiB/sec. | ||
| 10067 | 2024.11.14 00:27:15.763158 [ 261 ] {0037ea2e-d934-40a2-994a-552f84046f8e} <Debug> TCPHandler: Processed in 0.006609173 sec. | ||
| 10068 | 2024.11.14 00:27:15.763277 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10069 | 2024.11.14 00:27:15.763529 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10070 | 2024.11.14 00:27:15.763690 [ 196 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1941 rows, containing 5 columns (5 merged, 0 gathered) in 0.007250382 sec., 267710.0323817421 rows/sec., 23.40 MiB/sec. | ||
| 10071 | 2024.11.14 00:27:15.764104 [ 263 ] {e54d8ec7-80f3-49b7-9fc7-e54c8be5be48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10072 | 2024.11.14 00:27:15.764284 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10073 | 2024.11.14 00:27:15.764315 [ 263 ] {e54d8ec7-80f3-49b7-9fc7-e54c8be5be48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10074 | 2024.11.14 00:27:15.764328 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10075 | 2024.11.14 00:27:15.764797 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part | ||
| 10076 | 2024.11.14 00:27:15.765791 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10077 | 2024.11.14 00:27:15.765877 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 10078 | 2024.11.14 00:27:15.766394 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_96_19} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10079 | 2024.11.14 00:27:15.766769 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 10080 | 2024.11.14 00:27:15.766871 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 10081 | 2024.11.14 00:27:15.767197 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 421 rows starting from the beginning of the part | ||
| 10082 | 2024.11.14 00:27:15.767305 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 74 rows starting from the beginning of the part | ||
| 10083 | 2024.11.14 00:27:15.767683 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part | ||
| 10084 | 2024.11.14 00:27:15.768561 [ 263 ] {e54d8ec7-80f3-49b7-9fc7-e54c8be5be48} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10085 | 2024.11.14 00:27:15.768622 [ 263 ] {e54d8ec7-80f3-49b7-9fc7-e54c8be5be48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10086 | 2024.11.14 00:27:15.769710 [ 263 ] {e54d8ec7-80f3-49b7-9fc7-e54c8be5be48} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10087 | 2024.11.14 00:27:15.770171 [ 263 ] {e54d8ec7-80f3-49b7-9fc7-e54c8be5be48} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10088 | 2024.11.14 00:27:15.770662 [ 263 ] {e54d8ec7-80f3-49b7-9fc7-e54c8be5be48} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006697 sec., 23891.294609526656 rows/sec., 1.66 MiB/sec. | ||
| 10089 | 2024.11.14 00:27:15.770836 [ 263 ] {e54d8ec7-80f3-49b7-9fc7-e54c8be5be48} <Debug> TCPHandler: Processed in 0.007525116 sec. | ||
| 10090 | 2024.11.14 00:27:15.770841 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.007940702 sec., 201493.52034618604 rows/sec., 15.54 MiB/sec. | ||
| 10091 | 2024.11.14 00:27:15.771081 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10092 | 2024.11.14 00:27:15.771097 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10093 | 2024.11.14 00:27:15.771270 [ 261 ] {3ffde46d-cb48-4f82-9c1f-9056cc0b30e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10094 | 2024.11.14 00:27:15.771375 [ 261 ] {3ffde46d-cb48-4f82-9c1f-9056cc0b30e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10095 | 2024.11.14 00:27:15.771595 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10096 | 2024.11.14 00:27:15.771831 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_96_19} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10097 | 2024.11.14 00:27:15.771989 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 10098 | 2024.11.14 00:27:15.772327 [ 261 ] {3ffde46d-cb48-4f82-9c1f-9056cc0b30e0} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10099 | 2024.11.14 00:27:15.772370 [ 261 ] {3ffde46d-cb48-4f82-9c1f-9056cc0b30e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10100 | 2024.11.14 00:27:15.772777 [ 261 ] {3ffde46d-cb48-4f82-9c1f-9056cc0b30e0} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10101 | 2024.11.14 00:27:15.773024 [ 261 ] {3ffde46d-cb48-4f82-9c1f-9056cc0b30e0} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10102 | 2024.11.14 00:27:15.773248 [ 261 ] {3ffde46d-cb48-4f82-9c1f-9056cc0b30e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002036 sec., 29469.548133595283 rows/sec., 1.99 MiB/sec. | ||
| 10103 | 2024.11.14 00:27:15.773304 [ 261 ] {3ffde46d-cb48-4f82-9c1f-9056cc0b30e0} <Debug> TCPHandler: Processed in 0.002331823 sec. | ||
| 10104 | 2024.11.14 00:27:17.219002 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10105 | 2024.11.14 00:27:17.471564 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10106 | 2024.11.14 00:27:17.576013 [ 287 ] {} <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) | ||
| 10107 | 2024.11.14 00:27:17.605520 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10108 | 2024.11.14 00:27:17.712881 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40717, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10109 | 2024.11.14 00:27:17.715129 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10110 | 2024.11.14 00:27:17.722386 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45183, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10111 | 2024.11.14 00:27:17.735724 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10112 | 2024.11.14 00:27:18.985380 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10113 | 2024.11.14 00:27:18.985481 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10114 | 2024.11.14 00:27:19.326122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1452 | ||
| 10115 | 2024.11.14 00:27:19.328910 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10116 | 2024.11.14 00:27:19.328965 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10117 | 2024.11.14 00:27:19.330356 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10118 | 2024.11.14 00:27:19.330679 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10119 | 2024.11.14 00:27:19.331236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1452 | ||
| 10120 | 2024.11.14 00:27:20.203649 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10121 | 2024.11.14 00:27:20.760615 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10122 | 2024.11.14 00:27:20.760800 [ 263 ] {889e3ce4-b042-45e9-828c-4c1c65db2f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10123 | 2024.11.14 00:27:20.760873 [ 263 ] {889e3ce4-b042-45e9-828c-4c1c65db2f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10124 | 2024.11.14 00:27:20.761603 [ 263 ] {889e3ce4-b042-45e9-828c-4c1c65db2f77} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10125 | 2024.11.14 00:27:20.761655 [ 263 ] {889e3ce4-b042-45e9-828c-4c1c65db2f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10126 | 2024.11.14 00:27:20.762083 [ 263 ] {889e3ce4-b042-45e9-828c-4c1c65db2f77} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10127 | 2024.11.14 00:27:20.762355 [ 263 ] {889e3ce4-b042-45e9-828c-4c1c65db2f77} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10128 | 2024.11.14 00:27:20.762602 [ 263 ] {889e3ce4-b042-45e9-828c-4c1c65db2f77} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001849 sec., 7571.660356949703 rows/sec., 545.06 KiB/sec. | ||
| 10129 | 2024.11.14 00:27:20.762714 [ 263 ] {889e3ce4-b042-45e9-828c-4c1c65db2f77} <Debug> TCPHandler: Processed in 0.002242612 sec. | ||
| 10130 | 2024.11.14 00:27:20.762975 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10131 | 2024.11.14 00:27:20.763157 [ 261 ] {37c9f797-dceb-4669-9913-e9c150773d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10132 | 2024.11.14 00:27:20.763227 [ 261 ] {37c9f797-dceb-4669-9913-e9c150773d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10133 | 2024.11.14 00:27:20.764066 [ 261 ] {37c9f797-dceb-4669-9913-e9c150773d06} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10134 | 2024.11.14 00:27:20.764113 [ 261 ] {37c9f797-dceb-4669-9913-e9c150773d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10135 | 2024.11.14 00:27:20.764567 [ 261 ] {37c9f797-dceb-4669-9913-e9c150773d06} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10136 | 2024.11.14 00:27:20.764824 [ 261 ] {37c9f797-dceb-4669-9913-e9c150773d06} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10137 | 2024.11.14 00:27:20.765069 [ 261 ] {37c9f797-dceb-4669-9913-e9c150773d06} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001964 sec., 143075.3564154786 rows/sec., 12.64 MiB/sec. | ||
| 10138 | 2024.11.14 00:27:20.765124 [ 261 ] {37c9f797-dceb-4669-9913-e9c150773d06} <Debug> TCPHandler: Processed in 0.002280382 sec. | ||
| 10139 | 2024.11.14 00:27:20.765281 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10140 | 2024.11.14 00:27:20.765398 [ 263 ] {a8140401-7e3b-489b-b36a-12aa9fae9d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10141 | 2024.11.14 00:27:20.765447 [ 263 ] {a8140401-7e3b-489b-b36a-12aa9fae9d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10142 | 2024.11.14 00:27:20.766019 [ 263 ] {a8140401-7e3b-489b-b36a-12aa9fae9d58} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10143 | 2024.11.14 00:27:20.766055 [ 263 ] {a8140401-7e3b-489b-b36a-12aa9fae9d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10144 | 2024.11.14 00:27:20.766395 [ 263 ] {a8140401-7e3b-489b-b36a-12aa9fae9d58} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10145 | 2024.11.14 00:27:20.766714 [ 263 ] {a8140401-7e3b-489b-b36a-12aa9fae9d58} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10146 | 2024.11.14 00:27:20.766964 [ 263 ] {a8140401-7e3b-489b-b36a-12aa9fae9d58} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00158 sec., 29113.92405063291 rows/sec., 2.09 MiB/sec. | ||
| 10147 | 2024.11.14 00:27:20.767057 [ 263 ] {a8140401-7e3b-489b-b36a-12aa9fae9d58} <Debug> TCPHandler: Processed in 0.001833125 sec. | ||
| 10148 | 2024.11.14 00:27:20.767247 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10149 | 2024.11.14 00:27:20.767383 [ 261 ] {d3fccb4b-c6fe-4fe5-b6fa-e8fb01bfa325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10150 | 2024.11.14 00:27:20.767435 [ 261 ] {d3fccb4b-c6fe-4fe5-b6fa-e8fb01bfa325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10151 | 2024.11.14 00:27:20.768006 [ 261 ] {d3fccb4b-c6fe-4fe5-b6fa-e8fb01bfa325} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10152 | 2024.11.14 00:27:20.768046 [ 261 ] {d3fccb4b-c6fe-4fe5-b6fa-e8fb01bfa325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10153 | 2024.11.14 00:27:20.768404 [ 261 ] {d3fccb4b-c6fe-4fe5-b6fa-e8fb01bfa325} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10154 | 2024.11.14 00:27:20.768639 [ 261 ] {d3fccb4b-c6fe-4fe5-b6fa-e8fb01bfa325} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10155 | 2024.11.14 00:27:20.768866 [ 261 ] {d3fccb4b-c6fe-4fe5-b6fa-e8fb01bfa325} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001506 sec., 9296.148738379814 rows/sec., 651.04 KiB/sec. | ||
| 10156 | 2024.11.14 00:27:20.768974 [ 261 ] {d3fccb4b-c6fe-4fe5-b6fa-e8fb01bfa325} <Debug> TCPHandler: Processed in 0.001821095 sec. | ||
| 10157 | 2024.11.14 00:27:20.769149 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10158 | 2024.11.14 00:27:20.769274 [ 263 ] {9b5776ae-fee3-4ab9-b2a0-d52c64cd6278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10159 | 2024.11.14 00:27:20.769326 [ 263 ] {9b5776ae-fee3-4ab9-b2a0-d52c64cd6278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10160 | 2024.11.14 00:27:20.769915 [ 263 ] {9b5776ae-fee3-4ab9-b2a0-d52c64cd6278} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10161 | 2024.11.14 00:27:20.769953 [ 263 ] {9b5776ae-fee3-4ab9-b2a0-d52c64cd6278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10162 | 2024.11.14 00:27:20.770304 [ 263 ] {9b5776ae-fee3-4ab9-b2a0-d52c64cd6278} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10163 | 2024.11.14 00:27:20.770537 [ 263 ] {9b5776ae-fee3-4ab9-b2a0-d52c64cd6278} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10164 | 2024.11.14 00:27:20.770785 [ 263 ] {9b5776ae-fee3-4ab9-b2a0-d52c64cd6278} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001526 sec., 8519.003931847968 rows/sec., 531.16 KiB/sec. | ||
| 10165 | 2024.11.14 00:27:20.770910 [ 263 ] {9b5776ae-fee3-4ab9-b2a0-d52c64cd6278} <Debug> TCPHandler: Processed in 0.001822216 sec. | ||
| 10166 | 2024.11.14 00:27:20.771110 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10167 | 2024.11.14 00:27:20.771230 [ 261 ] {01dfe605-005c-4d19-a0ab-ea4bb68a7f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10168 | 2024.11.14 00:27:20.771279 [ 261 ] {01dfe605-005c-4d19-a0ab-ea4bb68a7f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10169 | 2024.11.14 00:27:20.772017 [ 261 ] {01dfe605-005c-4d19-a0ab-ea4bb68a7f7f} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10170 | 2024.11.14 00:27:20.772063 [ 261 ] {01dfe605-005c-4d19-a0ab-ea4bb68a7f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10171 | 2024.11.14 00:27:20.772454 [ 261 ] {01dfe605-005c-4d19-a0ab-ea4bb68a7f7f} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10172 | 2024.11.14 00:27:20.772691 [ 261 ] {01dfe605-005c-4d19-a0ab-ea4bb68a7f7f} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10173 | 2024.11.14 00:27:20.772899 [ 261 ] {01dfe605-005c-4d19-a0ab-ea4bb68a7f7f} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001691 sec., 248965.1094027203 rows/sec., 17.79 MiB/sec. | ||
| 10174 | 2024.11.14 00:27:20.772952 [ 261 ] {01dfe605-005c-4d19-a0ab-ea4bb68a7f7f} <Debug> TCPHandler: Processed in 0.001935387 sec. | ||
| 10175 | 2024.11.14 00:27:20.773096 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10176 | 2024.11.14 00:27:20.773212 [ 263 ] {17cc1075-1ee3-42b6-992a-ede0094d655d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10177 | 2024.11.14 00:27:20.773263 [ 263 ] {17cc1075-1ee3-42b6-992a-ede0094d655d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10178 | 2024.11.14 00:27:20.773752 [ 263 ] {17cc1075-1ee3-42b6-992a-ede0094d655d} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10179 | 2024.11.14 00:27:20.773790 [ 263 ] {17cc1075-1ee3-42b6-992a-ede0094d655d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10180 | 2024.11.14 00:27:20.774160 [ 263 ] {17cc1075-1ee3-42b6-992a-ede0094d655d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10181 | 2024.11.14 00:27:20.774394 [ 263 ] {17cc1075-1ee3-42b6-992a-ede0094d655d} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10182 | 2024.11.14 00:27:20.774633 [ 263 ] {17cc1075-1ee3-42b6-992a-ede0094d655d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec. | ||
| 10183 | 2024.11.14 00:27:20.774733 [ 263 ] {17cc1075-1ee3-42b6-992a-ede0094d655d} <Debug> TCPHandler: Processed in 0.001688874 sec. | ||
| 10184 | 2024.11.14 00:27:20.774956 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10185 | 2024.11.14 00:27:20.775083 [ 261 ] {5e26892f-2dbb-4191-b3f1-8b00c1eacdb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10186 | 2024.11.14 00:27:20.775164 [ 261 ] {5e26892f-2dbb-4191-b3f1-8b00c1eacdb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10187 | 2024.11.14 00:27:20.775748 [ 261 ] {5e26892f-2dbb-4191-b3f1-8b00c1eacdb9} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10188 | 2024.11.14 00:27:20.775787 [ 261 ] {5e26892f-2dbb-4191-b3f1-8b00c1eacdb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10189 | 2024.11.14 00:27:20.776177 [ 261 ] {5e26892f-2dbb-4191-b3f1-8b00c1eacdb9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10190 | 2024.11.14 00:27:20.776418 [ 261 ] {5e26892f-2dbb-4191-b3f1-8b00c1eacdb9} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10191 | 2024.11.14 00:27:20.776644 [ 261 ] {5e26892f-2dbb-4191-b3f1-8b00c1eacdb9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001585 sec., 149526.81388012617 rows/sec., 10.02 MiB/sec. | ||
| 10192 | 2024.11.14 00:27:20.776698 [ 261 ] {5e26892f-2dbb-4191-b3f1-8b00c1eacdb9} <Debug> TCPHandler: Processed in 0.001854946 sec. | ||
| 10193 | 2024.11.14 00:27:20.776853 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10194 | 2024.11.14 00:27:20.776994 [ 263 ] {a4224ce7-1c4c-48da-bf9f-1d24d2bd6bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10195 | 2024.11.14 00:27:20.777047 [ 263 ] {a4224ce7-1c4c-48da-bf9f-1d24d2bd6bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10196 | 2024.11.14 00:27:20.777537 [ 263 ] {a4224ce7-1c4c-48da-bf9f-1d24d2bd6bc4} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10197 | 2024.11.14 00:27:20.777579 [ 263 ] {a4224ce7-1c4c-48da-bf9f-1d24d2bd6bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10198 | 2024.11.14 00:27:20.777935 [ 263 ] {a4224ce7-1c4c-48da-bf9f-1d24d2bd6bc4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10199 | 2024.11.14 00:27:20.778163 [ 263 ] {a4224ce7-1c4c-48da-bf9f-1d24d2bd6bc4} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10200 | 2024.11.14 00:27:20.778400 [ 263 ] {a4224ce7-1c4c-48da-bf9f-1d24d2bd6bc4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001419 sec., 704.7216349541932 rows/sec., 47.49 KiB/sec. | ||
| 10201 | 2024.11.14 00:27:20.778460 [ 263 ] {a4224ce7-1c4c-48da-bf9f-1d24d2bd6bc4} <Debug> TCPHandler: Processed in 0.001664884 sec. | ||
| 10202 | 2024.11.14 00:27:20.778680 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10203 | 2024.11.14 00:27:20.778823 [ 261 ] {1186fde1-f9fd-4a29-bf52-b9446844f06f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10204 | 2024.11.14 00:27:20.778904 [ 261 ] {1186fde1-f9fd-4a29-bf52-b9446844f06f} <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 | ||
| 10205 | 2024.11.14 00:27:20.780092 [ 261 ] {1186fde1-f9fd-4a29-bf52-b9446844f06f} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10206 | 2024.11.14 00:27:20.780132 [ 261 ] {1186fde1-f9fd-4a29-bf52-b9446844f06f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10207 | 2024.11.14 00:27:20.780837 [ 261 ] {1186fde1-f9fd-4a29-bf52-b9446844f06f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10208 | 2024.11.14 00:27:20.781107 [ 261 ] {1186fde1-f9fd-4a29-bf52-b9446844f06f} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10209 | 2024.11.14 00:27:20.781396 [ 261 ] {1186fde1-f9fd-4a29-bf52-b9446844f06f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002594 sec., 15034.695451040863 rows/sec., 26.94 MiB/sec. | ||
| 10210 | 2024.11.14 00:27:20.781949 [ 261 ] {1186fde1-f9fd-4a29-bf52-b9446844f06f} <Debug> TCPHandler: Processed in 0.003384808 sec. | ||
| 10211 | 2024.11.14 00:27:20.782110 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10212 | 2024.11.14 00:27:20.782228 [ 263 ] {cd75a682-8939-45be-8588-fc5f3d95aa5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10213 | 2024.11.14 00:27:20.782279 [ 263 ] {cd75a682-8939-45be-8588-fc5f3d95aa5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10214 | 2024.11.14 00:27:20.782815 [ 263 ] {cd75a682-8939-45be-8588-fc5f3d95aa5c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10215 | 2024.11.14 00:27:20.782855 [ 263 ] {cd75a682-8939-45be-8588-fc5f3d95aa5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 10216 | 2024.11.14 00:27:20.783258 [ 263 ] {cd75a682-8939-45be-8588-fc5f3d95aa5c} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10217 | 2024.11.14 00:27:20.783519 [ 263 ] {cd75a682-8939-45be-8588-fc5f3d95aa5c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10218 | 2024.11.14 00:27:20.783751 [ 263 ] {cd75a682-8939-45be-8588-fc5f3d95aa5c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001543 sec., 53143.22747893713 rows/sec., 3.38 MiB/sec. | ||
| 10219 | 2024.11.14 00:27:20.783802 [ 263 ] {cd75a682-8939-45be-8588-fc5f3d95aa5c} <Debug> TCPHandler: Processed in 0.001750975 sec. | ||
| 10220 | 2024.11.14 00:27:20.886135 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10221 | 2024.11.14 00:27:20.920497 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10222 | 2024.11.14 00:27:21.056401 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10223 | 2024.11.14 00:27:21.057713 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10224 | 2024.11.14 00:27:21.062646 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10225 | 2024.11.14 00:27:21.086041 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10226 | 2024.11.14 00:27:21.134910 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10227 | 2024.11.14 00:27:21.142183 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54494, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10228 | 2024.11.14 00:27:21.813503 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35638, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10229 | 2024.11.14 00:27:21.864163 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10230 | 2024.11.14 00:27:21.870028 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10231 | 2024.11.14 00:27:21.911726 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37321, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10232 | 2024.11.14 00:27:21.915062 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34734, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10233 | 2024.11.14 00:27:21.918373 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10234 | 2024.11.14 00:27:21.924646 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10235 | 2024.11.14 00:27:21.944034 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10236 | 2024.11.14 00:27:22.359586 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35458, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10237 | 2024.11.14 00:27:22.378998 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58836, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10238 | 2024.11.14 00:27:22.553918 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10239 | 2024.11.14 00:27:22.571288 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63807, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10240 | 2024.11.14 00:27:22.659119 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10241 | 2024.11.14 00:27:22.672657 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10242 | 2024.11.14 00:27:22.676530 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33779, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10243 | 2024.11.14 00:27:25.752578 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10244 | 2024.11.14 00:27:25.752781 [ 263 ] {2fdaea82-64d0-4248-97f9-75df26eeb80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10245 | 2024.11.14 00:27:25.752853 [ 263 ] {2fdaea82-64d0-4248-97f9-75df26eeb80f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10246 | 2024.11.14 00:27:25.753637 [ 263 ] {2fdaea82-64d0-4248-97f9-75df26eeb80f} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10247 | 2024.11.14 00:27:25.753687 [ 263 ] {2fdaea82-64d0-4248-97f9-75df26eeb80f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10248 | 2024.11.14 00:27:25.754129 [ 263 ] {2fdaea82-64d0-4248-97f9-75df26eeb80f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10249 | 2024.11.14 00:27:25.754388 [ 263 ] {2fdaea82-64d0-4248-97f9-75df26eeb80f} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10250 | 2024.11.14 00:27:25.754648 [ 263 ] {2fdaea82-64d0-4248-97f9-75df26eeb80f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.24 MiB/sec. | ||
| 10251 | 2024.11.14 00:27:25.754714 [ 263 ] {2fdaea82-64d0-4248-97f9-75df26eeb80f} <Debug> TCPHandler: Processed in 0.002262042 sec. | ||
| 10252 | 2024.11.14 00:27:25.754967 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10253 | 2024.11.14 00:27:25.755150 [ 261 ] {6c373fb9-470f-4bd4-8abb-9fef075adb9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10254 | 2024.11.14 00:27:25.755224 [ 261 ] {6c373fb9-470f-4bd4-8abb-9fef075adb9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10255 | 2024.11.14 00:27:25.755943 [ 261 ] {6c373fb9-470f-4bd4-8abb-9fef075adb9e} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10256 | 2024.11.14 00:27:25.755985 [ 261 ] {6c373fb9-470f-4bd4-8abb-9fef075adb9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10257 | 2024.11.14 00:27:25.756405 [ 261 ] {6c373fb9-470f-4bd4-8abb-9fef075adb9e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10258 | 2024.11.14 00:27:25.756649 [ 261 ] {6c373fb9-470f-4bd4-8abb-9fef075adb9e} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10259 | 2024.11.14 00:27:25.756850 [ 261 ] {6c373fb9-470f-4bd4-8abb-9fef075adb9e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001751 sec., 36550.54254711593 rows/sec., 2.85 MiB/sec. | ||
| 10260 | 2024.11.14 00:27:25.756905 [ 261 ] {6c373fb9-470f-4bd4-8abb-9fef075adb9e} <Debug> TCPHandler: Processed in 0.002064289 sec. | ||
| 10261 | 2024.11.14 00:27:25.757069 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10262 | 2024.11.14 00:27:25.757216 [ 263 ] {2160b5ef-5ba1-4cb8-9b36-ec4ae11a8458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10263 | 2024.11.14 00:27:25.757285 [ 263 ] {2160b5ef-5ba1-4cb8-9b36-ec4ae11a8458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10264 | 2024.11.14 00:27:25.757870 [ 263 ] {2160b5ef-5ba1-4cb8-9b36-ec4ae11a8458} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10265 | 2024.11.14 00:27:25.757911 [ 263 ] {2160b5ef-5ba1-4cb8-9b36-ec4ae11a8458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10266 | 2024.11.14 00:27:25.758315 [ 263 ] {2160b5ef-5ba1-4cb8-9b36-ec4ae11a8458} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10267 | 2024.11.14 00:27:25.758564 [ 263 ] {2160b5ef-5ba1-4cb8-9b36-ec4ae11a8458} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10268 | 2024.11.14 00:27:25.758786 [ 263 ] {2160b5ef-5ba1-4cb8-9b36-ec4ae11a8458} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001605 sec., 79750.77881619937 rows/sec., 5.55 MiB/sec. | ||
| 10269 | 2024.11.14 00:27:25.758842 [ 263 ] {2160b5ef-5ba1-4cb8-9b36-ec4ae11a8458} <Debug> TCPHandler: Processed in 0.001840306 sec. | ||
| 10270 | 2024.11.14 00:27:25.758980 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10271 | 2024.11.14 00:27:25.759102 [ 261 ] {85b67367-a42f-490e-a908-e76b5c5e57e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10272 | 2024.11.14 00:27:25.759155 [ 261 ] {85b67367-a42f-490e-a908-e76b5c5e57e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10273 | 2024.11.14 00:27:25.759644 [ 261 ] {85b67367-a42f-490e-a908-e76b5c5e57e7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10274 | 2024.11.14 00:27:25.759682 [ 261 ] {85b67367-a42f-490e-a908-e76b5c5e57e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10275 | 2024.11.14 00:27:25.760056 [ 261 ] {85b67367-a42f-490e-a908-e76b5c5e57e7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10276 | 2024.11.14 00:27:25.760290 [ 261 ] {85b67367-a42f-490e-a908-e76b5c5e57e7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10277 | 2024.11.14 00:27:25.760465 [ 261 ] {85b67367-a42f-490e-a908-e76b5c5e57e7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001389 sec., 34557.235421166304 rows/sec., 2.33 MiB/sec. | ||
| 10278 | 2024.11.14 00:27:25.760514 [ 261 ] {85b67367-a42f-490e-a908-e76b5c5e57e7} <Debug> TCPHandler: Processed in 0.001589242 sec. | ||
| 10279 | 2024.11.14 00:27:29.331498 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1482 | ||
| 10280 | 2024.11.14 00:27:29.334352 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10281 | 2024.11.14 00:27:29.334403 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10282 | 2024.11.14 00:27:29.335783 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10283 | 2024.11.14 00:27:29.336212 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10284 | 2024.11.14 00:27:29.336544 [ 108 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10285 | 2024.11.14 00:27:29.336662 [ 108 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10286 | 2024.11.14 00:27:29.336735 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10287 | 2024.11.14 00:27:29.337288 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10288 | 2024.11.14 00:27:29.339044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1482 | ||
| 10289 | 2024.11.14 00:27:29.339341 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10290 | 2024.11.14 00:27:29.339517 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1352 rows starting from the beginning of the part | ||
| 10291 | 2024.11.14 00:27:29.340113 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part | ||
| 10292 | 2024.11.14 00:27:29.340677 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part | ||
| 10293 | 2024.11.14 00:27:29.341200 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part | ||
| 10294 | 2024.11.14 00:27:29.341710 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part | ||
| 10295 | 2024.11.14 00:27:29.342173 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part | ||
| 10296 | 2024.11.14 00:27:29.350127 [ 186 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1482 rows, containing 72 columns (72 merged, 0 gathered) in 0.013246736 sec., 111876.61624720233 rows/sec., 87.17 MiB/sec. | ||
| 10297 | 2024.11.14 00:27:29.351765 [ 191 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10298 | 2024.11.14 00:27:29.352521 [ 191 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10299 | 2024.11.14 00:27:29.352606 [ 191 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_51_10} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10300 | 2024.11.14 00:27:29.352888 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 10301 | 2024.11.14 00:27:30.754018 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10302 | 2024.11.14 00:27:30.754205 [ 263 ] {8c863176-dac1-4f74-999f-e0edc6111c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10303 | 2024.11.14 00:27:30.754278 [ 263 ] {8c863176-dac1-4f74-999f-e0edc6111c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10304 | 2024.11.14 00:27:30.755058 [ 263 ] {8c863176-dac1-4f74-999f-e0edc6111c25} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10305 | 2024.11.14 00:27:30.755102 [ 263 ] {8c863176-dac1-4f74-999f-e0edc6111c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10306 | 2024.11.14 00:27:30.755540 [ 263 ] {8c863176-dac1-4f74-999f-e0edc6111c25} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10307 | 2024.11.14 00:27:30.755817 [ 263 ] {8c863176-dac1-4f74-999f-e0edc6111c25} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10308 | 2024.11.14 00:27:30.756043 [ 263 ] {8c863176-dac1-4f74-999f-e0edc6111c25} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.28 MiB/sec. | ||
| 10309 | 2024.11.14 00:27:30.756140 [ 263 ] {8c863176-dac1-4f74-999f-e0edc6111c25} <Debug> TCPHandler: Processed in 0.002247242 sec. | ||
| 10310 | 2024.11.14 00:27:30.756442 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10311 | 2024.11.14 00:27:30.756633 [ 261 ] {57d92713-36aa-46b1-8bb0-f3976dc927e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10312 | 2024.11.14 00:27:30.756705 [ 261 ] {57d92713-36aa-46b1-8bb0-f3976dc927e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10313 | 2024.11.14 00:27:30.757450 [ 261 ] {57d92713-36aa-46b1-8bb0-f3976dc927e3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10314 | 2024.11.14 00:27:30.757501 [ 261 ] {57d92713-36aa-46b1-8bb0-f3976dc927e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10315 | 2024.11.14 00:27:30.757937 [ 261 ] {57d92713-36aa-46b1-8bb0-f3976dc927e3} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10316 | 2024.11.14 00:27:30.758192 [ 261 ] {57d92713-36aa-46b1-8bb0-f3976dc927e3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10317 | 2024.11.14 00:27:30.758441 [ 261 ] {57d92713-36aa-46b1-8bb0-f3976dc927e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001863 sec., 34353.193773483625 rows/sec., 2.68 MiB/sec. | ||
| 10318 | 2024.11.14 00:27:30.758498 [ 261 ] {57d92713-36aa-46b1-8bb0-f3976dc927e3} <Debug> TCPHandler: Processed in 0.002222051 sec. | ||
| 10319 | 2024.11.14 00:27:30.758669 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10320 | 2024.11.14 00:27:30.758833 [ 263 ] {ee56cb3a-91ef-4dd4-84d0-d0520c30bb2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10321 | 2024.11.14 00:27:30.758900 [ 263 ] {ee56cb3a-91ef-4dd4-84d0-d0520c30bb2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10322 | 2024.11.14 00:27:30.759581 [ 263 ] {ee56cb3a-91ef-4dd4-84d0-d0520c30bb2e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10323 | 2024.11.14 00:27:30.759621 [ 263 ] {ee56cb3a-91ef-4dd4-84d0-d0520c30bb2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10324 | 2024.11.14 00:27:30.760032 [ 263 ] {ee56cb3a-91ef-4dd4-84d0-d0520c30bb2e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10325 | 2024.11.14 00:27:30.760277 [ 263 ] {ee56cb3a-91ef-4dd4-84d0-d0520c30bb2e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10326 | 2024.11.14 00:27:30.760411 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10327 | 2024.11.14 00:27:30.760456 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10328 | 2024.11.14 00:27:30.760462 [ 263 ] {ee56cb3a-91ef-4dd4-84d0-d0520c30bb2e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001665 sec., 96096.0960960961 rows/sec., 6.69 MiB/sec. | ||
| 10329 | 2024.11.14 00:27:30.760479 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10330 | 2024.11.14 00:27:30.760566 [ 263 ] {ee56cb3a-91ef-4dd4-84d0-d0520c30bb2e} <Debug> TCPHandler: Processed in 0.001966688 sec. | ||
| 10331 | 2024.11.14 00:27:30.760818 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10332 | 2024.11.14 00:27:30.760858 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10333 | 2024.11.14 00:27:30.761301 [ 261 ] {e9eed89b-3faa-4c2f-970c-7032fec2127e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10334 | 2024.11.14 00:27:30.761527 [ 261 ] {e9eed89b-3faa-4c2f-970c-7032fec2127e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10335 | 2024.11.14 00:27:30.761564 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10336 | 2024.11.14 00:27:30.761723 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_91_18, total 18509 rows starting from the beginning of the part | ||
| 10337 | 2024.11.14 00:27:30.762438 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 133 rows starting from the beginning of the part | ||
| 10338 | 2024.11.14 00:27:30.762981 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 10339 | 2024.11.14 00:27:30.763301 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 10340 | 2024.11.14 00:27:30.763567 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 128 rows starting from the beginning of the part | ||
| 10341 | 2024.11.14 00:27:30.763962 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 10342 | 2024.11.14 00:27:30.764760 [ 261 ] {e9eed89b-3faa-4c2f-970c-7032fec2127e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10343 | 2024.11.14 00:27:30.764832 [ 261 ] {e9eed89b-3faa-4c2f-970c-7032fec2127e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10344 | 2024.11.14 00:27:30.765512 [ 261 ] {e9eed89b-3faa-4c2f-970c-7032fec2127e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10345 | 2024.11.14 00:27:30.765841 [ 261 ] {e9eed89b-3faa-4c2f-970c-7032fec2127e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10346 | 2024.11.14 00:27:30.766133 [ 108 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10347 | 2024.11.14 00:27:30.766250 [ 108 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10348 | 2024.11.14 00:27:30.766351 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10349 | 2024.11.14 00:27:30.766399 [ 261 ] {e9eed89b-3faa-4c2f-970c-7032fec2127e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005292 sec., 11337.868480725623 rows/sec., 782.43 KiB/sec. | ||
| 10350 | 2024.11.14 00:27:30.766782 [ 261 ] {e9eed89b-3faa-4c2f-970c-7032fec2127e} <Debug> TCPHandler: Processed in 0.006100556 sec. | ||
| 10351 | 2024.11.14 00:27:30.766930 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10352 | 2024.11.14 00:27:30.767681 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10353 | 2024.11.14 00:27:30.767808 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5750 rows starting from the beginning of the part | ||
| 10354 | 2024.11.14 00:27:30.768347 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 48 rows starting from the beginning of the part | ||
| 10355 | 2024.11.14 00:27:30.768885 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 10356 | 2024.11.14 00:27:30.769378 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 10357 | 2024.11.14 00:27:30.769792 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 48 rows starting from the beginning of the part | ||
| 10358 | 2024.11.14 00:27:30.770240 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 10359 | 2024.11.14 00:27:30.773263 [ 186 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19327 rows, containing 5 columns (5 merged, 0 gathered) in 0.012675389 sec., 1524765.8276996468 rows/sec., 104.04 MiB/sec. | ||
| 10360 | 2024.11.14 00:27:30.773630 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10361 | 2024.11.14 00:27:30.773767 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6048 rows, containing 4 columns (4 merged, 0 gathered) in 0.007265202 sec., 832461.3685896138 rows/sec., 54.75 MiB/sec. | ||
| 10362 | 2024.11.14 00:27:30.774019 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10363 | 2024.11.14 00:27:30.774113 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10364 | 2024.11.14 00:27:30.774208 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 10365 | 2024.11.14 00:27:30.774403 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10366 | 2024.11.14 00:27:30.774733 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10367 | 2024.11.14 00:27:30.774823 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_96_19} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10368 | 2024.11.14 00:27:30.774920 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 10369 | 2024.11.14 00:27:32.209640 [ 108 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10370 | 2024.11.14 00:27:32.209718 [ 108 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10371 | 2024.11.14 00:27:32.209747 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10372 | 2024.11.14 00:27:32.209933 [ 192 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 10373 | 2024.11.14 00:27:32.210345 [ 192 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10374 | 2024.11.14 00:27:32.210404 [ 192 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 242 rows starting from the beginning of the part | ||
| 10375 | 2024.11.14 00:27:32.210501 [ 192 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 10376 | 2024.11.14 00:27:32.210775 [ 192 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10377 | 2024.11.14 00:27:32.210971 [ 192 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 10378 | 2024.11.14 00:27:32.211175 [ 192 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 10379 | 2024.11.14 00:27:32.212342 [ 194 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002520985 sec., 118207.76402874273 rows/sec., 8.47 MiB/sec. | ||
| 10380 | 2024.11.14 00:27:32.212503 [ 192 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10381 | 2024.11.14 00:27:32.212787 [ 192 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_33_8} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10382 | 2024.11.14 00:27:32.212869 [ 192 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_33_8} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10383 | 2024.11.14 00:27:32.212949 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10384 | 2024.11.14 00:27:32.881987 [ 102 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 5 parts from all_1_46_10 to all_50_50_0 | ||
| 10385 | 2024.11.14 00:27:32.882064 [ 102 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10386 | 2024.11.14 00:27:32.882090 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10387 | 2024.11.14 00:27:32.882241 [ 195 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_50_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_46_10 to all_50_50_0 into Compact with storage Full | ||
| 10388 | 2024.11.14 00:27:32.882479 [ 195 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10389 | 2024.11.14 00:27:32.882520 [ 195 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 64 rows starting from the beginning of the part | ||
| 10390 | 2024.11.14 00:27:32.882602 [ 195 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 46 rows starting from the beginning of the part | ||
| 10391 | 2024.11.14 00:27:32.882766 [ 195 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 46 rows starting from the beginning of the part | ||
| 10392 | 2024.11.14 00:27:32.882964 [ 195 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 10 rows starting from the beginning of the part | ||
| 10393 | 2024.11.14 00:27:32.883228 [ 195 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 46 rows starting from the beginning of the part | ||
| 10394 | 2024.11.14 00:27:32.884589 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.002417943 sec., 87677.8319422749 rows/sec., 6.60 MiB/sec. | ||
| 10395 | 2024.11.14 00:27:32.884782 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) | ||
| 10396 | 2024.11.14 00:27:32.885120 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_50_11} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10397 | 2024.11.14 00:27:32.885223 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_50_11} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 5 parts: [all_1_46_10, all_50_50_0] -> all_1_50_11 | ||
| 10398 | 2024.11.14 00:27:32.885333 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10399 | 2024.11.14 00:27:33.985536 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10400 | 2024.11.14 00:27:33.985585 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10401 | 2024.11.14 00:27:35.761086 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10402 | 2024.11.14 00:27:35.761274 [ 263 ] {d20c335e-d1dc-4832-99b6-5044f9ea38cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10403 | 2024.11.14 00:27:35.761348 [ 263 ] {d20c335e-d1dc-4832-99b6-5044f9ea38cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10404 | 2024.11.14 00:27:35.762102 [ 263 ] {d20c335e-d1dc-4832-99b6-5044f9ea38cf} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10405 | 2024.11.14 00:27:35.762154 [ 263 ] {d20c335e-d1dc-4832-99b6-5044f9ea38cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10406 | 2024.11.14 00:27:35.762585 [ 263 ] {d20c335e-d1dc-4832-99b6-5044f9ea38cf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10407 | 2024.11.14 00:27:35.762852 [ 263 ] {d20c335e-d1dc-4832-99b6-5044f9ea38cf} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10408 | 2024.11.14 00:27:35.763077 [ 101 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10409 | 2024.11.14 00:27:35.763105 [ 263 ] {d20c335e-d1dc-4832-99b6-5044f9ea38cf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 10410 | 2024.11.14 00:27:35.763156 [ 101 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10411 | 2024.11.14 00:27:35.763236 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10412 | 2024.11.14 00:27:35.763245 [ 263 ] {d20c335e-d1dc-4832-99b6-5044f9ea38cf} <Debug> TCPHandler: Processed in 0.002284002 sec. | ||
| 10413 | 2024.11.14 00:27:35.763471 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 10414 | 2024.11.14 00:27:35.763536 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10415 | 2024.11.14 00:27:35.763670 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10416 | 2024.11.14 00:27:35.763715 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 10417 | 2024.11.14 00:27:35.763744 [ 261 ] {cd93af03-5e33-4f17-88bc-206c94b4cec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10418 | 2024.11.14 00:27:35.763818 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 10419 | 2024.11.14 00:27:35.763848 [ 261 ] {cd93af03-5e33-4f17-88bc-206c94b4cec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10420 | 2024.11.14 00:27:35.764186 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10421 | 2024.11.14 00:27:35.764542 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 10422 | 2024.11.14 00:27:35.764933 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 10423 | 2024.11.14 00:27:35.766485 [ 261 ] {cd93af03-5e33-4f17-88bc-206c94b4cec2} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10424 | 2024.11.14 00:27:35.766535 [ 261 ] {cd93af03-5e33-4f17-88bc-206c94b4cec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10425 | 2024.11.14 00:27:35.766795 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003439589 sec., 20351.268712628167 rows/sec., 1.51 MiB/sec. | ||
| 10426 | 2024.11.14 00:27:35.767001 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10427 | 2024.11.14 00:27:35.767328 [ 261 ] {cd93af03-5e33-4f17-88bc-206c94b4cec2} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10428 | 2024.11.14 00:27:35.767515 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_33_8} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10429 | 2024.11.14 00:27:35.767662 [ 200 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_33_8} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10430 | 2024.11.14 00:27:35.767861 [ 261 ] {cd93af03-5e33-4f17-88bc-206c94b4cec2} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10431 | 2024.11.14 00:27:35.767861 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10432 | 2024.11.14 00:27:35.768173 [ 261 ] {cd93af03-5e33-4f17-88bc-206c94b4cec2} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.004488 sec., 62611.4081996435 rows/sec., 5.53 MiB/sec. | ||
| 10433 | 2024.11.14 00:27:35.768308 [ 261 ] {cd93af03-5e33-4f17-88bc-206c94b4cec2} <Debug> TCPHandler: Processed in 0.004920339 sec. | ||
| 10434 | 2024.11.14 00:27:35.768494 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10435 | 2024.11.14 00:27:35.768673 [ 263 ] {814b167f-a6ed-4ad1-98e6-0d39cf16a392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10436 | 2024.11.14 00:27:35.768725 [ 263 ] {814b167f-a6ed-4ad1-98e6-0d39cf16a392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10437 | 2024.11.14 00:27:35.769355 [ 263 ] {814b167f-a6ed-4ad1-98e6-0d39cf16a392} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10438 | 2024.11.14 00:27:35.769395 [ 263 ] {814b167f-a6ed-4ad1-98e6-0d39cf16a392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10439 | 2024.11.14 00:27:35.769768 [ 263 ] {814b167f-a6ed-4ad1-98e6-0d39cf16a392} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10440 | 2024.11.14 00:27:35.770012 [ 263 ] {814b167f-a6ed-4ad1-98e6-0d39cf16a392} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10441 | 2024.11.14 00:27:35.770242 [ 263 ] {814b167f-a6ed-4ad1-98e6-0d39cf16a392} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001613 sec., 28518.288902665838 rows/sec., 2.05 MiB/sec. | ||
| 10442 | 2024.11.14 00:27:35.770295 [ 263 ] {814b167f-a6ed-4ad1-98e6-0d39cf16a392} <Debug> TCPHandler: Processed in 0.001881707 sec. | ||
| 10443 | 2024.11.14 00:27:35.770454 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10444 | 2024.11.14 00:27:35.770572 [ 261 ] {1a1e0371-8342-4e43-a90d-f30ea81834af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10445 | 2024.11.14 00:27:35.770623 [ 261 ] {1a1e0371-8342-4e43-a90d-f30ea81834af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10446 | 2024.11.14 00:27:35.771200 [ 261 ] {1a1e0371-8342-4e43-a90d-f30ea81834af} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10447 | 2024.11.14 00:27:35.771240 [ 261 ] {1a1e0371-8342-4e43-a90d-f30ea81834af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10448 | 2024.11.14 00:27:35.771588 [ 261 ] {1a1e0371-8342-4e43-a90d-f30ea81834af} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10449 | 2024.11.14 00:27:35.771823 [ 261 ] {1a1e0371-8342-4e43-a90d-f30ea81834af} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10450 | 2024.11.14 00:27:35.772070 [ 261 ] {1a1e0371-8342-4e43-a90d-f30ea81834af} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001515 sec., 9240.924092409241 rows/sec., 647.17 KiB/sec. | ||
| 10451 | 2024.11.14 00:27:35.772276 [ 261 ] {1a1e0371-8342-4e43-a90d-f30ea81834af} <Debug> TCPHandler: Processed in 0.001872137 sec. | ||
| 10452 | 2024.11.14 00:27:35.772491 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10453 | 2024.11.14 00:27:35.772602 [ 263 ] {bdafd92d-2a73-4233-b29a-80ee65c7f399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10454 | 2024.11.14 00:27:35.772648 [ 263 ] {bdafd92d-2a73-4233-b29a-80ee65c7f399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10455 | 2024.11.14 00:27:35.773205 [ 263 ] {bdafd92d-2a73-4233-b29a-80ee65c7f399} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10456 | 2024.11.14 00:27:35.773243 [ 263 ] {bdafd92d-2a73-4233-b29a-80ee65c7f399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10457 | 2024.11.14 00:27:35.773591 [ 263 ] {bdafd92d-2a73-4233-b29a-80ee65c7f399} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10458 | 2024.11.14 00:27:35.773833 [ 263 ] {bdafd92d-2a73-4233-b29a-80ee65c7f399} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10459 | 2024.11.14 00:27:35.773997 [ 101 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10460 | 2024.11.14 00:27:35.774062 [ 101 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10461 | 2024.11.14 00:27:35.774080 [ 263 ] {bdafd92d-2a73-4233-b29a-80ee65c7f399} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001492 sec., 8713.13672922252 rows/sec., 543.26 KiB/sec. | ||
| 10462 | 2024.11.14 00:27:35.774102 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10463 | 2024.11.14 00:27:35.774258 [ 263 ] {bdafd92d-2a73-4233-b29a-80ee65c7f399} <Debug> TCPHandler: Processed in 0.001846596 sec. | ||
| 10464 | 2024.11.14 00:27:35.774332 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 10465 | 2024.11.14 00:27:35.774562 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10466 | 2024.11.14 00:27:35.774702 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10467 | 2024.11.14 00:27:35.774796 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part | ||
| 10468 | 2024.11.14 00:27:35.774858 [ 261 ] {84252ba5-fafc-4d42-951a-2a4a9d97a415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10469 | 2024.11.14 00:27:35.775009 [ 261 ] {84252ba5-fafc-4d42-951a-2a4a9d97a415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10470 | 2024.11.14 00:27:35.775032 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 10471 | 2024.11.14 00:27:35.775522 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 10472 | 2024.11.14 00:27:35.775876 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 10473 | 2024.11.14 00:27:35.776295 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 10474 | 2024.11.14 00:27:35.777762 [ 261 ] {84252ba5-fafc-4d42-951a-2a4a9d97a415} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10475 | 2024.11.14 00:27:35.777852 [ 261 ] {84252ba5-fafc-4d42-951a-2a4a9d97a415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10476 | 2024.11.14 00:27:35.778666 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004430312 sec., 14671.652921961253 rows/sec., 972.09 KiB/sec. | ||
| 10477 | 2024.11.14 00:27:35.778837 [ 261 ] {84252ba5-fafc-4d42-951a-2a4a9d97a415} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10478 | 2024.11.14 00:27:35.778920 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10479 | 2024.11.14 00:27:35.779292 [ 261 ] {84252ba5-fafc-4d42-951a-2a4a9d97a415} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10480 | 2024.11.14 00:27:35.779472 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_33_8} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10481 | 2024.11.14 00:27:35.779758 [ 261 ] {84252ba5-fafc-4d42-951a-2a4a9d97a415} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004944 sec., 85153.7216828479 rows/sec., 6.08 MiB/sec. | ||
| 10482 | 2024.11.14 00:27:35.779794 [ 190 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_33_8} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10483 | 2024.11.14 00:27:35.779983 [ 261 ] {84252ba5-fafc-4d42-951a-2a4a9d97a415} <Debug> TCPHandler: Processed in 0.005607269 sec. | ||
| 10484 | 2024.11.14 00:27:35.780201 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10485 | 2024.11.14 00:27:35.780256 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10486 | 2024.11.14 00:27:35.780466 [ 263 ] {a6b07cf1-e7c4-4ea1-b046-04b08aa384b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10487 | 2024.11.14 00:27:35.780546 [ 263 ] {a6b07cf1-e7c4-4ea1-b046-04b08aa384b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10488 | 2024.11.14 00:27:35.781123 [ 263 ] {a6b07cf1-e7c4-4ea1-b046-04b08aa384b4} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10489 | 2024.11.14 00:27:35.781163 [ 263 ] {a6b07cf1-e7c4-4ea1-b046-04b08aa384b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10490 | 2024.11.14 00:27:35.781543 [ 263 ] {a6b07cf1-e7c4-4ea1-b046-04b08aa384b4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10491 | 2024.11.14 00:27:35.781793 [ 263 ] {a6b07cf1-e7c4-4ea1-b046-04b08aa384b4} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10492 | 2024.11.14 00:27:35.782029 [ 263 ] {a6b07cf1-e7c4-4ea1-b046-04b08aa384b4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001612 sec., 3722.0843672456576 rows/sec., 194.46 KiB/sec. | ||
| 10493 | 2024.11.14 00:27:35.782146 [ 263 ] {a6b07cf1-e7c4-4ea1-b046-04b08aa384b4} <Debug> TCPHandler: Processed in 0.002026879 sec. | ||
| 10494 | 2024.11.14 00:27:35.782316 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10495 | 2024.11.14 00:27:35.782455 [ 261 ] {91d08ad0-8cd2-4fa0-a400-b5c25556e888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10496 | 2024.11.14 00:27:35.782518 [ 261 ] {91d08ad0-8cd2-4fa0-a400-b5c25556e888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10497 | 2024.11.14 00:27:35.783145 [ 261 ] {91d08ad0-8cd2-4fa0-a400-b5c25556e888} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10498 | 2024.11.14 00:27:35.783184 [ 261 ] {91d08ad0-8cd2-4fa0-a400-b5c25556e888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10499 | 2024.11.14 00:27:35.783581 [ 261 ] {91d08ad0-8cd2-4fa0-a400-b5c25556e888} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10500 | 2024.11.14 00:27:35.783810 [ 261 ] {91d08ad0-8cd2-4fa0-a400-b5c25556e888} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10501 | 2024.11.14 00:27:35.784005 [ 261 ] {91d08ad0-8cd2-4fa0-a400-b5c25556e888} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0016 sec., 148125 rows/sec., 9.93 MiB/sec. | ||
| 10502 | 2024.11.14 00:27:35.784057 [ 261 ] {91d08ad0-8cd2-4fa0-a400-b5c25556e888} <Debug> TCPHandler: Processed in 0.001829166 sec. | ||
| 10503 | 2024.11.14 00:27:35.784204 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10504 | 2024.11.14 00:27:35.784336 [ 263 ] {35b94ac3-9cd8-4737-a135-c09da2b85386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10505 | 2024.11.14 00:27:35.784395 [ 263 ] {35b94ac3-9cd8-4737-a135-c09da2b85386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10506 | 2024.11.14 00:27:35.784957 [ 263 ] {35b94ac3-9cd8-4737-a135-c09da2b85386} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10507 | 2024.11.14 00:27:35.784996 [ 263 ] {35b94ac3-9cd8-4737-a135-c09da2b85386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10508 | 2024.11.14 00:27:35.785353 [ 263 ] {35b94ac3-9cd8-4737-a135-c09da2b85386} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10509 | 2024.11.14 00:27:35.785580 [ 263 ] {35b94ac3-9cd8-4737-a135-c09da2b85386} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10510 | 2024.11.14 00:27:35.785799 [ 263 ] {35b94ac3-9cd8-4737-a135-c09da2b85386} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001453 sec., 688.2312456985546 rows/sec., 46.37 KiB/sec. | ||
| 10511 | 2024.11.14 00:27:35.785915 [ 263 ] {35b94ac3-9cd8-4737-a135-c09da2b85386} <Debug> TCPHandler: Processed in 0.001746845 sec. | ||
| 10512 | 2024.11.14 00:27:35.786082 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10513 | 2024.11.14 00:27:35.786218 [ 261 ] {2e9f3f99-d77b-4296-8aae-7774696a2a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10514 | 2024.11.14 00:27:35.786310 [ 261 ] {2e9f3f99-d77b-4296-8aae-7774696a2a15} <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 | ||
| 10515 | 2024.11.14 00:27:35.787543 [ 261 ] {2e9f3f99-d77b-4296-8aae-7774696a2a15} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10516 | 2024.11.14 00:27:35.787582 [ 261 ] {2e9f3f99-d77b-4296-8aae-7774696a2a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10517 | 2024.11.14 00:27:35.788209 [ 261 ] {2e9f3f99-d77b-4296-8aae-7774696a2a15} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10518 | 2024.11.14 00:27:35.788463 [ 261 ] {2e9f3f99-d77b-4296-8aae-7774696a2a15} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10519 | 2024.11.14 00:27:35.788755 [ 261 ] {2e9f3f99-d77b-4296-8aae-7774696a2a15} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002566 sec., 15198.7529228371 rows/sec., 27.24 MiB/sec. | ||
| 10520 | 2024.11.14 00:27:35.789306 [ 261 ] {2e9f3f99-d77b-4296-8aae-7774696a2a15} <Debug> TCPHandler: Processed in 0.003287957 sec. | ||
| 10521 | 2024.11.14 00:27:35.789464 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10522 | 2024.11.14 00:27:35.789602 [ 263 ] {809320d8-9fce-4fbb-9654-69ca223b2304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10523 | 2024.11.14 00:27:35.789661 [ 263 ] {809320d8-9fce-4fbb-9654-69ca223b2304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10524 | 2024.11.14 00:27:35.790151 [ 263 ] {809320d8-9fce-4fbb-9654-69ca223b2304} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10525 | 2024.11.14 00:27:35.790188 [ 263 ] {809320d8-9fce-4fbb-9654-69ca223b2304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10526 | 2024.11.14 00:27:35.790549 [ 263 ] {809320d8-9fce-4fbb-9654-69ca223b2304} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10527 | 2024.11.14 00:27:35.790780 [ 263 ] {809320d8-9fce-4fbb-9654-69ca223b2304} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10528 | 2024.11.14 00:27:35.790991 [ 263 ] {809320d8-9fce-4fbb-9654-69ca223b2304} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00142 sec., 57746.47887323944 rows/sec., 3.67 MiB/sec. | ||
| 10529 | 2024.11.14 00:27:35.791039 [ 263 ] {809320d8-9fce-4fbb-9654-69ca223b2304} <Debug> TCPHandler: Processed in 0.001639433 sec. | ||
| 10530 | 2024.11.14 00:27:39.339399 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1512 | ||
| 10531 | 2024.11.14 00:27:39.342336 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10532 | 2024.11.14 00:27:39.342385 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10533 | 2024.11.14 00:27:39.343826 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10534 | 2024.11.14 00:27:39.344133 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10535 | 2024.11.14 00:27:39.345122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1512 | ||
| 10536 | 2024.11.14 00:27:40.753596 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10537 | 2024.11.14 00:27:40.753785 [ 263 ] {e4e3723a-55dc-4429-b93d-23aa6955fd35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10538 | 2024.11.14 00:27:40.753859 [ 263 ] {e4e3723a-55dc-4429-b93d-23aa6955fd35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10539 | 2024.11.14 00:27:40.754626 [ 263 ] {e4e3723a-55dc-4429-b93d-23aa6955fd35} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10540 | 2024.11.14 00:27:40.754678 [ 263 ] {e4e3723a-55dc-4429-b93d-23aa6955fd35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10541 | 2024.11.14 00:27:40.755117 [ 263 ] {e4e3723a-55dc-4429-b93d-23aa6955fd35} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10542 | 2024.11.14 00:27:40.755375 [ 263 ] {e4e3723a-55dc-4429-b93d-23aa6955fd35} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10543 | 2024.11.14 00:27:40.755624 [ 263 ] {e4e3723a-55dc-4429-b93d-23aa6955fd35} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001892 sec., 4228.329809725158 rows/sec., 344.79 KiB/sec. | ||
| 10544 | 2024.11.14 00:27:40.755691 [ 263 ] {e4e3723a-55dc-4429-b93d-23aa6955fd35} <Debug> TCPHandler: Processed in 0.002221751 sec. | ||
| 10545 | 2024.11.14 00:27:40.755964 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10546 | 2024.11.14 00:27:40.756159 [ 261 ] {7ebdbd16-477d-48d2-8b69-de3b36483698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10547 | 2024.11.14 00:27:40.756236 [ 261 ] {7ebdbd16-477d-48d2-8b69-de3b36483698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10548 | 2024.11.14 00:27:40.757004 [ 261 ] {7ebdbd16-477d-48d2-8b69-de3b36483698} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10549 | 2024.11.14 00:27:40.757054 [ 261 ] {7ebdbd16-477d-48d2-8b69-de3b36483698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10550 | 2024.11.14 00:27:40.757462 [ 261 ] {7ebdbd16-477d-48d2-8b69-de3b36483698} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10551 | 2024.11.14 00:27:40.757699 [ 261 ] {7ebdbd16-477d-48d2-8b69-de3b36483698} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10552 | 2024.11.14 00:27:40.757955 [ 97 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10553 | 2024.11.14 00:27:40.758018 [ 261 ] {7ebdbd16-477d-48d2-8b69-de3b36483698} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001912 sec., 31380.753138075313 rows/sec., 2.40 MiB/sec. | ||
| 10554 | 2024.11.14 00:27:40.758038 [ 97 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10555 | 2024.11.14 00:27:40.758112 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10556 | 2024.11.14 00:27:40.758162 [ 261 ] {7ebdbd16-477d-48d2-8b69-de3b36483698} <Debug> TCPHandler: Processed in 0.002333062 sec. | ||
| 10557 | 2024.11.14 00:27:40.758393 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10558 | 2024.11.14 00:27:40.758407 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10559 | 2024.11.14 00:27:40.758663 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10560 | 2024.11.14 00:27:40.758697 [ 263 ] {0cf0a18e-8116-455f-8cff-edcc212c27e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10561 | 2024.11.14 00:27:40.758742 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1431 rows starting from the beginning of the part | ||
| 10562 | 2024.11.14 00:27:40.758810 [ 263 ] {0cf0a18e-8116-455f-8cff-edcc212c27e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10563 | 2024.11.14 00:27:40.759075 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 281 rows starting from the beginning of the part | ||
| 10564 | 2024.11.14 00:27:40.759400 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part | ||
| 10565 | 2024.11.14 00:27:40.759821 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 10566 | 2024.11.14 00:27:40.760276 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 281 rows starting from the beginning of the part | ||
| 10567 | 2024.11.14 00:27:40.760674 [ 189 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 10568 | 2024.11.14 00:27:40.761992 [ 263 ] {0cf0a18e-8116-455f-8cff-edcc212c27e7} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10569 | 2024.11.14 00:27:40.762066 [ 263 ] {0cf0a18e-8116-455f-8cff-edcc212c27e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10570 | 2024.11.14 00:27:40.763105 [ 263 ] {0cf0a18e-8116-455f-8cff-edcc212c27e7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10571 | 2024.11.14 00:27:40.763483 [ 263 ] {0cf0a18e-8116-455f-8cff-edcc212c27e7} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10572 | 2024.11.14 00:27:40.764096 [ 263 ] {0cf0a18e-8116-455f-8cff-edcc212c27e7} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.005473 sec., 1461.7211766855473 rows/sec., 102.06 KiB/sec. | ||
| 10573 | 2024.11.14 00:27:40.764511 [ 263 ] {0cf0a18e-8116-455f-8cff-edcc212c27e7} <Debug> TCPHandler: Processed in 0.006219718 sec. | ||
| 10574 | 2024.11.14 00:27:40.764616 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2165 rows, containing 5 columns (5 merged, 0 gathered) in 0.00638254 sec., 339206.64813694864 rows/sec., 29.92 MiB/sec. | ||
| 10575 | 2024.11.14 00:27:40.764793 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10576 | 2024.11.14 00:27:40.765000 [ 261 ] {28a897b9-3590-40fb-8b38-53b9aae9e6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10577 | 2024.11.14 00:27:40.765049 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10578 | 2024.11.14 00:27:40.765092 [ 261 ] {28a897b9-3590-40fb-8b38-53b9aae9e6f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10579 | 2024.11.14 00:27:40.765694 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10580 | 2024.11.14 00:27:40.765894 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_101_20} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10581 | 2024.11.14 00:27:40.766062 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 10582 | 2024.11.14 00:27:40.766291 [ 261 ] {28a897b9-3590-40fb-8b38-53b9aae9e6f5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10583 | 2024.11.14 00:27:40.766339 [ 261 ] {28a897b9-3590-40fb-8b38-53b9aae9e6f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10584 | 2024.11.14 00:27:40.766723 [ 261 ] {28a897b9-3590-40fb-8b38-53b9aae9e6f5} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10585 | 2024.11.14 00:27:40.766982 [ 261 ] {28a897b9-3590-40fb-8b38-53b9aae9e6f5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10586 | 2024.11.14 00:27:40.767192 [ 97 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10587 | 2024.11.14 00:27:40.767253 [ 261 ] {28a897b9-3590-40fb-8b38-53b9aae9e6f5} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.002291 sec., 31427.32431252728 rows/sec., 2.46 MiB/sec. | ||
| 10588 | 2024.11.14 00:27:40.767276 [ 97 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10589 | 2024.11.14 00:27:40.767365 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10590 | 2024.11.14 00:27:40.767399 [ 261 ] {28a897b9-3590-40fb-8b38-53b9aae9e6f5} <Debug> TCPHandler: Processed in 0.002750368 sec. | ||
| 10591 | 2024.11.14 00:27:40.767708 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10592 | 2024.11.14 00:27:40.767712 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10593 | 2024.11.14 00:27:40.768190 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10594 | 2024.11.14 00:27:40.768223 [ 263 ] {9c771d61-31d2-47bd-b0b5-b0e1b3cb7ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10595 | 2024.11.14 00:27:40.768306 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part | ||
| 10596 | 2024.11.14 00:27:40.768485 [ 263 ] {9c771d61-31d2-47bd-b0b5-b0e1b3cb7ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10597 | 2024.11.14 00:27:40.768879 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 421 rows starting from the beginning of the part | ||
| 10598 | 2024.11.14 00:27:40.769505 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part | ||
| 10599 | 2024.11.14 00:27:40.770105 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 10600 | 2024.11.14 00:27:40.770641 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 421 rows starting from the beginning of the part | ||
| 10601 | 2024.11.14 00:27:40.770975 [ 198 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 72 rows starting from the beginning of the part | ||
| 10602 | 2024.11.14 00:27:40.771974 [ 263 ] {9c771d61-31d2-47bd-b0b5-b0e1b3cb7ce7} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10603 | 2024.11.14 00:27:40.772049 [ 263 ] {9c771d61-31d2-47bd-b0b5-b0e1b3cb7ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10604 | 2024.11.14 00:27:40.773054 [ 263 ] {9c771d61-31d2-47bd-b0b5-b0e1b3cb7ce7} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10605 | 2024.11.14 00:27:40.773453 [ 263 ] {9c771d61-31d2-47bd-b0b5-b0e1b3cb7ce7} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10606 | 2024.11.14 00:27:40.774024 [ 263 ] {9c771d61-31d2-47bd-b0b5-b0e1b3cb7ce7} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.006 sec., 22000 rows/sec., 1.53 MiB/sec. | ||
| 10607 | 2024.11.14 00:27:40.774030 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.006543243 sec., 298781.5063570159 rows/sec., 22.87 MiB/sec. | ||
| 10608 | 2024.11.14 00:27:40.774167 [ 263 ] {9c771d61-31d2-47bd-b0b5-b0e1b3cb7ce7} <Debug> TCPHandler: Processed in 0.006639193 sec. | ||
| 10609 | 2024.11.14 00:27:40.774355 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10610 | 2024.11.14 00:27:40.774436 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10611 | 2024.11.14 00:27:40.774764 [ 261 ] {5f4652fc-7a6a-42d7-b239-738997adb42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10612 | 2024.11.14 00:27:40.774860 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10613 | 2024.11.14 00:27:40.774928 [ 261 ] {5f4652fc-7a6a-42d7-b239-738997adb42a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10614 | 2024.11.14 00:27:40.775086 [ 201 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_101_20} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10615 | 2024.11.14 00:27:40.775291 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 10616 | 2024.11.14 00:27:40.775706 [ 261 ] {5f4652fc-7a6a-42d7-b239-738997adb42a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10617 | 2024.11.14 00:27:40.775751 [ 261 ] {5f4652fc-7a6a-42d7-b239-738997adb42a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 10618 | 2024.11.14 00:27:40.776142 [ 261 ] {5f4652fc-7a6a-42d7-b239-738997adb42a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10619 | 2024.11.14 00:27:40.776379 [ 261 ] {5f4652fc-7a6a-42d7-b239-738997adb42a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10620 | 2024.11.14 00:27:40.776599 [ 261 ] {5f4652fc-7a6a-42d7-b239-738997adb42a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001946 sec., 24665.981500513873 rows/sec., 1.66 MiB/sec. | ||
| 10621 | 2024.11.14 00:27:40.776655 [ 261 ] {5f4652fc-7a6a-42d7-b239-738997adb42a} <Debug> TCPHandler: Processed in 0.002366803 sec. | ||
| 10622 | 2024.11.14 00:27:45.754489 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10623 | 2024.11.14 00:27:45.754684 [ 263 ] {f51d4ec8-fafc-4d8a-beaf-00d15d2c5120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10624 | 2024.11.14 00:27:45.754756 [ 263 ] {f51d4ec8-fafc-4d8a-beaf-00d15d2c5120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10625 | 2024.11.14 00:27:45.755490 [ 263 ] {f51d4ec8-fafc-4d8a-beaf-00d15d2c5120} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10626 | 2024.11.14 00:27:45.755534 [ 263 ] {f51d4ec8-fafc-4d8a-beaf-00d15d2c5120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10627 | 2024.11.14 00:27:45.755947 [ 263 ] {f51d4ec8-fafc-4d8a-beaf-00d15d2c5120} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10628 | 2024.11.14 00:27:45.756187 [ 263 ] {f51d4ec8-fafc-4d8a-beaf-00d15d2c5120} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10629 | 2024.11.14 00:27:45.756425 [ 263 ] {f51d4ec8-fafc-4d8a-beaf-00d15d2c5120} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001792 sec., 31250 rows/sec., 2.40 MiB/sec. | ||
| 10630 | 2024.11.14 00:27:45.756479 [ 263 ] {f51d4ec8-fafc-4d8a-beaf-00d15d2c5120} <Debug> TCPHandler: Processed in 0.00210995 sec. | ||
| 10631 | 2024.11.14 00:27:45.756723 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10632 | 2024.11.14 00:27:45.756916 [ 261 ] {60bf6e55-f962-4063-bd41-e7735a98aa9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10633 | 2024.11.14 00:27:45.756990 [ 261 ] {60bf6e55-f962-4063-bd41-e7735a98aa9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10634 | 2024.11.14 00:27:45.757742 [ 261 ] {60bf6e55-f962-4063-bd41-e7735a98aa9a} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10635 | 2024.11.14 00:27:45.757798 [ 261 ] {60bf6e55-f962-4063-bd41-e7735a98aa9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10636 | 2024.11.14 00:27:45.758245 [ 261 ] {60bf6e55-f962-4063-bd41-e7735a98aa9a} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10637 | 2024.11.14 00:27:45.758502 [ 261 ] {60bf6e55-f962-4063-bd41-e7735a98aa9a} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10638 | 2024.11.14 00:27:45.758763 [ 261 ] {60bf6e55-f962-4063-bd41-e7735a98aa9a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001899 sec., 33701.94839389152 rows/sec., 2.63 MiB/sec. | ||
| 10639 | 2024.11.14 00:27:45.758874 [ 261 ] {60bf6e55-f962-4063-bd41-e7735a98aa9a} <Debug> TCPHandler: Processed in 0.002286962 sec. | ||
| 10640 | 2024.11.14 00:27:45.759053 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10641 | 2024.11.14 00:27:45.759225 [ 263 ] {82b6ebdf-a6ac-47ac-90f5-31367edc65cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10642 | 2024.11.14 00:27:45.759280 [ 263 ] {82b6ebdf-a6ac-47ac-90f5-31367edc65cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10643 | 2024.11.14 00:27:45.759865 [ 263 ] {82b6ebdf-a6ac-47ac-90f5-31367edc65cd} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10644 | 2024.11.14 00:27:45.759902 [ 263 ] {82b6ebdf-a6ac-47ac-90f5-31367edc65cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10645 | 2024.11.14 00:27:45.760288 [ 263 ] {82b6ebdf-a6ac-47ac-90f5-31367edc65cd} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10646 | 2024.11.14 00:27:45.760523 [ 263 ] {82b6ebdf-a6ac-47ac-90f5-31367edc65cd} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10647 | 2024.11.14 00:27:45.760733 [ 263 ] {82b6ebdf-a6ac-47ac-90f5-31367edc65cd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
| 10648 | 2024.11.14 00:27:45.760785 [ 263 ] {82b6ebdf-a6ac-47ac-90f5-31367edc65cd} <Debug> TCPHandler: Processed in 0.001822495 sec. | ||
| 10649 | 2024.11.14 00:27:45.760944 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10650 | 2024.11.14 00:27:45.761072 [ 261 ] {59c65320-6507-4740-a1dd-e6b44044984b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10651 | 2024.11.14 00:27:45.761130 [ 261 ] {59c65320-6507-4740-a1dd-e6b44044984b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10652 | 2024.11.14 00:27:45.761650 [ 261 ] {59c65320-6507-4740-a1dd-e6b44044984b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10653 | 2024.11.14 00:27:45.761692 [ 261 ] {59c65320-6507-4740-a1dd-e6b44044984b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10654 | 2024.11.14 00:27:45.762091 [ 261 ] {59c65320-6507-4740-a1dd-e6b44044984b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10655 | 2024.11.14 00:27:45.762336 [ 261 ] {59c65320-6507-4740-a1dd-e6b44044984b} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10656 | 2024.11.14 00:27:45.762581 [ 261 ] {59c65320-6507-4740-a1dd-e6b44044984b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
| 10657 | 2024.11.14 00:27:45.762666 [ 261 ] {59c65320-6507-4740-a1dd-e6b44044984b} <Debug> TCPHandler: Processed in 0.001779225 sec. | ||
| 10658 | 2024.11.14 00:27:47.232265 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10659 | 2024.11.14 00:27:47.492911 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10660 | 2024.11.14 00:27:47.589393 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34209, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10661 | 2024.11.14 00:27:47.620934 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43703, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10662 | 2024.11.14 00:27:47.723298 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48349, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10663 | 2024.11.14 00:27:47.725595 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10664 | 2024.11.14 00:27:47.726895 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33464, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10665 | 2024.11.14 00:27:47.747111 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46883, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10666 | 2024.11.14 00:27:48.314884 [ 87 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10667 | 2024.11.14 00:27:48.315000 [ 87 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10668 | 2024.11.14 00:27:48.315041 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10669 | 2024.11.14 00:27:48.315327 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 10670 | 2024.11.14 00:27:48.315906 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10671 | 2024.11.14 00:27:48.315982 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 29 rows starting from the beginning of the part | ||
| 10672 | 2024.11.14 00:27:48.316085 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 10673 | 2024.11.14 00:27:48.316289 [ 87 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10674 | 2024.11.14 00:27:48.316411 [ 87 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10675 | 2024.11.14 00:27:48.316415 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 10676 | 2024.11.14 00:27:48.316493 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10677 | 2024.11.14 00:27:48.316865 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 10678 | 2024.11.14 00:27:48.317209 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 10679 | 2024.11.14 00:27:48.317456 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 10680 | 2024.11.14 00:27:48.318057 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10681 | 2024.11.14 00:27:48.318205 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 174 rows starting from the beginning of the part | ||
| 10682 | 2024.11.14 00:27:48.318657 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 10683 | 2024.11.14 00:27:48.318986 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 10684 | 2024.11.14 00:27:48.319292 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10685 | 2024.11.14 00:27:48.319594 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10686 | 2024.11.14 00:27:48.321666 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.006532922 sec., 5051.338436307674 rows/sec., 340.37 KiB/sec. | ||
| 10687 | 2024.11.14 00:27:48.321896 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10688 | 2024.11.14 00:27:48.322444 [ 197 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.005724171 sec., 34590.161614668745 rows/sec., 1.76 MiB/sec. | ||
| 10689 | 2024.11.14 00:27:48.322557 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_33_8} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10690 | 2024.11.14 00:27:48.322671 [ 197 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10691 | 2024.11.14 00:27:48.322710 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_33_8} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10692 | 2024.11.14 00:27:48.322852 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 10693 | 2024.11.14 00:27:48.323088 [ 197 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_33_8} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10694 | 2024.11.14 00:27:48.323177 [ 197 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_33_8} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10695 | 2024.11.14 00:27:48.323265 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10696 | 2024.11.14 00:27:48.985647 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10697 | 2024.11.14 00:27:48.985699 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10698 | 2024.11.14 00:27:49.345427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1532 | ||
| 10699 | 2024.11.14 00:27:49.348151 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10700 | 2024.11.14 00:27:49.348202 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10701 | 2024.11.14 00:27:49.349642 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10702 | 2024.11.14 00:27:49.349953 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10703 | 2024.11.14 00:27:49.350423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1532 | ||
| 10704 | 2024.11.14 00:27:50.207217 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10705 | 2024.11.14 00:27:50.760834 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10706 | 2024.11.14 00:27:50.761046 [ 263 ] {019d9d8d-e6ad-4e1d-8bff-484f1b52f703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10707 | 2024.11.14 00:27:50.761122 [ 263 ] {019d9d8d-e6ad-4e1d-8bff-484f1b52f703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10708 | 2024.11.14 00:27:50.761846 [ 263 ] {019d9d8d-e6ad-4e1d-8bff-484f1b52f703} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10709 | 2024.11.14 00:27:50.761897 [ 263 ] {019d9d8d-e6ad-4e1d-8bff-484f1b52f703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10710 | 2024.11.14 00:27:50.762316 [ 263 ] {019d9d8d-e6ad-4e1d-8bff-484f1b52f703} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10711 | 2024.11.14 00:27:50.762559 [ 263 ] {019d9d8d-e6ad-4e1d-8bff-484f1b52f703} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10712 | 2024.11.14 00:27:50.762778 [ 263 ] {019d9d8d-e6ad-4e1d-8bff-484f1b52f703} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001795 sec., 7799.442896935933 rows/sec., 561.46 KiB/sec. | ||
| 10713 | 2024.11.14 00:27:50.762835 [ 263 ] {019d9d8d-e6ad-4e1d-8bff-484f1b52f703} <Debug> TCPHandler: Processed in 0.00212929 sec. | ||
| 10714 | 2024.11.14 00:27:50.763095 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10715 | 2024.11.14 00:27:50.763287 [ 261 ] {b3813a49-201d-4bba-82f0-4e26634481ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10716 | 2024.11.14 00:27:50.763359 [ 261 ] {b3813a49-201d-4bba-82f0-4e26634481ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10717 | 2024.11.14 00:27:50.764237 [ 261 ] {b3813a49-201d-4bba-82f0-4e26634481ba} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10718 | 2024.11.14 00:27:50.764277 [ 261 ] {b3813a49-201d-4bba-82f0-4e26634481ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10719 | 2024.11.14 00:27:50.764733 [ 261 ] {b3813a49-201d-4bba-82f0-4e26634481ba} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10720 | 2024.11.14 00:27:50.764983 [ 261 ] {b3813a49-201d-4bba-82f0-4e26634481ba} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10721 | 2024.11.14 00:27:50.765202 [ 261 ] {b3813a49-201d-4bba-82f0-4e26634481ba} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001963 sec., 143148.24248599084 rows/sec., 12.65 MiB/sec. | ||
| 10722 | 2024.11.14 00:27:50.765281 [ 261 ] {b3813a49-201d-4bba-82f0-4e26634481ba} <Debug> TCPHandler: Processed in 0.002315023 sec. | ||
| 10723 | 2024.11.14 00:27:50.765451 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10724 | 2024.11.14 00:27:50.765591 [ 263 ] {9f2f33a8-f910-4def-97bf-38527a10636a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10725 | 2024.11.14 00:27:50.765649 [ 263 ] {9f2f33a8-f910-4def-97bf-38527a10636a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10726 | 2024.11.14 00:27:50.766393 [ 263 ] {9f2f33a8-f910-4def-97bf-38527a10636a} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10727 | 2024.11.14 00:27:50.766433 [ 263 ] {9f2f33a8-f910-4def-97bf-38527a10636a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10728 | 2024.11.14 00:27:50.766783 [ 263 ] {9f2f33a8-f910-4def-97bf-38527a10636a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10729 | 2024.11.14 00:27:50.767023 [ 263 ] {9f2f33a8-f910-4def-97bf-38527a10636a} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10730 | 2024.11.14 00:27:50.767226 [ 263 ] {9f2f33a8-f910-4def-97bf-38527a10636a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001667 sec., 27594.481103779242 rows/sec., 1.99 MiB/sec. | ||
| 10731 | 2024.11.14 00:27:50.767276 [ 263 ] {9f2f33a8-f910-4def-97bf-38527a10636a} <Debug> TCPHandler: Processed in 0.001892807 sec. | ||
| 10732 | 2024.11.14 00:27:50.767425 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10733 | 2024.11.14 00:27:50.767546 [ 261 ] {701cf3ac-a38d-4e38-a605-0c62af4b030d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10734 | 2024.11.14 00:27:50.767594 [ 261 ] {701cf3ac-a38d-4e38-a605-0c62af4b030d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10735 | 2024.11.14 00:27:50.768158 [ 261 ] {701cf3ac-a38d-4e38-a605-0c62af4b030d} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10736 | 2024.11.14 00:27:50.768199 [ 261 ] {701cf3ac-a38d-4e38-a605-0c62af4b030d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10737 | 2024.11.14 00:27:50.768557 [ 261 ] {701cf3ac-a38d-4e38-a605-0c62af4b030d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10738 | 2024.11.14 00:27:50.768796 [ 261 ] {701cf3ac-a38d-4e38-a605-0c62af4b030d} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10739 | 2024.11.14 00:27:50.769017 [ 261 ] {701cf3ac-a38d-4e38-a605-0c62af4b030d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001497 sec., 9352.037408149632 rows/sec., 654.96 KiB/sec. | ||
| 10740 | 2024.11.14 00:27:50.769069 [ 261 ] {701cf3ac-a38d-4e38-a605-0c62af4b030d} <Debug> TCPHandler: Processed in 0.001700814 sec. | ||
| 10741 | 2024.11.14 00:27:50.769213 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10742 | 2024.11.14 00:27:50.769330 [ 263 ] {866f896b-5654-45e5-8b59-efdbe747f8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10743 | 2024.11.14 00:27:50.769385 [ 263 ] {866f896b-5654-45e5-8b59-efdbe747f8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10744 | 2024.11.14 00:27:50.770067 [ 263 ] {866f896b-5654-45e5-8b59-efdbe747f8e4} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10745 | 2024.11.14 00:27:50.770113 [ 263 ] {866f896b-5654-45e5-8b59-efdbe747f8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10746 | 2024.11.14 00:27:50.770223 [ 222 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10747 | 2024.11.14 00:27:50.770294 [ 222 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10748 | 2024.11.14 00:27:50.770610 [ 263 ] {866f896b-5654-45e5-8b59-efdbe747f8e4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10749 | 2024.11.14 00:27:50.770855 [ 263 ] {866f896b-5654-45e5-8b59-efdbe747f8e4} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10750 | 2024.11.14 00:27:50.771095 [ 263 ] {866f896b-5654-45e5-8b59-efdbe747f8e4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001782 sec., 7295.173961840629 rows/sec., 454.85 KiB/sec. | ||
| 10751 | 2024.11.14 00:27:50.771285 [ 263 ] {866f896b-5654-45e5-8b59-efdbe747f8e4} <Debug> TCPHandler: Processed in 0.00212221 sec. | ||
| 10752 | 2024.11.14 00:27:50.771492 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10753 | 2024.11.14 00:27:50.771609 [ 261 ] {63b7e31f-e5e9-4174-a315-d445df72dbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10754 | 2024.11.14 00:27:50.771657 [ 261 ] {63b7e31f-e5e9-4174-a315-d445df72dbab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10755 | 2024.11.14 00:27:50.772395 [ 261 ] {63b7e31f-e5e9-4174-a315-d445df72dbab} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10756 | 2024.11.14 00:27:50.772436 [ 261 ] {63b7e31f-e5e9-4174-a315-d445df72dbab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10757 | 2024.11.14 00:27:50.772893 [ 261 ] {63b7e31f-e5e9-4174-a315-d445df72dbab} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10758 | 2024.11.14 00:27:50.773136 [ 261 ] {63b7e31f-e5e9-4174-a315-d445df72dbab} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10759 | 2024.11.14 00:27:50.773347 [ 261 ] {63b7e31f-e5e9-4174-a315-d445df72dbab} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001761 sec., 239068.710959682 rows/sec., 17.08 MiB/sec. | ||
| 10760 | 2024.11.14 00:27:50.773401 [ 261 ] {63b7e31f-e5e9-4174-a315-d445df72dbab} <Debug> TCPHandler: Processed in 0.002012069 sec. | ||
| 10761 | 2024.11.14 00:27:50.773555 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10762 | 2024.11.14 00:27:50.773670 [ 263 ] {25d35512-5b2c-43b7-aa51-dc1853ffb289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10763 | 2024.11.14 00:27:50.773721 [ 263 ] {25d35512-5b2c-43b7-aa51-dc1853ffb289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10764 | 2024.11.14 00:27:50.774203 [ 263 ] {25d35512-5b2c-43b7-aa51-dc1853ffb289} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10765 | 2024.11.14 00:27:50.774240 [ 263 ] {25d35512-5b2c-43b7-aa51-dc1853ffb289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10766 | 2024.11.14 00:27:50.774603 [ 263 ] {25d35512-5b2c-43b7-aa51-dc1853ffb289} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10767 | 2024.11.14 00:27:50.774844 [ 263 ] {25d35512-5b2c-43b7-aa51-dc1853ffb289} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10768 | 2024.11.14 00:27:50.775130 [ 263 ] {25d35512-5b2c-43b7-aa51-dc1853ffb289} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 10769 | 2024.11.14 00:27:50.775241 [ 263 ] {25d35512-5b2c-43b7-aa51-dc1853ffb289} <Debug> TCPHandler: Processed in 0.001740745 sec. | ||
| 10770 | 2024.11.14 00:27:50.775465 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10771 | 2024.11.14 00:27:50.775616 [ 261 ] {b7e1e18e-5863-4fa6-87cd-d90b1fd5bfe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10772 | 2024.11.14 00:27:50.775679 [ 261 ] {b7e1e18e-5863-4fa6-87cd-d90b1fd5bfe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10773 | 2024.11.14 00:27:50.776942 [ 261 ] {b7e1e18e-5863-4fa6-87cd-d90b1fd5bfe9} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10774 | 2024.11.14 00:27:50.777020 [ 261 ] {b7e1e18e-5863-4fa6-87cd-d90b1fd5bfe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10775 | 2024.11.14 00:27:50.777804 [ 261 ] {b7e1e18e-5863-4fa6-87cd-d90b1fd5bfe9} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10776 | 2024.11.14 00:27:50.778254 [ 261 ] {b7e1e18e-5863-4fa6-87cd-d90b1fd5bfe9} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10777 | 2024.11.14 00:27:50.778525 [ 222 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10778 | 2024.11.14 00:27:50.778739 [ 261 ] {b7e1e18e-5863-4fa6-87cd-d90b1fd5bfe9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003125 sec., 75840 rows/sec., 5.08 MiB/sec. | ||
| 10779 | 2024.11.14 00:27:50.779096 [ 261 ] {b7e1e18e-5863-4fa6-87cd-d90b1fd5bfe9} <Debug> TCPHandler: Processed in 0.003763543 sec. | ||
| 10780 | 2024.11.14 00:27:50.779366 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10781 | 2024.11.14 00:27:50.779817 [ 263 ] {40f54037-2354-43cf-8de6-6f42457f3187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10782 | 2024.11.14 00:27:50.780013 [ 263 ] {40f54037-2354-43cf-8de6-6f42457f3187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10783 | 2024.11.14 00:27:50.782103 [ 263 ] {40f54037-2354-43cf-8de6-6f42457f3187} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10784 | 2024.11.14 00:27:50.782141 [ 263 ] {40f54037-2354-43cf-8de6-6f42457f3187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10785 | 2024.11.14 00:27:50.782488 [ 263 ] {40f54037-2354-43cf-8de6-6f42457f3187} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10786 | 2024.11.14 00:27:50.782728 [ 263 ] {40f54037-2354-43cf-8de6-6f42457f3187} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10787 | 2024.11.14 00:27:50.782984 [ 263 ] {40f54037-2354-43cf-8de6-6f42457f3187} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003323 sec., 300.9328919650918 rows/sec., 20.28 KiB/sec. | ||
| 10788 | 2024.11.14 00:27:50.783172 [ 263 ] {40f54037-2354-43cf-8de6-6f42457f3187} <Debug> TCPHandler: Processed in 0.003955625 sec. | ||
| 10789 | 2024.11.14 00:27:50.783426 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10790 | 2024.11.14 00:27:50.783634 [ 261 ] {eb568964-b9fe-41f2-a34f-58e605db0223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10791 | 2024.11.14 00:27:50.783766 [ 261 ] {eb568964-b9fe-41f2-a34f-58e605db0223} <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 | ||
| 10792 | 2024.11.14 00:27:50.785169 [ 261 ] {eb568964-b9fe-41f2-a34f-58e605db0223} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10793 | 2024.11.14 00:27:50.785211 [ 261 ] {eb568964-b9fe-41f2-a34f-58e605db0223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10794 | 2024.11.14 00:27:50.785875 [ 261 ] {eb568964-b9fe-41f2-a34f-58e605db0223} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10795 | 2024.11.14 00:27:50.786135 [ 261 ] {eb568964-b9fe-41f2-a34f-58e605db0223} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10796 | 2024.11.14 00:27:50.786459 [ 261 ] {eb568964-b9fe-41f2-a34f-58e605db0223} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002869 sec., 13593.586615545486 rows/sec., 24.36 MiB/sec. | ||
| 10797 | 2024.11.14 00:27:50.787001 [ 261 ] {eb568964-b9fe-41f2-a34f-58e605db0223} <Debug> TCPHandler: Processed in 0.003712332 sec. | ||
| 10798 | 2024.11.14 00:27:50.787181 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10799 | 2024.11.14 00:27:50.787351 [ 263 ] {0d224887-22c3-47e3-bf95-d0ac77ce829f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10800 | 2024.11.14 00:27:50.787417 [ 263 ] {0d224887-22c3-47e3-bf95-d0ac77ce829f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10801 | 2024.11.14 00:27:50.787895 [ 263 ] {0d224887-22c3-47e3-bf95-d0ac77ce829f} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10802 | 2024.11.14 00:27:50.787933 [ 263 ] {0d224887-22c3-47e3-bf95-d0ac77ce829f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10803 | 2024.11.14 00:27:50.788295 [ 263 ] {0d224887-22c3-47e3-bf95-d0ac77ce829f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10804 | 2024.11.14 00:27:50.788530 [ 263 ] {0d224887-22c3-47e3-bf95-d0ac77ce829f} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10805 | 2024.11.14 00:27:50.788736 [ 263 ] {0d224887-22c3-47e3-bf95-d0ac77ce829f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001424 sec., 57584.26966292135 rows/sec., 3.66 MiB/sec. | ||
| 10806 | 2024.11.14 00:27:50.788787 [ 263 ] {0d224887-22c3-47e3-bf95-d0ac77ce829f} <Debug> TCPHandler: Processed in 0.001688594 sec. | ||
| 10807 | 2024.11.14 00:27:50.901570 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10808 | 2024.11.14 00:27:50.935990 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10809 | 2024.11.14 00:27:51.061194 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10810 | 2024.11.14 00:27:51.065889 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10811 | 2024.11.14 00:27:51.074554 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10812 | 2024.11.14 00:27:51.104552 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10813 | 2024.11.14 00:27:51.146288 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10814 | 2024.11.14 00:27:51.156559 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43526, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10815 | 2024.11.14 00:27:51.636528 [ 219 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10816 | 2024.11.14 00:27:51.636594 [ 219 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10817 | 2024.11.14 00:27:51.638779 [ 219 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10818 | 2024.11.14 00:27:51.816269 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10819 | 2024.11.14 00:27:51.885290 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10820 | 2024.11.14 00:27:51.888485 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40515, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10821 | 2024.11.14 00:27:51.923852 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38602, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10822 | 2024.11.14 00:27:51.928228 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10823 | 2024.11.14 00:27:51.930529 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10824 | 2024.11.14 00:27:51.943978 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10825 | 2024.11.14 00:27:51.958317 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10826 | 2024.11.14 00:27:52.368816 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10827 | 2024.11.14 00:27:52.396309 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10828 | 2024.11.14 00:27:52.566757 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10829 | 2024.11.14 00:27:52.590187 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52652, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10830 | 2024.11.14 00:27:52.661842 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10831 | 2024.11.14 00:27:52.681568 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10832 | 2024.11.14 00:27:52.685803 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62305, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10833 | 2024.11.14 00:27:55.753595 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10834 | 2024.11.14 00:27:55.753811 [ 263 ] {14db3e0d-99c8-4bd4-aceb-ef2aad79db52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10835 | 2024.11.14 00:27:55.753889 [ 263 ] {14db3e0d-99c8-4bd4-aceb-ef2aad79db52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10836 | 2024.11.14 00:27:55.754723 [ 263 ] {14db3e0d-99c8-4bd4-aceb-ef2aad79db52} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10837 | 2024.11.14 00:27:55.754763 [ 263 ] {14db3e0d-99c8-4bd4-aceb-ef2aad79db52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10838 | 2024.11.14 00:27:55.755191 [ 263 ] {14db3e0d-99c8-4bd4-aceb-ef2aad79db52} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10839 | 2024.11.14 00:27:55.755440 [ 263 ] {14db3e0d-99c8-4bd4-aceb-ef2aad79db52} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10840 | 2024.11.14 00:27:55.755633 [ 263 ] {14db3e0d-99c8-4bd4-aceb-ef2aad79db52} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.29 MiB/sec. | ||
| 10841 | 2024.11.14 00:27:55.755689 [ 263 ] {14db3e0d-99c8-4bd4-aceb-ef2aad79db52} <Debug> TCPHandler: Processed in 0.002224942 sec. | ||
| 10842 | 2024.11.14 00:27:55.755946 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10843 | 2024.11.14 00:27:55.756134 [ 261 ] {e08dab33-a9d8-49c7-9818-d592fadda2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10844 | 2024.11.14 00:27:55.756235 [ 261 ] {e08dab33-a9d8-49c7-9818-d592fadda2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10845 | 2024.11.14 00:27:55.756966 [ 261 ] {e08dab33-a9d8-49c7-9818-d592fadda2b3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10846 | 2024.11.14 00:27:55.757011 [ 261 ] {e08dab33-a9d8-49c7-9818-d592fadda2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10847 | 2024.11.14 00:27:55.757450 [ 261 ] {e08dab33-a9d8-49c7-9818-d592fadda2b3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10848 | 2024.11.14 00:27:55.757697 [ 261 ] {e08dab33-a9d8-49c7-9818-d592fadda2b3} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10849 | 2024.11.14 00:27:55.757927 [ 261 ] {e08dab33-a9d8-49c7-9818-d592fadda2b3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001845 sec., 34688.34688346883 rows/sec., 2.71 MiB/sec. | ||
| 10850 | 2024.11.14 00:27:55.757982 [ 261 ] {e08dab33-a9d8-49c7-9818-d592fadda2b3} <Debug> TCPHandler: Processed in 0.002165141 sec. | ||
| 10851 | 2024.11.14 00:27:55.758137 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10852 | 2024.11.14 00:27:55.758258 [ 263 ] {1aa09ae9-bbd8-4a1a-91b7-b74079b3eadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10853 | 2024.11.14 00:27:55.758334 [ 263 ] {1aa09ae9-bbd8-4a1a-91b7-b74079b3eadf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10854 | 2024.11.14 00:27:55.758911 [ 263 ] {1aa09ae9-bbd8-4a1a-91b7-b74079b3eadf} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10855 | 2024.11.14 00:27:55.758949 [ 263 ] {1aa09ae9-bbd8-4a1a-91b7-b74079b3eadf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10856 | 2024.11.14 00:27:55.759350 [ 263 ] {1aa09ae9-bbd8-4a1a-91b7-b74079b3eadf} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10857 | 2024.11.14 00:27:55.759593 [ 263 ] {1aa09ae9-bbd8-4a1a-91b7-b74079b3eadf} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10858 | 2024.11.14 00:27:55.759732 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10859 | 2024.11.14 00:27:55.759784 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10860 | 2024.11.14 00:27:55.759793 [ 263 ] {1aa09ae9-bbd8-4a1a-91b7-b74079b3eadf} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001557 sec., 82209.37700706488 rows/sec., 5.73 MiB/sec. | ||
| 10861 | 2024.11.14 00:27:55.759818 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10862 | 2024.11.14 00:27:55.759861 [ 263 ] {1aa09ae9-bbd8-4a1a-91b7-b74079b3eadf} <Debug> TCPHandler: Processed in 0.001784695 sec. | ||
| 10863 | 2024.11.14 00:27:55.760108 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10864 | 2024.11.14 00:27:55.760182 [ 187 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10865 | 2024.11.14 00:27:55.760449 [ 261 ] {714a2842-aa8f-4e86-a4ae-f77c5c169898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10866 | 2024.11.14 00:27:55.760639 [ 261 ] {714a2842-aa8f-4e86-a4ae-f77c5c169898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10867 | 2024.11.14 00:27:55.760716 [ 187 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10868 | 2024.11.14 00:27:55.760869 [ 187 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 19327 rows starting from the beginning of the part | ||
| 10869 | 2024.11.14 00:27:55.761265 [ 187 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part | ||
| 10870 | 2024.11.14 00:27:55.761770 [ 187 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 132 rows starting from the beginning of the part | ||
| 10871 | 2024.11.14 00:27:55.762289 [ 187 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
| 10872 | 2024.11.14 00:27:55.762824 [ 187 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part | ||
| 10873 | 2024.11.14 00:27:55.763449 [ 187 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 128 rows starting from the beginning of the part | ||
| 10874 | 2024.11.14 00:27:55.764674 [ 261 ] {714a2842-aa8f-4e86-a4ae-f77c5c169898} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10875 | 2024.11.14 00:27:55.764724 [ 261 ] {714a2842-aa8f-4e86-a4ae-f77c5c169898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10876 | 2024.11.14 00:27:55.765200 [ 261 ] {714a2842-aa8f-4e86-a4ae-f77c5c169898} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10877 | 2024.11.14 00:27:55.765504 [ 261 ] {714a2842-aa8f-4e86-a4ae-f77c5c169898} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10878 | 2024.11.14 00:27:55.765693 [ 76 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10879 | 2024.11.14 00:27:55.765755 [ 76 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10880 | 2024.11.14 00:27:55.765772 [ 261 ] {714a2842-aa8f-4e86-a4ae-f77c5c169898} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005449 sec., 8808.95577170123 rows/sec., 607.91 KiB/sec. | ||
| 10881 | 2024.11.14 00:27:55.765833 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10882 | 2024.11.14 00:27:55.766192 [ 261 ] {714a2842-aa8f-4e86-a4ae-f77c5c169898} <Debug> TCPHandler: Processed in 0.006205357 sec. | ||
| 10883 | 2024.11.14 00:27:55.766629 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10884 | 2024.11.14 00:27:55.767473 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10885 | 2024.11.14 00:27:55.767638 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6048 rows starting from the beginning of the part | ||
| 10886 | 2024.11.14 00:27:55.768376 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part | ||
| 10887 | 2024.11.14 00:27:55.768914 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 48 rows starting from the beginning of the part | ||
| 10888 | 2024.11.14 00:27:55.769095 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
| 10889 | 2024.11.14 00:27:55.769194 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part | ||
| 10890 | 2024.11.14 00:27:55.769614 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 48 rows starting from the beginning of the part | ||
| 10891 | 2024.11.14 00:27:55.772429 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20221 rows, containing 5 columns (5 merged, 0 gathered) in 0.012525596 sec., 1614374.2780782648 rows/sec., 110.16 MiB/sec. | ||
| 10892 | 2024.11.14 00:27:55.772750 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6368 rows, containing 4 columns (4 merged, 0 gathered) in 0.006690494 sec., 951798.1781315401 rows/sec., 62.58 MiB/sec. | ||
| 10893 | 2024.11.14 00:27:55.772863 [ 192 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10894 | 2024.11.14 00:27:55.773191 [ 192 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10895 | 2024.11.14 00:27:55.773316 [ 192 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10896 | 2024.11.14 00:27:55.773343 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10897 | 2024.11.14 00:27:55.773500 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 10898 | 2024.11.14 00:27:55.773773 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10899 | 2024.11.14 00:27:55.773862 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_101_20} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10900 | 2024.11.14 00:27:55.773945 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 10901 | 2024.11.14 00:27:59.350712 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1562 | ||
| 10902 | 2024.11.14 00:27:59.353564 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10903 | 2024.11.14 00:27:59.353613 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10904 | 2024.11.14 00:27:59.355035 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10905 | 2024.11.14 00:27:59.355338 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10906 | 2024.11.14 00:27:59.355697 [ 222 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10907 | 2024.11.14 00:27:59.356088 [ 222 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10908 | 2024.11.14 00:27:59.357182 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1562 | ||
| 10909 | 2024.11.14 00:27:59.358778 [ 222 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10910 | 2024.11.14 00:28:00.755670 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10911 | 2024.11.14 00:28:00.755857 [ 263 ] {03f8661e-e26c-4836-ae8d-a693998fe937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10912 | 2024.11.14 00:28:00.755929 [ 263 ] {03f8661e-e26c-4836-ae8d-a693998fe937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10913 | 2024.11.14 00:28:00.756718 [ 263 ] {03f8661e-e26c-4836-ae8d-a693998fe937} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10914 | 2024.11.14 00:28:00.756768 [ 263 ] {03f8661e-e26c-4836-ae8d-a693998fe937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10915 | 2024.11.14 00:28:00.757192 [ 263 ] {03f8661e-e26c-4836-ae8d-a693998fe937} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 10916 | 2024.11.14 00:28:00.757467 [ 263 ] {03f8661e-e26c-4836-ae8d-a693998fe937} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10917 | 2024.11.14 00:28:00.757703 [ 263 ] {03f8661e-e26c-4836-ae8d-a693998fe937} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.27 MiB/sec. | ||
| 10918 | 2024.11.14 00:28:00.757776 [ 263 ] {03f8661e-e26c-4836-ae8d-a693998fe937} <Debug> TCPHandler: Processed in 0.002232932 sec. | ||
| 10919 | 2024.11.14 00:28:00.758078 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10920 | 2024.11.14 00:28:00.758278 [ 261 ] {134612cc-ee6e-43e2-9924-ed46368b5669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10921 | 2024.11.14 00:28:00.758352 [ 261 ] {134612cc-ee6e-43e2-9924-ed46368b5669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10922 | 2024.11.14 00:28:00.759102 [ 261 ] {134612cc-ee6e-43e2-9924-ed46368b5669} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10923 | 2024.11.14 00:28:00.759159 [ 261 ] {134612cc-ee6e-43e2-9924-ed46368b5669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10924 | 2024.11.14 00:28:00.759613 [ 261 ] {134612cc-ee6e-43e2-9924-ed46368b5669} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 10925 | 2024.11.14 00:28:00.759878 [ 261 ] {134612cc-ee6e-43e2-9924-ed46368b5669} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10926 | 2024.11.14 00:28:00.760159 [ 261 ] {134612cc-ee6e-43e2-9924-ed46368b5669} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.59 MiB/sec. | ||
| 10927 | 2024.11.14 00:28:00.760271 [ 261 ] {134612cc-ee6e-43e2-9924-ed46368b5669} <Debug> TCPHandler: Processed in 0.002358444 sec. | ||
| 10928 | 2024.11.14 00:28:00.760455 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10929 | 2024.11.14 00:28:00.760618 [ 263 ] {95fc272f-c5ff-4d7d-8f44-4859a363e7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10930 | 2024.11.14 00:28:00.760683 [ 263 ] {95fc272f-c5ff-4d7d-8f44-4859a363e7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10931 | 2024.11.14 00:28:00.761246 [ 263 ] {95fc272f-c5ff-4d7d-8f44-4859a363e7a0} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10932 | 2024.11.14 00:28:00.761286 [ 263 ] {95fc272f-c5ff-4d7d-8f44-4859a363e7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10933 | 2024.11.14 00:28:00.761682 [ 263 ] {95fc272f-c5ff-4d7d-8f44-4859a363e7a0} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10934 | 2024.11.14 00:28:00.761918 [ 263 ] {95fc272f-c5ff-4d7d-8f44-4859a363e7a0} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10935 | 2024.11.14 00:28:00.762140 [ 263 ] {95fc272f-c5ff-4d7d-8f44-4859a363e7a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
| 10936 | 2024.11.14 00:28:00.762194 [ 263 ] {95fc272f-c5ff-4d7d-8f44-4859a363e7a0} <Debug> TCPHandler: Processed in 0.001829786 sec. | ||
| 10937 | 2024.11.14 00:28:00.762361 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10938 | 2024.11.14 00:28:00.762512 [ 261 ] {9974d454-bd63-4788-b895-465c71c0c158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10939 | 2024.11.14 00:28:00.762579 [ 261 ] {9974d454-bd63-4788-b895-465c71c0c158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10940 | 2024.11.14 00:28:00.763111 [ 261 ] {9974d454-bd63-4788-b895-465c71c0c158} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2024.11.14 00:28:00.763155 [ 261 ] {9974d454-bd63-4788-b895-465c71c0c158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10942 | 2024.11.14 00:28:00.763551 [ 261 ] {9974d454-bd63-4788-b895-465c71c0c158} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10943 | 2024.11.14 00:28:00.763809 [ 261 ] {9974d454-bd63-4788-b895-465c71c0c158} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10944 | 2024.11.14 00:28:00.764026 [ 261 ] {9974d454-bd63-4788-b895-465c71c0c158} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. | ||
| 10945 | 2024.11.14 00:28:00.764081 [ 261 ] {9974d454-bd63-4788-b895-465c71c0c158} <Debug> TCPHandler: Processed in 0.001788285 sec. | ||
| 10946 | 2024.11.14 00:28:03.985970 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10947 | 2024.11.14 00:28:03.986086 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10948 | 2024.11.14 00:28:04.698652 [ 221 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 10949 | 2024.11.14 00:28:04.698701 [ 221 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 10950 | 2024.11.14 00:28:04.700370 [ 221 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 10951 | 2024.11.14 00:28:05.109665 [ 221 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10952 | 2024.11.14 00:28:05.109723 [ 221 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10953 | 2024.11.14 00:28:05.111694 [ 221 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10954 | 2024.11.14 00:28:05.520820 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 10955 | 2024.11.14 00:28:05.520870 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 10956 | 2024.11.14 00:28:05.522488 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 10957 | 2024.11.14 00:28:05.762269 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10958 | 2024.11.14 00:28:05.762468 [ 263 ] {d6dd268b-dc58-494b-8069-ba1ceee437d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10959 | 2024.11.14 00:28:05.762542 [ 263 ] {d6dd268b-dc58-494b-8069-ba1ceee437d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10960 | 2024.11.14 00:28:05.763303 [ 263 ] {d6dd268b-dc58-494b-8069-ba1ceee437d3} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10961 | 2024.11.14 00:28:05.763355 [ 263 ] {d6dd268b-dc58-494b-8069-ba1ceee437d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10962 | 2024.11.14 00:28:05.763788 [ 263 ] {d6dd268b-dc58-494b-8069-ba1ceee437d3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10963 | 2024.11.14 00:28:05.764044 [ 263 ] {d6dd268b-dc58-494b-8069-ba1ceee437d3} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10964 | 2024.11.14 00:28:05.764323 [ 263 ] {d6dd268b-dc58-494b-8069-ba1ceee437d3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001903 sec., 7356.8050446663165 rows/sec., 529.59 KiB/sec. | ||
| 10965 | 2024.11.14 00:28:05.764496 [ 263 ] {d6dd268b-dc58-494b-8069-ba1ceee437d3} <Debug> TCPHandler: Processed in 0.002356004 sec. | ||
| 10966 | 2024.11.14 00:28:05.764801 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10967 | 2024.11.14 00:28:05.764988 [ 261 ] {1fffd703-b147-4d38-be49-4ab91d8e9970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10968 | 2024.11.14 00:28:05.765060 [ 261 ] {1fffd703-b147-4d38-be49-4ab91d8e9970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10969 | 2024.11.14 00:28:05.765958 [ 261 ] {1fffd703-b147-4d38-be49-4ab91d8e9970} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10970 | 2024.11.14 00:28:05.766010 [ 261 ] {1fffd703-b147-4d38-be49-4ab91d8e9970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10971 | 2024.11.14 00:28:05.766469 [ 261 ] {1fffd703-b147-4d38-be49-4ab91d8e9970} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 10972 | 2024.11.14 00:28:05.766734 [ 261 ] {1fffd703-b147-4d38-be49-4ab91d8e9970} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10973 | 2024.11.14 00:28:05.766963 [ 70 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 10974 | 2024.11.14 00:28:05.766976 [ 261 ] {1fffd703-b147-4d38-be49-4ab91d8e9970} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002026 sec., 138696.9397828233 rows/sec., 12.25 MiB/sec. | ||
| 10975 | 2024.11.14 00:28:05.767052 [ 70 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10976 | 2024.11.14 00:28:05.767128 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10977 | 2024.11.14 00:28:05.767133 [ 261 ] {1fffd703-b147-4d38-be49-4ab91d8e9970} <Debug> TCPHandler: Processed in 0.002495425 sec. | ||
| 10978 | 2024.11.14 00:28:05.767424 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10979 | 2024.11.14 00:28:05.767445 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 10980 | 2024.11.14 00:28:05.767811 [ 263 ] {ab224f8b-858d-47bd-9294-6e74f6bf0cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10981 | 2024.11.14 00:28:05.767991 [ 263 ] {ab224f8b-858d-47bd-9294-6e74f6bf0cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10982 | 2024.11.14 00:28:05.768105 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10983 | 2024.11.14 00:28:05.768320 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1431 rows starting from the beginning of the part | ||
| 10984 | 2024.11.14 00:28:05.768812 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 10985 | 2024.11.14 00:28:05.769248 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 281 rows starting from the beginning of the part | ||
| 10986 | 2024.11.14 00:28:05.769566 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part | ||
| 10987 | 2024.11.14 00:28:05.769969 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part | ||
| 10988 | 2024.11.14 00:28:05.770386 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 281 rows starting from the beginning of the part | ||
| 10989 | 2024.11.14 00:28:05.772351 [ 263 ] {ab224f8b-858d-47bd-9294-6e74f6bf0cc1} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10990 | 2024.11.14 00:28:05.772429 [ 263 ] {ab224f8b-858d-47bd-9294-6e74f6bf0cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 10991 | 2024.11.14 00:28:05.773508 [ 263 ] {ab224f8b-858d-47bd-9294-6e74f6bf0cc1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10992 | 2024.11.14 00:28:05.773906 [ 263 ] {ab224f8b-858d-47bd-9294-6e74f6bf0cc1} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10993 | 2024.11.14 00:28:05.774234 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2161 rows, containing 5 columns (5 merged, 0 gathered) in 0.007015209 sec., 308044.99195961235 rows/sec., 27.18 MiB/sec. | ||
| 10994 | 2024.11.14 00:28:05.774432 [ 263 ] {ab224f8b-858d-47bd-9294-6e74f6bf0cc1} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.006765 sec., 6799.704360679971 rows/sec., 500.91 KiB/sec. | ||
| 10995 | 2024.11.14 00:28:05.774590 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 10996 | 2024.11.14 00:28:05.774925 [ 263 ] {ab224f8b-858d-47bd-9294-6e74f6bf0cc1} <Debug> TCPHandler: Processed in 0.007641277 sec. | ||
| 10997 | 2024.11.14 00:28:05.775271 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10998 | 2024.11.14 00:28:05.775579 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10999 | 2024.11.14 00:28:05.775605 [ 261 ] {a4cfa088-d085-4741-92b8-a0ae4f83fd98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11000 | 2024.11.14 00:28:05.775671 [ 195 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_106_21} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11001 | 2024.11.14 00:28:05.775676 [ 261 ] {a4cfa088-d085-4741-92b8-a0ae4f83fd98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11002 | 2024.11.14 00:28:05.775779 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 11003 | 2024.11.14 00:28:05.776312 [ 261 ] {a4cfa088-d085-4741-92b8-a0ae4f83fd98} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11004 | 2024.11.14 00:28:05.776351 [ 261 ] {a4cfa088-d085-4741-92b8-a0ae4f83fd98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11005 | 2024.11.14 00:28:05.776707 [ 261 ] {a4cfa088-d085-4741-92b8-a0ae4f83fd98} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11006 | 2024.11.14 00:28:05.776946 [ 261 ] {a4cfa088-d085-4741-92b8-a0ae4f83fd98} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11007 | 2024.11.14 00:28:05.777163 [ 261 ] {a4cfa088-d085-4741-92b8-a0ae4f83fd98} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001608 sec., 8706.467661691542 rows/sec., 609.74 KiB/sec. | ||
| 11008 | 2024.11.14 00:28:05.777221 [ 261 ] {a4cfa088-d085-4741-92b8-a0ae4f83fd98} <Debug> TCPHandler: Processed in 0.00212325 sec. | ||
| 11009 | 2024.11.14 00:28:05.777371 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11010 | 2024.11.14 00:28:05.777509 [ 263 ] {7b95cac2-eace-4140-96f8-963f3e1a986e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11011 | 2024.11.14 00:28:05.777565 [ 263 ] {7b95cac2-eace-4140-96f8-963f3e1a986e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11012 | 2024.11.14 00:28:05.778202 [ 263 ] {7b95cac2-eace-4140-96f8-963f3e1a986e} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11013 | 2024.11.14 00:28:05.778241 [ 263 ] {7b95cac2-eace-4140-96f8-963f3e1a986e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11014 | 2024.11.14 00:28:05.778600 [ 263 ] {7b95cac2-eace-4140-96f8-963f3e1a986e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11015 | 2024.11.14 00:28:05.778834 [ 263 ] {7b95cac2-eace-4140-96f8-963f3e1a986e} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11016 | 2024.11.14 00:28:05.779087 [ 263 ] {7b95cac2-eace-4140-96f8-963f3e1a986e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001606 sec., 8094.64508094645 rows/sec., 504.70 KiB/sec. | ||
| 11017 | 2024.11.14 00:28:05.779210 [ 263 ] {7b95cac2-eace-4140-96f8-963f3e1a986e} <Debug> TCPHandler: Processed in 0.001906287 sec. | ||
| 11018 | 2024.11.14 00:28:05.779423 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11019 | 2024.11.14 00:28:05.779564 [ 261 ] {defadc99-7066-436c-8915-54ab9d3d1c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11020 | 2024.11.14 00:28:05.779624 [ 261 ] {defadc99-7066-436c-8915-54ab9d3d1c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11021 | 2024.11.14 00:28:05.780382 [ 261 ] {defadc99-7066-436c-8915-54ab9d3d1c04} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11022 | 2024.11.14 00:28:05.780421 [ 261 ] {defadc99-7066-436c-8915-54ab9d3d1c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11023 | 2024.11.14 00:28:05.780812 [ 261 ] {defadc99-7066-436c-8915-54ab9d3d1c04} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11024 | 2024.11.14 00:28:05.781066 [ 261 ] {defadc99-7066-436c-8915-54ab9d3d1c04} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11025 | 2024.11.14 00:28:05.781258 [ 70 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11026 | 2024.11.14 00:28:05.781289 [ 261 ] {defadc99-7066-436c-8915-54ab9d3d1c04} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001748 sec., 240846.6819221968 rows/sec., 17.21 MiB/sec. | ||
| 11027 | 2024.11.14 00:28:05.781310 [ 70 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11028 | 2024.11.14 00:28:05.781383 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11029 | 2024.11.14 00:28:05.781428 [ 261 ] {defadc99-7066-436c-8915-54ab9d3d1c04} <Debug> TCPHandler: Processed in 0.00210843 sec. | ||
| 11030 | 2024.11.14 00:28:05.781692 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11031 | 2024.11.14 00:28:05.781748 [ 200 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11032 | 2024.11.14 00:28:05.781996 [ 263 ] {45397b49-8f20-411f-a0b0-5059d02e96d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11033 | 2024.11.14 00:28:05.782124 [ 200 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11034 | 2024.11.14 00:28:05.782137 [ 263 ] {45397b49-8f20-411f-a0b0-5059d02e96d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11035 | 2024.11.14 00:28:05.782218 [ 200 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part | ||
| 11036 | 2024.11.14 00:28:05.782619 [ 200 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 11037 | 2024.11.14 00:28:05.783007 [ 200 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 421 rows starting from the beginning of the part | ||
| 11038 | 2024.11.14 00:28:05.783417 [ 200 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part | ||
| 11039 | 2024.11.14 00:28:05.783750 [ 200 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part | ||
| 11040 | 2024.11.14 00:28:05.784099 [ 200 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 421 rows starting from the beginning of the part | ||
| 11041 | 2024.11.14 00:28:05.784833 [ 263 ] {45397b49-8f20-411f-a0b0-5059d02e96d8} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11042 | 2024.11.14 00:28:05.784879 [ 263 ] {45397b49-8f20-411f-a0b0-5059d02e96d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11043 | 2024.11.14 00:28:05.785424 [ 263 ] {45397b49-8f20-411f-a0b0-5059d02e96d8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11044 | 2024.11.14 00:28:05.785728 [ 263 ] {45397b49-8f20-411f-a0b0-5059d02e96d8} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11045 | 2024.11.14 00:28:05.786067 [ 263 ] {45397b49-8f20-411f-a0b0-5059d02e96d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00415 sec., 1445.7831325301204 rows/sec., 75.54 KiB/sec. | ||
| 11046 | 2024.11.14 00:28:05.786403 [ 263 ] {45397b49-8f20-411f-a0b0-5059d02e96d8} <Debug> TCPHandler: Processed in 0.004859898 sec. | ||
| 11047 | 2024.11.14 00:28:05.786772 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11048 | 2024.11.14 00:28:05.786958 [ 200 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005450356 sec., 357224.3721327561 rows/sec., 27.34 MiB/sec. | ||
| 11049 | 2024.11.14 00:28:05.787123 [ 261 ] {75dff2cd-bb4e-423a-89ad-497081fb9f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11050 | 2024.11.14 00:28:05.787212 [ 261 ] {75dff2cd-bb4e-423a-89ad-497081fb9f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11051 | 2024.11.14 00:28:05.787290 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11052 | 2024.11.14 00:28:05.787853 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11053 | 2024.11.14 00:28:05.788058 [ 196 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_106_21} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11054 | 2024.11.14 00:28:05.788216 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 11055 | 2024.11.14 00:28:05.788416 [ 261 ] {75dff2cd-bb4e-423a-89ad-497081fb9f1a} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11056 | 2024.11.14 00:28:05.788460 [ 261 ] {75dff2cd-bb4e-423a-89ad-497081fb9f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11057 | 2024.11.14 00:28:05.788858 [ 261 ] {75dff2cd-bb4e-423a-89ad-497081fb9f1a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11058 | 2024.11.14 00:28:05.789094 [ 261 ] {75dff2cd-bb4e-423a-89ad-497081fb9f1a} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11059 | 2024.11.14 00:28:05.789340 [ 261 ] {75dff2cd-bb4e-423a-89ad-497081fb9f1a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002319 sec., 102199.22380336352 rows/sec., 6.85 MiB/sec. | ||
| 11060 | 2024.11.14 00:28:05.789368 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11061 | 2024.11.14 00:28:05.789433 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11062 | 2024.11.14 00:28:05.789436 [ 261 ] {75dff2cd-bb4e-423a-89ad-497081fb9f1a} <Debug> TCPHandler: Processed in 0.002895801 sec. | ||
| 11063 | 2024.11.14 00:28:05.789647 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11064 | 2024.11.14 00:28:05.789842 [ 263 ] {daa84246-def7-4658-b687-2e06955eb1eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11065 | 2024.11.14 00:28:05.789940 [ 263 ] {daa84246-def7-4658-b687-2e06955eb1eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11066 | 2024.11.14 00:28:05.790981 [ 263 ] {daa84246-def7-4658-b687-2e06955eb1eb} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11067 | 2024.11.14 00:28:05.791020 [ 263 ] {daa84246-def7-4658-b687-2e06955eb1eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11068 | 2024.11.14 00:28:05.791712 [ 263 ] {daa84246-def7-4658-b687-2e06955eb1eb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11069 | 2024.11.14 00:28:05.792204 [ 263 ] {daa84246-def7-4658-b687-2e06955eb1eb} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11070 | 2024.11.14 00:28:05.792485 [ 263 ] {daa84246-def7-4658-b687-2e06955eb1eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002702 sec., 370.0962250185048 rows/sec., 24.94 KiB/sec. | ||
| 11071 | 2024.11.14 00:28:05.792624 [ 263 ] {daa84246-def7-4658-b687-2e06955eb1eb} <Debug> TCPHandler: Processed in 0.003055583 sec. | ||
| 11072 | 2024.11.14 00:28:05.792843 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11073 | 2024.11.14 00:28:05.793020 [ 261 ] {dc677ce7-b2dc-40ae-82ac-c595241f7999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11074 | 2024.11.14 00:28:05.793211 [ 261 ] {dc677ce7-b2dc-40ae-82ac-c595241f7999} <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 | ||
| 11075 | 2024.11.14 00:28:05.793219 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11076 | 2024.11.14 00:28:05.796067 [ 261 ] {dc677ce7-b2dc-40ae-82ac-c595241f7999} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11077 | 2024.11.14 00:28:05.796109 [ 261 ] {dc677ce7-b2dc-40ae-82ac-c595241f7999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11078 | 2024.11.14 00:28:05.796847 [ 261 ] {dc677ce7-b2dc-40ae-82ac-c595241f7999} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11079 | 2024.11.14 00:28:05.797101 [ 261 ] {dc677ce7-b2dc-40ae-82ac-c595241f7999} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11080 | 2024.11.14 00:28:05.797284 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
| 11081 | 2024.11.14 00:28:05.797354 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11082 | 2024.11.14 00:28:05.797390 [ 261 ] {dc677ce7-b2dc-40ae-82ac-c595241f7999} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004411 sec., 8841.5325323056 rows/sec., 15.84 MiB/sec. | ||
| 11083 | 2024.11.14 00:28:05.797398 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11084 | 2024.11.14 00:28:05.797851 [ 261 ] {dc677ce7-b2dc-40ae-82ac-c595241f7999} <Debug> TCPHandler: Processed in 0.005114122 sec. | ||
| 11085 | 2024.11.14 00:28:05.797907 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
| 11086 | 2024.11.14 00:28:05.798064 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11087 | 2024.11.14 00:28:05.798343 [ 263 ] {efcf9cd0-9aec-40ec-bf9e-b15e4462f7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11088 | 2024.11.14 00:28:05.798480 [ 263 ] {efcf9cd0-9aec-40ec-bf9e-b15e4462f7dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11089 | 2024.11.14 00:28:05.798741 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11090 | 2024.11.14 00:28:05.799029 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 1186 rows starting from the beginning of the part | ||
| 11091 | 2024.11.14 00:28:05.799855 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part | ||
| 11092 | 2024.11.14 00:28:05.800706 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part | ||
| 11093 | 2024.11.14 00:28:05.800864 [ 263 ] {efcf9cd0-9aec-40ec-bf9e-b15e4462f7dc} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11094 | 2024.11.14 00:28:05.800990 [ 263 ] {efcf9cd0-9aec-40ec-bf9e-b15e4462f7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11095 | 2024.11.14 00:28:05.801400 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part | ||
| 11096 | 2024.11.14 00:28:05.802132 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part | ||
| 11097 | 2024.11.14 00:28:05.802557 [ 263 ] {efcf9cd0-9aec-40ec-bf9e-b15e4462f7dc} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11098 | 2024.11.14 00:28:05.802869 [ 193 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 39 rows starting from the beginning of the part | ||
| 11099 | 2024.11.14 00:28:05.803482 [ 263 ] {efcf9cd0-9aec-40ec-bf9e-b15e4462f7dc} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11100 | 2024.11.14 00:28:05.804099 [ 263 ] {efcf9cd0-9aec-40ec-bf9e-b15e4462f7dc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005847 sec., 14024.285958611254 rows/sec., 912.09 KiB/sec. | ||
| 11101 | 2024.11.14 00:28:05.804199 [ 263 ] {efcf9cd0-9aec-40ec-bf9e-b15e4462f7dc} <Debug> TCPHandler: Processed in 0.006254608 sec. | ||
| 11102 | 2024.11.14 00:28:05.809739 [ 198 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1381 rows, containing 19 columns (19 merged, 0 gathered) in 0.012143701 sec., 113721.50878879511 rows/sec., 203.78 MiB/sec. | ||
| 11103 | 2024.11.14 00:28:05.811052 [ 198 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
| 11104 | 2024.11.14 00:28:05.811501 [ 198 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11105 | 2024.11.14 00:28:05.811586 [ 198 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_39_8} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
| 11106 | 2024.11.14 00:28:05.811740 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
| 11107 | 2024.11.14 00:28:09.357528 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1592 | ||
| 11108 | 2024.11.14 00:28:09.360472 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11109 | 2024.11.14 00:28:09.360523 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11110 | 2024.11.14 00:28:09.361988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11111 | 2024.11.14 00:28:09.362300 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11112 | 2024.11.14 00:28:09.363670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1592 | ||
| 11113 | 2024.11.14 00:28:10.162893 [ 224 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11114 | 2024.11.14 00:28:10.162948 [ 224 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11115 | 2024.11.14 00:28:10.164904 [ 224 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11116 | 2024.11.14 00:28:10.753387 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11117 | 2024.11.14 00:28:10.753597 [ 263 ] {b65cc1fc-b61d-4620-a19e-2c0e2f022a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11118 | 2024.11.14 00:28:10.753676 [ 263 ] {b65cc1fc-b61d-4620-a19e-2c0e2f022a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11119 | 2024.11.14 00:28:10.754495 [ 263 ] {b65cc1fc-b61d-4620-a19e-2c0e2f022a02} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11120 | 2024.11.14 00:28:10.754538 [ 263 ] {b65cc1fc-b61d-4620-a19e-2c0e2f022a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11121 | 2024.11.14 00:28:10.754961 [ 263 ] {b65cc1fc-b61d-4620-a19e-2c0e2f022a02} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11122 | 2024.11.14 00:28:10.755219 [ 263 ] {b65cc1fc-b61d-4620-a19e-2c0e2f022a02} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11123 | 2024.11.14 00:28:10.755477 [ 263 ] {b65cc1fc-b61d-4620-a19e-2c0e2f022a02} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001918 sec., 5213.764337851929 rows/sec., 425.15 KiB/sec. | ||
| 11124 | 2024.11.14 00:28:10.755829 [ 263 ] {b65cc1fc-b61d-4620-a19e-2c0e2f022a02} <Debug> TCPHandler: Processed in 0.002568166 sec. | ||
| 11125 | 2024.11.14 00:28:10.756198 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11126 | 2024.11.14 00:28:10.756384 [ 261 ] {184ae28d-6655-4722-bd27-a8d4c89b237d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11127 | 2024.11.14 00:28:10.756455 [ 261 ] {184ae28d-6655-4722-bd27-a8d4c89b237d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11128 | 2024.11.14 00:28:10.757200 [ 261 ] {184ae28d-6655-4722-bd27-a8d4c89b237d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11129 | 2024.11.14 00:28:10.757246 [ 261 ] {184ae28d-6655-4722-bd27-a8d4c89b237d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11130 | 2024.11.14 00:28:10.757684 [ 261 ] {184ae28d-6655-4722-bd27-a8d4c89b237d} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11131 | 2024.11.14 00:28:10.757955 [ 261 ] {184ae28d-6655-4722-bd27-a8d4c89b237d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11132 | 2024.11.14 00:28:10.758179 [ 261 ] {184ae28d-6655-4722-bd27-a8d4c89b237d} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001848 sec., 33008.65800865801 rows/sec., 2.52 MiB/sec. | ||
| 11133 | 2024.11.14 00:28:10.758235 [ 261 ] {184ae28d-6655-4722-bd27-a8d4c89b237d} <Debug> TCPHandler: Processed in 0.002231012 sec. | ||
| 11134 | 2024.11.14 00:28:10.758402 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11135 | 2024.11.14 00:28:10.758551 [ 263 ] {d6a8ed9d-15ea-4c19-a485-ad897d126097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11136 | 2024.11.14 00:28:10.758613 [ 263 ] {d6a8ed9d-15ea-4c19-a485-ad897d126097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11137 | 2024.11.14 00:28:10.759290 [ 263 ] {d6a8ed9d-15ea-4c19-a485-ad897d126097} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11138 | 2024.11.14 00:28:10.759328 [ 263 ] {d6a8ed9d-15ea-4c19-a485-ad897d126097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11139 | 2024.11.14 00:28:10.759694 [ 263 ] {d6a8ed9d-15ea-4c19-a485-ad897d126097} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11140 | 2024.11.14 00:28:10.759934 [ 263 ] {d6a8ed9d-15ea-4c19-a485-ad897d126097} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11141 | 2024.11.14 00:28:10.760055 [ 64 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 6 parts from all_1_50_11 to all_55_55_0 | ||
| 11142 | 2024.11.14 00:28:10.760095 [ 64 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11143 | 2024.11.14 00:28:10.760116 [ 263 ] {d6a8ed9d-15ea-4c19-a485-ad897d126097} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001603 sec., 6238.303181534622 rows/sec., 435.58 KiB/sec. | ||
| 11144 | 2024.11.14 00:28:10.760120 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11145 | 2024.11.14 00:28:10.760219 [ 263 ] {d6a8ed9d-15ea-4c19-a485-ad897d126097} <Debug> TCPHandler: Processed in 0.001883776 sec. | ||
| 11146 | 2024.11.14 00:28:10.760380 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_11 to all_55_55_0 into Compact with storage Full | ||
| 11147 | 2024.11.14 00:28:10.760429 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11148 | 2024.11.14 00:28:10.760636 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11149 | 2024.11.14 00:28:10.760679 [ 261 ] {8e0cef7a-ff4c-4591-84fe-50792f0c1b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11150 | 2024.11.14 00:28:10.760703 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_11, total 64 rows starting from the beginning of the part | ||
| 11151 | 2024.11.14 00:28:10.760785 [ 261 ] {8e0cef7a-ff4c-4591-84fe-50792f0c1b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11152 | 2024.11.14 00:28:10.760960 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 46 rows starting from the beginning of the part | ||
| 11153 | 2024.11.14 00:28:10.761372 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part | ||
| 11154 | 2024.11.14 00:28:10.761716 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 46 rows starting from the beginning of the part | ||
| 11155 | 2024.11.14 00:28:10.762036 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 46 rows starting from the beginning of the part | ||
| 11156 | 2024.11.14 00:28:10.762408 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 10 rows starting from the beginning of the part | ||
| 11157 | 2024.11.14 00:28:10.764041 [ 261 ] {8e0cef7a-ff4c-4591-84fe-50792f0c1b81} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11158 | 2024.11.14 00:28:10.764122 [ 261 ] {8e0cef7a-ff4c-4591-84fe-50792f0c1b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11159 | 2024.11.14 00:28:10.765346 [ 261 ] {8e0cef7a-ff4c-4591-84fe-50792f0c1b81} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11160 | 2024.11.14 00:28:10.765367 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 5 columns (5 merged, 0 gathered) in 0.005137302 sec., 42824.03487277953 rows/sec., 3.22 MiB/sec. | ||
| 11161 | 2024.11.14 00:28:10.765539 [ 191 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary) | ||
| 11162 | 2024.11.14 00:28:10.765654 [ 261 ] {8e0cef7a-ff4c-4591-84fe-50792f0c1b81} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11163 | 2024.11.14 00:28:10.765956 [ 261 ] {8e0cef7a-ff4c-4591-84fe-50792f0c1b81} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.005357 sec., 13813.701698711966 rows/sec., 1.08 MiB/sec. | ||
| 11164 | 2024.11.14 00:28:10.765991 [ 191 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11165 | 2024.11.14 00:28:10.766041 [ 261 ] {8e0cef7a-ff4c-4591-84fe-50792f0c1b81} <Debug> TCPHandler: Processed in 0.005704291 sec. | ||
| 11166 | 2024.11.14 00:28:10.766115 [ 191 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_55_12} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 6 parts: [all_1_50_11, all_55_55_0] -> all_1_55_12 | ||
| 11167 | 2024.11.14 00:28:10.766236 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11168 | 2024.11.14 00:28:10.766246 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11169 | 2024.11.14 00:28:10.766379 [ 263 ] {00aff721-93fd-4a28-8083-902241f18432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11170 | 2024.11.14 00:28:10.766432 [ 263 ] {00aff721-93fd-4a28-8083-902241f18432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11171 | 2024.11.14 00:28:10.767008 [ 263 ] {00aff721-93fd-4a28-8083-902241f18432} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11172 | 2024.11.14 00:28:10.767047 [ 263 ] {00aff721-93fd-4a28-8083-902241f18432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11173 | 2024.11.14 00:28:10.767457 [ 263 ] {00aff721-93fd-4a28-8083-902241f18432} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11174 | 2024.11.14 00:28:10.767698 [ 263 ] {00aff721-93fd-4a28-8083-902241f18432} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11175 | 2024.11.14 00:28:10.767912 [ 263 ] {00aff721-93fd-4a28-8083-902241f18432} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001556 sec., 85475.57840616966 rows/sec., 5.95 MiB/sec. | ||
| 11176 | 2024.11.14 00:28:10.767968 [ 263 ] {00aff721-93fd-4a28-8083-902241f18432} <Debug> TCPHandler: Processed in 0.001816146 sec. | ||
| 11177 | 2024.11.14 00:28:10.768120 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11178 | 2024.11.14 00:28:10.768248 [ 261 ] {ecf61416-1962-4c1a-8baa-02e15f1822b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11179 | 2024.11.14 00:28:10.768302 [ 261 ] {ecf61416-1962-4c1a-8baa-02e15f1822b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11180 | 2024.11.14 00:28:10.768817 [ 261 ] {ecf61416-1962-4c1a-8baa-02e15f1822b7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11181 | 2024.11.14 00:28:10.768855 [ 261 ] {ecf61416-1962-4c1a-8baa-02e15f1822b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 11182 | 2024.11.14 00:28:10.769256 [ 261 ] {ecf61416-1962-4c1a-8baa-02e15f1822b7} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11183 | 2024.11.14 00:28:10.769514 [ 261 ] {ecf61416-1962-4c1a-8baa-02e15f1822b7} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11184 | 2024.11.14 00:28:10.769691 [ 261 ] {ecf61416-1962-4c1a-8baa-02e15f1822b7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00147 sec., 32653.061224489797 rows/sec., 2.20 MiB/sec. | ||
| 11185 | 2024.11.14 00:28:10.769741 [ 261 ] {ecf61416-1962-4c1a-8baa-02e15f1822b7} <Debug> TCPHandler: Processed in 0.001679544 sec. | ||
| 11186 | 2024.11.14 00:28:11.423368 [ 223 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11187 | 2024.11.14 00:28:11.423431 [ 223 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11188 | 2024.11.14 00:28:11.427203 [ 223 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11189 | 2024.11.14 00:28:15.755416 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11190 | 2024.11.14 00:28:15.755618 [ 263 ] {c642a95a-da7c-49f2-92d5-d0e16bc10755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11191 | 2024.11.14 00:28:15.755688 [ 263 ] {c642a95a-da7c-49f2-92d5-d0e16bc10755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11192 | 2024.11.14 00:28:15.756481 [ 263 ] {c642a95a-da7c-49f2-92d5-d0e16bc10755} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11193 | 2024.11.14 00:28:15.756520 [ 263 ] {c642a95a-da7c-49f2-92d5-d0e16bc10755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11194 | 2024.11.14 00:28:15.756951 [ 263 ] {c642a95a-da7c-49f2-92d5-d0e16bc10755} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11195 | 2024.11.14 00:28:15.757202 [ 263 ] {c642a95a-da7c-49f2-92d5-d0e16bc10755} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11196 | 2024.11.14 00:28:15.757393 [ 263 ] {c642a95a-da7c-49f2-92d5-d0e16bc10755} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001827 sec., 30651.340996168583 rows/sec., 2.35 MiB/sec. | ||
| 11197 | 2024.11.14 00:28:15.757447 [ 263 ] {c642a95a-da7c-49f2-92d5-d0e16bc10755} <Debug> TCPHandler: Processed in 0.002163791 sec. | ||
| 11198 | 2024.11.14 00:28:15.757715 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11199 | 2024.11.14 00:28:15.757938 [ 261 ] {b0a7ff55-3a87-470f-97da-d6baed39f319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11200 | 2024.11.14 00:28:15.758022 [ 261 ] {b0a7ff55-3a87-470f-97da-d6baed39f319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11201 | 2024.11.14 00:28:15.758823 [ 261 ] {b0a7ff55-3a87-470f-97da-d6baed39f319} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11202 | 2024.11.14 00:28:15.758878 [ 261 ] {b0a7ff55-3a87-470f-97da-d6baed39f319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11203 | 2024.11.14 00:28:15.759322 [ 261 ] {b0a7ff55-3a87-470f-97da-d6baed39f319} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11204 | 2024.11.14 00:28:15.759576 [ 261 ] {b0a7ff55-3a87-470f-97da-d6baed39f319} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11205 | 2024.11.14 00:28:15.759820 [ 261 ] {b0a7ff55-3a87-470f-97da-d6baed39f319} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec. | ||
| 11206 | 2024.11.14 00:28:15.759886 [ 261 ] {b0a7ff55-3a87-470f-97da-d6baed39f319} <Debug> TCPHandler: Processed in 0.002314713 sec. | ||
| 11207 | 2024.11.14 00:28:15.760053 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11208 | 2024.11.14 00:28:15.760193 [ 263 ] {f79bb822-0402-4b77-9b34-c741a0142ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11209 | 2024.11.14 00:28:15.760255 [ 263 ] {f79bb822-0402-4b77-9b34-c741a0142ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11210 | 2024.11.14 00:28:15.760837 [ 263 ] {f79bb822-0402-4b77-9b34-c741a0142ff5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11211 | 2024.11.14 00:28:15.760874 [ 263 ] {f79bb822-0402-4b77-9b34-c741a0142ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11212 | 2024.11.14 00:28:15.761267 [ 263 ] {f79bb822-0402-4b77-9b34-c741a0142ff5} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11213 | 2024.11.14 00:28:15.761505 [ 263 ] {f79bb822-0402-4b77-9b34-c741a0142ff5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11214 | 2024.11.14 00:28:15.761683 [ 263 ] {f79bb822-0402-4b77-9b34-c741a0142ff5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. | ||
| 11215 | 2024.11.14 00:28:15.761732 [ 263 ] {f79bb822-0402-4b77-9b34-c741a0142ff5} <Debug> TCPHandler: Processed in 0.001745545 sec. | ||
| 11216 | 2024.11.14 00:28:15.761875 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11217 | 2024.11.14 00:28:15.762002 [ 261 ] {29039f08-9d3e-4661-929a-02817111eb23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11218 | 2024.11.14 00:28:15.762059 [ 261 ] {29039f08-9d3e-4661-929a-02817111eb23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11219 | 2024.11.14 00:28:15.762575 [ 261 ] {29039f08-9d3e-4661-929a-02817111eb23} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11220 | 2024.11.14 00:28:15.762617 [ 261 ] {29039f08-9d3e-4661-929a-02817111eb23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11221 | 2024.11.14 00:28:15.763016 [ 261 ] {29039f08-9d3e-4661-929a-02817111eb23} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11222 | 2024.11.14 00:28:15.763265 [ 261 ] {29039f08-9d3e-4661-929a-02817111eb23} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11223 | 2024.11.14 00:28:15.763493 [ 261 ] {29039f08-9d3e-4661-929a-02817111eb23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec. | ||
| 11224 | 2024.11.14 00:28:15.763549 [ 261 ] {29039f08-9d3e-4661-929a-02817111eb23} <Debug> TCPHandler: Processed in 0.001730354 sec. | ||
| 11225 | 2024.11.14 00:28:17.241835 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11226 | 2024.11.14 00:28:17.496262 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11227 | 2024.11.14 00:28:17.600679 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49978, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11228 | 2024.11.14 00:28:17.642013 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11229 | 2024.11.14 00:28:17.727312 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54579, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11230 | 2024.11.14 00:28:17.730579 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11231 | 2024.11.14 00:28:17.730685 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46265, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11232 | 2024.11.14 00:28:17.748944 [ 302 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 11233 | |||
| 11234 | (version 23.8.7.1) | ||
| 11235 | 2024.11.14 00:28:17.750068 [ 287 ] {} <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) | ||
| 11236 | 2024.11.14 00:28:18.986148 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11237 | 2024.11.14 00:28:18.986218 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11238 | 2024.11.14 00:28:19.363964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1612 | ||
| 11239 | 2024.11.14 00:28:19.366709 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11240 | 2024.11.14 00:28:19.366750 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11241 | 2024.11.14 00:28:19.368215 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11242 | 2024.11.14 00:28:19.368533 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11243 | 2024.11.14 00:28:19.368725 [ 55 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11244 | 2024.11.14 00:28:19.368790 [ 55 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11245 | 2024.11.14 00:28:19.368833 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11246 | 2024.11.14 00:28:19.369591 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11247 | 2024.11.14 00:28:19.370473 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1612 | ||
| 11248 | 2024.11.14 00:28:19.371006 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11249 | 2024.11.14 00:28:19.371196 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1482 rows starting from the beginning of the part | ||
| 11250 | 2024.11.14 00:28:19.371886 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part | ||
| 11251 | 2024.11.14 00:28:19.372511 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part | ||
| 11252 | 2024.11.14 00:28:19.373137 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part | ||
| 11253 | 2024.11.14 00:28:19.373730 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part | ||
| 11254 | 2024.11.14 00:28:19.374334 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 20 rows starting from the beginning of the part | ||
| 11255 | 2024.11.14 00:28:19.382473 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1612 rows, containing 72 columns (72 merged, 0 gathered) in 0.01348941 sec., 119501.14942017478 rows/sec., 92.41 MiB/sec. | ||
| 11256 | 2024.11.14 00:28:19.384171 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11257 | 2024.11.14 00:28:19.384978 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11258 | 2024.11.14 00:28:19.385074 [ 197 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_56_11} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11259 | 2024.11.14 00:28:19.385384 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 11260 | 2024.11.14 00:28:20.219581 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45454, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11261 | 2024.11.14 00:28:20.761088 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11262 | 2024.11.14 00:28:20.761278 [ 263 ] {bf71fa8e-25fd-4441-817b-93873252f007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11263 | 2024.11.14 00:28:20.761350 [ 263 ] {bf71fa8e-25fd-4441-817b-93873252f007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11264 | 2024.11.14 00:28:20.762086 [ 263 ] {bf71fa8e-25fd-4441-817b-93873252f007} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11265 | 2024.11.14 00:28:20.762137 [ 263 ] {bf71fa8e-25fd-4441-817b-93873252f007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11266 | 2024.11.14 00:28:20.762560 [ 263 ] {bf71fa8e-25fd-4441-817b-93873252f007} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11267 | 2024.11.14 00:28:20.762827 [ 263 ] {bf71fa8e-25fd-4441-817b-93873252f007} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11268 | 2024.11.14 00:28:20.763071 [ 263 ] {bf71fa8e-25fd-4441-817b-93873252f007} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001846 sec., 7583.965330444204 rows/sec., 545.94 KiB/sec. | ||
| 11269 | 2024.11.14 00:28:20.763151 [ 263 ] {bf71fa8e-25fd-4441-817b-93873252f007} <Debug> TCPHandler: Processed in 0.002190071 sec. | ||
| 11270 | 2024.11.14 00:28:20.763428 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11271 | 2024.11.14 00:28:20.763631 [ 261 ] {3080d15c-d760-43b8-922f-073d980cac25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11272 | 2024.11.14 00:28:20.763705 [ 261 ] {3080d15c-d760-43b8-922f-073d980cac25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11273 | 2024.11.14 00:28:20.764600 [ 261 ] {3080d15c-d760-43b8-922f-073d980cac25} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11274 | 2024.11.14 00:28:20.764649 [ 261 ] {3080d15c-d760-43b8-922f-073d980cac25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11275 | 2024.11.14 00:28:20.765123 [ 261 ] {3080d15c-d760-43b8-922f-073d980cac25} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11276 | 2024.11.14 00:28:20.765394 [ 261 ] {3080d15c-d760-43b8-922f-073d980cac25} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11277 | 2024.11.14 00:28:20.765614 [ 261 ] {3080d15c-d760-43b8-922f-073d980cac25} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002032 sec., 138287.40157480317 rows/sec., 12.22 MiB/sec. | ||
| 11278 | 2024.11.14 00:28:20.765722 [ 261 ] {3080d15c-d760-43b8-922f-073d980cac25} <Debug> TCPHandler: Processed in 0.002453445 sec. | ||
| 11279 | 2024.11.14 00:28:20.765894 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11280 | 2024.11.14 00:28:20.766038 [ 263 ] {f07bd685-0dd3-429e-b7b8-9e97c29e44af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11281 | 2024.11.14 00:28:20.766091 [ 263 ] {f07bd685-0dd3-429e-b7b8-9e97c29e44af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11282 | 2024.11.14 00:28:20.766696 [ 263 ] {f07bd685-0dd3-429e-b7b8-9e97c29e44af} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11283 | 2024.11.14 00:28:20.766737 [ 263 ] {f07bd685-0dd3-429e-b7b8-9e97c29e44af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11284 | 2024.11.14 00:28:20.767111 [ 263 ] {f07bd685-0dd3-429e-b7b8-9e97c29e44af} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11285 | 2024.11.14 00:28:20.767347 [ 263 ] {f07bd685-0dd3-429e-b7b8-9e97c29e44af} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11286 | 2024.11.14 00:28:20.767561 [ 263 ] {f07bd685-0dd3-429e-b7b8-9e97c29e44af} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00155 sec., 29677.419354838712 rows/sec., 2.13 MiB/sec. | ||
| 11287 | 2024.11.14 00:28:20.767617 [ 263 ] {f07bd685-0dd3-429e-b7b8-9e97c29e44af} <Debug> TCPHandler: Processed in 0.001803016 sec. | ||
| 11288 | 2024.11.14 00:28:20.767768 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11289 | 2024.11.14 00:28:20.767917 [ 261 ] {8a355315-c723-4aab-b769-ffcad6fd1fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11290 | 2024.11.14 00:28:20.767980 [ 261 ] {8a355315-c723-4aab-b769-ffcad6fd1fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11291 | 2024.11.14 00:28:20.768704 [ 261 ] {8a355315-c723-4aab-b769-ffcad6fd1fa0} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11292 | 2024.11.14 00:28:20.768782 [ 261 ] {8a355315-c723-4aab-b769-ffcad6fd1fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11293 | 2024.11.14 00:28:20.769386 [ 261 ] {8a355315-c723-4aab-b769-ffcad6fd1fa0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11294 | 2024.11.14 00:28:20.769631 [ 261 ] {8a355315-c723-4aab-b769-ffcad6fd1fa0} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11295 | 2024.11.14 00:28:20.769862 [ 261 ] {8a355315-c723-4aab-b769-ffcad6fd1fa0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001966 sec., 7121.057985757884 rows/sec., 498.71 KiB/sec. | ||
| 11296 | 2024.11.14 00:28:20.770062 [ 261 ] {8a355315-c723-4aab-b769-ffcad6fd1fa0} <Debug> TCPHandler: Processed in 0.002360133 sec. | ||
| 11297 | 2024.11.14 00:28:20.770270 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11298 | 2024.11.14 00:28:20.770410 [ 263 ] {a970ae11-d670-4280-b68c-ca09eb72e7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11299 | 2024.11.14 00:28:20.770470 [ 263 ] {a970ae11-d670-4280-b68c-ca09eb72e7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11300 | 2024.11.14 00:28:20.771053 [ 263 ] {a970ae11-d670-4280-b68c-ca09eb72e7a1} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11301 | 2024.11.14 00:28:20.771094 [ 263 ] {a970ae11-d670-4280-b68c-ca09eb72e7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11302 | 2024.11.14 00:28:20.771458 [ 263 ] {a970ae11-d670-4280-b68c-ca09eb72e7a1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11303 | 2024.11.14 00:28:20.771702 [ 263 ] {a970ae11-d670-4280-b68c-ca09eb72e7a1} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11304 | 2024.11.14 00:28:20.771938 [ 263 ] {a970ae11-d670-4280-b68c-ca09eb72e7a1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001557 sec., 8349.389852280026 rows/sec., 520.58 KiB/sec. | ||
| 11305 | 2024.11.14 00:28:20.772041 [ 263 ] {a970ae11-d670-4280-b68c-ca09eb72e7a1} <Debug> TCPHandler: Processed in 0.001876486 sec. | ||
| 11306 | 2024.11.14 00:28:20.772213 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11307 | 2024.11.14 00:28:20.772333 [ 261 ] {1344e77e-eaea-4faf-b5f9-df1038f58525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11308 | 2024.11.14 00:28:20.772384 [ 261 ] {1344e77e-eaea-4faf-b5f9-df1038f58525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11309 | 2024.11.14 00:28:20.773108 [ 261 ] {1344e77e-eaea-4faf-b5f9-df1038f58525} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11310 | 2024.11.14 00:28:20.773149 [ 261 ] {1344e77e-eaea-4faf-b5f9-df1038f58525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11311 | 2024.11.14 00:28:20.773540 [ 261 ] {1344e77e-eaea-4faf-b5f9-df1038f58525} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11312 | 2024.11.14 00:28:20.773782 [ 261 ] {1344e77e-eaea-4faf-b5f9-df1038f58525} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11313 | 2024.11.14 00:28:20.774006 [ 261 ] {1344e77e-eaea-4faf-b5f9-df1038f58525} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.0017 sec., 247647.05882352943 rows/sec., 17.70 MiB/sec. | ||
| 11314 | 2024.11.14 00:28:20.774067 [ 261 ] {1344e77e-eaea-4faf-b5f9-df1038f58525} <Debug> TCPHandler: Processed in 0.001936927 sec. | ||
| 11315 | 2024.11.14 00:28:20.774209 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11316 | 2024.11.14 00:28:20.774331 [ 263 ] {67579ae8-b94f-47a6-8581-b64a20295389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11317 | 2024.11.14 00:28:20.774392 [ 263 ] {67579ae8-b94f-47a6-8581-b64a20295389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11318 | 2024.11.14 00:28:20.774900 [ 263 ] {67579ae8-b94f-47a6-8581-b64a20295389} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11319 | 2024.11.14 00:28:20.774942 [ 263 ] {67579ae8-b94f-47a6-8581-b64a20295389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11320 | 2024.11.14 00:28:20.775316 [ 263 ] {67579ae8-b94f-47a6-8581-b64a20295389} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11321 | 2024.11.14 00:28:20.775574 [ 263 ] {67579ae8-b94f-47a6-8581-b64a20295389} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11322 | 2024.11.14 00:28:20.775804 [ 263 ] {67579ae8-b94f-47a6-8581-b64a20295389} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec. | ||
| 11323 | 2024.11.14 00:28:20.775861 [ 263 ] {67579ae8-b94f-47a6-8581-b64a20295389} <Debug> TCPHandler: Processed in 0.001710054 sec. | ||
| 11324 | 2024.11.14 00:28:20.776035 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11325 | 2024.11.14 00:28:20.776197 [ 261 ] {6a72301c-7a0c-49d9-a054-224b80693436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11326 | 2024.11.14 00:28:20.776271 [ 261 ] {6a72301c-7a0c-49d9-a054-224b80693436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11327 | 2024.11.14 00:28:20.776940 [ 261 ] {6a72301c-7a0c-49d9-a054-224b80693436} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11328 | 2024.11.14 00:28:20.776982 [ 261 ] {6a72301c-7a0c-49d9-a054-224b80693436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11329 | 2024.11.14 00:28:20.777504 [ 261 ] {6a72301c-7a0c-49d9-a054-224b80693436} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11330 | 2024.11.14 00:28:20.777758 [ 261 ] {6a72301c-7a0c-49d9-a054-224b80693436} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11331 | 2024.11.14 00:28:20.777940 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11332 | 2024.11.14 00:28:20.778002 [ 261 ] {6a72301c-7a0c-49d9-a054-224b80693436} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001839 sec., 128874.38825448614 rows/sec., 8.64 MiB/sec. | ||
| 11333 | 2024.11.14 00:28:20.778019 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11334 | 2024.11.14 00:28:20.778086 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11335 | 2024.11.14 00:28:20.778138 [ 261 ] {6a72301c-7a0c-49d9-a054-224b80693436} <Debug> TCPHandler: Processed in 0.002190061 sec. | ||
| 11336 | 2024.11.14 00:28:20.778437 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11337 | 2024.11.14 00:28:20.778529 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11338 | 2024.11.14 00:28:20.778757 [ 263 ] {0f7557d0-88a6-4d4d-9642-fef1fc8933f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11339 | 2024.11.14 00:28:20.778936 [ 263 ] {0f7557d0-88a6-4d4d-9642-fef1fc8933f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11340 | 2024.11.14 00:28:20.779354 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11341 | 2024.11.14 00:28:20.779548 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_101_20, total 20221 rows starting from the beginning of the part | ||
| 11342 | 2024.11.14 00:28:20.780195 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 11343 | 2024.11.14 00:28:20.780680 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 11344 | 2024.11.14 00:28:20.781040 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 133 rows starting from the beginning of the part | ||
| 11345 | 2024.11.14 00:28:20.781349 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
| 11346 | 2024.11.14 00:28:20.781681 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 237 rows starting from the beginning of the part | ||
| 11347 | 2024.11.14 00:28:20.782389 [ 263 ] {0f7557d0-88a6-4d4d-9642-fef1fc8933f1} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11348 | 2024.11.14 00:28:20.782449 [ 263 ] {0f7557d0-88a6-4d4d-9642-fef1fc8933f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11349 | 2024.11.14 00:28:20.783228 [ 263 ] {0f7557d0-88a6-4d4d-9642-fef1fc8933f1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11350 | 2024.11.14 00:28:20.783570 [ 263 ] {0f7557d0-88a6-4d4d-9642-fef1fc8933f1} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11351 | 2024.11.14 00:28:20.784021 [ 263 ] {0f7557d0-88a6-4d4d-9642-fef1fc8933f1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005362 sec., 186.4975755315181 rows/sec., 12.57 KiB/sec. | ||
| 11352 | 2024.11.14 00:28:20.784806 [ 263 ] {0f7557d0-88a6-4d4d-9642-fef1fc8933f1} <Debug> TCPHandler: Processed in 0.006542743 sec. | ||
| 11353 | 2024.11.14 00:28:20.785088 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11354 | 2024.11.14 00:28:20.785386 [ 261 ] {ffd8645c-4c96-4a26-b1c5-bf9364956f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11355 | 2024.11.14 00:28:20.785534 [ 261 ] {ffd8645c-4c96-4a26-b1c5-bf9364956f19} <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 | ||
| 11356 | 2024.11.14 00:28:20.787352 [ 261 ] {ffd8645c-4c96-4a26-b1c5-bf9364956f19} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11357 | 2024.11.14 00:28:20.787392 [ 261 ] {ffd8645c-4c96-4a26-b1c5-bf9364956f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11358 | 2024.11.14 00:28:20.788358 [ 261 ] {ffd8645c-4c96-4a26-b1c5-bf9364956f19} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11359 | 2024.11.14 00:28:20.788717 [ 261 ] {ffd8645c-4c96-4a26-b1c5-bf9364956f19} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11360 | 2024.11.14 00:28:20.789143 [ 261 ] {ffd8645c-4c96-4a26-b1c5-bf9364956f19} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003838 sec., 10161.542470036478 rows/sec., 18.21 MiB/sec. | ||
| 11361 | 2024.11.14 00:28:20.789569 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21148 rows, containing 5 columns (5 merged, 0 gathered) in 0.01133608 sec., 1865547.8789846224 rows/sec., 127.30 MiB/sec. | ||
| 11362 | 2024.11.14 00:28:20.789638 [ 261 ] {ffd8645c-4c96-4a26-b1c5-bf9364956f19} <Debug> TCPHandler: Processed in 0.004706266 sec. | ||
| 11363 | 2024.11.14 00:28:20.789815 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11364 | 2024.11.14 00:28:20.789997 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11365 | 2024.11.14 00:28:20.790032 [ 263 ] {b9a7edee-2a47-4ac0-83ce-479f59791c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11366 | 2024.11.14 00:28:20.790171 [ 263 ] {b9a7edee-2a47-4ac0-83ce-479f59791c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11367 | 2024.11.14 00:28:20.790668 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11368 | 2024.11.14 00:28:20.790837 [ 201 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11369 | 2024.11.14 00:28:20.791005 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 11370 | 2024.11.14 00:28:20.791211 [ 263 ] {b9a7edee-2a47-4ac0-83ce-479f59791c32} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11371 | 2024.11.14 00:28:20.791254 [ 263 ] {b9a7edee-2a47-4ac0-83ce-479f59791c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11372 | 2024.11.14 00:28:20.791648 [ 263 ] {b9a7edee-2a47-4ac0-83ce-479f59791c32} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11373 | 2024.11.14 00:28:20.792184 [ 263 ] {b9a7edee-2a47-4ac0-83ce-479f59791c32} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11374 | 2024.11.14 00:28:20.792366 [ 50 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11375 | 2024.11.14 00:28:20.792429 [ 50 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11376 | 2024.11.14 00:28:20.792447 [ 263 ] {b9a7edee-2a47-4ac0-83ce-479f59791c32} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002482 sec., 33037.8726833199 rows/sec., 2.10 MiB/sec. | ||
| 11377 | 2024.11.14 00:28:20.792482 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11378 | 2024.11.14 00:28:20.792619 [ 263 ] {b9a7edee-2a47-4ac0-83ce-479f59791c32} <Debug> TCPHandler: Processed in 0.00288195 sec. | ||
| 11379 | 2024.11.14 00:28:20.792726 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11380 | 2024.11.14 00:28:20.792847 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11381 | 2024.11.14 00:28:20.792882 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6368 rows starting from the beginning of the part | ||
| 11382 | 2024.11.14 00:28:20.792957 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 11383 | 2024.11.14 00:28:20.793146 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 11384 | 2024.11.14 00:28:20.793355 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 48 rows starting from the beginning of the part | ||
| 11385 | 2024.11.14 00:28:20.793524 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 11386 | 2024.11.14 00:28:20.793712 [ 199 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 82 rows starting from the beginning of the part | ||
| 11387 | 2024.11.14 00:28:20.796163 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6700 rows, containing 4 columns (4 merged, 0 gathered) in 0.0035534 sec., 1885518.0953453032 rows/sec., 123.94 MiB/sec. | ||
| 11388 | 2024.11.14 00:28:20.796705 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11389 | 2024.11.14 00:28:20.797031 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11390 | 2024.11.14 00:28:20.797119 [ 186 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_106_21} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11391 | 2024.11.14 00:28:20.797217 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 11392 | 2024.11.14 00:28:20.919704 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11393 | 2024.11.14 00:28:20.947186 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11394 | 2024.11.14 00:28:21.077018 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53654, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11395 | 2024.11.14 00:28:21.077481 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11396 | 2024.11.14 00:28:21.077936 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57640, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11397 | 2024.11.14 00:28:21.111157 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11398 | 2024.11.14 00:28:21.159925 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11399 | 2024.11.14 00:28:21.161208 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11400 | 2024.11.14 00:28:21.818310 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11401 | 2024.11.14 00:28:21.899091 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48002, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11402 | 2024.11.14 00:28:21.903597 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11403 | 2024.11.14 00:28:21.930456 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54903, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11404 | 2024.11.14 00:28:21.933752 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11405 | 2024.11.14 00:28:21.934973 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11406 | 2024.11.14 00:28:21.960463 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11407 | 2024.11.14 00:28:21.971902 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11408 | 2024.11.14 00:28:22.385497 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11409 | 2024.11.14 00:28:22.416038 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11410 | 2024.11.14 00:28:22.581758 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47515, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11411 | 2024.11.14 00:28:22.601110 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11412 | 2024.11.14 00:28:22.669132 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11413 | 2024.11.14 00:28:22.690302 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11414 | 2024.11.14 00:28:22.700738 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65048, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11415 | 2024.11.14 00:28:23.949246 [ 49 ] {} <Debug> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11416 | 2024.11.14 00:28:23.949323 [ 49 ] {} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11417 | 2024.11.14 00:28:23.949346 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11418 | 2024.11.14 00:28:23.949500 [ 194 ] {43aab42d-f04b-49e7-939e-d26597b119bd::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 | ||
| 11419 | 2024.11.14 00:28:23.949656 [ 194 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11420 | 2024.11.14 00:28:23.949690 [ 194 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 11421 | 2024.11.14 00:28:23.949772 [ 194 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
| 11422 | 2024.11.14 00:28:23.949861 [ 194 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part | ||
| 11423 | 2024.11.14 00:28:23.950122 [ 194 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 11424 | 2024.11.14 00:28:23.950270 [ 194 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
| 11425 | 2024.11.14 00:28:23.951218 [ 192 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001797595 sec., 30040.13696077259 rows/sec., 2.51 MiB/sec. | ||
| 11426 | 2024.11.14 00:28:23.951365 [ 194 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11427 | 2024.11.14 00:28:23.951645 [ 194 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_17_4} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11428 | 2024.11.14 00:28:23.951727 [ 194 ] {43aab42d-f04b-49e7-939e-d26597b119bd::all_1_17_4} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11429 | 2024.11.14 00:28:23.951805 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11430 | 2024.11.14 00:28:25.755441 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11431 | 2024.11.14 00:28:25.755650 [ 263 ] {05175598-30fc-4129-85dd-00936b57948e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11432 | 2024.11.14 00:28:25.755726 [ 263 ] {05175598-30fc-4129-85dd-00936b57948e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11433 | 2024.11.14 00:28:25.756510 [ 263 ] {05175598-30fc-4129-85dd-00936b57948e} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11434 | 2024.11.14 00:28:25.756558 [ 263 ] {05175598-30fc-4129-85dd-00936b57948e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11435 | 2024.11.14 00:28:25.756980 [ 263 ] {05175598-30fc-4129-85dd-00936b57948e} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11436 | 2024.11.14 00:28:25.757239 [ 263 ] {05175598-30fc-4129-85dd-00936b57948e} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11437 | 2024.11.14 00:28:25.757474 [ 263 ] {05175598-30fc-4129-85dd-00936b57948e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.29 MiB/sec. | ||
| 11438 | 2024.11.14 00:28:25.757534 [ 263 ] {05175598-30fc-4129-85dd-00936b57948e} <Debug> TCPHandler: Processed in 0.002225911 sec. | ||
| 11439 | 2024.11.14 00:28:25.757870 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11440 | 2024.11.14 00:28:25.758091 [ 261 ] {8d9b961f-d294-4609-92fb-d8e1c61f8910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11441 | 2024.11.14 00:28:25.758172 [ 261 ] {8d9b961f-d294-4609-92fb-d8e1c61f8910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11442 | 2024.11.14 00:28:25.758998 [ 261 ] {8d9b961f-d294-4609-92fb-d8e1c61f8910} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11443 | 2024.11.14 00:28:25.759050 [ 261 ] {8d9b961f-d294-4609-92fb-d8e1c61f8910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11444 | 2024.11.14 00:28:25.759484 [ 261 ] {8d9b961f-d294-4609-92fb-d8e1c61f8910} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11445 | 2024.11.14 00:28:25.759737 [ 261 ] {8d9b961f-d294-4609-92fb-d8e1c61f8910} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11446 | 2024.11.14 00:28:25.760004 [ 261 ] {8d9b961f-d294-4609-92fb-d8e1c61f8910} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001969 sec., 32503.80904012189 rows/sec., 2.54 MiB/sec. | ||
| 11447 | 2024.11.14 00:28:25.760120 [ 261 ] {8d9b961f-d294-4609-92fb-d8e1c61f8910} <Debug> TCPHandler: Processed in 0.002445844 sec. | ||
| 11448 | 2024.11.14 00:28:25.760318 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11449 | 2024.11.14 00:28:25.760465 [ 263 ] {5648248a-dd46-45ac-9a68-e2d898926606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11450 | 2024.11.14 00:28:25.760525 [ 263 ] {5648248a-dd46-45ac-9a68-e2d898926606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11451 | 2024.11.14 00:28:25.761127 [ 263 ] {5648248a-dd46-45ac-9a68-e2d898926606} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11452 | 2024.11.14 00:28:25.761166 [ 263 ] {5648248a-dd46-45ac-9a68-e2d898926606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11453 | 2024.11.14 00:28:25.761558 [ 263 ] {5648248a-dd46-45ac-9a68-e2d898926606} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11454 | 2024.11.14 00:28:25.761798 [ 263 ] {5648248a-dd46-45ac-9a68-e2d898926606} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11455 | 2024.11.14 00:28:25.762041 [ 263 ] {5648248a-dd46-45ac-9a68-e2d898926606} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. | ||
| 11456 | 2024.11.14 00:28:25.762104 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11457 | 2024.11.14 00:28:25.762124 [ 263 ] {5648248a-dd46-45ac-9a68-e2d898926606} <Debug> TCPHandler: Processed in 0.001893746 sec. | ||
| 11458 | 2024.11.14 00:28:25.762157 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11459 | 2024.11.14 00:28:25.762330 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11460 | 2024.11.14 00:28:25.762468 [ 261 ] {5f227693-f36e-4455-8741-640fbd322d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11461 | 2024.11.14 00:28:25.762545 [ 261 ] {5f227693-f36e-4455-8741-640fbd322d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11462 | 2024.11.14 00:28:25.763397 [ 261 ] {5f227693-f36e-4455-8741-640fbd322d21} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11463 | 2024.11.14 00:28:25.763439 [ 261 ] {5f227693-f36e-4455-8741-640fbd322d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11464 | 2024.11.14 00:28:25.763921 [ 261 ] {5f227693-f36e-4455-8741-640fbd322d21} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11465 | 2024.11.14 00:28:25.764197 [ 261 ] {5f227693-f36e-4455-8741-640fbd322d21} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11466 | 2024.11.14 00:28:25.764548 [ 261 ] {5f227693-f36e-4455-8741-640fbd322d21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0021 sec., 28571.428571428572 rows/sec., 1.93 MiB/sec. | ||
| 11467 | 2024.11.14 00:28:25.764606 [ 224 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11468 | 2024.11.14 00:28:25.764639 [ 261 ] {5f227693-f36e-4455-8741-640fbd322d21} <Debug> TCPHandler: Processed in 0.002402214 sec. | ||
| 11469 | 2024.11.14 00:28:25.764667 [ 224 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11470 | 2024.11.14 00:28:25.764991 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11471 | 2024.11.14 00:28:25.767237 [ 224 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11472 | 2024.11.14 00:28:29.370744 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1642 | ||
| 11473 | 2024.11.14 00:28:29.373808 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11474 | 2024.11.14 00:28:29.373849 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11475 | 2024.11.14 00:28:29.375303 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11476 | 2024.11.14 00:28:29.375612 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11477 | 2024.11.14 00:28:29.376067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1642 | ||
| 11478 | 2024.11.14 00:28:30.755894 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11479 | 2024.11.14 00:28:30.756097 [ 263 ] {8a6a0f41-f80e-45a0-b29c-9acafe02a145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11480 | 2024.11.14 00:28:30.756173 [ 263 ] {8a6a0f41-f80e-45a0-b29c-9acafe02a145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11481 | 2024.11.14 00:28:30.757053 [ 263 ] {8a6a0f41-f80e-45a0-b29c-9acafe02a145} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11482 | 2024.11.14 00:28:30.757106 [ 263 ] {8a6a0f41-f80e-45a0-b29c-9acafe02a145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11483 | 2024.11.14 00:28:30.757540 [ 263 ] {8a6a0f41-f80e-45a0-b29c-9acafe02a145} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11484 | 2024.11.14 00:28:30.757782 [ 263 ] {8a6a0f41-f80e-45a0-b29c-9acafe02a145} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11485 | 2024.11.14 00:28:30.757996 [ 42 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11486 | 2024.11.14 00:28:30.758023 [ 263 ] {8a6a0f41-f80e-45a0-b29c-9acafe02a145} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.21 MiB/sec. | ||
| 11487 | 2024.11.14 00:28:30.758081 [ 42 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11488 | 2024.11.14 00:28:30.758152 [ 263 ] {8a6a0f41-f80e-45a0-b29c-9acafe02a145} <Debug> TCPHandler: Processed in 0.002371194 sec. | ||
| 11489 | 2024.11.14 00:28:30.758159 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11490 | 2024.11.14 00:28:30.758363 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11491 | 2024.11.14 00:28:30.758459 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11492 | 2024.11.14 00:28:30.758543 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11493 | 2024.11.14 00:28:30.758597 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1431 rows starting from the beginning of the part | ||
| 11494 | 2024.11.14 00:28:30.758827 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 61 rows starting from the beginning of the part | ||
| 11495 | 2024.11.14 00:28:30.758831 [ 261 ] {7f5860d9-ff71-4c4c-a4cc-6adf26df032d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11496 | 2024.11.14 00:28:30.759037 [ 261 ] {7f5860d9-ff71-4c4c-a4cc-6adf26df032d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11497 | 2024.11.14 00:28:30.759096 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part | ||
| 11498 | 2024.11.14 00:28:30.759553 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 281 rows starting from the beginning of the part | ||
| 11499 | 2024.11.14 00:28:30.759805 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 56 rows starting from the beginning of the part | ||
| 11500 | 2024.11.14 00:28:30.760099 [ 186 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part | ||
| 11501 | 2024.11.14 00:28:30.761889 [ 261 ] {7f5860d9-ff71-4c4c-a4cc-6adf26df032d} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11502 | 2024.11.14 00:28:30.761969 [ 261 ] {7f5860d9-ff71-4c4c-a4cc-6adf26df032d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11503 | 2024.11.14 00:28:30.763064 [ 261 ] {7f5860d9-ff71-4c4c-a4cc-6adf26df032d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11504 | 2024.11.14 00:28:30.763480 [ 261 ] {7f5860d9-ff71-4c4c-a4cc-6adf26df032d} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11505 | 2024.11.14 00:28:30.763840 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1941 rows, containing 5 columns (5 merged, 0 gathered) in 0.005555718 sec., 349369.7844275033 rows/sec., 30.53 MiB/sec. | ||
| 11506 | 2024.11.14 00:28:30.763909 [ 42 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11507 | 2024.11.14 00:28:30.764009 [ 42 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11508 | 2024.11.14 00:28:30.764051 [ 261 ] {7f5860d9-ff71-4c4c-a4cc-6adf26df032d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005378 sec., 11900.33469691335 rows/sec., 951.14 KiB/sec. | ||
| 11509 | 2024.11.14 00:28:30.764058 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11510 | 2024.11.14 00:28:30.764234 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11511 | 2024.11.14 00:28:30.764412 [ 261 ] {7f5860d9-ff71-4c4c-a4cc-6adf26df032d} <Debug> TCPHandler: Processed in 0.006119806 sec. | ||
| 11512 | 2024.11.14 00:28:30.764770 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11513 | 2024.11.14 00:28:30.764814 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11514 | 2024.11.14 00:28:30.765203 [ 263 ] {2d9a6f0e-dcf9-473d-94ac-404654db1f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11515 | 2024.11.14 00:28:30.765356 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11516 | 2024.11.14 00:28:30.765391 [ 263 ] {2d9a6f0e-dcf9-473d-94ac-404654db1f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11517 | 2024.11.14 00:28:30.765424 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11518 | 2024.11.14 00:28:30.765530 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part | ||
| 11519 | 2024.11.14 00:28:30.766001 [ 200 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_111_22} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11520 | 2024.11.14 00:28:30.766325 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 74 rows starting from the beginning of the part | ||
| 11521 | 2024.11.14 00:28:30.766417 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 11522 | 2024.11.14 00:28:30.767012 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part | ||
| 11523 | 2024.11.14 00:28:30.767380 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 421 rows starting from the beginning of the part | ||
| 11524 | 2024.11.14 00:28:30.767678 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 64 rows starting from the beginning of the part | ||
| 11525 | 2024.11.14 00:28:30.768024 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 11526 | 2024.11.14 00:28:30.768797 [ 263 ] {2d9a6f0e-dcf9-473d-94ac-404654db1f86} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11527 | 2024.11.14 00:28:30.768841 [ 263 ] {2d9a6f0e-dcf9-473d-94ac-404654db1f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11528 | 2024.11.14 00:28:30.769389 [ 263 ] {2d9a6f0e-dcf9-473d-94ac-404654db1f86} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11529 | 2024.11.14 00:28:30.769671 [ 263 ] {2d9a6f0e-dcf9-473d-94ac-404654db1f86} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11530 | 2024.11.14 00:28:30.770166 [ 263 ] {2d9a6f0e-dcf9-473d-94ac-404654db1f86} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005073 sec., 31539.522964715157 rows/sec., 2.20 MiB/sec. | ||
| 11531 | 2024.11.14 00:28:30.770242 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.006015315 sec., 265987.7329782397 rows/sec., 20.51 MiB/sec. | ||
| 11532 | 2024.11.14 00:28:30.770275 [ 263 ] {2d9a6f0e-dcf9-473d-94ac-404654db1f86} <Debug> TCPHandler: Processed in 0.00570328 sec. | ||
| 11533 | 2024.11.14 00:28:30.770449 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11534 | 2024.11.14 00:28:30.770534 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11535 | 2024.11.14 00:28:30.770676 [ 261 ] {459029e2-d9c6-48d4-a836-42a07a7dae6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11536 | 2024.11.14 00:28:30.770766 [ 261 ] {459029e2-d9c6-48d4-a836-42a07a7dae6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11537 | 2024.11.14 00:28:30.771235 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11538 | 2024.11.14 00:28:30.771385 [ 193 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_111_22} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11539 | 2024.11.14 00:28:30.771577 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 11540 | 2024.11.14 00:28:30.771757 [ 261 ] {459029e2-d9c6-48d4-a836-42a07a7dae6a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11541 | 2024.11.14 00:28:30.771804 [ 261 ] {459029e2-d9c6-48d4-a836-42a07a7dae6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11542 | 2024.11.14 00:28:30.772209 [ 261 ] {459029e2-d9c6-48d4-a836-42a07a7dae6a} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11543 | 2024.11.14 00:28:30.772600 [ 261 ] {459029e2-d9c6-48d4-a836-42a07a7dae6a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11544 | 2024.11.14 00:28:30.772899 [ 261 ] {459029e2-d9c6-48d4-a836-42a07a7dae6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002314 sec., 25929.127052722557 rows/sec., 1.75 MiB/sec. | ||
| 11545 | 2024.11.14 00:28:30.772975 [ 261 ] {459029e2-d9c6-48d4-a836-42a07a7dae6a} <Debug> TCPHandler: Processed in 0.002605746 sec. | ||
| 11546 | 2024.11.14 00:28:33.562473 [ 40 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11547 | 2024.11.14 00:28:33.562566 [ 40 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11548 | 2024.11.14 00:28:33.562594 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11549 | 2024.11.14 00:28:33.562766 [ 221 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11550 | 2024.11.14 00:28:33.562776 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 11551 | 2024.11.14 00:28:33.562869 [ 221 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11552 | 2024.11.14 00:28:33.563080 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11553 | 2024.11.14 00:28:33.563186 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 242 rows starting from the beginning of the part | ||
| 11554 | 2024.11.14 00:28:33.563298 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 11555 | 2024.11.14 00:28:33.563535 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 11556 | 2024.11.14 00:28:33.563907 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 11557 | 2024.11.14 00:28:33.564350 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 11558 | 2024.11.14 00:28:33.566705 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.004041297 sec., 73738.70319355394 rows/sec., 5.29 MiB/sec. | ||
| 11559 | 2024.11.14 00:28:33.566835 [ 221 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11560 | 2024.11.14 00:28:33.566930 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11561 | 2024.11.14 00:28:33.567421 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_37_9} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11562 | 2024.11.14 00:28:33.567505 [ 196 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_37_9} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11563 | 2024.11.14 00:28:33.567588 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11564 | 2024.11.14 00:28:33.986457 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11565 | 2024.11.14 00:28:33.986505 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11566 | 2024.11.14 00:28:35.710052 [ 223 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11567 | 2024.11.14 00:28:35.710109 [ 223 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11568 | 2024.11.14 00:28:35.711720 [ 223 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11569 | 2024.11.14 00:28:35.761983 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11570 | 2024.11.14 00:28:35.762189 [ 263 ] {e2a2b6ff-7df7-4a59-b667-0b12e5fcc057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11571 | 2024.11.14 00:28:35.762262 [ 263 ] {e2a2b6ff-7df7-4a59-b667-0b12e5fcc057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11572 | 2024.11.14 00:28:35.763009 [ 263 ] {e2a2b6ff-7df7-4a59-b667-0b12e5fcc057} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11573 | 2024.11.14 00:28:35.763060 [ 263 ] {e2a2b6ff-7df7-4a59-b667-0b12e5fcc057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11574 | 2024.11.14 00:28:35.763491 [ 263 ] {e2a2b6ff-7df7-4a59-b667-0b12e5fcc057} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11575 | 2024.11.14 00:28:35.763741 [ 263 ] {e2a2b6ff-7df7-4a59-b667-0b12e5fcc057} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11576 | 2024.11.14 00:28:35.763942 [ 38 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11577 | 2024.11.14 00:28:35.764010 [ 263 ] {e2a2b6ff-7df7-4a59-b667-0b12e5fcc057} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec. | ||
| 11578 | 2024.11.14 00:28:35.764018 [ 38 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11579 | 2024.11.14 00:28:35.764099 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11580 | 2024.11.14 00:28:35.764147 [ 263 ] {e2a2b6ff-7df7-4a59-b667-0b12e5fcc057} <Debug> TCPHandler: Processed in 0.002302092 sec. | ||
| 11581 | 2024.11.14 00:28:35.764300 [ 220 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11582 | 2024.11.14 00:28:35.764395 [ 220 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11583 | 2024.11.14 00:28:35.764499 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 11584 | 2024.11.14 00:28:35.764529 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11585 | 2024.11.14 00:28:35.764883 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11586 | 2024.11.14 00:28:35.764884 [ 261 ] {2f9bb4d1-bd5f-466d-95e9-16791c3da83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11587 | 2024.11.14 00:28:35.764954 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 11588 | 2024.11.14 00:28:35.765063 [ 261 ] {2f9bb4d1-bd5f-466d-95e9-16791c3da83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11589 | 2024.11.14 00:28:35.765340 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 11590 | 2024.11.14 00:28:35.765916 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 11591 | 2024.11.14 00:28:35.766569 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 11592 | 2024.11.14 00:28:35.767306 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 11593 | 2024.11.14 00:28:35.771037 [ 261 ] {2f9bb4d1-bd5f-466d-95e9-16791c3da83b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11594 | 2024.11.14 00:28:35.771128 [ 261 ] {2f9bb4d1-bd5f-466d-95e9-16791c3da83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11595 | 2024.11.14 00:28:35.771547 [ 220 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11596 | 2024.11.14 00:28:35.772161 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007940052 sec., 8816.063169359597 rows/sec., 669.08 KiB/sec. | ||
| 11597 | 2024.11.14 00:28:35.772532 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11598 | 2024.11.14 00:28:35.773070 [ 261 ] {2f9bb4d1-bd5f-466d-95e9-16791c3da83b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11599 | 2024.11.14 00:28:35.773307 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_37_9} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11600 | 2024.11.14 00:28:35.773410 [ 195 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_37_9} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11601 | 2024.11.14 00:28:35.773437 [ 261 ] {2f9bb4d1-bd5f-466d-95e9-16791c3da83b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11602 | 2024.11.14 00:28:35.773512 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11603 | 2024.11.14 00:28:35.773723 [ 261 ] {2f9bb4d1-bd5f-466d-95e9-16791c3da83b} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.008917 sec., 31512.84064147135 rows/sec., 2.78 MiB/sec. | ||
| 11604 | 2024.11.14 00:28:35.773785 [ 261 ] {2f9bb4d1-bd5f-466d-95e9-16791c3da83b} <Debug> TCPHandler: Processed in 0.009488004 sec. | ||
| 11605 | 2024.11.14 00:28:35.773944 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11606 | 2024.11.14 00:28:35.774064 [ 263 ] {265a263a-c118-4c3c-8096-2d80f4427454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11607 | 2024.11.14 00:28:35.774114 [ 263 ] {265a263a-c118-4c3c-8096-2d80f4427454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11608 | 2024.11.14 00:28:35.774723 [ 263 ] {265a263a-c118-4c3c-8096-2d80f4427454} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11609 | 2024.11.14 00:28:35.774762 [ 263 ] {265a263a-c118-4c3c-8096-2d80f4427454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11610 | 2024.11.14 00:28:35.775123 [ 263 ] {265a263a-c118-4c3c-8096-2d80f4427454} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11611 | 2024.11.14 00:28:35.775355 [ 263 ] {265a263a-c118-4c3c-8096-2d80f4427454} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11612 | 2024.11.14 00:28:35.775564 [ 263 ] {265a263a-c118-4c3c-8096-2d80f4427454} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001525 sec., 30163.934426229505 rows/sec., 2.17 MiB/sec. | ||
| 11613 | 2024.11.14 00:28:35.775621 [ 263 ] {265a263a-c118-4c3c-8096-2d80f4427454} <Debug> TCPHandler: Processed in 0.001732925 sec. | ||
| 11614 | 2024.11.14 00:28:35.775827 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11615 | 2024.11.14 00:28:35.775953 [ 261 ] {e72cac05-6f68-44ec-9d07-2ad8477a4fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11616 | 2024.11.14 00:28:35.776003 [ 261 ] {e72cac05-6f68-44ec-9d07-2ad8477a4fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11617 | 2024.11.14 00:28:35.776572 [ 261 ] {e72cac05-6f68-44ec-9d07-2ad8477a4fce} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11618 | 2024.11.14 00:28:35.776613 [ 261 ] {e72cac05-6f68-44ec-9d07-2ad8477a4fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11619 | 2024.11.14 00:28:35.776965 [ 261 ] {e72cac05-6f68-44ec-9d07-2ad8477a4fce} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11620 | 2024.11.14 00:28:35.777200 [ 261 ] {e72cac05-6f68-44ec-9d07-2ad8477a4fce} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11621 | 2024.11.14 00:28:35.777409 [ 261 ] {e72cac05-6f68-44ec-9d07-2ad8477a4fce} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001481 sec., 9453.072248480757 rows/sec., 662.03 KiB/sec. | ||
| 11622 | 2024.11.14 00:28:35.777462 [ 261 ] {e72cac05-6f68-44ec-9d07-2ad8477a4fce} <Debug> TCPHandler: Processed in 0.001735024 sec. | ||
| 11623 | 2024.11.14 00:28:35.777603 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11624 | 2024.11.14 00:28:35.777721 [ 263 ] {93e88431-65ca-4dee-ace0-e868b1694cb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11625 | 2024.11.14 00:28:35.777768 [ 263 ] {93e88431-65ca-4dee-ace0-e868b1694cb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11626 | 2024.11.14 00:28:35.778336 [ 263 ] {93e88431-65ca-4dee-ace0-e868b1694cb4} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11627 | 2024.11.14 00:28:35.778376 [ 263 ] {93e88431-65ca-4dee-ace0-e868b1694cb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11628 | 2024.11.14 00:28:35.778720 [ 263 ] {93e88431-65ca-4dee-ace0-e868b1694cb4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11629 | 2024.11.14 00:28:35.778960 [ 263 ] {93e88431-65ca-4dee-ace0-e868b1694cb4} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11630 | 2024.11.14 00:28:35.779121 [ 38 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11631 | 2024.11.14 00:28:35.779187 [ 38 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11632 | 2024.11.14 00:28:35.779202 [ 263 ] {93e88431-65ca-4dee-ace0-e868b1694cb4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001499 sec., 8672.448298865911 rows/sec., 540.73 KiB/sec. | ||
| 11633 | 2024.11.14 00:28:35.779224 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11634 | 2024.11.14 00:28:35.779355 [ 263 ] {93e88431-65ca-4dee-ace0-e868b1694cb4} <Debug> TCPHandler: Processed in 0.001806705 sec. | ||
| 11635 | 2024.11.14 00:28:35.779410 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 11636 | 2024.11.14 00:28:35.779537 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11637 | 2024.11.14 00:28:35.779548 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11638 | 2024.11.14 00:28:35.779585 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 11639 | 2024.11.14 00:28:35.779804 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 11640 | 2024.11.14 00:28:35.779940 [ 261 ] {619424b0-17cd-407a-b2f6-325c0a30bb2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11641 | 2024.11.14 00:28:35.780224 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 11642 | 2024.11.14 00:28:35.780210 [ 261 ] {619424b0-17cd-407a-b2f6-325c0a30bb2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11643 | 2024.11.14 00:28:35.780470 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 11644 | 2024.11.14 00:28:35.780910 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 11645 | 2024.11.14 00:28:35.783074 [ 261 ] {619424b0-17cd-407a-b2f6-325c0a30bb2b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11646 | 2024.11.14 00:28:35.783165 [ 261 ] {619424b0-17cd-407a-b2f6-325c0a30bb2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11647 | 2024.11.14 00:28:35.783493 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004158798 sec., 15629.516028429369 rows/sec., 1.01 MiB/sec. | ||
| 11648 | 2024.11.14 00:28:35.783678 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11649 | 2024.11.14 00:28:35.784132 [ 261 ] {619424b0-17cd-407a-b2f6-325c0a30bb2b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11650 | 2024.11.14 00:28:35.784214 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_37_9} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11651 | 2024.11.14 00:28:35.784345 [ 196 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_37_9} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11652 | 2024.11.14 00:28:35.784464 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11653 | 2024.11.14 00:28:35.784554 [ 261 ] {619424b0-17cd-407a-b2f6-325c0a30bb2b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11654 | 2024.11.14 00:28:35.784825 [ 261 ] {619424b0-17cd-407a-b2f6-325c0a30bb2b} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005032 sec., 83664.54689984102 rows/sec., 5.98 MiB/sec. | ||
| 11655 | 2024.11.14 00:28:35.784925 [ 261 ] {619424b0-17cd-407a-b2f6-325c0a30bb2b} <Debug> TCPHandler: Processed in 0.005465077 sec. | ||
| 11656 | 2024.11.14 00:28:35.784916 [ 218 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11657 | 2024.11.14 00:28:35.785024 [ 218 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11658 | 2024.11.14 00:28:35.785105 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11659 | 2024.11.14 00:28:35.785296 [ 263 ] {c91968b0-c125-432b-8983-4b51f5114650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11660 | 2024.11.14 00:28:35.785373 [ 263 ] {c91968b0-c125-432b-8983-4b51f5114650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11661 | 2024.11.14 00:28:35.786704 [ 263 ] {c91968b0-c125-432b-8983-4b51f5114650} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11662 | 2024.11.14 00:28:35.786743 [ 263 ] {c91968b0-c125-432b-8983-4b51f5114650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11663 | 2024.11.14 00:28:35.787409 [ 263 ] {c91968b0-c125-432b-8983-4b51f5114650} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11664 | 2024.11.14 00:28:35.787815 [ 263 ] {c91968b0-c125-432b-8983-4b51f5114650} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11665 | 2024.11.14 00:28:35.788224 [ 263 ] {c91968b0-c125-432b-8983-4b51f5114650} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002952 sec., 2032.5203252032518 rows/sec., 106.19 KiB/sec. | ||
| 11666 | 2024.11.14 00:28:35.788575 [ 263 ] {c91968b0-c125-432b-8983-4b51f5114650} <Debug> TCPHandler: Processed in 0.00353574 sec. | ||
| 11667 | 2024.11.14 00:28:35.788882 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11668 | 2024.11.14 00:28:35.789138 [ 261 ] {b9379e42-7446-4276-a7eb-3b6594a8a3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11669 | 2024.11.14 00:28:35.789219 [ 261 ] {b9379e42-7446-4276-a7eb-3b6594a8a3ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11670 | 2024.11.14 00:28:35.789463 [ 218 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11671 | 2024.11.14 00:28:35.790651 [ 261 ] {b9379e42-7446-4276-a7eb-3b6594a8a3ea} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11672 | 2024.11.14 00:28:35.790696 [ 261 ] {b9379e42-7446-4276-a7eb-3b6594a8a3ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11673 | 2024.11.14 00:28:35.791094 [ 261 ] {b9379e42-7446-4276-a7eb-3b6594a8a3ea} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11674 | 2024.11.14 00:28:35.791336 [ 261 ] {b9379e42-7446-4276-a7eb-3b6594a8a3ea} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11675 | 2024.11.14 00:28:35.791543 [ 261 ] {b9379e42-7446-4276-a7eb-3b6594a8a3ea} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002438 sec., 97210.82854799015 rows/sec., 6.52 MiB/sec. | ||
| 11676 | 2024.11.14 00:28:35.791596 [ 261 ] {b9379e42-7446-4276-a7eb-3b6594a8a3ea} <Debug> TCPHandler: Processed in 0.00288427 sec. | ||
| 11677 | 2024.11.14 00:28:35.791749 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11678 | 2024.11.14 00:28:35.791887 [ 263 ] {0460bcd2-5758-490f-b8a7-175604215e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11679 | 2024.11.14 00:28:35.791946 [ 263 ] {0460bcd2-5758-490f-b8a7-175604215e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11680 | 2024.11.14 00:28:35.792425 [ 263 ] {0460bcd2-5758-490f-b8a7-175604215e29} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11681 | 2024.11.14 00:28:35.792463 [ 263 ] {0460bcd2-5758-490f-b8a7-175604215e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11682 | 2024.11.14 00:28:35.792813 [ 263 ] {0460bcd2-5758-490f-b8a7-175604215e29} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11683 | 2024.11.14 00:28:35.793045 [ 263 ] {0460bcd2-5758-490f-b8a7-175604215e29} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11684 | 2024.11.14 00:28:35.793292 [ 263 ] {0460bcd2-5758-490f-b8a7-175604215e29} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001426 sec., 701.2622720897616 rows/sec., 47.25 KiB/sec. | ||
| 11685 | 2024.11.14 00:28:35.793298 [ 225 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11686 | 2024.11.14 00:28:35.793365 [ 263 ] {0460bcd2-5758-490f-b8a7-175604215e29} <Debug> TCPHandler: Processed in 0.001681963 sec. | ||
| 11687 | 2024.11.14 00:28:35.793378 [ 225 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11688 | 2024.11.14 00:28:35.793549 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11689 | 2024.11.14 00:28:35.793698 [ 261 ] {beae9a51-816a-4aa7-b2c0-0eed51a5e7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11690 | 2024.11.14 00:28:35.793831 [ 261 ] {beae9a51-816a-4aa7-b2c0-0eed51a5e7e3} <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 | ||
| 11691 | 2024.11.14 00:28:35.796450 [ 261 ] {beae9a51-816a-4aa7-b2c0-0eed51a5e7e3} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11692 | 2024.11.14 00:28:35.796492 [ 261 ] {beae9a51-816a-4aa7-b2c0-0eed51a5e7e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11693 | 2024.11.14 00:28:35.796994 [ 225 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11694 | 2024.11.14 00:28:35.797966 [ 261 ] {beae9a51-816a-4aa7-b2c0-0eed51a5e7e3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11695 | 2024.11.14 00:28:35.798236 [ 261 ] {beae9a51-816a-4aa7-b2c0-0eed51a5e7e3} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11696 | 2024.11.14 00:28:35.798494 [ 261 ] {beae9a51-816a-4aa7-b2c0-0eed51a5e7e3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004821 sec., 8089.607965152459 rows/sec., 14.50 MiB/sec. | ||
| 11697 | 2024.11.14 00:28:35.798593 [ 261 ] {beae9a51-816a-4aa7-b2c0-0eed51a5e7e3} <Debug> TCPHandler: Processed in 0.005137763 sec. | ||
| 11698 | 2024.11.14 00:28:35.798758 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11699 | 2024.11.14 00:28:35.798898 [ 263 ] {d0cd0ff8-ca62-47bb-b69f-d0ff32373884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11700 | 2024.11.14 00:28:35.798956 [ 263 ] {d0cd0ff8-ca62-47bb-b69f-d0ff32373884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11701 | 2024.11.14 00:28:35.799471 [ 263 ] {d0cd0ff8-ca62-47bb-b69f-d0ff32373884} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11702 | 2024.11.14 00:28:35.799509 [ 263 ] {d0cd0ff8-ca62-47bb-b69f-d0ff32373884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11703 | 2024.11.14 00:28:35.799871 [ 263 ] {d0cd0ff8-ca62-47bb-b69f-d0ff32373884} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11704 | 2024.11.14 00:28:35.800107 [ 263 ] {d0cd0ff8-ca62-47bb-b69f-d0ff32373884} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11705 | 2024.11.14 00:28:35.800330 [ 263 ] {d0cd0ff8-ca62-47bb-b69f-d0ff32373884} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001461 sec., 56125.94113620807 rows/sec., 3.56 MiB/sec. | ||
| 11706 | 2024.11.14 00:28:35.800392 [ 263 ] {d0cd0ff8-ca62-47bb-b69f-d0ff32373884} <Debug> TCPHandler: Processed in 0.001706094 sec. | ||
| 11707 | 2024.11.14 00:28:36.992849 [ 222 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11708 | 2024.11.14 00:28:36.992903 [ 222 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11709 | 2024.11.14 00:28:36.994732 [ 222 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11710 | 2024.11.14 00:28:39.376404 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1672 | ||
| 11711 | 2024.11.14 00:28:39.379643 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11712 | 2024.11.14 00:28:39.379693 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11713 | 2024.11.14 00:28:39.381178 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11714 | 2024.11.14 00:28:39.381495 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11715 | 2024.11.14 00:28:39.382129 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1672 | ||
| 11716 | 2024.11.14 00:28:40.383576 [ 224 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 11717 | 2024.11.14 00:28:40.383656 [ 224 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 11718 | 2024.11.14 00:28:40.385876 [ 224 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 11719 | 2024.11.14 00:28:40.753750 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11720 | 2024.11.14 00:28:40.753950 [ 263 ] {c5a2474f-30dd-462a-8438-6ba27a2ec7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11721 | 2024.11.14 00:28:40.754031 [ 263 ] {c5a2474f-30dd-462a-8438-6ba27a2ec7cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11722 | 2024.11.14 00:28:40.754768 [ 263 ] {c5a2474f-30dd-462a-8438-6ba27a2ec7cc} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11723 | 2024.11.14 00:28:40.754817 [ 263 ] {c5a2474f-30dd-462a-8438-6ba27a2ec7cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11724 | 2024.11.14 00:28:40.755231 [ 263 ] {c5a2474f-30dd-462a-8438-6ba27a2ec7cc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11725 | 2024.11.14 00:28:40.755487 [ 263 ] {c5a2474f-30dd-462a-8438-6ba27a2ec7cc} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11726 | 2024.11.14 00:28:40.755722 [ 263 ] {c5a2474f-30dd-462a-8438-6ba27a2ec7cc} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001831 sec., 4369.197160021846 rows/sec., 356.28 KiB/sec. | ||
| 11727 | 2024.11.14 00:28:40.755779 [ 263 ] {c5a2474f-30dd-462a-8438-6ba27a2ec7cc} <Debug> TCPHandler: Processed in 0.002165091 sec. | ||
| 11728 | 2024.11.14 00:28:40.756016 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11729 | 2024.11.14 00:28:40.756214 [ 261 ] {0354e9e4-5312-4bf2-adbd-edbe84457ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11730 | 2024.11.14 00:28:40.756289 [ 261 ] {0354e9e4-5312-4bf2-adbd-edbe84457ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11731 | 2024.11.14 00:28:40.757028 [ 261 ] {0354e9e4-5312-4bf2-adbd-edbe84457ce9} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11732 | 2024.11.14 00:28:40.757082 [ 261 ] {0354e9e4-5312-4bf2-adbd-edbe84457ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11733 | 2024.11.14 00:28:40.757525 [ 261 ] {0354e9e4-5312-4bf2-adbd-edbe84457ce9} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11734 | 2024.11.14 00:28:40.757784 [ 261 ] {0354e9e4-5312-4bf2-adbd-edbe84457ce9} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11735 | 2024.11.14 00:28:40.758023 [ 261 ] {0354e9e4-5312-4bf2-adbd-edbe84457ce9} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001864 sec., 32188.84120171674 rows/sec., 2.46 MiB/sec. | ||
| 11736 | 2024.11.14 00:28:40.758081 [ 261 ] {0354e9e4-5312-4bf2-adbd-edbe84457ce9} <Debug> TCPHandler: Processed in 0.002199931 sec. | ||
| 11737 | 2024.11.14 00:28:40.758238 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11738 | 2024.11.14 00:28:40.758379 [ 263 ] {db1c55b5-31f6-4d12-8ff0-8c35dc137472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11739 | 2024.11.14 00:28:40.758437 [ 263 ] {db1c55b5-31f6-4d12-8ff0-8c35dc137472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11740 | 2024.11.14 00:28:40.759109 [ 263 ] {db1c55b5-31f6-4d12-8ff0-8c35dc137472} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11741 | 2024.11.14 00:28:40.759155 [ 263 ] {db1c55b5-31f6-4d12-8ff0-8c35dc137472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11742 | 2024.11.14 00:28:40.759512 [ 263 ] {db1c55b5-31f6-4d12-8ff0-8c35dc137472} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11743 | 2024.11.14 00:28:40.759744 [ 263 ] {db1c55b5-31f6-4d12-8ff0-8c35dc137472} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11744 | 2024.11.14 00:28:40.759951 [ 263 ] {db1c55b5-31f6-4d12-8ff0-8c35dc137472} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001604 sec., 4987.5311720698255 rows/sec., 348.25 KiB/sec. | ||
| 11745 | 2024.11.14 00:28:40.760001 [ 263 ] {db1c55b5-31f6-4d12-8ff0-8c35dc137472} <Debug> TCPHandler: Processed in 0.001832296 sec. | ||
| 11746 | 2024.11.14 00:28:40.760136 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11747 | 2024.11.14 00:28:40.760257 [ 261 ] {c6f15c6e-51d7-4473-a684-30920b96cc6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11748 | 2024.11.14 00:28:40.760317 [ 261 ] {c6f15c6e-51d7-4473-a684-30920b96cc6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11749 | 2024.11.14 00:28:40.761026 [ 261 ] {c6f15c6e-51d7-4473-a684-30920b96cc6f} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11750 | 2024.11.14 00:28:40.761075 [ 261 ] {c6f15c6e-51d7-4473-a684-30920b96cc6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11751 | 2024.11.14 00:28:40.761486 [ 261 ] {c6f15c6e-51d7-4473-a684-30920b96cc6f} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11752 | 2024.11.14 00:28:40.761768 [ 261 ] {c6f15c6e-51d7-4473-a684-30920b96cc6f} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11753 | 2024.11.14 00:28:40.762001 [ 261 ] {c6f15c6e-51d7-4473-a684-30920b96cc6f} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.00177 sec., 40677.96610169491 rows/sec., 3.18 MiB/sec. | ||
| 11754 | 2024.11.14 00:28:40.762059 [ 261 ] {c6f15c6e-51d7-4473-a684-30920b96cc6f} <Debug> TCPHandler: Processed in 0.001978258 sec. | ||
| 11755 | 2024.11.14 00:28:40.762197 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11756 | 2024.11.14 00:28:40.762314 [ 263 ] {3db0beba-2434-4919-9d27-4f64ba57b47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11757 | 2024.11.14 00:28:40.762366 [ 263 ] {3db0beba-2434-4919-9d27-4f64ba57b47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11758 | 2024.11.14 00:28:40.762920 [ 263 ] {3db0beba-2434-4919-9d27-4f64ba57b47f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11759 | 2024.11.14 00:28:40.762958 [ 263 ] {3db0beba-2434-4919-9d27-4f64ba57b47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11760 | 2024.11.14 00:28:40.763345 [ 263 ] {3db0beba-2434-4919-9d27-4f64ba57b47f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11761 | 2024.11.14 00:28:40.763573 [ 263 ] {3db0beba-2434-4919-9d27-4f64ba57b47f} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11762 | 2024.11.14 00:28:40.763780 [ 263 ] {3db0beba-2434-4919-9d27-4f64ba57b47f} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.00149 sec., 88590.60402684564 rows/sec., 6.17 MiB/sec. | ||
| 11763 | 2024.11.14 00:28:40.763830 [ 263 ] {3db0beba-2434-4919-9d27-4f64ba57b47f} <Debug> TCPHandler: Processed in 0.001689234 sec. | ||
| 11764 | 2024.11.14 00:28:40.763967 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11765 | 2024.11.14 00:28:40.764094 [ 261 ] {bb61eb95-8952-480b-8a65-fd4fa8e9bf4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11766 | 2024.11.14 00:28:40.764154 [ 261 ] {bb61eb95-8952-480b-8a65-fd4fa8e9bf4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11767 | 2024.11.14 00:28:40.764679 [ 261 ] {bb61eb95-8952-480b-8a65-fd4fa8e9bf4a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11768 | 2024.11.14 00:28:40.764719 [ 261 ] {bb61eb95-8952-480b-8a65-fd4fa8e9bf4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11769 | 2024.11.14 00:28:40.765106 [ 261 ] {bb61eb95-8952-480b-8a65-fd4fa8e9bf4a} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11770 | 2024.11.14 00:28:40.765364 [ 261 ] {bb61eb95-8952-480b-8a65-fd4fa8e9bf4a} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11771 | 2024.11.14 00:28:40.765585 [ 261 ] {bb61eb95-8952-480b-8a65-fd4fa8e9bf4a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001519 sec., 31599.736668861093 rows/sec., 2.13 MiB/sec. | ||
| 11772 | 2024.11.14 00:28:40.765634 [ 261 ] {bb61eb95-8952-480b-8a65-fd4fa8e9bf4a} <Debug> TCPHandler: Processed in 0.001726244 sec. | ||
| 11773 | 2024.11.14 00:28:45.756056 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11774 | 2024.11.14 00:28:45.756257 [ 263 ] {2ddd2dc7-ebf2-41cf-854d-0f92cc31694c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11775 | 2024.11.14 00:28:45.756328 [ 263 ] {2ddd2dc7-ebf2-41cf-854d-0f92cc31694c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11776 | 2024.11.14 00:28:45.757063 [ 263 ] {2ddd2dc7-ebf2-41cf-854d-0f92cc31694c} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11777 | 2024.11.14 00:28:45.757107 [ 263 ] {2ddd2dc7-ebf2-41cf-854d-0f92cc31694c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11778 | 2024.11.14 00:28:45.757546 [ 263 ] {2ddd2dc7-ebf2-41cf-854d-0f92cc31694c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11779 | 2024.11.14 00:28:45.757810 [ 263 ] {2ddd2dc7-ebf2-41cf-854d-0f92cc31694c} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11780 | 2024.11.14 00:28:45.758023 [ 263 ] {2ddd2dc7-ebf2-41cf-854d-0f92cc31694c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001821 sec., 30752.333882482155 rows/sec., 2.36 MiB/sec. | ||
| 11781 | 2024.11.14 00:28:45.758077 [ 263 ] {2ddd2dc7-ebf2-41cf-854d-0f92cc31694c} <Debug> TCPHandler: Processed in 0.00215056 sec. | ||
| 11782 | 2024.11.14 00:28:45.758327 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11783 | 2024.11.14 00:28:45.758522 [ 261 ] {660eb97e-9274-4315-8763-809c6766abea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11784 | 2024.11.14 00:28:45.758597 [ 261 ] {660eb97e-9274-4315-8763-809c6766abea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11785 | 2024.11.14 00:28:45.759359 [ 261 ] {660eb97e-9274-4315-8763-809c6766abea} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11786 | 2024.11.14 00:28:45.759415 [ 261 ] {660eb97e-9274-4315-8763-809c6766abea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11787 | 2024.11.14 00:28:45.759868 [ 261 ] {660eb97e-9274-4315-8763-809c6766abea} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11788 | 2024.11.14 00:28:45.760124 [ 261 ] {660eb97e-9274-4315-8763-809c6766abea} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11789 | 2024.11.14 00:28:45.760375 [ 261 ] {660eb97e-9274-4315-8763-809c6766abea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.62 MiB/sec. | ||
| 11790 | 2024.11.14 00:28:45.760442 [ 261 ] {660eb97e-9274-4315-8763-809c6766abea} <Debug> TCPHandler: Processed in 0.002249712 sec. | ||
| 11791 | 2024.11.14 00:28:45.760598 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11792 | 2024.11.14 00:28:45.760736 [ 263 ] {42c51207-994f-4be2-9f86-be4219fa60d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11793 | 2024.11.14 00:28:45.760797 [ 263 ] {42c51207-994f-4be2-9f86-be4219fa60d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11794 | 2024.11.14 00:28:45.761530 [ 263 ] {42c51207-994f-4be2-9f86-be4219fa60d1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11795 | 2024.11.14 00:28:45.761574 [ 263 ] {42c51207-994f-4be2-9f86-be4219fa60d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11796 | 2024.11.14 00:28:45.762020 [ 263 ] {42c51207-994f-4be2-9f86-be4219fa60d1} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11797 | 2024.11.14 00:28:45.762266 [ 263 ] {42c51207-994f-4be2-9f86-be4219fa60d1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11798 | 2024.11.14 00:28:45.762454 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11799 | 2024.11.14 00:28:45.762513 [ 263 ] {42c51207-994f-4be2-9f86-be4219fa60d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001802 sec., 88790.23307436182 rows/sec., 6.18 MiB/sec. | ||
| 11800 | 2024.11.14 00:28:45.762541 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11801 | 2024.11.14 00:28:45.762602 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11802 | 2024.11.14 00:28:45.762633 [ 263 ] {42c51207-994f-4be2-9f86-be4219fa60d1} <Debug> TCPHandler: Processed in 0.00209656 sec. | ||
| 11803 | 2024.11.14 00:28:45.762833 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11804 | 2024.11.14 00:28:45.762856 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11805 | 2024.11.14 00:28:45.762988 [ 261 ] {30dbcf1a-3f0b-4503-b455-650386553e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11806 | 2024.11.14 00:28:45.763016 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11807 | 2024.11.14 00:28:45.763060 [ 261 ] {30dbcf1a-3f0b-4503-b455-650386553e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11808 | 2024.11.14 00:28:45.763065 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_106_21, total 21148 rows starting from the beginning of the part | ||
| 11809 | 2024.11.14 00:28:45.763320 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 11810 | 2024.11.14 00:28:45.763750 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 11811 | 2024.11.14 00:28:45.764229 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part | ||
| 11812 | 2024.11.14 00:28:45.764574 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 132 rows starting from the beginning of the part | ||
| 11813 | 2024.11.14 00:28:45.764836 [ 191 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 11814 | 2024.11.14 00:28:45.765509 [ 261 ] {30dbcf1a-3f0b-4503-b455-650386553e98} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11815 | 2024.11.14 00:28:45.765551 [ 261 ] {30dbcf1a-3f0b-4503-b455-650386553e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11816 | 2024.11.14 00:28:45.766070 [ 261 ] {30dbcf1a-3f0b-4503-b455-650386553e98} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11817 | 2024.11.14 00:28:45.766341 [ 261 ] {30dbcf1a-3f0b-4503-b455-650386553e98} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11818 | 2024.11.14 00:28:45.766568 [ 46 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11819 | 2024.11.14 00:28:45.766681 [ 46 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11820 | 2024.11.14 00:28:45.766778 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11821 | 2024.11.14 00:28:45.766794 [ 261 ] {30dbcf1a-3f0b-4503-b455-650386553e98} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00383 sec., 15665.796344647519 rows/sec., 1.06 MiB/sec. | ||
| 11822 | 2024.11.14 00:28:45.767241 [ 261 ] {30dbcf1a-3f0b-4503-b455-650386553e98} <Debug> TCPHandler: Processed in 0.004495514 sec. | ||
| 11823 | 2024.11.14 00:28:45.767398 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11824 | 2024.11.14 00:28:45.767756 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11825 | 2024.11.14 00:28:45.767823 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6700 rows starting from the beginning of the part | ||
| 11826 | 2024.11.14 00:28:45.768175 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 11827 | 2024.11.14 00:28:45.768522 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part | ||
| 11828 | 2024.11.14 00:28:45.768648 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part | ||
| 11829 | 2024.11.14 00:28:45.768783 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 48 rows starting from the beginning of the part | ||
| 11830 | 2024.11.14 00:28:45.769061 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 11831 | 2024.11.14 00:28:45.778296 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7010 rows, containing 4 columns (4 merged, 0 gathered) in 0.011335979 sec., 618385.0552299012 rows/sec., 40.67 MiB/sec. | ||
| 11832 | 2024.11.14 00:28:45.778675 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11833 | 2024.11.14 00:28:45.778949 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11834 | 2024.11.14 00:28:45.779023 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_111_22} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11835 | 2024.11.14 00:28:45.779094 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 11836 | 2024.11.14 00:28:45.782940 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21997 rows, containing 5 columns (5 merged, 0 gathered) in 0.020237925 sec., 1086919.7311483268 rows/sec., 74.20 MiB/sec. | ||
| 11837 | 2024.11.14 00:28:45.783292 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11838 | 2024.11.14 00:28:45.783583 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11839 | 2024.11.14 00:28:45.783660 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11840 | 2024.11.14 00:28:45.783737 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 11841 | 2024.11.14 00:28:47.255997 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11842 | 2024.11.14 00:28:47.504601 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11843 | 2024.11.14 00:28:47.619116 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36956, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11844 | 2024.11.14 00:28:47.648613 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11845 | 2024.11.14 00:28:47.740086 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11846 | 2024.11.14 00:28:47.745462 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11847 | 2024.11.14 00:28:47.748888 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44021, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11848 | 2024.11.14 00:28:47.755196 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43697, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11849 | 2024.11.14 00:28:47.929625 [ 68 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11850 | 2024.11.14 00:28:47.929702 [ 68 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11851 | 2024.11.14 00:28:47.929725 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11852 | 2024.11.14 00:28:47.929946 [ 194 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 11853 | 2024.11.14 00:28:47.930239 [ 194 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11854 | 2024.11.14 00:28:47.930282 [ 194 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 33 rows starting from the beginning of the part | ||
| 11855 | 2024.11.14 00:28:47.930361 [ 194 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 11856 | 2024.11.14 00:28:47.930442 [ 194 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 11857 | 2024.11.14 00:28:47.930699 [ 194 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 11858 | 2024.11.14 00:28:47.930849 [ 194 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 11859 | 2024.11.14 00:28:47.932078 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.002272392 sec., 16282.401979940081 rows/sec., 1.07 MiB/sec. | ||
| 11860 | 2024.11.14 00:28:47.932265 [ 199 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11861 | 2024.11.14 00:28:47.932632 [ 199 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_37_9} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11862 | 2024.11.14 00:28:47.932729 [ 199 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_37_9} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11863 | 2024.11.14 00:28:47.932830 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 11864 | 2024.11.14 00:28:48.416028 [ 107 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11865 | 2024.11.14 00:28:48.416105 [ 107 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11866 | 2024.11.14 00:28:48.416133 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11867 | 2024.11.14 00:28:48.416261 [ 223 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11868 | 2024.11.14 00:28:48.416309 [ 223 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11869 | 2024.11.14 00:28:48.416337 [ 193 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 11870 | 2024.11.14 00:28:48.416586 [ 193 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11871 | 2024.11.14 00:28:48.416630 [ 193 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 198 rows starting from the beginning of the part | ||
| 11872 | 2024.11.14 00:28:48.416781 [ 193 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 11873 | 2024.11.14 00:28:48.416987 [ 193 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 11874 | 2024.11.14 00:28:48.417234 [ 193 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11875 | 2024.11.14 00:28:48.417469 [ 193 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 11876 | 2024.11.14 00:28:48.419835 [ 199 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.00360994 sec., 61496.866983938795 rows/sec., 3.14 MiB/sec. | ||
| 11877 | 2024.11.14 00:28:48.420058 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11878 | 2024.11.14 00:28:48.420095 [ 223 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 11879 | 2024.11.14 00:28:48.420627 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_37_9} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11880 | 2024.11.14 00:28:48.420718 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_37_9} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11881 | 2024.11.14 00:28:48.420809 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11882 | 2024.11.14 00:28:48.710560 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 11883 | 2024.11.14 00:28:48.710592 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 11884 | 2024.11.14 00:28:48.712085 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 11885 | 2024.11.14 00:28:48.986778 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11886 | 2024.11.14 00:28:48.986863 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11887 | 2024.11.14 00:28:49.382481 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1692 | ||
| 11888 | 2024.11.14 00:28:49.385871 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11889 | 2024.11.14 00:28:49.385913 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11890 | 2024.11.14 00:28:49.387392 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11891 | 2024.11.14 00:28:49.387702 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11892 | 2024.11.14 00:28:49.388164 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1692 | ||
| 11893 | 2024.11.14 00:28:50.001606 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001210437 sec. | ||
| 11894 | 2024.11.14 00:28:50.233522 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11895 | 2024.11.14 00:28:50.263817 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11896 | 2024.11.14 00:28:50.263858 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11897 | 2024.11.14 00:28:50.265767 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11898 | 2024.11.14 00:28:50.585014 [ 225 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11899 | 2024.11.14 00:28:50.585066 [ 225 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11900 | 2024.11.14 00:28:50.586998 [ 225 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11901 | 2024.11.14 00:28:50.761957 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11902 | 2024.11.14 00:28:50.762173 [ 263 ] {1538c6be-9dd2-4901-86f5-0ff4e56b1082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11903 | 2024.11.14 00:28:50.762255 [ 263 ] {1538c6be-9dd2-4901-86f5-0ff4e56b1082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11904 | 2024.11.14 00:28:50.763045 [ 263 ] {1538c6be-9dd2-4901-86f5-0ff4e56b1082} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11905 | 2024.11.14 00:28:50.763091 [ 263 ] {1538c6be-9dd2-4901-86f5-0ff4e56b1082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11906 | 2024.11.14 00:28:50.763524 [ 263 ] {1538c6be-9dd2-4901-86f5-0ff4e56b1082} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11907 | 2024.11.14 00:28:50.763778 [ 263 ] {1538c6be-9dd2-4901-86f5-0ff4e56b1082} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11908 | 2024.11.14 00:28:50.763975 [ 263 ] {1538c6be-9dd2-4901-86f5-0ff4e56b1082} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001864 sec., 7510.729613733905 rows/sec., 540.67 KiB/sec. | ||
| 11909 | 2024.11.14 00:28:50.764030 [ 263 ] {1538c6be-9dd2-4901-86f5-0ff4e56b1082} <Debug> TCPHandler: Processed in 0.002225972 sec. | ||
| 11910 | 2024.11.14 00:28:50.764301 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11911 | 2024.11.14 00:28:50.764520 [ 261 ] {44193d76-66d1-44f0-9a2d-432fc7e02805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11912 | 2024.11.14 00:28:50.764603 [ 261 ] {44193d76-66d1-44f0-9a2d-432fc7e02805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11913 | 2024.11.14 00:28:50.765508 [ 261 ] {44193d76-66d1-44f0-9a2d-432fc7e02805} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11914 | 2024.11.14 00:28:50.765564 [ 261 ] {44193d76-66d1-44f0-9a2d-432fc7e02805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11915 | 2024.11.14 00:28:50.766029 [ 261 ] {44193d76-66d1-44f0-9a2d-432fc7e02805} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 11916 | 2024.11.14 00:28:50.766290 [ 261 ] {44193d76-66d1-44f0-9a2d-432fc7e02805} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11917 | 2024.11.14 00:28:50.766554 [ 261 ] {44193d76-66d1-44f0-9a2d-432fc7e02805} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002087 sec., 134643.02827024437 rows/sec., 11.90 MiB/sec. | ||
| 11918 | 2024.11.14 00:28:50.766665 [ 261 ] {44193d76-66d1-44f0-9a2d-432fc7e02805} <Debug> TCPHandler: Processed in 0.002507726 sec. | ||
| 11919 | 2024.11.14 00:28:50.766892 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11920 | 2024.11.14 00:28:50.767060 [ 263 ] {d094c99a-cc82-416d-bc83-900131f83155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11921 | 2024.11.14 00:28:50.767116 [ 263 ] {d094c99a-cc82-416d-bc83-900131f83155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11922 | 2024.11.14 00:28:50.767798 [ 263 ] {d094c99a-cc82-416d-bc83-900131f83155} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11923 | 2024.11.14 00:28:50.767840 [ 263 ] {d094c99a-cc82-416d-bc83-900131f83155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11924 | 2024.11.14 00:28:50.768207 [ 263 ] {d094c99a-cc82-416d-bc83-900131f83155} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11925 | 2024.11.14 00:28:50.768458 [ 263 ] {d094c99a-cc82-416d-bc83-900131f83155} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11926 | 2024.11.14 00:28:50.768635 [ 263 ] {d094c99a-cc82-416d-bc83-900131f83155} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001611 sec., 28553.693358162633 rows/sec., 2.05 MiB/sec. | ||
| 11927 | 2024.11.14 00:28:50.768685 [ 263 ] {d094c99a-cc82-416d-bc83-900131f83155} <Debug> TCPHandler: Processed in 0.001882576 sec. | ||
| 11928 | 2024.11.14 00:28:50.768846 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11929 | 2024.11.14 00:28:50.768978 [ 261 ] {4f3ab7dd-c8e8-4037-9f05-8827d20f5d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11930 | 2024.11.14 00:28:50.769032 [ 261 ] {4f3ab7dd-c8e8-4037-9f05-8827d20f5d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11931 | 2024.11.14 00:28:50.769613 [ 261 ] {4f3ab7dd-c8e8-4037-9f05-8827d20f5d74} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11932 | 2024.11.14 00:28:50.769656 [ 261 ] {4f3ab7dd-c8e8-4037-9f05-8827d20f5d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11933 | 2024.11.14 00:28:50.770036 [ 261 ] {4f3ab7dd-c8e8-4037-9f05-8827d20f5d74} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11934 | 2024.11.14 00:28:50.770288 [ 261 ] {4f3ab7dd-c8e8-4037-9f05-8827d20f5d74} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11935 | 2024.11.14 00:28:50.770498 [ 261 ] {4f3ab7dd-c8e8-4037-9f05-8827d20f5d74} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001551 sec., 9026.434558349452 rows/sec., 632.15 KiB/sec. | ||
| 11936 | 2024.11.14 00:28:50.770553 [ 261 ] {4f3ab7dd-c8e8-4037-9f05-8827d20f5d74} <Debug> TCPHandler: Processed in 0.001770654 sec. | ||
| 11937 | 2024.11.14 00:28:50.770711 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11938 | 2024.11.14 00:28:50.770848 [ 263 ] {6984c97e-6171-47f5-8708-4cfcd0f9b7f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11939 | 2024.11.14 00:28:50.770902 [ 263 ] {6984c97e-6171-47f5-8708-4cfcd0f9b7f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11940 | 2024.11.14 00:28:50.771582 [ 263 ] {6984c97e-6171-47f5-8708-4cfcd0f9b7f7} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11941 | 2024.11.14 00:28:50.771629 [ 263 ] {6984c97e-6171-47f5-8708-4cfcd0f9b7f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11942 | 2024.11.14 00:28:50.771994 [ 263 ] {6984c97e-6171-47f5-8708-4cfcd0f9b7f7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11943 | 2024.11.14 00:28:50.772234 [ 263 ] {6984c97e-6171-47f5-8708-4cfcd0f9b7f7} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11944 | 2024.11.14 00:28:50.772454 [ 263 ] {6984c97e-6171-47f5-8708-4cfcd0f9b7f7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001637 sec., 7941.356139279169 rows/sec., 495.14 KiB/sec. | ||
| 11945 | 2024.11.14 00:28:50.772507 [ 263 ] {6984c97e-6171-47f5-8708-4cfcd0f9b7f7} <Debug> TCPHandler: Processed in 0.001862186 sec. | ||
| 11946 | 2024.11.14 00:28:50.772644 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11947 | 2024.11.14 00:28:50.772786 [ 261 ] {901c30ba-1c5f-4874-b6e9-2877e6e12ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11948 | 2024.11.14 00:28:50.772846 [ 261 ] {901c30ba-1c5f-4874-b6e9-2877e6e12ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11949 | 2024.11.14 00:28:50.773793 [ 261 ] {901c30ba-1c5f-4874-b6e9-2877e6e12ddd} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11950 | 2024.11.14 00:28:50.773850 [ 261 ] {901c30ba-1c5f-4874-b6e9-2877e6e12ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11951 | 2024.11.14 00:28:50.774270 [ 261 ] {901c30ba-1c5f-4874-b6e9-2877e6e12ddd} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 11952 | 2024.11.14 00:28:50.774514 [ 261 ] {901c30ba-1c5f-4874-b6e9-2877e6e12ddd} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11953 | 2024.11.14 00:28:50.774750 [ 261 ] {901c30ba-1c5f-4874-b6e9-2877e6e12ddd} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001989 sec., 211664.15284062343 rows/sec., 15.12 MiB/sec. | ||
| 11954 | 2024.11.14 00:28:50.774858 [ 261 ] {901c30ba-1c5f-4874-b6e9-2877e6e12ddd} <Debug> TCPHandler: Processed in 0.002269252 sec. | ||
| 11955 | 2024.11.14 00:28:50.775071 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11956 | 2024.11.14 00:28:50.775256 [ 263 ] {6b4e4403-9969-4bb8-be0c-1212df2bc241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11957 | 2024.11.14 00:28:50.775316 [ 263 ] {6b4e4403-9969-4bb8-be0c-1212df2bc241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11958 | 2024.11.14 00:28:50.775849 [ 263 ] {6b4e4403-9969-4bb8-be0c-1212df2bc241} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11959 | 2024.11.14 00:28:50.775888 [ 263 ] {6b4e4403-9969-4bb8-be0c-1212df2bc241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11960 | 2024.11.14 00:28:50.776250 [ 263 ] {6b4e4403-9969-4bb8-be0c-1212df2bc241} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11961 | 2024.11.14 00:28:50.776484 [ 263 ] {6b4e4403-9969-4bb8-be0c-1212df2bc241} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11962 | 2024.11.14 00:28:50.776726 [ 263 ] {6b4e4403-9969-4bb8-be0c-1212df2bc241} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec. | ||
| 11963 | 2024.11.14 00:28:50.776901 [ 263 ] {6b4e4403-9969-4bb8-be0c-1212df2bc241} <Debug> TCPHandler: Processed in 0.001949838 sec. | ||
| 11964 | 2024.11.14 00:28:50.777121 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11965 | 2024.11.14 00:28:50.777273 [ 261 ] {35912fdb-b1c5-440d-9305-325c77a71e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11966 | 2024.11.14 00:28:50.777336 [ 261 ] {35912fdb-b1c5-440d-9305-325c77a71e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11967 | 2024.11.14 00:28:50.777956 [ 261 ] {35912fdb-b1c5-440d-9305-325c77a71e4b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11968 | 2024.11.14 00:28:50.777995 [ 261 ] {35912fdb-b1c5-440d-9305-325c77a71e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11969 | 2024.11.14 00:28:50.778393 [ 261 ] {35912fdb-b1c5-440d-9305-325c77a71e4b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11970 | 2024.11.14 00:28:50.778631 [ 261 ] {35912fdb-b1c5-440d-9305-325c77a71e4b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11971 | 2024.11.14 00:28:50.778833 [ 261 ] {35912fdb-b1c5-440d-9305-325c77a71e4b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001591 sec., 148962.9164047769 rows/sec., 9.98 MiB/sec. | ||
| 11972 | 2024.11.14 00:28:50.778887 [ 261 ] {35912fdb-b1c5-440d-9305-325c77a71e4b} <Debug> TCPHandler: Processed in 0.001892797 sec. | ||
| 11973 | 2024.11.14 00:28:50.779040 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11974 | 2024.11.14 00:28:50.779179 [ 263 ] {294fd5af-2415-4ec8-9825-a2b9516af954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11975 | 2024.11.14 00:28:50.779239 [ 263 ] {294fd5af-2415-4ec8-9825-a2b9516af954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11976 | 2024.11.14 00:28:50.779763 [ 263 ] {294fd5af-2415-4ec8-9825-a2b9516af954} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11977 | 2024.11.14 00:28:50.779801 [ 263 ] {294fd5af-2415-4ec8-9825-a2b9516af954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11978 | 2024.11.14 00:28:50.780154 [ 263 ] {294fd5af-2415-4ec8-9825-a2b9516af954} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11979 | 2024.11.14 00:28:50.780399 [ 263 ] {294fd5af-2415-4ec8-9825-a2b9516af954} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11980 | 2024.11.14 00:28:50.780621 [ 263 ] {294fd5af-2415-4ec8-9825-a2b9516af954} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 11981 | 2024.11.14 00:28:50.780741 [ 263 ] {294fd5af-2415-4ec8-9825-a2b9516af954} <Debug> TCPHandler: Processed in 0.001770935 sec. | ||
| 11982 | 2024.11.14 00:28:50.780929 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11983 | 2024.11.14 00:28:50.781069 [ 261 ] {76f5a34e-d937-4781-974a-342658604ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11984 | 2024.11.14 00:28:50.781159 [ 261 ] {76f5a34e-d937-4781-974a-342658604ed9} <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 | ||
| 11985 | 2024.11.14 00:28:50.782364 [ 261 ] {76f5a34e-d937-4781-974a-342658604ed9} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11986 | 2024.11.14 00:28:50.782404 [ 261 ] {76f5a34e-d937-4781-974a-342658604ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11987 | 2024.11.14 00:28:50.783082 [ 261 ] {76f5a34e-d937-4781-974a-342658604ed9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11988 | 2024.11.14 00:28:50.783345 [ 261 ] {76f5a34e-d937-4781-974a-342658604ed9} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11989 | 2024.11.14 00:28:50.783585 [ 261 ] {76f5a34e-d937-4781-974a-342658604ed9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002548 sec., 15306.122448979593 rows/sec., 27.43 MiB/sec. | ||
| 11990 | 2024.11.14 00:28:50.783691 [ 261 ] {76f5a34e-d937-4781-974a-342658604ed9} <Debug> TCPHandler: Processed in 0.00286215 sec. | ||
| 11991 | 2024.11.14 00:28:50.783845 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11992 | 2024.11.14 00:28:50.783985 [ 263 ] {d296c78c-d4b0-432a-9a9d-fa70c707de2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11993 | 2024.11.14 00:28:50.784046 [ 263 ] {d296c78c-d4b0-432a-9a9d-fa70c707de2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11994 | 2024.11.14 00:28:50.784615 [ 263 ] {d296c78c-d4b0-432a-9a9d-fa70c707de2c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11995 | 2024.11.14 00:28:50.784662 [ 263 ] {d296c78c-d4b0-432a-9a9d-fa70c707de2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 11996 | 2024.11.14 00:28:50.785033 [ 263 ] {d296c78c-d4b0-432a-9a9d-fa70c707de2c} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11997 | 2024.11.14 00:28:50.785269 [ 263 ] {d296c78c-d4b0-432a-9a9d-fa70c707de2c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11998 | 2024.11.14 00:28:50.785479 [ 263 ] {d296c78c-d4b0-432a-9a9d-fa70c707de2c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 3.41 MiB/sec. | ||
| 11999 | 2024.11.14 00:28:50.785527 [ 263 ] {d296c78c-d4b0-432a-9a9d-fa70c707de2c} <Debug> TCPHandler: Processed in 0.001749234 sec. | ||
| 12000 | 2024.11.14 00:28:50.927898 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54487, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12001 | 2024.11.14 00:28:50.957265 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12002 | 2024.11.14 00:28:51.081874 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52587, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12003 | 2024.11.14 00:28:51.084294 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12004 | 2024.11.14 00:28:51.094271 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12005 | 2024.11.14 00:28:51.131924 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12006 | 2024.11.14 00:28:51.165536 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12007 | 2024.11.14 00:28:51.169780 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12008 | 2024.11.14 00:28:51.580676 [ 218 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12009 | 2024.11.14 00:28:51.580771 [ 218 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12010 | 2024.11.14 00:28:51.583124 [ 218 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12011 | 2024.11.14 00:28:51.831496 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45575, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12012 | 2024.11.14 00:28:51.910466 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60357, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12013 | 2024.11.14 00:28:51.913053 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12014 | 2024.11.14 00:28:51.937332 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50666, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12015 | 2024.11.14 00:28:51.945652 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12016 | 2024.11.14 00:28:51.946980 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12017 | 2024.11.14 00:28:51.980377 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12018 | 2024.11.14 00:28:51.987685 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12019 | 2024.11.14 00:28:52.398220 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12020 | 2024.11.14 00:28:52.432680 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12021 | 2024.11.14 00:28:52.598151 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12022 | 2024.11.14 00:28:52.616463 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33678, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12023 | 2024.11.14 00:28:52.677202 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12024 | 2024.11.14 00:28:52.706798 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12025 | 2024.11.14 00:28:52.709179 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44249, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12026 | 2024.11.14 00:28:55.755762 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12027 | 2024.11.14 00:28:55.755990 [ 263 ] {42a71d71-d521-4636-8e00-231fc3bfa1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12028 | 2024.11.14 00:28:55.756071 [ 263 ] {42a71d71-d521-4636-8e00-231fc3bfa1fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12029 | 2024.11.14 00:28:55.756925 [ 263 ] {42a71d71-d521-4636-8e00-231fc3bfa1fd} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12030 | 2024.11.14 00:28:55.756971 [ 263 ] {42a71d71-d521-4636-8e00-231fc3bfa1fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12031 | 2024.11.14 00:28:55.757398 [ 263 ] {42a71d71-d521-4636-8e00-231fc3bfa1fd} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12032 | 2024.11.14 00:28:55.757643 [ 263 ] {42a71d71-d521-4636-8e00-231fc3bfa1fd} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12033 | 2024.11.14 00:28:55.757851 [ 137 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12034 | 2024.11.14 00:28:55.757876 [ 263 ] {42a71d71-d521-4636-8e00-231fc3bfa1fd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.21 MiB/sec. | ||
| 12035 | 2024.11.14 00:28:55.757937 [ 137 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12036 | 2024.11.14 00:28:55.757999 [ 263 ] {42a71d71-d521-4636-8e00-231fc3bfa1fd} <Debug> TCPHandler: Processed in 0.002372544 sec. | ||
| 12037 | 2024.11.14 00:28:55.758005 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12038 | 2024.11.14 00:28:55.758267 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12039 | 2024.11.14 00:28:55.758313 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12040 | 2024.11.14 00:28:55.758756 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12041 | 2024.11.14 00:28:55.758771 [ 261 ] {013ef8f8-d18f-443d-a09f-800ef0747296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12042 | 2024.11.14 00:28:55.758890 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1431 rows starting from the beginning of the part | ||
| 12043 | 2024.11.14 00:28:55.758950 [ 261 ] {013ef8f8-d18f-443d-a09f-800ef0747296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12044 | 2024.11.14 00:28:55.759282 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 281 rows starting from the beginning of the part | ||
| 12045 | 2024.11.14 00:28:55.759636 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
| 12046 | 2024.11.14 00:28:55.760100 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part | ||
| 12047 | 2024.11.14 00:28:55.760470 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 281 rows starting from the beginning of the part | ||
| 12048 | 2024.11.14 00:28:55.761008 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part | ||
| 12049 | 2024.11.14 00:28:55.763367 [ 261 ] {013ef8f8-d18f-443d-a09f-800ef0747296} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12050 | 2024.11.14 00:28:55.763448 [ 261 ] {013ef8f8-d18f-443d-a09f-800ef0747296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12051 | 2024.11.14 00:28:55.764480 [ 261 ] {013ef8f8-d18f-443d-a09f-800ef0747296} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12052 | 2024.11.14 00:28:55.765030 [ 261 ] {013ef8f8-d18f-443d-a09f-800ef0747296} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12053 | 2024.11.14 00:28:55.765103 [ 193 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2165 rows, containing 5 columns (5 merged, 0 gathered) in 0.006969238 sec., 310650.891819163 rows/sec., 27.40 MiB/sec. | ||
| 12054 | 2024.11.14 00:28:55.765274 [ 137 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12055 | 2024.11.14 00:28:55.765354 [ 137 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12056 | 2024.11.14 00:28:55.765414 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12057 | 2024.11.14 00:28:55.765436 [ 261 ] {013ef8f8-d18f-443d-a09f-800ef0747296} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006834 sec., 9364.940005853088 rows/sec., 748.50 KiB/sec. | ||
| 12058 | 2024.11.14 00:28:55.765439 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12059 | 2024.11.14 00:28:55.765901 [ 261 ] {013ef8f8-d18f-443d-a09f-800ef0747296} <Debug> TCPHandler: Processed in 0.007765639 sec. | ||
| 12060 | 2024.11.14 00:28:55.765956 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12061 | 2024.11.14 00:28:55.766148 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12062 | 2024.11.14 00:28:55.766291 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12063 | 2024.11.14 00:28:55.766380 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 913 rows starting from the beginning of the part | ||
| 12064 | 2024.11.14 00:28:55.766427 [ 263 ] {03d2a39b-175d-4296-9754-f009c281b6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12065 | 2024.11.14 00:28:55.766480 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12066 | 2024.11.14 00:28:55.766662 [ 263 ] {03d2a39b-175d-4296-9754-f009c281b6f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12067 | 2024.11.14 00:28:55.766922 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 421 rows starting from the beginning of the part | ||
| 12068 | 2024.11.14 00:28:55.767024 [ 199 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_116_23} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12069 | 2024.11.14 00:28:55.767369 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12070 | 2024.11.14 00:28:55.767493 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 72 rows starting from the beginning of the part | ||
| 12071 | 2024.11.14 00:28:55.767744 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part | ||
| 12072 | 2024.11.14 00:28:55.767985 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 421 rows starting from the beginning of the part | ||
| 12073 | 2024.11.14 00:28:55.768225 [ 192 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part | ||
| 12074 | 2024.11.14 00:28:55.769106 [ 263 ] {03d2a39b-175d-4296-9754-f009c281b6f5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12075 | 2024.11.14 00:28:55.769150 [ 263 ] {03d2a39b-175d-4296-9754-f009c281b6f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12076 | 2024.11.14 00:28:55.769725 [ 263 ] {03d2a39b-175d-4296-9754-f009c281b6f5} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12077 | 2024.11.14 00:28:55.770024 [ 263 ] {03d2a39b-175d-4296-9754-f009c281b6f5} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12078 | 2024.11.14 00:28:55.770399 [ 263 ] {03d2a39b-175d-4296-9754-f009c281b6f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004047 sec., 39535.45836422041 rows/sec., 2.75 MiB/sec. | ||
| 12079 | 2024.11.14 00:28:55.770438 [ 186 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.004894709 sec., 399410.8740683052 rows/sec., 30.58 MiB/sec. | ||
| 12080 | 2024.11.14 00:28:55.770480 [ 263 ] {03d2a39b-175d-4296-9754-f009c281b6f5} <Debug> TCPHandler: Processed in 0.004462102 sec. | ||
| 12081 | 2024.11.14 00:28:55.770666 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12082 | 2024.11.14 00:28:55.770716 [ 189 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12083 | 2024.11.14 00:28:55.770908 [ 261 ] {5e91da55-9101-4938-bab7-b6a0b501a757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12084 | 2024.11.14 00:28:55.771019 [ 261 ] {5e91da55-9101-4938-bab7-b6a0b501a757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12085 | 2024.11.14 00:28:55.771338 [ 189 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12086 | 2024.11.14 00:28:55.771546 [ 189 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_116_23} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12087 | 2024.11.14 00:28:55.771700 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 12088 | 2024.11.14 00:28:55.771981 [ 261 ] {5e91da55-9101-4938-bab7-b6a0b501a757} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12089 | 2024.11.14 00:28:55.772026 [ 261 ] {5e91da55-9101-4938-bab7-b6a0b501a757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12090 | 2024.11.14 00:28:55.772411 [ 261 ] {5e91da55-9101-4938-bab7-b6a0b501a757} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12091 | 2024.11.14 00:28:55.772658 [ 261 ] {5e91da55-9101-4938-bab7-b6a0b501a757} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12092 | 2024.11.14 00:28:55.772867 [ 261 ] {5e91da55-9101-4938-bab7-b6a0b501a757} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00203 sec., 29556.650246305417 rows/sec., 1.99 MiB/sec. | ||
| 12093 | 2024.11.14 00:28:55.772919 [ 261 ] {5e91da55-9101-4938-bab7-b6a0b501a757} <Debug> TCPHandler: Processed in 0.002331083 sec. | ||
| 12094 | 2024.11.14 00:28:59.388448 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1722 | ||
| 12095 | 2024.11.14 00:28:59.391417 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12096 | 2024.11.14 00:28:59.391468 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12097 | 2024.11.14 00:28:59.393280 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12098 | 2024.11.14 00:28:59.393595 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12099 | 2024.11.14 00:28:59.394113 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1722 | ||
| 12100 | 2024.11.14 00:29:00.060947 [ 221 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12101 | 2024.11.14 00:29:00.061044 [ 221 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12102 | 2024.11.14 00:29:00.063417 [ 221 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12103 | 2024.11.14 00:29:00.755710 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12104 | 2024.11.14 00:29:00.755929 [ 263 ] {ab8c4b8e-8278-4009-b9a7-d1747e995488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12105 | 2024.11.14 00:29:00.756011 [ 263 ] {ab8c4b8e-8278-4009-b9a7-d1747e995488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12106 | 2024.11.14 00:29:00.756775 [ 263 ] {ab8c4b8e-8278-4009-b9a7-d1747e995488} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12107 | 2024.11.14 00:29:00.756825 [ 263 ] {ab8c4b8e-8278-4009-b9a7-d1747e995488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12108 | 2024.11.14 00:29:00.757248 [ 263 ] {ab8c4b8e-8278-4009-b9a7-d1747e995488} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12109 | 2024.11.14 00:29:00.757496 [ 263 ] {ab8c4b8e-8278-4009-b9a7-d1747e995488} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12110 | 2024.11.14 00:29:00.757708 [ 263 ] {ab8c4b8e-8278-4009-b9a7-d1747e995488} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001841 sec., 30418.250950570342 rows/sec., 2.34 MiB/sec. | ||
| 12111 | 2024.11.14 00:29:00.757765 [ 263 ] {ab8c4b8e-8278-4009-b9a7-d1747e995488} <Debug> TCPHandler: Processed in 0.00219811 sec. | ||
| 12112 | 2024.11.14 00:29:00.758028 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12113 | 2024.11.14 00:29:00.758245 [ 261 ] {59eef18b-f921-4ff2-bf27-9f64a610ee79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12114 | 2024.11.14 00:29:00.758325 [ 261 ] {59eef18b-f921-4ff2-bf27-9f64a610ee79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12115 | 2024.11.14 00:29:00.759154 [ 261 ] {59eef18b-f921-4ff2-bf27-9f64a610ee79} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12116 | 2024.11.14 00:29:00.759197 [ 261 ] {59eef18b-f921-4ff2-bf27-9f64a610ee79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12117 | 2024.11.14 00:29:00.759653 [ 261 ] {59eef18b-f921-4ff2-bf27-9f64a610ee79} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12118 | 2024.11.14 00:29:00.759904 [ 261 ] {59eef18b-f921-4ff2-bf27-9f64a610ee79} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12119 | 2024.11.14 00:29:00.760119 [ 261 ] {59eef18b-f921-4ff2-bf27-9f64a610ee79} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001925 sec., 33246.753246753244 rows/sec., 2.59 MiB/sec. | ||
| 12120 | 2024.11.14 00:29:00.760200 [ 261 ] {59eef18b-f921-4ff2-bf27-9f64a610ee79} <Debug> TCPHandler: Processed in 0.002310433 sec. | ||
| 12121 | 2024.11.14 00:29:00.760203 [ 225 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12122 | 2024.11.14 00:29:00.760276 [ 225 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12123 | 2024.11.14 00:29:00.760364 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12124 | 2024.11.14 00:29:00.760538 [ 263 ] {e18addee-7a17-4dbe-9740-4442d83b2d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12125 | 2024.11.14 00:29:00.760603 [ 263 ] {e18addee-7a17-4dbe-9740-4442d83b2d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12126 | 2024.11.14 00:29:00.762054 [ 263 ] {e18addee-7a17-4dbe-9740-4442d83b2d0c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12127 | 2024.11.14 00:29:00.762095 [ 263 ] {e18addee-7a17-4dbe-9740-4442d83b2d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12128 | 2024.11.14 00:29:00.762926 [ 263 ] {e18addee-7a17-4dbe-9740-4442d83b2d0c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12129 | 2024.11.14 00:29:00.763336 [ 263 ] {e18addee-7a17-4dbe-9740-4442d83b2d0c} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12130 | 2024.11.14 00:29:00.763822 [ 263 ] {e18addee-7a17-4dbe-9740-4442d83b2d0c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003291 sec., 48617.441507140684 rows/sec., 3.39 MiB/sec. | ||
| 12131 | 2024.11.14 00:29:00.764173 [ 263 ] {e18addee-7a17-4dbe-9740-4442d83b2d0c} <Debug> TCPHandler: Processed in 0.003885675 sec. | ||
| 12132 | 2024.11.14 00:29:00.764487 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12133 | 2024.11.14 00:29:00.764690 [ 225 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12134 | 2024.11.14 00:29:00.765036 [ 261 ] {a9d9e5bd-43eb-4c26-bba8-39d139f2167e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12135 | 2024.11.14 00:29:00.765299 [ 261 ] {a9d9e5bd-43eb-4c26-bba8-39d139f2167e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12136 | 2024.11.14 00:29:00.766826 [ 261 ] {a9d9e5bd-43eb-4c26-bba8-39d139f2167e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12137 | 2024.11.14 00:29:00.766864 [ 261 ] {a9d9e5bd-43eb-4c26-bba8-39d139f2167e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12138 | 2024.11.14 00:29:00.767248 [ 261 ] {a9d9e5bd-43eb-4c26-bba8-39d139f2167e} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12139 | 2024.11.14 00:29:00.767488 [ 261 ] {a9d9e5bd-43eb-4c26-bba8-39d139f2167e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12140 | 2024.11.14 00:29:00.767658 [ 261 ] {a9d9e5bd-43eb-4c26-bba8-39d139f2167e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002881 sec., 20826.102047900036 rows/sec., 1.40 MiB/sec. | ||
| 12141 | 2024.11.14 00:29:00.767707 [ 261 ] {a9d9e5bd-43eb-4c26-bba8-39d139f2167e} <Debug> TCPHandler: Processed in 0.003432358 sec. | ||
| 12142 | 2024.11.14 00:29:01.200149 [ 53 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 5 parts from all_1_55_12 to all_59_59_0 | ||
| 12143 | 2024.11.14 00:29:01.200217 [ 53 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12144 | 2024.11.14 00:29:01.200244 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12145 | 2024.11.14 00:29:01.200409 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_59_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_55_12 to all_59_59_0 into Compact with storage Full | ||
| 12146 | 2024.11.14 00:29:01.200656 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_59_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12147 | 2024.11.14 00:29:01.200700 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 64 rows starting from the beginning of the part | ||
| 12148 | 2024.11.14 00:29:01.200793 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 46 rows starting from the beginning of the part | ||
| 12149 | 2024.11.14 00:29:01.201071 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 46 rows starting from the beginning of the part | ||
| 12150 | 2024.11.14 00:29:01.201238 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 12151 | 2024.11.14 00:29:01.201466 [ 192 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 46 rows starting from the beginning of the part | ||
| 12152 | 2024.11.14 00:29:01.202617 [ 189 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_59_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.002292003 sec., 91622.91672393099 rows/sec., 6.90 MiB/sec. | ||
| 12153 | 2024.11.14 00:29:01.202821 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_59_13} <Trace> MergedBlockOutputStream: filled checksums all_1_59_13 (state Temporary) | ||
| 12154 | 2024.11.14 00:29:01.203178 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_59_13} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_59_13 to all_1_59_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12155 | 2024.11.14 00:29:01.203272 [ 190 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_59_13} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 5 parts: [all_1_55_12, all_59_59_0] -> all_1_59_13 | ||
| 12156 | 2024.11.14 00:29:01.203374 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12157 | 2024.11.14 00:29:03.986907 [ 170 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12158 | 2024.11.14 00:29:03.986975 [ 170 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12159 | 2024.11.14 00:29:05.762639 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12160 | 2024.11.14 00:29:05.762854 [ 263 ] {ed1f2df1-b696-45ab-a31d-f49348a3e99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12161 | 2024.11.14 00:29:05.762932 [ 263 ] {ed1f2df1-b696-45ab-a31d-f49348a3e99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12162 | 2024.11.14 00:29:05.763701 [ 263 ] {ed1f2df1-b696-45ab-a31d-f49348a3e99b} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12163 | 2024.11.14 00:29:05.763743 [ 263 ] {ed1f2df1-b696-45ab-a31d-f49348a3e99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12164 | 2024.11.14 00:29:05.764177 [ 263 ] {ed1f2df1-b696-45ab-a31d-f49348a3e99b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12165 | 2024.11.14 00:29:05.764430 [ 263 ] {ed1f2df1-b696-45ab-a31d-f49348a3e99b} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12166 | 2024.11.14 00:29:05.764649 [ 263 ] {ed1f2df1-b696-45ab-a31d-f49348a3e99b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001846 sec., 7583.965330444204 rows/sec., 545.94 KiB/sec. | ||
| 12167 | 2024.11.14 00:29:05.764786 [ 263 ] {ed1f2df1-b696-45ab-a31d-f49348a3e99b} <Debug> TCPHandler: Processed in 0.002279023 sec. | ||
| 12168 | 2024.11.14 00:29:05.765098 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12169 | 2024.11.14 00:29:05.765316 [ 261 ] {6b1c48dd-cc7c-4471-b8ce-6e4c3b83762b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12170 | 2024.11.14 00:29:05.765397 [ 261 ] {6b1c48dd-cc7c-4471-b8ce-6e4c3b83762b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12171 | 2024.11.14 00:29:05.766338 [ 261 ] {6b1c48dd-cc7c-4471-b8ce-6e4c3b83762b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12172 | 2024.11.14 00:29:05.766391 [ 261 ] {6b1c48dd-cc7c-4471-b8ce-6e4c3b83762b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12173 | 2024.11.14 00:29:05.766855 [ 261 ] {6b1c48dd-cc7c-4471-b8ce-6e4c3b83762b} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12174 | 2024.11.14 00:29:05.767108 [ 261 ] {6b1c48dd-cc7c-4471-b8ce-6e4c3b83762b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12175 | 2024.11.14 00:29:05.767365 [ 261 ] {6b1c48dd-cc7c-4471-b8ce-6e4c3b83762b} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.0021 sec., 133809.52380952382 rows/sec., 11.82 MiB/sec. | ||
| 12176 | 2024.11.14 00:29:05.767499 [ 261 ] {6b1c48dd-cc7c-4471-b8ce-6e4c3b83762b} <Debug> TCPHandler: Processed in 0.002559516 sec. | ||
| 12177 | 2024.11.14 00:29:05.767693 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12178 | 2024.11.14 00:29:05.768082 [ 263 ] {6f5b0252-b67e-4a57-bf8e-467a7c0396a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12179 | 2024.11.14 00:29:05.768251 [ 263 ] {6f5b0252-b67e-4a57-bf8e-467a7c0396a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12180 | 2024.11.14 00:29:05.769235 [ 263 ] {6f5b0252-b67e-4a57-bf8e-467a7c0396a3} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12181 | 2024.11.14 00:29:05.769276 [ 263 ] {6f5b0252-b67e-4a57-bf8e-467a7c0396a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12182 | 2024.11.14 00:29:05.769666 [ 263 ] {6f5b0252-b67e-4a57-bf8e-467a7c0396a3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12183 | 2024.11.14 00:29:05.769925 [ 263 ] {6f5b0252-b67e-4a57-bf8e-467a7c0396a3} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12184 | 2024.11.14 00:29:05.770155 [ 263 ] {6f5b0252-b67e-4a57-bf8e-467a7c0396a3} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002205 sec., 20861.678004535148 rows/sec., 1.50 MiB/sec. | ||
| 12185 | 2024.11.14 00:29:05.770334 [ 263 ] {6f5b0252-b67e-4a57-bf8e-467a7c0396a3} <Debug> TCPHandler: Processed in 0.002738299 sec. | ||
| 12186 | 2024.11.14 00:29:05.770576 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12187 | 2024.11.14 00:29:05.770733 [ 261 ] {fded61e1-6443-4f84-83be-d4dabeaa3fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12188 | 2024.11.14 00:29:05.770791 [ 261 ] {fded61e1-6443-4f84-83be-d4dabeaa3fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12189 | 2024.11.14 00:29:05.771424 [ 261 ] {fded61e1-6443-4f84-83be-d4dabeaa3fc3} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12190 | 2024.11.14 00:29:05.771465 [ 261 ] {fded61e1-6443-4f84-83be-d4dabeaa3fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12191 | 2024.11.14 00:29:05.771824 [ 261 ] {fded61e1-6443-4f84-83be-d4dabeaa3fc3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12192 | 2024.11.14 00:29:05.772073 [ 261 ] {fded61e1-6443-4f84-83be-d4dabeaa3fc3} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12193 | 2024.11.14 00:29:05.772318 [ 261 ] {fded61e1-6443-4f84-83be-d4dabeaa3fc3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 611.65 KiB/sec. | ||
| 12194 | 2024.11.14 00:29:05.772496 [ 261 ] {fded61e1-6443-4f84-83be-d4dabeaa3fc3} <Debug> TCPHandler: Processed in 0.002059709 sec. | ||
| 12195 | 2024.11.14 00:29:05.772732 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12196 | 2024.11.14 00:29:05.772874 [ 263 ] {a939c278-c15d-4b3d-a051-db485818aaa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12197 | 2024.11.14 00:29:05.772934 [ 263 ] {a939c278-c15d-4b3d-a051-db485818aaa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12198 | 2024.11.14 00:29:05.773569 [ 263 ] {a939c278-c15d-4b3d-a051-db485818aaa3} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12199 | 2024.11.14 00:29:05.773609 [ 263 ] {a939c278-c15d-4b3d-a051-db485818aaa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12200 | 2024.11.14 00:29:05.773970 [ 263 ] {a939c278-c15d-4b3d-a051-db485818aaa3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12201 | 2024.11.14 00:29:05.774211 [ 263 ] {a939c278-c15d-4b3d-a051-db485818aaa3} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12202 | 2024.11.14 00:29:05.774430 [ 263 ] {a939c278-c15d-4b3d-a051-db485818aaa3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00158 sec., 8227.848101265823 rows/sec., 513.00 KiB/sec. | ||
| 12203 | 2024.11.14 00:29:05.774630 [ 263 ] {a939c278-c15d-4b3d-a051-db485818aaa3} <Debug> TCPHandler: Processed in 0.002033298 sec. | ||
| 12204 | 2024.11.14 00:29:05.774858 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12205 | 2024.11.14 00:29:05.775002 [ 261 ] {6429e5b6-e79b-4bea-b748-d7e5e30a8e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12206 | 2024.11.14 00:29:05.775059 [ 261 ] {6429e5b6-e79b-4bea-b748-d7e5e30a8e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12207 | 2024.11.14 00:29:05.775789 [ 261 ] {6429e5b6-e79b-4bea-b748-d7e5e30a8e3f} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12208 | 2024.11.14 00:29:05.775828 [ 261 ] {6429e5b6-e79b-4bea-b748-d7e5e30a8e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12209 | 2024.11.14 00:29:05.776219 [ 261 ] {6429e5b6-e79b-4bea-b748-d7e5e30a8e3f} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12210 | 2024.11.14 00:29:05.776454 [ 261 ] {6429e5b6-e79b-4bea-b748-d7e5e30a8e3f} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12211 | 2024.11.14 00:29:05.776658 [ 261 ] {6429e5b6-e79b-4bea-b748-d7e5e30a8e3f} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001685 sec., 249851.63204747773 rows/sec., 17.85 MiB/sec. | ||
| 12212 | 2024.11.14 00:29:05.776709 [ 261 ] {6429e5b6-e79b-4bea-b748-d7e5e30a8e3f} <Debug> TCPHandler: Processed in 0.001970047 sec. | ||
| 12213 | 2024.11.14 00:29:05.776857 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12214 | 2024.11.14 00:29:05.776995 [ 263 ] {3930a187-a477-47a0-a232-68815eba3a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12215 | 2024.11.14 00:29:05.777062 [ 263 ] {3930a187-a477-47a0-a232-68815eba3a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12216 | 2024.11.14 00:29:05.777575 [ 263 ] {3930a187-a477-47a0-a232-68815eba3a0e} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12217 | 2024.11.14 00:29:05.777613 [ 263 ] {3930a187-a477-47a0-a232-68815eba3a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12218 | 2024.11.14 00:29:05.777985 [ 263 ] {3930a187-a477-47a0-a232-68815eba3a0e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12219 | 2024.11.14 00:29:05.778228 [ 263 ] {3930a187-a477-47a0-a232-68815eba3a0e} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12220 | 2024.11.14 00:29:05.778444 [ 263 ] {3930a187-a477-47a0-a232-68815eba3a0e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec. | ||
| 12221 | 2024.11.14 00:29:05.778572 [ 263 ] {3930a187-a477-47a0-a232-68815eba3a0e} <Debug> TCPHandler: Processed in 0.001777116 sec. | ||
| 12222 | 2024.11.14 00:29:05.778803 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12223 | 2024.11.14 00:29:05.779056 [ 261 ] {65c329c1-ee3f-4444-8eec-da3e6583fc52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12224 | 2024.11.14 00:29:05.779119 [ 261 ] {65c329c1-ee3f-4444-8eec-da3e6583fc52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12225 | 2024.11.14 00:29:05.779713 [ 261 ] {65c329c1-ee3f-4444-8eec-da3e6583fc52} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12226 | 2024.11.14 00:29:05.779753 [ 261 ] {65c329c1-ee3f-4444-8eec-da3e6583fc52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12227 | 2024.11.14 00:29:05.780149 [ 261 ] {65c329c1-ee3f-4444-8eec-da3e6583fc52} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12228 | 2024.11.14 00:29:05.780390 [ 261 ] {65c329c1-ee3f-4444-8eec-da3e6583fc52} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12229 | 2024.11.14 00:29:05.780610 [ 261 ] {65c329c1-ee3f-4444-8eec-da3e6583fc52} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001611 sec., 147113.59404096834 rows/sec., 9.86 MiB/sec. | ||
| 12230 | 2024.11.14 00:29:05.780661 [ 261 ] {65c329c1-ee3f-4444-8eec-da3e6583fc52} <Debug> TCPHandler: Processed in 0.002012218 sec. | ||
| 12231 | 2024.11.14 00:29:05.780816 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12232 | 2024.11.14 00:29:05.780951 [ 263 ] {007694f2-ab22-46d4-8b52-8ae885955984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12233 | 2024.11.14 00:29:05.781013 [ 263 ] {007694f2-ab22-46d4-8b52-8ae885955984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12234 | 2024.11.14 00:29:05.781514 [ 263 ] {007694f2-ab22-46d4-8b52-8ae885955984} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12235 | 2024.11.14 00:29:05.781555 [ 263 ] {007694f2-ab22-46d4-8b52-8ae885955984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12236 | 2024.11.14 00:29:05.781925 [ 263 ] {007694f2-ab22-46d4-8b52-8ae885955984} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12237 | 2024.11.14 00:29:05.782173 [ 263 ] {007694f2-ab22-46d4-8b52-8ae885955984} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12238 | 2024.11.14 00:29:05.782430 [ 263 ] {007694f2-ab22-46d4-8b52-8ae885955984} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec. | ||
| 12239 | 2024.11.14 00:29:05.782549 [ 263 ] {007694f2-ab22-46d4-8b52-8ae885955984} <Debug> TCPHandler: Processed in 0.001797496 sec. | ||
| 12240 | 2024.11.14 00:29:05.782782 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12241 | 2024.11.14 00:29:05.782942 [ 261 ] {ca26f47d-b47f-49ff-aad2-e6afedcd6e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12242 | 2024.11.14 00:29:05.783035 [ 261 ] {ca26f47d-b47f-49ff-aad2-e6afedcd6e6e} <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 | ||
| 12243 | 2024.11.14 00:29:05.784215 [ 261 ] {ca26f47d-b47f-49ff-aad2-e6afedcd6e6e} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12244 | 2024.11.14 00:29:05.784255 [ 261 ] {ca26f47d-b47f-49ff-aad2-e6afedcd6e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12245 | 2024.11.14 00:29:05.784936 [ 261 ] {ca26f47d-b47f-49ff-aad2-e6afedcd6e6e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12246 | 2024.11.14 00:29:05.785203 [ 261 ] {ca26f47d-b47f-49ff-aad2-e6afedcd6e6e} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12247 | 2024.11.14 00:29:05.785497 [ 261 ] {ca26f47d-b47f-49ff-aad2-e6afedcd6e6e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002575 sec., 15145.631067961165 rows/sec., 27.14 MiB/sec. | ||
| 12248 | 2024.11.14 00:29:05.786118 [ 261 ] {ca26f47d-b47f-49ff-aad2-e6afedcd6e6e} <Debug> TCPHandler: Processed in 0.003469689 sec. | ||
| 12249 | 2024.11.14 00:29:05.786327 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12250 | 2024.11.14 00:29:05.786462 [ 263 ] {b5278297-19dc-41de-b44e-89f148988286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12251 | 2024.11.14 00:29:05.786523 [ 263 ] {b5278297-19dc-41de-b44e-89f148988286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12252 | 2024.11.14 00:29:05.787099 [ 263 ] {b5278297-19dc-41de-b44e-89f148988286} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12253 | 2024.11.14 00:29:05.787147 [ 263 ] {b5278297-19dc-41de-b44e-89f148988286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12254 | 2024.11.14 00:29:05.787537 [ 263 ] {b5278297-19dc-41de-b44e-89f148988286} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12255 | 2024.11.14 00:29:05.787777 [ 263 ] {b5278297-19dc-41de-b44e-89f148988286} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12256 | 2024.11.14 00:29:05.787998 [ 263 ] {b5278297-19dc-41de-b44e-89f148988286} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001564 sec., 52429.66751918158 rows/sec., 3.33 MiB/sec. | ||
| 12257 | 2024.11.14 00:29:05.788063 [ 263 ] {b5278297-19dc-41de-b44e-89f148988286} <Debug> TCPHandler: Processed in 0.001846616 sec. | ||
| 12258 | 2024.11.14 00:29:09.394457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1752 | ||
| 12259 | 2024.11.14 00:29:09.397913 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12260 | 2024.11.14 00:29:09.397953 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12261 | 2024.11.14 00:29:09.399439 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12262 | 2024.11.14 00:29:09.399762 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12263 | 2024.11.14 00:29:09.399972 [ 23 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12264 | 2024.11.14 00:29:09.400046 [ 23 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12265 | 2024.11.14 00:29:09.400094 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12266 | 2024.11.14 00:29:09.400525 [ 196 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12267 | 2024.11.14 00:29:09.400985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1752 | ||
| 12268 | 2024.11.14 00:29:09.401529 [ 196 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12269 | 2024.11.14 00:29:09.401711 [ 196 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1612 rows starting from the beginning of the part | ||
| 12270 | 2024.11.14 00:29:09.402402 [ 196 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 30 rows starting from the beginning of the part | ||
| 12271 | 2024.11.14 00:29:09.403108 [ 196 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part | ||
| 12272 | 2024.11.14 00:29:09.403687 [ 196 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 20 rows starting from the beginning of the part | ||
| 12273 | 2024.11.14 00:29:09.404362 [ 196 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part | ||
| 12274 | 2024.11.14 00:29:09.405139 [ 196 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 30 rows starting from the beginning of the part | ||
| 12275 | 2024.11.14 00:29:09.413400 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1752 rows, containing 72 columns (72 merged, 0 gathered) in 0.013145635 sec., 133276.17874678553 rows/sec., 102.36 MiB/sec. | ||
| 12276 | 2024.11.14 00:29:09.415787 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12277 | 2024.11.14 00:29:09.416611 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12278 | 2024.11.14 00:29:09.416709 [ 189 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_61_12} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12279 | 2024.11.14 00:29:09.417039 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 12280 | 2024.11.14 00:29:10.755602 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12281 | 2024.11.14 00:29:10.755816 [ 263 ] {4173fbe0-1d35-4f92-902e-d32d3cdbdc6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12282 | 2024.11.14 00:29:10.755898 [ 263 ] {4173fbe0-1d35-4f92-902e-d32d3cdbdc6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12283 | 2024.11.14 00:29:10.756735 [ 263 ] {4173fbe0-1d35-4f92-902e-d32d3cdbdc6a} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12284 | 2024.11.14 00:29:10.756781 [ 263 ] {4173fbe0-1d35-4f92-902e-d32d3cdbdc6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12285 | 2024.11.14 00:29:10.757230 [ 263 ] {4173fbe0-1d35-4f92-902e-d32d3cdbdc6a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12286 | 2024.11.14 00:29:10.757504 [ 263 ] {4173fbe0-1d35-4f92-902e-d32d3cdbdc6a} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12287 | 2024.11.14 00:29:10.757778 [ 263 ] {4173fbe0-1d35-4f92-902e-d32d3cdbdc6a} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001999 sec., 5002.501250625313 rows/sec., 407.92 KiB/sec. | ||
| 12288 | 2024.11.14 00:29:10.758114 [ 263 ] {4173fbe0-1d35-4f92-902e-d32d3cdbdc6a} <Debug> TCPHandler: Processed in 0.002633337 sec. | ||
| 12289 | 2024.11.14 00:29:10.758490 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12290 | 2024.11.14 00:29:10.758704 [ 261 ] {7bc7e562-5a2f-43a9-aff2-c924b551fce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12291 | 2024.11.14 00:29:10.758785 [ 261 ] {7bc7e562-5a2f-43a9-aff2-c924b551fce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12292 | 2024.11.14 00:29:10.759616 [ 261 ] {7bc7e562-5a2f-43a9-aff2-c924b551fce3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12293 | 2024.11.14 00:29:10.759668 [ 261 ] {7bc7e562-5a2f-43a9-aff2-c924b551fce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12294 | 2024.11.14 00:29:10.760115 [ 261 ] {7bc7e562-5a2f-43a9-aff2-c924b551fce3} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12295 | 2024.11.14 00:29:10.760367 [ 261 ] {7bc7e562-5a2f-43a9-aff2-c924b551fce3} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12296 | 2024.11.14 00:29:10.760610 [ 261 ] {7bc7e562-5a2f-43a9-aff2-c924b551fce3} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001965 sec., 31043.256997455468 rows/sec., 2.37 MiB/sec. | ||
| 12297 | 2024.11.14 00:29:10.760668 [ 261 ] {7bc7e562-5a2f-43a9-aff2-c924b551fce3} <Debug> TCPHandler: Processed in 0.002383784 sec. | ||
| 12298 | 2024.11.14 00:29:10.760834 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12299 | 2024.11.14 00:29:10.760979 [ 263 ] {527ec11f-7ef2-48e6-a972-48a5944aba51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12300 | 2024.11.14 00:29:10.761043 [ 263 ] {527ec11f-7ef2-48e6-a972-48a5944aba51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12301 | 2024.11.14 00:29:10.761698 [ 263 ] {527ec11f-7ef2-48e6-a972-48a5944aba51} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12302 | 2024.11.14 00:29:10.761737 [ 263 ] {527ec11f-7ef2-48e6-a972-48a5944aba51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12303 | 2024.11.14 00:29:10.762153 [ 263 ] {527ec11f-7ef2-48e6-a972-48a5944aba51} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12304 | 2024.11.14 00:29:10.762409 [ 263 ] {527ec11f-7ef2-48e6-a972-48a5944aba51} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12305 | 2024.11.14 00:29:10.762595 [ 263 ] {527ec11f-7ef2-48e6-a972-48a5944aba51} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001652 sec., 6053.268765133172 rows/sec., 422.66 KiB/sec. | ||
| 12306 | 2024.11.14 00:29:10.762650 [ 263 ] {527ec11f-7ef2-48e6-a972-48a5944aba51} <Debug> TCPHandler: Processed in 0.001885656 sec. | ||
| 12307 | 2024.11.14 00:29:10.762815 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12308 | 2024.11.14 00:29:10.762953 [ 261 ] {299cbefd-31cc-43bd-a7ee-cf2650d3fbc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12309 | 2024.11.14 00:29:10.763010 [ 261 ] {299cbefd-31cc-43bd-a7ee-cf2650d3fbc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12310 | 2024.11.14 00:29:10.763673 [ 261 ] {299cbefd-31cc-43bd-a7ee-cf2650d3fbc6} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12311 | 2024.11.14 00:29:10.763714 [ 261 ] {299cbefd-31cc-43bd-a7ee-cf2650d3fbc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12312 | 2024.11.14 00:29:10.764091 [ 261 ] {299cbefd-31cc-43bd-a7ee-cf2650d3fbc6} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12313 | 2024.11.14 00:29:10.764330 [ 261 ] {299cbefd-31cc-43bd-a7ee-cf2650d3fbc6} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12314 | 2024.11.14 00:29:10.764537 [ 261 ] {299cbefd-31cc-43bd-a7ee-cf2650d3fbc6} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001615 sec., 45820.43343653251 rows/sec., 3.59 MiB/sec. | ||
| 12315 | 2024.11.14 00:29:10.764589 [ 261 ] {299cbefd-31cc-43bd-a7ee-cf2650d3fbc6} <Debug> TCPHandler: Processed in 0.001841826 sec. | ||
| 12316 | 2024.11.14 00:29:10.764746 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12317 | 2024.11.14 00:29:10.764886 [ 263 ] {d9eb4037-e934-4ed5-a927-f82196e4d0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12318 | 2024.11.14 00:29:10.764952 [ 263 ] {d9eb4037-e934-4ed5-a927-f82196e4d0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12319 | 2024.11.14 00:29:10.765590 [ 263 ] {d9eb4037-e934-4ed5-a927-f82196e4d0c9} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12320 | 2024.11.14 00:29:10.765628 [ 263 ] {d9eb4037-e934-4ed5-a927-f82196e4d0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12321 | 2024.11.14 00:29:10.766038 [ 263 ] {d9eb4037-e934-4ed5-a927-f82196e4d0c9} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12322 | 2024.11.14 00:29:10.766297 [ 263 ] {d9eb4037-e934-4ed5-a927-f82196e4d0c9} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12323 | 2024.11.14 00:29:10.766436 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12324 | 2024.11.14 00:29:10.766486 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12325 | 2024.11.14 00:29:10.766490 [ 263 ] {d9eb4037-e934-4ed5-a927-f82196e4d0c9} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001636 sec., 81295.8435207824 rows/sec., 5.66 MiB/sec. | ||
| 12326 | 2024.11.14 00:29:10.766516 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 12327 | 2024.11.14 00:29:10.766588 [ 263 ] {d9eb4037-e934-4ed5-a927-f82196e4d0c9} <Debug> TCPHandler: Processed in 0.001911927 sec. | ||
| 12328 | 2024.11.14 00:29:10.766805 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12329 | 2024.11.14 00:29:10.766829 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12330 | 2024.11.14 00:29:10.767035 [ 261 ] {e5c2baeb-77ea-4458-90dc-14fb796a31db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12331 | 2024.11.14 00:29:10.767178 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12332 | 2024.11.14 00:29:10.767190 [ 261 ] {e5c2baeb-77ea-4458-90dc-14fb796a31db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12333 | 2024.11.14 00:29:10.767282 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_111_22, total 21997 rows starting from the beginning of the part | ||
| 12334 | 2024.11.14 00:29:10.767642 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 237 rows starting from the beginning of the part | ||
| 12335 | 2024.11.14 00:29:10.768089 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part | ||
| 12336 | 2024.11.14 00:29:10.768560 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 12337 | 2024.11.14 00:29:10.768803 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 12338 | 2024.11.14 00:29:10.769153 [ 190 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 133 rows starting from the beginning of the part | ||
| 12339 | 2024.11.14 00:29:10.769928 [ 261 ] {e5c2baeb-77ea-4458-90dc-14fb796a31db} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12340 | 2024.11.14 00:29:10.769998 [ 261 ] {e5c2baeb-77ea-4458-90dc-14fb796a31db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12341 | 2024.11.14 00:29:10.770767 [ 261 ] {e5c2baeb-77ea-4458-90dc-14fb796a31db} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12342 | 2024.11.14 00:29:10.771107 [ 261 ] {e5c2baeb-77ea-4458-90dc-14fb796a31db} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12343 | 2024.11.14 00:29:10.771370 [ 36 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12344 | 2024.11.14 00:29:10.771484 [ 36 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12345 | 2024.11.14 00:29:10.771551 [ 261 ] {e5c2baeb-77ea-4458-90dc-14fb796a31db} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00457 sec., 10503.282275711159 rows/sec., 724.84 KiB/sec. | ||
| 12346 | 2024.11.14 00:29:10.771561 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12347 | 2024.11.14 00:29:10.771839 [ 261 ] {e5c2baeb-77ea-4458-90dc-14fb796a31db} <Debug> TCPHandler: Processed in 0.005147833 sec. | ||
| 12348 | 2024.11.14 00:29:10.772046 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12349 | 2024.11.14 00:29:10.772705 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12350 | 2024.11.14 00:29:10.772864 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 7010 rows starting from the beginning of the part | ||
| 12351 | 2024.11.14 00:29:10.773333 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part | ||
| 12352 | 2024.11.14 00:29:10.773745 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
| 12353 | 2024.11.14 00:29:10.774186 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 12354 | 2024.11.14 00:29:10.774596 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 12355 | 2024.11.14 00:29:10.774936 [ 197 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 48 rows starting from the beginning of the part | ||
| 12356 | 2024.11.14 00:29:10.778892 [ 187 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7342 rows, containing 4 columns (4 merged, 0 gathered) in 0.00715145 sec., 1026644.9461298059 rows/sec., 67.50 MiB/sec. | ||
| 12357 | 2024.11.14 00:29:10.779495 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12358 | 2024.11.14 00:29:10.779840 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12359 | 2024.11.14 00:29:10.779947 [ 188 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_116_23} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12360 | 2024.11.14 00:29:10.780060 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 12361 | 2024.11.14 00:29:10.780525 [ 198 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22924 rows, containing 5 columns (5 merged, 0 gathered) in 0.013895615 sec., 1649729.0692063647 rows/sec., 112.62 MiB/sec. | ||
| 12362 | 2024.11.14 00:29:10.781157 [ 188 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12363 | 2024.11.14 00:29:10.781450 [ 188 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12364 | 2024.11.14 00:29:10.781525 [ 188 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12365 | 2024.11.14 00:29:10.781616 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 12366 | 2024.11.14 00:29:15.756468 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12367 | 2024.11.14 00:29:15.756693 [ 263 ] {2266cc0f-b703-4b88-a463-5f044b182078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12368 | 2024.11.14 00:29:15.756774 [ 263 ] {2266cc0f-b703-4b88-a463-5f044b182078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12369 | 2024.11.14 00:29:15.757652 [ 263 ] {2266cc0f-b703-4b88-a463-5f044b182078} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12370 | 2024.11.14 00:29:15.757701 [ 263 ] {2266cc0f-b703-4b88-a463-5f044b182078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12371 | 2024.11.14 00:29:15.758135 [ 263 ] {2266cc0f-b703-4b88-a463-5f044b182078} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12372 | 2024.11.14 00:29:15.758399 [ 263 ] {2266cc0f-b703-4b88-a463-5f044b182078} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12373 | 2024.11.14 00:29:15.758607 [ 263 ] {2266cc0f-b703-4b88-a463-5f044b182078} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001977 sec., 28325.74607991907 rows/sec., 2.18 MiB/sec. | ||
| 12374 | 2024.11.14 00:29:15.758664 [ 263 ] {2266cc0f-b703-4b88-a463-5f044b182078} <Debug> TCPHandler: Processed in 0.002332823 sec. | ||
| 12375 | 2024.11.14 00:29:15.758930 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12376 | 2024.11.14 00:29:15.759130 [ 261 ] {16e93311-0b23-4130-8023-66069014d6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12377 | 2024.11.14 00:29:15.759209 [ 261 ] {16e93311-0b23-4130-8023-66069014d6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12378 | 2024.11.14 00:29:15.759960 [ 261 ] {16e93311-0b23-4130-8023-66069014d6f4} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12379 | 2024.11.14 00:29:15.760011 [ 261 ] {16e93311-0b23-4130-8023-66069014d6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12380 | 2024.11.14 00:29:15.760471 [ 261 ] {16e93311-0b23-4130-8023-66069014d6f4} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12381 | 2024.11.14 00:29:15.760723 [ 261 ] {16e93311-0b23-4130-8023-66069014d6f4} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12382 | 2024.11.14 00:29:15.760968 [ 261 ] {16e93311-0b23-4130-8023-66069014d6f4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001891 sec., 33844.52670544685 rows/sec., 2.64 MiB/sec. | ||
| 12383 | 2024.11.14 00:29:15.761027 [ 261 ] {16e93311-0b23-4130-8023-66069014d6f4} <Debug> TCPHandler: Processed in 0.002233972 sec. | ||
| 12384 | 2024.11.14 00:29:15.761200 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12385 | 2024.11.14 00:29:15.761342 [ 263 ] {1465d812-ba3e-4ce1-96a1-bd2e269cf833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12386 | 2024.11.14 00:29:15.761406 [ 263 ] {1465d812-ba3e-4ce1-96a1-bd2e269cf833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12387 | 2024.11.14 00:29:15.762010 [ 263 ] {1465d812-ba3e-4ce1-96a1-bd2e269cf833} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12388 | 2024.11.14 00:29:15.762048 [ 263 ] {1465d812-ba3e-4ce1-96a1-bd2e269cf833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12389 | 2024.11.14 00:29:15.762451 [ 263 ] {1465d812-ba3e-4ce1-96a1-bd2e269cf833} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12390 | 2024.11.14 00:29:15.762706 [ 263 ] {1465d812-ba3e-4ce1-96a1-bd2e269cf833} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12391 | 2024.11.14 00:29:15.762889 [ 263 ] {1465d812-ba3e-4ce1-96a1-bd2e269cf833} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
| 12392 | 2024.11.14 00:29:15.762916 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12393 | 2024.11.14 00:29:15.762951 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12394 | 2024.11.14 00:29:15.762960 [ 263 ] {1465d812-ba3e-4ce1-96a1-bd2e269cf833} <Debug> TCPHandler: Processed in 0.001824666 sec. | ||
| 12395 | 2024.11.14 00:29:15.763141 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12396 | 2024.11.14 00:29:15.763300 [ 261 ] {231d118d-0925-4f17-b268-2e1307b76b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12397 | 2024.11.14 00:29:15.763379 [ 261 ] {231d118d-0925-4f17-b268-2e1307b76b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12398 | 2024.11.14 00:29:15.764600 [ 261 ] {231d118d-0925-4f17-b268-2e1307b76b4e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12399 | 2024.11.14 00:29:15.764642 [ 261 ] {231d118d-0925-4f17-b268-2e1307b76b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12400 | 2024.11.14 00:29:15.765425 [ 261 ] {231d118d-0925-4f17-b268-2e1307b76b4e} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12401 | 2024.11.14 00:29:15.765879 [ 261 ] {231d118d-0925-4f17-b268-2e1307b76b4e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12402 | 2024.11.14 00:29:15.766194 [ 261 ] {231d118d-0925-4f17-b268-2e1307b76b4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00295 sec., 20338.98305084746 rows/sec., 1.37 MiB/sec. | ||
| 12403 | 2024.11.14 00:29:15.766203 [ 219 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12404 | 2024.11.14 00:29:15.766271 [ 219 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12405 | 2024.11.14 00:29:15.766435 [ 261 ] {231d118d-0925-4f17-b268-2e1307b76b4e} <Debug> TCPHandler: Processed in 0.003358298 sec. | ||
| 12406 | 2024.11.14 00:29:15.767260 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12407 | 2024.11.14 00:29:15.769347 [ 219 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12408 | 2024.11.14 00:29:17.260910 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52382, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12409 | 2024.11.14 00:29:17.513463 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62436, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12410 | 2024.11.14 00:29:17.632906 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48149, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12411 | 2024.11.14 00:29:17.661232 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12412 | 2024.11.14 00:29:17.748526 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46778, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12413 | 2024.11.14 00:29:17.759850 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12414 | 2024.11.14 00:29:17.763130 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12415 | 2024.11.14 00:29:17.764406 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12416 | 2024.11.14 00:29:18.987042 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12417 | 2024.11.14 00:29:18.987112 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12418 | 2024.11.14 00:29:19.401303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1772 | ||
| 12419 | 2024.11.14 00:29:19.404212 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12420 | 2024.11.14 00:29:19.404271 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12421 | 2024.11.14 00:29:19.405830 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12422 | 2024.11.14 00:29:19.406167 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12423 | 2024.11.14 00:29:19.406825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1772 | ||
| 12424 | 2024.11.14 00:29:20.238484 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57668, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12425 | 2024.11.14 00:29:20.761668 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12426 | 2024.11.14 00:29:20.761863 [ 263 ] {ff09ed93-3b19-4628-b42c-42c0da1719ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12427 | 2024.11.14 00:29:20.761937 [ 263 ] {ff09ed93-3b19-4628-b42c-42c0da1719ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12428 | 2024.11.14 00:29:20.762826 [ 263 ] {ff09ed93-3b19-4628-b42c-42c0da1719ae} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12429 | 2024.11.14 00:29:20.762866 [ 263 ] {ff09ed93-3b19-4628-b42c-42c0da1719ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12430 | 2024.11.14 00:29:20.763423 [ 263 ] {ff09ed93-3b19-4628-b42c-42c0da1719ae} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12431 | 2024.11.14 00:29:20.763681 [ 263 ] {ff09ed93-3b19-4628-b42c-42c0da1719ae} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12432 | 2024.11.14 00:29:20.763900 [ 263 ] {ff09ed93-3b19-4628-b42c-42c0da1719ae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002049 sec., 6832.601268911664 rows/sec., 491.86 KiB/sec. | ||
| 12433 | 2024.11.14 00:29:20.763970 [ 263 ] {ff09ed93-3b19-4628-b42c-42c0da1719ae} <Debug> TCPHandler: Processed in 0.002400074 sec. | ||
| 12434 | 2024.11.14 00:29:20.764246 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12435 | 2024.11.14 00:29:20.764435 [ 261 ] {5b692b93-b3da-4646-bbe9-902f2f1beb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12436 | 2024.11.14 00:29:20.764508 [ 261 ] {5b692b93-b3da-4646-bbe9-902f2f1beb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12437 | 2024.11.14 00:29:20.765395 [ 261 ] {5b692b93-b3da-4646-bbe9-902f2f1beb83} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12438 | 2024.11.14 00:29:20.765448 [ 261 ] {5b692b93-b3da-4646-bbe9-902f2f1beb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12439 | 2024.11.14 00:29:20.765935 [ 261 ] {5b692b93-b3da-4646-bbe9-902f2f1beb83} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12440 | 2024.11.14 00:29:20.766187 [ 261 ] {5b692b93-b3da-4646-bbe9-902f2f1beb83} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12441 | 2024.11.14 00:29:20.766399 [ 153 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12442 | 2024.11.14 00:29:20.766456 [ 261 ] {5b692b93-b3da-4646-bbe9-902f2f1beb83} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002066 sec., 136011.6166505324 rows/sec., 12.02 MiB/sec. | ||
| 12443 | 2024.11.14 00:29:20.766485 [ 153 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12444 | 2024.11.14 00:29:20.766563 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12445 | 2024.11.14 00:29:20.766577 [ 261 ] {5b692b93-b3da-4646-bbe9-902f2f1beb83} <Debug> TCPHandler: Processed in 0.002475955 sec. | ||
| 12446 | 2024.11.14 00:29:20.766853 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12447 | 2024.11.14 00:29:20.766892 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12448 | 2024.11.14 00:29:20.767151 [ 263 ] {73d43eec-4a2b-4de4-8821-08815861118d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12449 | 2024.11.14 00:29:20.767303 [ 263 ] {73d43eec-4a2b-4de4-8821-08815861118d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12450 | 2024.11.14 00:29:20.767336 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12451 | 2024.11.14 00:29:20.767460 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1431 rows starting from the beginning of the part | ||
| 12452 | 2024.11.14 00:29:20.768036 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part | ||
| 12453 | 2024.11.14 00:29:20.768668 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 281 rows starting from the beginning of the part | ||
| 12454 | 2024.11.14 00:29:20.769205 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 61 rows starting from the beginning of the part | ||
| 12455 | 2024.11.14 00:29:20.769713 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 12456 | 2024.11.14 00:29:20.770064 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 281 rows starting from the beginning of the part | ||
| 12457 | 2024.11.14 00:29:20.771056 [ 263 ] {73d43eec-4a2b-4de4-8821-08815861118d} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12458 | 2024.11.14 00:29:20.771098 [ 263 ] {73d43eec-4a2b-4de4-8821-08815861118d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12459 | 2024.11.14 00:29:20.771635 [ 263 ] {73d43eec-4a2b-4de4-8821-08815861118d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12460 | 2024.11.14 00:29:20.771934 [ 263 ] {73d43eec-4a2b-4de4-8821-08815861118d} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12461 | 2024.11.14 00:29:20.772274 [ 263 ] {73d43eec-4a2b-4de4-8821-08815861118d} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005225 sec., 8803.827751196173 rows/sec., 648.55 KiB/sec. | ||
| 12462 | 2024.11.14 00:29:20.772404 [ 263 ] {73d43eec-4a2b-4de4-8821-08815861118d} <Debug> TCPHandler: Processed in 0.00570167 sec. | ||
| 12463 | 2024.11.14 00:29:20.772419 [ 188 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2166 rows, containing 5 columns (5 merged, 0 gathered) in 0.005743991 sec., 377089.72733418277 rows/sec., 33.26 MiB/sec. | ||
| 12464 | 2024.11.14 00:29:20.772620 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12465 | 2024.11.14 00:29:20.772765 [ 198 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12466 | 2024.11.14 00:29:20.772804 [ 261 ] {24414d73-f6cf-4bc5-b86a-3e0192c605cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12467 | 2024.11.14 00:29:20.772927 [ 261 ] {24414d73-f6cf-4bc5-b86a-3e0192c605cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12468 | 2024.11.14 00:29:20.773384 [ 198 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12469 | 2024.11.14 00:29:20.773644 [ 198 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_121_24} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12470 | 2024.11.14 00:29:20.773825 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 12471 | 2024.11.14 00:29:20.774094 [ 261 ] {24414d73-f6cf-4bc5-b86a-3e0192c605cc} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12472 | 2024.11.14 00:29:20.774139 [ 261 ] {24414d73-f6cf-4bc5-b86a-3e0192c605cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12473 | 2024.11.14 00:29:20.774502 [ 261 ] {24414d73-f6cf-4bc5-b86a-3e0192c605cc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12474 | 2024.11.14 00:29:20.774740 [ 261 ] {24414d73-f6cf-4bc5-b86a-3e0192c605cc} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12475 | 2024.11.14 00:29:20.774969 [ 261 ] {24414d73-f6cf-4bc5-b86a-3e0192c605cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002213 sec., 6326.253953908721 rows/sec., 443.05 KiB/sec. | ||
| 12476 | 2024.11.14 00:29:20.775047 [ 261 ] {24414d73-f6cf-4bc5-b86a-3e0192c605cc} <Debug> TCPHandler: Processed in 0.002501425 sec. | ||
| 12477 | 2024.11.14 00:29:20.775241 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12478 | 2024.11.14 00:29:20.775378 [ 263 ] {5982d047-b29e-4891-ae85-d96c958e68f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12479 | 2024.11.14 00:29:20.775436 [ 263 ] {5982d047-b29e-4891-ae85-d96c958e68f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12480 | 2024.11.14 00:29:20.776070 [ 263 ] {5982d047-b29e-4891-ae85-d96c958e68f3} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12481 | 2024.11.14 00:29:20.776111 [ 263 ] {5982d047-b29e-4891-ae85-d96c958e68f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12482 | 2024.11.14 00:29:20.776463 [ 263 ] {5982d047-b29e-4891-ae85-d96c958e68f3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12483 | 2024.11.14 00:29:20.776733 [ 263 ] {5982d047-b29e-4891-ae85-d96c958e68f3} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12484 | 2024.11.14 00:29:20.776947 [ 263 ] {5982d047-b29e-4891-ae85-d96c958e68f3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0016 sec., 8125 rows/sec., 506.59 KiB/sec. | ||
| 12485 | 2024.11.14 00:29:20.776999 [ 263 ] {5982d047-b29e-4891-ae85-d96c958e68f3} <Debug> TCPHandler: Processed in 0.001852646 sec. | ||
| 12486 | 2024.11.14 00:29:20.777164 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12487 | 2024.11.14 00:29:20.777300 [ 261 ] {96a2c57b-2a8d-42f9-a5dc-fc048e5fecc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12488 | 2024.11.14 00:29:20.777358 [ 261 ] {96a2c57b-2a8d-42f9-a5dc-fc048e5fecc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12489 | 2024.11.14 00:29:20.778146 [ 261 ] {96a2c57b-2a8d-42f9-a5dc-fc048e5fecc6} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12490 | 2024.11.14 00:29:20.778186 [ 261 ] {96a2c57b-2a8d-42f9-a5dc-fc048e5fecc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12491 | 2024.11.14 00:29:20.778577 [ 261 ] {96a2c57b-2a8d-42f9-a5dc-fc048e5fecc6} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12492 | 2024.11.14 00:29:20.778821 [ 261 ] {96a2c57b-2a8d-42f9-a5dc-fc048e5fecc6} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12493 | 2024.11.14 00:29:20.778986 [ 153 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12494 | 2024.11.14 00:29:20.779043 [ 153 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12495 | 2024.11.14 00:29:20.779054 [ 261 ] {96a2c57b-2a8d-42f9-a5dc-fc048e5fecc6} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001774 sec., 237316.79819616687 rows/sec., 16.96 MiB/sec. | ||
| 12496 | 2024.11.14 00:29:20.779082 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12497 | 2024.11.14 00:29:20.779184 [ 261 ] {96a2c57b-2a8d-42f9-a5dc-fc048e5fecc6} <Debug> TCPHandler: Processed in 0.002083289 sec. | ||
| 12498 | 2024.11.14 00:29:20.779463 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12499 | 2024.11.14 00:29:20.779510 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12500 | 2024.11.14 00:29:20.780009 [ 263 ] {0a5bb21c-dafb-4db4-8427-60758413d5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12501 | 2024.11.14 00:29:20.780032 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12502 | 2024.11.14 00:29:20.780154 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 913 rows starting from the beginning of the part | ||
| 12503 | 2024.11.14 00:29:20.780264 [ 263 ] {0a5bb21c-dafb-4db4-8427-60758413d5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12504 | 2024.11.14 00:29:20.781227 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part | ||
| 12505 | 2024.11.14 00:29:20.782050 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 421 rows starting from the beginning of the part | ||
| 12506 | 2024.11.14 00:29:20.782963 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 74 rows starting from the beginning of the part | ||
| 12507 | 2024.11.14 00:29:20.783529 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 12508 | 2024.11.14 00:29:20.784259 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 421 rows starting from the beginning of the part | ||
| 12509 | 2024.11.14 00:29:20.784888 [ 263 ] {0a5bb21c-dafb-4db4-8427-60758413d5d8} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12510 | 2024.11.14 00:29:20.784939 [ 263 ] {0a5bb21c-dafb-4db4-8427-60758413d5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12511 | 2024.11.14 00:29:20.785844 [ 263 ] {0a5bb21c-dafb-4db4-8427-60758413d5d8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12512 | 2024.11.14 00:29:20.786417 [ 263 ] {0a5bb21c-dafb-4db4-8427-60758413d5d8} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12513 | 2024.11.14 00:29:20.786903 [ 263 ] {0a5bb21c-dafb-4db4-8427-60758413d5d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.007062 sec., 849.6176720475786 rows/sec., 44.39 KiB/sec. | ||
| 12514 | 2024.11.14 00:29:20.787311 [ 263 ] {0a5bb21c-dafb-4db4-8427-60758413d5d8} <Debug> TCPHandler: Processed in 0.007981842 sec. | ||
| 12515 | 2024.11.14 00:29:20.787625 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12516 | 2024.11.14 00:29:20.788026 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.008793004 sec., 222563.30146102514 rows/sec., 17.04 MiB/sec. | ||
| 12517 | 2024.11.14 00:29:20.788034 [ 261 ] {7aa96e4b-db2b-42e7-ac4f-2adb86533ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12518 | 2024.11.14 00:29:20.788128 [ 261 ] {7aa96e4b-db2b-42e7-ac4f-2adb86533ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12519 | 2024.11.14 00:29:20.788266 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12520 | 2024.11.14 00:29:20.788887 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12521 | 2024.11.14 00:29:20.789101 [ 194 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_121_24} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12522 | 2024.11.14 00:29:20.789267 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 12523 | 2024.11.14 00:29:20.789435 [ 261 ] {7aa96e4b-db2b-42e7-ac4f-2adb86533ea1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12524 | 2024.11.14 00:29:20.789480 [ 261 ] {7aa96e4b-db2b-42e7-ac4f-2adb86533ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12525 | 2024.11.14 00:29:20.789888 [ 261 ] {7aa96e4b-db2b-42e7-ac4f-2adb86533ea1} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12526 | 2024.11.14 00:29:20.790153 [ 261 ] {7aa96e4b-db2b-42e7-ac4f-2adb86533ea1} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12527 | 2024.11.14 00:29:20.790378 [ 261 ] {7aa96e4b-db2b-42e7-ac4f-2adb86533ea1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002418 sec., 98014.88833746898 rows/sec., 6.57 MiB/sec. | ||
| 12528 | 2024.11.14 00:29:20.790434 [ 261 ] {7aa96e4b-db2b-42e7-ac4f-2adb86533ea1} <Debug> TCPHandler: Processed in 0.002996723 sec. | ||
| 12529 | 2024.11.14 00:29:20.790600 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12530 | 2024.11.14 00:29:20.790739 [ 263 ] {b6731549-41a4-4c84-a33d-ee40c31eb8ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12531 | 2024.11.14 00:29:20.790801 [ 263 ] {b6731549-41a4-4c84-a33d-ee40c31eb8ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12532 | 2024.11.14 00:29:20.791363 [ 263 ] {b6731549-41a4-4c84-a33d-ee40c31eb8ea} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12533 | 2024.11.14 00:29:20.791410 [ 263 ] {b6731549-41a4-4c84-a33d-ee40c31eb8ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12534 | 2024.11.14 00:29:20.791841 [ 263 ] {b6731549-41a4-4c84-a33d-ee40c31eb8ea} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12535 | 2024.11.14 00:29:20.792094 [ 263 ] {b6731549-41a4-4c84-a33d-ee40c31eb8ea} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12536 | 2024.11.14 00:29:20.792350 [ 263 ] {b6731549-41a4-4c84-a33d-ee40c31eb8ea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00163 sec., 613.4969325153374 rows/sec., 41.34 KiB/sec. | ||
| 12537 | 2024.11.14 00:29:20.792472 [ 263 ] {b6731549-41a4-4c84-a33d-ee40c31eb8ea} <Debug> TCPHandler: Processed in 0.001935247 sec. | ||
| 12538 | 2024.11.14 00:29:20.792671 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12539 | 2024.11.14 00:29:20.792791 [ 261 ] {5b14d67f-8a7e-4a5d-9984-167688aa10f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12540 | 2024.11.14 00:29:20.792867 [ 261 ] {5b14d67f-8a7e-4a5d-9984-167688aa10f1} <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 | ||
| 12541 | 2024.11.14 00:29:20.794071 [ 261 ] {5b14d67f-8a7e-4a5d-9984-167688aa10f1} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12542 | 2024.11.14 00:29:20.794112 [ 261 ] {5b14d67f-8a7e-4a5d-9984-167688aa10f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12543 | 2024.11.14 00:29:20.794805 [ 261 ] {5b14d67f-8a7e-4a5d-9984-167688aa10f1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12544 | 2024.11.14 00:29:20.795065 [ 261 ] {5b14d67f-8a7e-4a5d-9984-167688aa10f1} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12545 | 2024.11.14 00:29:20.795256 [ 153 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
| 12546 | 2024.11.14 00:29:20.795319 [ 153 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12547 | 2024.11.14 00:29:20.795352 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12548 | 2024.11.14 00:29:20.795358 [ 261 ] {5b14d67f-8a7e-4a5d-9984-167688aa10f1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002583 sec., 15098.722415795588 rows/sec., 27.06 MiB/sec. | ||
| 12549 | 2024.11.14 00:29:20.795655 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
| 12550 | 2024.11.14 00:29:20.795755 [ 261 ] {5b14d67f-8a7e-4a5d-9984-167688aa10f1} <Debug> TCPHandler: Processed in 0.003178074 sec. | ||
| 12551 | 2024.11.14 00:29:20.795967 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12552 | 2024.11.14 00:29:20.796136 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12553 | 2024.11.14 00:29:20.796156 [ 263 ] {115b697e-0c02-49d2-b16f-728a449e53bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12554 | 2024.11.14 00:29:20.796227 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 1381 rows starting from the beginning of the part | ||
| 12555 | 2024.11.14 00:29:20.796233 [ 263 ] {115b697e-0c02-49d2-b16f-728a449e53bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12556 | 2024.11.14 00:29:20.796998 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part | ||
| 12557 | 2024.11.14 00:29:20.797589 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part | ||
| 12558 | 2024.11.14 00:29:20.798178 [ 263 ] {115b697e-0c02-49d2-b16f-728a449e53bf} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12559 | 2024.11.14 00:29:20.798189 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part | ||
| 12560 | 2024.11.14 00:29:20.798228 [ 263 ] {115b697e-0c02-49d2-b16f-728a449e53bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 12561 | 2024.11.14 00:29:20.798708 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part | ||
| 12562 | 2024.11.14 00:29:20.799253 [ 188 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part | ||
| 12563 | 2024.11.14 00:29:20.799340 [ 263 ] {115b697e-0c02-49d2-b16f-728a449e53bf} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12564 | 2024.11.14 00:29:20.799977 [ 263 ] {115b697e-0c02-49d2-b16f-728a449e53bf} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12565 | 2024.11.14 00:29:20.800296 [ 263 ] {115b697e-0c02-49d2-b16f-728a449e53bf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004185 sec., 19593.787335722816 rows/sec., 1.24 MiB/sec. | ||
| 12566 | 2024.11.14 00:29:20.800394 [ 263 ] {115b697e-0c02-49d2-b16f-728a449e53bf} <Debug> TCPHandler: Processed in 0.004537254 sec. | ||
| 12567 | 2024.11.14 00:29:20.804976 [ 201 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 19 columns (19 merged, 0 gathered) in 0.009544104 sec., 165128.12517550105 rows/sec., 295.90 MiB/sec. | ||
| 12568 | 2024.11.14 00:29:20.806282 [ 200 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
| 12569 | 2024.11.14 00:29:20.806674 [ 200 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12570 | 2024.11.14 00:29:20.806754 [ 200 ] {221b2e8c-4249-4c41-ac31-6169b7c2f9f7::all_1_44_9} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
| 12571 | 2024.11.14 00:29:20.806858 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.80 MiB. | ||
| 12572 | 2024.11.14 00:29:20.937924 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12573 | 2024.11.14 00:29:20.962463 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12574 | 2024.11.14 00:29:21.091293 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12575 | 2024.11.14 00:29:21.094136 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12576 | 2024.11.14 00:29:21.107632 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12577 | 2024.11.14 00:29:21.144207 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55334, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12578 | 2024.11.14 00:29:21.177707 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12579 | 2024.11.14 00:29:21.177942 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12580 | 2024.11.14 00:29:21.853478 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12581 | 2024.11.14 00:29:21.925257 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63944, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12582 | 2024.11.14 00:29:21.926102 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37828, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12583 | 2024.11.14 00:29:21.944519 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59158, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12584 | 2024.11.14 00:29:21.962740 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12585 | 2024.11.14 00:29:21.968008 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64204, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12586 | 2024.11.14 00:29:21.992588 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12587 | 2024.11.14 00:29:21.997843 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12588 | 2024.11.14 00:29:22.407503 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12589 | 2024.11.14 00:29:22.436938 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55432, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12590 | 2024.11.14 00:29:22.610955 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12591 | 2024.11.14 00:29:22.624264 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59697, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12592 | 2024.11.14 00:29:22.689245 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12593 | 2024.11.14 00:29:22.714568 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12594 | 2024.11.14 00:29:22.719060 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12595 | 2024.11.14 00:29:25.067275 [ 222 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12596 | 2024.11.14 00:29:25.067347 [ 222 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12597 | 2024.11.14 00:29:25.069422 [ 222 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12598 | 2024.11.14 00:29:25.754126 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12599 | 2024.11.14 00:29:25.754345 [ 263 ] {caa12dd4-0d13-4d76-9b5f-c49ca7bc6b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12600 | 2024.11.14 00:29:25.754428 [ 263 ] {caa12dd4-0d13-4d76-9b5f-c49ca7bc6b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12601 | 2024.11.14 00:29:25.755278 [ 263 ] {caa12dd4-0d13-4d76-9b5f-c49ca7bc6b3b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12602 | 2024.11.14 00:29:25.755331 [ 263 ] {caa12dd4-0d13-4d76-9b5f-c49ca7bc6b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12603 | 2024.11.14 00:29:25.755766 [ 263 ] {caa12dd4-0d13-4d76-9b5f-c49ca7bc6b3b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12604 | 2024.11.14 00:29:25.756024 [ 263 ] {caa12dd4-0d13-4d76-9b5f-c49ca7bc6b3b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12605 | 2024.11.14 00:29:25.756294 [ 263 ] {caa12dd4-0d13-4d76-9b5f-c49ca7bc6b3b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002 sec., 28000 rows/sec., 2.15 MiB/sec. | ||
| 12606 | 2024.11.14 00:29:25.756382 [ 225 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12607 | 2024.11.14 00:29:25.756390 [ 263 ] {caa12dd4-0d13-4d76-9b5f-c49ca7bc6b3b} <Debug> TCPHandler: Processed in 0.002396264 sec. | ||
| 12608 | 2024.11.14 00:29:25.756453 [ 225 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12609 | 2024.11.14 00:29:25.756709 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12610 | 2024.11.14 00:29:25.756931 [ 261 ] {d7c9081e-d700-474b-a843-a933b43e6911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12611 | 2024.11.14 00:29:25.757026 [ 261 ] {d7c9081e-d700-474b-a843-a933b43e6911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12612 | 2024.11.14 00:29:25.758532 [ 261 ] {d7c9081e-d700-474b-a843-a933b43e6911} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12613 | 2024.11.14 00:29:25.758589 [ 261 ] {d7c9081e-d700-474b-a843-a933b43e6911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12614 | 2024.11.14 00:29:25.759318 [ 261 ] {d7c9081e-d700-474b-a843-a933b43e6911} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12615 | 2024.11.14 00:29:25.759729 [ 261 ] {d7c9081e-d700-474b-a843-a933b43e6911} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12616 | 2024.11.14 00:29:25.760066 [ 261 ] {d7c9081e-d700-474b-a843-a933b43e6911} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003198 sec., 20012.507817385867 rows/sec., 1.56 MiB/sec. | ||
| 12617 | 2024.11.14 00:29:25.760084 [ 225 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12618 | 2024.11.14 00:29:25.760263 [ 261 ] {d7c9081e-d700-474b-a843-a933b43e6911} <Debug> TCPHandler: Processed in 0.003678222 sec. | ||
| 12619 | 2024.11.14 00:29:25.760532 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12620 | 2024.11.14 00:29:25.760864 [ 263 ] {9aea098f-9e9f-4fdb-9bd6-f47191ff85b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12621 | 2024.11.14 00:29:25.761039 [ 263 ] {9aea098f-9e9f-4fdb-9bd6-f47191ff85b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12622 | 2024.11.14 00:29:25.761746 [ 263 ] {9aea098f-9e9f-4fdb-9bd6-f47191ff85b4} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12623 | 2024.11.14 00:29:25.761790 [ 263 ] {9aea098f-9e9f-4fdb-9bd6-f47191ff85b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12624 | 2024.11.14 00:29:25.762208 [ 263 ] {9aea098f-9e9f-4fdb-9bd6-f47191ff85b4} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12625 | 2024.11.14 00:29:25.762466 [ 263 ] {9aea098f-9e9f-4fdb-9bd6-f47191ff85b4} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12626 | 2024.11.14 00:29:25.762692 [ 263 ] {9aea098f-9e9f-4fdb-9bd6-f47191ff85b4} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001961 sec., 65272.81998980112 rows/sec., 4.55 MiB/sec. | ||
| 12627 | 2024.11.14 00:29:25.762746 [ 263 ] {9aea098f-9e9f-4fdb-9bd6-f47191ff85b4} <Debug> TCPHandler: Processed in 0.002337113 sec. | ||
| 12628 | 2024.11.14 00:29:25.762902 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12629 | 2024.11.14 00:29:25.763039 [ 261 ] {dddd46c2-11ed-4b08-9bbe-32959d9da218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12630 | 2024.11.14 00:29:25.763104 [ 261 ] {dddd46c2-11ed-4b08-9bbe-32959d9da218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12631 | 2024.11.14 00:29:25.763605 [ 261 ] {dddd46c2-11ed-4b08-9bbe-32959d9da218} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12632 | 2024.11.14 00:29:25.763642 [ 261 ] {dddd46c2-11ed-4b08-9bbe-32959d9da218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12633 | 2024.11.14 00:29:25.764463 [ 261 ] {dddd46c2-11ed-4b08-9bbe-32959d9da218} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12634 | 2024.11.14 00:29:25.764785 [ 261 ] {dddd46c2-11ed-4b08-9bbe-32959d9da218} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12635 | 2024.11.14 00:29:25.764964 [ 261 ] {dddd46c2-11ed-4b08-9bbe-32959d9da218} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00196 sec., 24489.79591836735 rows/sec., 1.65 MiB/sec. | ||
| 12636 | 2024.11.14 00:29:25.765014 [ 261 ] {dddd46c2-11ed-4b08-9bbe-32959d9da218} <Debug> TCPHandler: Processed in 0.002174101 sec. | ||
| 12637 | 2024.11.14 00:29:29.407093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1802 | ||
| 12638 | 2024.11.14 00:29:29.410239 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12639 | 2024.11.14 00:29:29.410293 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12640 | 2024.11.14 00:29:29.411790 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12641 | 2024.11.14 00:29:29.412102 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12642 | 2024.11.14 00:29:29.413488 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1802 | ||
| 12643 | 2024.11.14 00:29:30.755606 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12644 | 2024.11.14 00:29:30.755804 [ 263 ] {d1a805b1-ae1f-4ff6-87ab-267f4c46dfa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12645 | 2024.11.14 00:29:30.755883 [ 263 ] {d1a805b1-ae1f-4ff6-87ab-267f4c46dfa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12646 | 2024.11.14 00:29:30.756695 [ 263 ] {d1a805b1-ae1f-4ff6-87ab-267f4c46dfa2} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12647 | 2024.11.14 00:29:30.756745 [ 263 ] {d1a805b1-ae1f-4ff6-87ab-267f4c46dfa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12648 | 2024.11.14 00:29:30.757189 [ 263 ] {d1a805b1-ae1f-4ff6-87ab-267f4c46dfa2} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12649 | 2024.11.14 00:29:30.757459 [ 263 ] {d1a805b1-ae1f-4ff6-87ab-267f4c46dfa2} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12650 | 2024.11.14 00:29:30.757669 [ 263 ] {d1a805b1-ae1f-4ff6-87ab-267f4c46dfa2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.24 MiB/sec. | ||
| 12651 | 2024.11.14 00:29:30.757735 [ 263 ] {d1a805b1-ae1f-4ff6-87ab-267f4c46dfa2} <Debug> TCPHandler: Processed in 0.002255752 sec. | ||
| 12652 | 2024.11.14 00:29:30.757998 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12653 | 2024.11.14 00:29:30.758203 [ 261 ] {c93af1f9-5a5a-4caa-9706-2cf251f7a992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12654 | 2024.11.14 00:29:30.758284 [ 261 ] {c93af1f9-5a5a-4caa-9706-2cf251f7a992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12655 | 2024.11.14 00:29:30.759048 [ 261 ] {c93af1f9-5a5a-4caa-9706-2cf251f7a992} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12656 | 2024.11.14 00:29:30.759099 [ 261 ] {c93af1f9-5a5a-4caa-9706-2cf251f7a992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12657 | 2024.11.14 00:29:30.759542 [ 261 ] {c93af1f9-5a5a-4caa-9706-2cf251f7a992} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12658 | 2024.11.14 00:29:30.759797 [ 261 ] {c93af1f9-5a5a-4caa-9706-2cf251f7a992} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12659 | 2024.11.14 00:29:30.760039 [ 261 ] {c93af1f9-5a5a-4caa-9706-2cf251f7a992} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001888 sec., 33898.30508474576 rows/sec., 2.65 MiB/sec. | ||
| 12660 | 2024.11.14 00:29:30.760095 [ 261 ] {c93af1f9-5a5a-4caa-9706-2cf251f7a992} <Debug> TCPHandler: Processed in 0.002233002 sec. | ||
| 12661 | 2024.11.14 00:29:30.760254 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12662 | 2024.11.14 00:29:30.760404 [ 263 ] {ec2a54e0-ee24-49b6-beb8-25eea28e794e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12663 | 2024.11.14 00:29:30.760472 [ 263 ] {ec2a54e0-ee24-49b6-beb8-25eea28e794e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12664 | 2024.11.14 00:29:30.761143 [ 263 ] {ec2a54e0-ee24-49b6-beb8-25eea28e794e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12665 | 2024.11.14 00:29:30.761181 [ 263 ] {ec2a54e0-ee24-49b6-beb8-25eea28e794e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12666 | 2024.11.14 00:29:30.761612 [ 263 ] {ec2a54e0-ee24-49b6-beb8-25eea28e794e} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12667 | 2024.11.14 00:29:30.761864 [ 263 ] {ec2a54e0-ee24-49b6-beb8-25eea28e794e} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12668 | 2024.11.14 00:29:30.762049 [ 263 ] {ec2a54e0-ee24-49b6-beb8-25eea28e794e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001684 sec., 95011.87648456058 rows/sec., 6.62 MiB/sec. | ||
| 12669 | 2024.11.14 00:29:30.762106 [ 263 ] {ec2a54e0-ee24-49b6-beb8-25eea28e794e} <Debug> TCPHandler: Processed in 0.001921037 sec. | ||
| 12670 | 2024.11.14 00:29:30.762276 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12671 | 2024.11.14 00:29:30.762426 [ 261 ] {75526e19-083d-46bc-ba08-7c06be84b2fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12672 | 2024.11.14 00:29:30.762490 [ 261 ] {75526e19-083d-46bc-ba08-7c06be84b2fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12673 | 2024.11.14 00:29:30.763084 [ 261 ] {75526e19-083d-46bc-ba08-7c06be84b2fb} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12674 | 2024.11.14 00:29:30.763133 [ 261 ] {75526e19-083d-46bc-ba08-7c06be84b2fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12675 | 2024.11.14 00:29:30.763520 [ 261 ] {75526e19-083d-46bc-ba08-7c06be84b2fb} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12676 | 2024.11.14 00:29:30.763761 [ 261 ] {75526e19-083d-46bc-ba08-7c06be84b2fb} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12677 | 2024.11.14 00:29:30.763978 [ 261 ] {75526e19-083d-46bc-ba08-7c06be84b2fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001586 sec., 37831.02143757881 rows/sec., 2.55 MiB/sec. | ||
| 12678 | 2024.11.14 00:29:30.764029 [ 261 ] {75526e19-083d-46bc-ba08-7c06be84b2fb} <Debug> TCPHandler: Processed in 0.001821656 sec. | ||
| 12679 | 2024.11.14 00:29:32.493199 [ 223 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 12680 | 2024.11.14 00:29:32.493283 [ 223 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 12681 | 2024.11.14 00:29:32.494809 [ 223 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 12682 | 2024.11.14 00:29:33.987169 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12683 | 2024.11.14 00:29:33.987233 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12684 | 2024.11.14 00:29:34.792947 [ 139 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12685 | 2024.11.14 00:29:34.793040 [ 139 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12686 | 2024.11.14 00:29:34.793084 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12687 | 2024.11.14 00:29:34.793239 [ 219 ] {} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 12688 | 2024.11.14 00:29:34.793306 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 12689 | 2024.11.14 00:29:34.793313 [ 219 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 12690 | 2024.11.14 00:29:34.793551 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12691 | 2024.11.14 00:29:34.793597 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 242 rows starting from the beginning of the part | ||
| 12692 | 2024.11.14 00:29:34.793690 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 12693 | 2024.11.14 00:29:34.794091 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 12694 | 2024.11.14 00:29:34.794386 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 12695 | 2024.11.14 00:29:34.794678 [ 199 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 12696 | 2024.11.14 00:29:34.796195 [ 193 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.003011443 sec., 98955.88261175789 rows/sec., 7.09 MiB/sec. | ||
| 12697 | 2024.11.14 00:29:34.796354 [ 219 ] {} <Debug> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 12698 | 2024.11.14 00:29:34.796499 [ 193 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12699 | 2024.11.14 00:29:34.797012 [ 193 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_41_10} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12700 | 2024.11.14 00:29:34.797108 [ 193 ] {b9adea1a-d828-4d95-bbdd-b7bf87f026b4::all_1_41_10} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12701 | 2024.11.14 00:29:34.797211 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12702 | 2024.11.14 00:29:35.763432 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12703 | 2024.11.14 00:29:35.763623 [ 263 ] {40cb2fd6-41cd-4ea4-908a-6df2ea1a2694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12704 | 2024.11.14 00:29:35.763699 [ 263 ] {40cb2fd6-41cd-4ea4-908a-6df2ea1a2694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12705 | 2024.11.14 00:29:35.764438 [ 263 ] {40cb2fd6-41cd-4ea4-908a-6df2ea1a2694} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12706 | 2024.11.14 00:29:35.764492 [ 263 ] {40cb2fd6-41cd-4ea4-908a-6df2ea1a2694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12707 | 2024.11.14 00:29:35.764924 [ 263 ] {40cb2fd6-41cd-4ea4-908a-6df2ea1a2694} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12708 | 2024.11.14 00:29:35.765177 [ 263 ] {40cb2fd6-41cd-4ea4-908a-6df2ea1a2694} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12709 | 2024.11.14 00:29:35.765383 [ 138 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12710 | 2024.11.14 00:29:35.765415 [ 263 ] {40cb2fd6-41cd-4ea4-908a-6df2ea1a2694} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001845 sec., 7588.075880758807 rows/sec., 546.24 KiB/sec. | ||
| 12711 | 2024.11.14 00:29:35.765470 [ 138 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12712 | 2024.11.14 00:29:35.765532 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12713 | 2024.11.14 00:29:35.765589 [ 263 ] {40cb2fd6-41cd-4ea4-908a-6df2ea1a2694} <Debug> TCPHandler: Processed in 0.002282632 sec. | ||
| 12714 | 2024.11.14 00:29:35.765736 [ 220 ] {} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 12715 | 2024.11.14 00:29:35.765838 [ 220 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 12716 | 2024.11.14 00:29:35.765978 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12717 | 2024.11.14 00:29:35.766039 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 12718 | 2024.11.14 00:29:35.766338 [ 261 ] {6f444adf-1f43-4808-b426-a4e2e517e777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12719 | 2024.11.14 00:29:35.766432 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12720 | 2024.11.14 00:29:35.766481 [ 261 ] {6f444adf-1f43-4808-b426-a4e2e517e777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12721 | 2024.11.14 00:29:35.766531 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 12722 | 2024.11.14 00:29:35.767015 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 12723 | 2024.11.14 00:29:35.767423 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 12724 | 2024.11.14 00:29:35.767860 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 12725 | 2024.11.14 00:29:35.768243 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 12726 | 2024.11.14 00:29:35.770797 [ 261 ] {6f444adf-1f43-4808-b426-a4e2e517e777} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12727 | 2024.11.14 00:29:35.770980 [ 261 ] {6f444adf-1f43-4808-b426-a4e2e517e777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12728 | 2024.11.14 00:29:35.773178 [ 261 ] {6f444adf-1f43-4808-b426-a4e2e517e777} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 12729 | 2024.11.14 00:29:35.773233 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007557456 sec., 9262.376122335347 rows/sec., 702.95 KiB/sec. | ||
| 12730 | 2024.11.14 00:29:35.773544 [ 193 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12731 | 2024.11.14 00:29:35.773893 [ 261 ] {6f444adf-1f43-4808-b426-a4e2e517e777} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12732 | 2024.11.14 00:29:35.774069 [ 220 ] {} <Debug> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 12733 | 2024.11.14 00:29:35.774299 [ 199 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_41_10} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12734 | 2024.11.14 00:29:35.774626 [ 261 ] {6f444adf-1f43-4808-b426-a4e2e517e777} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.008392 sec., 33484.27073403241 rows/sec., 2.96 MiB/sec. | ||
| 12735 | 2024.11.14 00:29:35.774645 [ 199 ] {275ce7ea-5e86-4da7-9bc0-09b918d09eac::all_1_41_10} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12736 | 2024.11.14 00:29:35.774932 [ 261 ] {6f444adf-1f43-4808-b426-a4e2e517e777} <Debug> TCPHandler: Processed in 0.009177498 sec. | ||
| 12737 | 2024.11.14 00:29:35.774946 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12738 | 2024.11.14 00:29:35.775179 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12739 | 2024.11.14 00:29:35.775337 [ 263 ] {4f994230-1871-4a90-9fc9-0b52adde555f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12740 | 2024.11.14 00:29:35.775397 [ 263 ] {4f994230-1871-4a90-9fc9-0b52adde555f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12741 | 2024.11.14 00:29:35.776101 [ 263 ] {4f994230-1871-4a90-9fc9-0b52adde555f} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12742 | 2024.11.14 00:29:35.776149 [ 263 ] {4f994230-1871-4a90-9fc9-0b52adde555f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12743 | 2024.11.14 00:29:35.776559 [ 263 ] {4f994230-1871-4a90-9fc9-0b52adde555f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12744 | 2024.11.14 00:29:35.776838 [ 263 ] {4f994230-1871-4a90-9fc9-0b52adde555f} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12745 | 2024.11.14 00:29:35.777094 [ 263 ] {4f994230-1871-4a90-9fc9-0b52adde555f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001781 sec., 25828.186412128016 rows/sec., 1.86 MiB/sec. | ||
| 12746 | 2024.11.14 00:29:35.777163 [ 263 ] {4f994230-1871-4a90-9fc9-0b52adde555f} <Debug> TCPHandler: Processed in 0.002098499 sec. | ||
| 12747 | 2024.11.14 00:29:35.777400 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12748 | 2024.11.14 00:29:35.777560 [ 261 ] {8a6c4127-784e-482e-8d7b-461bbe287246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12749 | 2024.11.14 00:29:35.777618 [ 261 ] {8a6c4127-784e-482e-8d7b-461bbe287246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12750 | 2024.11.14 00:29:35.778296 [ 261 ] {8a6c4127-784e-482e-8d7b-461bbe287246} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12751 | 2024.11.14 00:29:35.778343 [ 261 ] {8a6c4127-784e-482e-8d7b-461bbe287246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12752 | 2024.11.14 00:29:35.778693 [ 261 ] {8a6c4127-784e-482e-8d7b-461bbe287246} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12753 | 2024.11.14 00:29:35.778924 [ 261 ] {8a6c4127-784e-482e-8d7b-461bbe287246} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12754 | 2024.11.14 00:29:35.779114 [ 261 ] {8a6c4127-784e-482e-8d7b-461bbe287246} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001585 sec., 8832.807570977919 rows/sec., 618.59 KiB/sec. | ||
| 12755 | 2024.11.14 00:29:35.779167 [ 261 ] {8a6c4127-784e-482e-8d7b-461bbe287246} <Debug> TCPHandler: Processed in 0.001894196 sec. | ||
| 12756 | 2024.11.14 00:29:35.779316 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12757 | 2024.11.14 00:29:35.779455 [ 263 ] {3ce721f4-eefb-4c7d-8ab0-64cda5022977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12758 | 2024.11.14 00:29:35.779514 [ 263 ] {3ce721f4-eefb-4c7d-8ab0-64cda5022977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12759 | 2024.11.14 00:29:35.780205 [ 263 ] {3ce721f4-eefb-4c7d-8ab0-64cda5022977} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12760 | 2024.11.14 00:29:35.780253 [ 263 ] {3ce721f4-eefb-4c7d-8ab0-64cda5022977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12761 | 2024.11.14 00:29:35.780637 [ 263 ] {3ce721f4-eefb-4c7d-8ab0-64cda5022977} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12762 | 2024.11.14 00:29:35.780876 [ 263 ] {3ce721f4-eefb-4c7d-8ab0-64cda5022977} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12763 | 2024.11.14 00:29:35.781040 [ 138 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12764 | 2024.11.14 00:29:35.781102 [ 138 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12765 | 2024.11.14 00:29:35.781133 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12766 | 2024.11.14 00:29:35.781138 [ 263 ] {3ce721f4-eefb-4c7d-8ab0-64cda5022977} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001706 sec., 7620.164126611958 rows/sec., 475.12 KiB/sec. | ||
| 12767 | 2024.11.14 00:29:35.781332 [ 223 ] {} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 12768 | 2024.11.14 00:29:35.781392 [ 263 ] {3ce721f4-eefb-4c7d-8ab0-64cda5022977} <Debug> TCPHandler: Processed in 0.00212841 sec. | ||
| 12769 | 2024.11.14 00:29:35.781418 [ 223 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 12770 | 2024.11.14 00:29:35.781465 [ 192 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 12771 | 2024.11.14 00:29:35.781655 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12772 | 2024.11.14 00:29:35.782076 [ 261 ] {fb6de98e-fd36-417d-891b-ce31d5a000e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12773 | 2024.11.14 00:29:35.782110 [ 192 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12774 | 2024.11.14 00:29:35.782197 [ 192 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 12775 | 2024.11.14 00:29:35.782206 [ 261 ] {fb6de98e-fd36-417d-891b-ce31d5a000e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12776 | 2024.11.14 00:29:35.782643 [ 192 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 12777 | 2024.11.14 00:29:35.783234 [ 192 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 12778 | 2024.11.14 00:29:35.783756 [ 192 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 12779 | 2024.11.14 00:29:35.784256 [ 192 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 12780 | 2024.11.14 00:29:35.787162 [ 261 ] {fb6de98e-fd36-417d-891b-ce31d5a000e5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12781 | 2024.11.14 00:29:35.787275 [ 261 ] {fb6de98e-fd36-417d-891b-ce31d5a000e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12782 | 2024.11.14 00:29:35.788485 [ 223 ] {} <Debug> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 12783 | 2024.11.14 00:29:35.788904 [ 195 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007690578 sec., 8451.900494345158 rows/sec., 559.99 KiB/sec. | ||
| 12784 | 2024.11.14 00:29:35.788913 [ 261 ] {fb6de98e-fd36-417d-891b-ce31d5a000e5} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 12785 | 2024.11.14 00:29:35.789153 [ 195 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12786 | 2024.11.14 00:29:35.789359 [ 261 ] {fb6de98e-fd36-417d-891b-ce31d5a000e5} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12787 | 2024.11.14 00:29:35.789675 [ 195 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_41_10} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12788 | 2024.11.14 00:29:35.789723 [ 261 ] {fb6de98e-fd36-417d-891b-ce31d5a000e5} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.007787 sec., 54064.466418389624 rows/sec., 3.86 MiB/sec. | ||
| 12789 | 2024.11.14 00:29:35.789827 [ 195 ] {a7cdc9df-938b-4f64-8524-ad9db1e77500::all_1_41_10} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12790 | 2024.11.14 00:29:35.789845 [ 261 ] {fb6de98e-fd36-417d-891b-ce31d5a000e5} <Debug> TCPHandler: Processed in 0.008353127 sec. | ||
| 12791 | 2024.11.14 00:29:35.790113 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12792 | 2024.11.14 00:29:35.790229 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12793 | 2024.11.14 00:29:35.790531 [ 263 ] {6ece78fd-d347-4d52-b96b-81a25e625106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12794 | 2024.11.14 00:29:35.790647 [ 263 ] {6ece78fd-d347-4d52-b96b-81a25e625106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12795 | 2024.11.14 00:29:35.791147 [ 263 ] {6ece78fd-d347-4d52-b96b-81a25e625106} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12796 | 2024.11.14 00:29:35.791186 [ 263 ] {6ece78fd-d347-4d52-b96b-81a25e625106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12797 | 2024.11.14 00:29:35.791556 [ 263 ] {6ece78fd-d347-4d52-b96b-81a25e625106} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12798 | 2024.11.14 00:29:35.791799 [ 263 ] {6ece78fd-d347-4d52-b96b-81a25e625106} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12799 | 2024.11.14 00:29:35.792001 [ 263 ] {6ece78fd-d347-4d52-b96b-81a25e625106} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 201.20 KiB/sec. | ||
| 12800 | 2024.11.14 00:29:35.792075 [ 263 ] {6ece78fd-d347-4d52-b96b-81a25e625106} <Debug> TCPHandler: Processed in 0.00211834 sec. | ||
| 12801 | 2024.11.14 00:29:35.792323 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12802 | 2024.11.14 00:29:35.792472 [ 261 ] {45f31abb-61b5-46bc-8f38-c5cdb0bc0863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12803 | 2024.11.14 00:29:35.792534 [ 261 ] {45f31abb-61b5-46bc-8f38-c5cdb0bc0863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12804 | 2024.11.14 00:29:35.793193 [ 261 ] {45f31abb-61b5-46bc-8f38-c5cdb0bc0863} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12805 | 2024.11.14 00:29:35.793240 [ 261 ] {45f31abb-61b5-46bc-8f38-c5cdb0bc0863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12806 | 2024.11.14 00:29:35.793645 [ 261 ] {45f31abb-61b5-46bc-8f38-c5cdb0bc0863} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12807 | 2024.11.14 00:29:35.793881 [ 261 ] {45f31abb-61b5-46bc-8f38-c5cdb0bc0863} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12808 | 2024.11.14 00:29:35.794044 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12809 | 2024.11.14 00:29:35.794097 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12810 | 2024.11.14 00:29:35.794112 [ 261 ] {45f31abb-61b5-46bc-8f38-c5cdb0bc0863} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001662 sec., 142599.27797833935 rows/sec., 9.56 MiB/sec. | ||
| 12811 | 2024.11.14 00:29:35.794134 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12812 | 2024.11.14 00:29:35.794265 [ 261 ] {45f31abb-61b5-46bc-8f38-c5cdb0bc0863} <Debug> TCPHandler: Processed in 0.002056519 sec. | ||
| 12813 | 2024.11.14 00:29:35.794404 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12814 | 2024.11.14 00:29:35.794496 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12815 | 2024.11.14 00:29:35.794641 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12816 | 2024.11.14 00:29:35.794742 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_116_23, total 22924 rows starting from the beginning of the part | ||
| 12817 | 2024.11.14 00:29:35.794751 [ 263 ] {aab216da-36fe-44b8-9aaa-c20b54b9cfaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12818 | 2024.11.14 00:29:35.794951 [ 263 ] {aab216da-36fe-44b8-9aaa-c20b54b9cfaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12819 | 2024.11.14 00:29:35.795089 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part | ||
| 12820 | 2024.11.14 00:29:35.795471 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part | ||
| 12821 | 2024.11.14 00:29:35.795862 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 128 rows starting from the beginning of the part | ||
| 12822 | 2024.11.14 00:29:35.796235 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 12823 | 2024.11.14 00:29:35.796498 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 237 rows starting from the beginning of the part | ||
| 12824 | 2024.11.14 00:29:35.797403 [ 263 ] {aab216da-36fe-44b8-9aaa-c20b54b9cfaf} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12825 | 2024.11.14 00:29:35.797467 [ 263 ] {aab216da-36fe-44b8-9aaa-c20b54b9cfaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12826 | 2024.11.14 00:29:35.798144 [ 263 ] {aab216da-36fe-44b8-9aaa-c20b54b9cfaf} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12827 | 2024.11.14 00:29:35.798511 [ 263 ] {aab216da-36fe-44b8-9aaa-c20b54b9cfaf} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12828 | 2024.11.14 00:29:35.799036 [ 263 ] {aab216da-36fe-44b8-9aaa-c20b54b9cfaf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004335 sec., 230.68050749711648 rows/sec., 15.54 KiB/sec. | ||
| 12829 | 2024.11.14 00:29:35.799440 [ 263 ] {aab216da-36fe-44b8-9aaa-c20b54b9cfaf} <Debug> TCPHandler: Processed in 0.005056901 sec. | ||
| 12830 | 2024.11.14 00:29:35.799712 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12831 | 2024.11.14 00:29:35.800084 [ 261 ] {e78fbe36-0a8c-4c4a-b94c-5b49507e9610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12832 | 2024.11.14 00:29:35.800309 [ 261 ] {e78fbe36-0a8c-4c4a-b94c-5b49507e9610} <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 | ||
| 12833 | 2024.11.14 00:29:35.802561 [ 261 ] {e78fbe36-0a8c-4c4a-b94c-5b49507e9610} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12834 | 2024.11.14 00:29:35.802608 [ 261 ] {e78fbe36-0a8c-4c4a-b94c-5b49507e9610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12835 | 2024.11.14 00:29:35.803498 [ 261 ] {e78fbe36-0a8c-4c4a-b94c-5b49507e9610} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12836 | 2024.11.14 00:29:35.803957 [ 261 ] {e78fbe36-0a8c-4c4a-b94c-5b49507e9610} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12837 | 2024.11.14 00:29:35.804380 [ 261 ] {e78fbe36-0a8c-4c4a-b94c-5b49507e9610} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004381 sec., 8902.07715133531 rows/sec., 15.95 MiB/sec. | ||
| 12838 | 2024.11.14 00:29:35.804513 [ 261 ] {e78fbe36-0a8c-4c4a-b94c-5b49507e9610} <Debug> TCPHandler: Processed in 0.00496247 sec. | ||
| 12839 | 2024.11.14 00:29:35.804702 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12840 | 2024.11.14 00:29:35.804822 [ 263 ] {dfdf220a-e2b3-4cde-8753-b9df536feb7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12841 | 2024.11.14 00:29:35.804908 [ 263 ] {dfdf220a-e2b3-4cde-8753-b9df536feb7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12842 | 2024.11.14 00:29:35.805464 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23846 rows, containing 5 columns (5 merged, 0 gathered) in 0.011196667 sec., 2129740.9309395375 rows/sec., 145.39 MiB/sec. | ||
| 12843 | 2024.11.14 00:29:35.805895 [ 263 ] {dfdf220a-e2b3-4cde-8753-b9df536feb7e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12844 | 2024.11.14 00:29:35.805940 [ 263 ] {dfdf220a-e2b3-4cde-8753-b9df536feb7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12845 | 2024.11.14 00:29:35.806074 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12846 | 2024.11.14 00:29:35.806708 [ 263 ] {dfdf220a-e2b3-4cde-8753-b9df536feb7e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12847 | 2024.11.14 00:29:35.806717 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12848 | 2024.11.14 00:29:35.806871 [ 189 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12849 | 2024.11.14 00:29:35.807036 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 12850 | 2024.11.14 00:29:35.807137 [ 263 ] {dfdf220a-e2b3-4cde-8753-b9df536feb7e} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12851 | 2024.11.14 00:29:35.807282 [ 136 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12852 | 2024.11.14 00:29:35.807323 [ 136 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12853 | 2024.11.14 00:29:35.807331 [ 263 ] {dfdf220a-e2b3-4cde-8753-b9df536feb7e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002532 sec., 32385.466034755136 rows/sec., 2.06 MiB/sec. | ||
| 12854 | 2024.11.14 00:29:35.807350 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12855 | 2024.11.14 00:29:35.807438 [ 263 ] {dfdf220a-e2b3-4cde-8753-b9df536feb7e} <Debug> TCPHandler: Processed in 0.00283524 sec. | ||
| 12856 | 2024.11.14 00:29:35.807580 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12857 | 2024.11.14 00:29:35.807689 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12858 | 2024.11.14 00:29:35.807720 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7342 rows starting from the beginning of the part | ||
| 12859 | 2024.11.14 00:29:35.807795 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
| 12860 | 2024.11.14 00:29:35.807883 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part | ||
| 12861 | 2024.11.14 00:29:35.808133 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 48 rows starting from the beginning of the part | ||
| 12862 | 2024.11.14 00:29:35.808282 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part | ||
| 12863 | 2024.11.14 00:29:35.808436 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 82 rows starting from the beginning of the part | ||
| 12864 | 2024.11.14 00:29:35.810944 [ 196 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7674 rows, containing 4 columns (4 merged, 0 gathered) in 0.003491489 sec., 2197916.132629947 rows/sec., 144.48 MiB/sec. | ||
| 12865 | 2024.11.14 00:29:35.811448 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12866 | 2024.11.14 00:29:35.811723 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12867 | 2024.11.14 00:29:35.811797 [ 191 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_121_24} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12868 | 2024.11.14 00:29:35.811863 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 12869 | 2024.11.14 00:29:39.010613 [ 223 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12870 | 2024.11.14 00:29:39.010682 [ 223 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12871 | 2024.11.14 00:29:39.013000 [ 223 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12872 | 2024.11.14 00:29:39.413787 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1832 | ||
| 12873 | 2024.11.14 00:29:39.416720 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12874 | 2024.11.14 00:29:39.416773 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12875 | 2024.11.14 00:29:39.418304 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12876 | 2024.11.14 00:29:39.418628 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12877 | 2024.11.14 00:29:39.419248 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1832 | ||
| 12878 | 2024.11.14 00:29:40.619210 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12879 | 2024.11.14 00:29:40.619268 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12880 | 2024.11.14 00:29:40.621196 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12881 | 2024.11.14 00:29:40.755680 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12882 | 2024.11.14 00:29:40.755893 [ 263 ] {75e81f15-b779-4a0e-80d8-8a9d66683b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12883 | 2024.11.14 00:29:40.755975 [ 263 ] {75e81f15-b779-4a0e-80d8-8a9d66683b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12884 | 2024.11.14 00:29:40.756808 [ 263 ] {75e81f15-b779-4a0e-80d8-8a9d66683b2f} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12885 | 2024.11.14 00:29:40.756858 [ 263 ] {75e81f15-b779-4a0e-80d8-8a9d66683b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12886 | 2024.11.14 00:29:40.757275 [ 263 ] {75e81f15-b779-4a0e-80d8-8a9d66683b2f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12887 | 2024.11.14 00:29:40.757521 [ 263 ] {75e81f15-b779-4a0e-80d8-8a9d66683b2f} <Trace> oximeter.fields_ipaddr (43aab42d-f04b-49e7-939e-d26597b119bd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12888 | 2024.11.14 00:29:40.757764 [ 263 ] {75e81f15-b779-4a0e-80d8-8a9d66683b2f} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001933 sec., 4138.644593895499 rows/sec., 337.48 KiB/sec. | ||
| 12889 | 2024.11.14 00:29:40.757818 [ 263 ] {75e81f15-b779-4a0e-80d8-8a9d66683b2f} <Debug> TCPHandler: Processed in 0.002279722 sec. | ||
| 12890 | 2024.11.14 00:29:40.758072 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12891 | 2024.11.14 00:29:40.758260 [ 261 ] {69d505bd-d400-4476-a42b-b3b6060af91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12892 | 2024.11.14 00:29:40.758333 [ 261 ] {69d505bd-d400-4476-a42b-b3b6060af91d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12893 | 2024.11.14 00:29:40.759080 [ 261 ] {69d505bd-d400-4476-a42b-b3b6060af91d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12894 | 2024.11.14 00:29:40.759129 [ 261 ] {69d505bd-d400-4476-a42b-b3b6060af91d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12895 | 2024.11.14 00:29:40.759563 [ 261 ] {69d505bd-d400-4476-a42b-b3b6060af91d} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 12896 | 2024.11.14 00:29:40.759818 [ 261 ] {69d505bd-d400-4476-a42b-b3b6060af91d} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12897 | 2024.11.14 00:29:40.760055 [ 261 ] {69d505bd-d400-4476-a42b-b3b6060af91d} <Debug> executeQuery: Read 60 rows, 4.70 KiB in 0.001848 sec., 32467.532467532466 rows/sec., 2.48 MiB/sec. | ||
| 12898 | 2024.11.14 00:29:40.760113 [ 261 ] {69d505bd-d400-4476-a42b-b3b6060af91d} <Debug> TCPHandler: Processed in 0.00217237 sec. | ||
| 12899 | 2024.11.14 00:29:40.760284 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12900 | 2024.11.14 00:29:40.760423 [ 263 ] {66e8a7b8-8241-4f8a-9653-9a53d40fb0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12901 | 2024.11.14 00:29:40.760480 [ 263 ] {66e8a7b8-8241-4f8a-9653-9a53d40fb0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12902 | 2024.11.14 00:29:40.761161 [ 263 ] {66e8a7b8-8241-4f8a-9653-9a53d40fb0a2} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12903 | 2024.11.14 00:29:40.761206 [ 263 ] {66e8a7b8-8241-4f8a-9653-9a53d40fb0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12904 | 2024.11.14 00:29:40.761626 [ 263 ] {66e8a7b8-8241-4f8a-9653-9a53d40fb0a2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12905 | 2024.11.14 00:29:40.761870 [ 263 ] {66e8a7b8-8241-4f8a-9653-9a53d40fb0a2} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12906 | 2024.11.14 00:29:40.762026 [ 110 ] {} <Debug> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Selected 6 parts from all_1_59_13 to all_64_64_0 | ||
| 12907 | 2024.11.14 00:29:40.762089 [ 263 ] {66e8a7b8-8241-4f8a-9653-9a53d40fb0a2} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001694 sec., 4722.550177095632 rows/sec., 329.75 KiB/sec. | ||
| 12908 | 2024.11.14 00:29:40.762104 [ 110 ] {} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12909 | 2024.11.14 00:29:40.762183 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12910 | 2024.11.14 00:29:40.762211 [ 263 ] {66e8a7b8-8241-4f8a-9653-9a53d40fb0a2} <Debug> TCPHandler: Processed in 0.001996068 sec. | ||
| 12911 | 2024.11.14 00:29:40.762476 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12912 | 2024.11.14 00:29:40.762557 [ 196 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_59_13 to all_64_64_0 into Compact with storage Full | ||
| 12913 | 2024.11.14 00:29:40.763035 [ 196 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12914 | 2024.11.14 00:29:40.763178 [ 196 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_13, total 64 rows starting from the beginning of the part | ||
| 12915 | 2024.11.14 00:29:40.763287 [ 261 ] {435b71dc-402b-4b5d-8e72-f80042bd073b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12916 | 2024.11.14 00:29:40.763648 [ 261 ] {435b71dc-402b-4b5d-8e72-f80042bd073b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12917 | 2024.11.14 00:29:40.763795 [ 196 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 46 rows starting from the beginning of the part | ||
| 12918 | 2024.11.14 00:29:40.764037 [ 196 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 10 rows starting from the beginning of the part | ||
| 12919 | 2024.11.14 00:29:40.764590 [ 196 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 46 rows starting from the beginning of the part | ||
| 12920 | 2024.11.14 00:29:40.764990 [ 196 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 46 rows starting from the beginning of the part | ||
| 12921 | 2024.11.14 00:29:40.765355 [ 196 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 12922 | 2024.11.14 00:29:40.766358 [ 261 ] {435b71dc-402b-4b5d-8e72-f80042bd073b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12923 | 2024.11.14 00:29:40.766437 [ 261 ] {435b71dc-402b-4b5d-8e72-f80042bd073b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12924 | 2024.11.14 00:29:40.767602 [ 261 ] {435b71dc-402b-4b5d-8e72-f80042bd073b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 12925 | 2024.11.14 00:29:40.768109 [ 191 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 5 columns (5 merged, 0 gathered) in 0.005814361 sec., 37837.34790461067 rows/sec., 2.84 MiB/sec. | ||
| 12926 | 2024.11.14 00:29:40.768121 [ 261 ] {435b71dc-402b-4b5d-8e72-f80042bd073b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12927 | 2024.11.14 00:29:40.768404 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Trace> MergedBlockOutputStream: filled checksums all_1_64_14 (state Temporary) | ||
| 12928 | 2024.11.14 00:29:40.768484 [ 261 ] {435b71dc-402b-4b5d-8e72-f80042bd073b} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.005557 sec., 12956.631275868274 rows/sec., 1.01 MiB/sec. | ||
| 12929 | 2024.11.14 00:29:40.768597 [ 261 ] {435b71dc-402b-4b5d-8e72-f80042bd073b} <Debug> TCPHandler: Processed in 0.006275128 sec. | ||
| 12930 | 2024.11.14 00:29:40.768778 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12931 | 2024.11.14 00:29:40.768961 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_merge_all_1_64_14 to all_1_64_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12932 | 2024.11.14 00:29:40.768999 [ 263 ] {a0441fa3-1632-4c4d-9de4-9cf84f18915d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12933 | 2024.11.14 00:29:40.769117 [ 263 ] {a0441fa3-1632-4c4d-9de4-9cf84f18915d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12934 | 2024.11.14 00:29:40.769144 [ 197 ] {be21f9fc-db8f-4471-ab46-1036d4226fcb::all_1_64_14} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb) (MergerMutator): Merged 6 parts: [all_1_59_13, all_64_64_0] -> all_1_64_14 | ||
| 12935 | 2024.11.14 00:29:40.769368 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12936 | 2024.11.14 00:29:40.769912 [ 263 ] {a0441fa3-1632-4c4d-9de4-9cf84f18915d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12937 | 2024.11.14 00:29:40.769954 [ 263 ] {a0441fa3-1632-4c4d-9de4-9cf84f18915d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12938 | 2024.11.14 00:29:40.770339 [ 263 ] {a0441fa3-1632-4c4d-9de4-9cf84f18915d} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12939 | 2024.11.14 00:29:40.770575 [ 263 ] {a0441fa3-1632-4c4d-9de4-9cf84f18915d} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12940 | 2024.11.14 00:29:40.770777 [ 263 ] {a0441fa3-1632-4c4d-9de4-9cf84f18915d} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001848 sec., 71428.57142857142 rows/sec., 4.97 MiB/sec. | ||
| 12941 | 2024.11.14 00:29:40.770828 [ 263 ] {a0441fa3-1632-4c4d-9de4-9cf84f18915d} <Debug> TCPHandler: Processed in 0.00213475 sec. | ||
| 12942 | 2024.11.14 00:29:40.770979 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12943 | 2024.11.14 00:29:40.771116 [ 261 ] {da06b644-87e5-4999-90d8-e39efc9de0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12944 | 2024.11.14 00:29:40.771178 [ 261 ] {da06b644-87e5-4999-90d8-e39efc9de0ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12945 | 2024.11.14 00:29:40.771719 [ 261 ] {da06b644-87e5-4999-90d8-e39efc9de0ad} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12946 | 2024.11.14 00:29:40.771758 [ 261 ] {da06b644-87e5-4999-90d8-e39efc9de0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12947 | 2024.11.14 00:29:40.772142 [ 261 ] {da06b644-87e5-4999-90d8-e39efc9de0ad} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12948 | 2024.11.14 00:29:40.772397 [ 261 ] {da06b644-87e5-4999-90d8-e39efc9de0ad} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12949 | 2024.11.14 00:29:40.772578 [ 261 ] {da06b644-87e5-4999-90d8-e39efc9de0ad} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001494 sec., 32128.514056224896 rows/sec., 2.17 MiB/sec. | ||
| 12950 | 2024.11.14 00:29:40.772628 [ 261 ] {da06b644-87e5-4999-90d8-e39efc9de0ad} <Debug> TCPHandler: Processed in 0.001712074 sec. | ||
| 12951 | 2024.11.14 00:29:41.444809 [ 218 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12952 | 2024.11.14 00:29:41.444891 [ 218 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12953 | 2024.11.14 00:29:41.446986 [ 218 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12954 | 2024.11.14 00:29:45.756671 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12955 | 2024.11.14 00:29:45.756901 [ 263 ] {85aa80b1-8fb2-42ce-a1f0-20fba2eaca03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12956 | 2024.11.14 00:29:45.756983 [ 263 ] {85aa80b1-8fb2-42ce-a1f0-20fba2eaca03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12957 | 2024.11.14 00:29:45.757942 [ 263 ] {85aa80b1-8fb2-42ce-a1f0-20fba2eaca03} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12958 | 2024.11.14 00:29:45.757997 [ 263 ] {85aa80b1-8fb2-42ce-a1f0-20fba2eaca03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12959 | 2024.11.14 00:29:45.758436 [ 263 ] {85aa80b1-8fb2-42ce-a1f0-20fba2eaca03} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 12960 | 2024.11.14 00:29:45.758691 [ 263 ] {85aa80b1-8fb2-42ce-a1f0-20fba2eaca03} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12961 | 2024.11.14 00:29:45.758888 [ 129 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 12962 | 2024.11.14 00:29:45.758972 [ 129 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12963 | 2024.11.14 00:29:45.758972 [ 263 ] {85aa80b1-8fb2-42ce-a1f0-20fba2eaca03} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002123 sec., 26377.7673104098 rows/sec., 2.03 MiB/sec. | ||
| 12964 | 2024.11.14 00:29:45.759010 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12965 | 2024.11.14 00:29:45.759149 [ 263 ] {85aa80b1-8fb2-42ce-a1f0-20fba2eaca03} <Debug> TCPHandler: Processed in 0.002606567 sec. | ||
| 12966 | 2024.11.14 00:29:45.759300 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 12967 | 2024.11.14 00:29:45.759457 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12968 | 2024.11.14 00:29:45.759489 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12969 | 2024.11.14 00:29:45.759548 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1431 rows starting from the beginning of the part | ||
| 12970 | 2024.11.14 00:29:45.759845 [ 261 ] {b721c0e6-1651-4b28-9105-4048f6433d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12971 | 2024.11.14 00:29:45.759864 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part | ||
| 12972 | 2024.11.14 00:29:45.760007 [ 261 ] {b721c0e6-1651-4b28-9105-4048f6433d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12973 | 2024.11.14 00:29:45.760268 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 12974 | 2024.11.14 00:29:45.760600 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 281 rows starting from the beginning of the part | ||
| 12975 | 2024.11.14 00:29:45.760951 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 12976 | 2024.11.14 00:29:45.761305 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 56 rows starting from the beginning of the part | ||
| 12977 | 2024.11.14 00:29:45.762944 [ 261 ] {b721c0e6-1651-4b28-9105-4048f6433d65} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12978 | 2024.11.14 00:29:45.763026 [ 261 ] {b721c0e6-1651-4b28-9105-4048f6433d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12979 | 2024.11.14 00:29:45.764168 [ 261 ] {b721c0e6-1651-4b28-9105-4048f6433d65} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 12980 | 2024.11.14 00:29:45.764705 [ 261 ] {b721c0e6-1651-4b28-9105-4048f6433d65} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12981 | 2024.11.14 00:29:45.764715 [ 190 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 5 columns (5 merged, 0 gathered) in 0.005556798 sec., 349121.92237328045 rows/sec., 30.51 MiB/sec. | ||
| 12982 | 2024.11.14 00:29:45.764982 [ 129 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 12983 | 2024.11.14 00:29:45.765112 [ 129 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12984 | 2024.11.14 00:29:45.765130 [ 261 ] {b721c0e6-1651-4b28-9105-4048f6433d65} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005419 sec., 11810.297102786491 rows/sec., 943.94 KiB/sec. | ||
| 12985 | 2024.11.14 00:29:45.765148 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 12986 | 2024.11.14 00:29:45.765182 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 12987 | 2024.11.14 00:29:45.765551 [ 261 ] {b721c0e6-1651-4b28-9105-4048f6433d65} <Debug> TCPHandler: Processed in 0.006255578 sec. | ||
| 12988 | 2024.11.14 00:29:45.765797 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 12989 | 2024.11.14 00:29:45.765905 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12990 | 2024.11.14 00:29:45.766153 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12991 | 2024.11.14 00:29:45.766215 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12992 | 2024.11.14 00:29:45.766272 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 913 rows starting from the beginning of the part | ||
| 12993 | 2024.11.14 00:29:45.766385 [ 263 ] {47f4ff5b-2e49-4f61-8918-b3490420e8a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12994 | 2024.11.14 00:29:45.766556 [ 191 ] {98315aa8-a345-47e5-bfd2-d190a1c2988b::all_1_126_25} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 12995 | 2024.11.14 00:29:45.766678 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part | ||
| 12996 | 2024.11.14 00:29:45.766878 [ 263 ] {47f4ff5b-2e49-4f61-8918-b3490420e8a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12997 | 2024.11.14 00:29:45.766988 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 12998 | 2024.11.14 00:29:45.767282 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 12999 | 2024.11.14 00:29:45.767578 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 421 rows starting from the beginning of the part | ||
| 13000 | 2024.11.14 00:29:45.767979 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 72 rows starting from the beginning of the part | ||
| 13001 | 2024.11.14 00:29:45.768334 [ 190 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part | ||
| 13002 | 2024.11.14 00:29:45.769770 [ 263 ] {47f4ff5b-2e49-4f61-8918-b3490420e8a8} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13003 | 2024.11.14 00:29:45.769843 [ 263 ] {47f4ff5b-2e49-4f61-8918-b3490420e8a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13004 | 2024.11.14 00:29:45.770933 [ 263 ] {47f4ff5b-2e49-4f61-8918-b3490420e8a8} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13005 | 2024.11.14 00:29:45.771307 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.005864673 sec., 272478.9600374991 rows/sec., 21.01 MiB/sec. | ||
| 13006 | 2024.11.14 00:29:45.771407 [ 263 ] {47f4ff5b-2e49-4f61-8918-b3490420e8a8} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13007 | 2024.11.14 00:29:45.771767 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13008 | 2024.11.14 00:29:45.771784 [ 263 ] {47f4ff5b-2e49-4f61-8918-b3490420e8a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005582 sec., 28663.561447509852 rows/sec., 2.00 MiB/sec. | ||
| 13009 | 2024.11.14 00:29:45.771963 [ 263 ] {47f4ff5b-2e49-4f61-8918-b3490420e8a8} <Debug> TCPHandler: Processed in 0.006258638 sec. | ||
| 13010 | 2024.11.14 00:29:45.772132 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13011 | 2024.11.14 00:29:45.772234 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13012 | 2024.11.14 00:29:45.772302 [ 261 ] {31cdc505-5264-4f7a-b23a-1c3b4f579a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13013 | 2024.11.14 00:29:45.772330 [ 191 ] {9a5f4e78-b879-4d42-a5ea-eae34dc21d76::all_1_126_25} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13014 | 2024.11.14 00:29:45.772366 [ 261 ] {31cdc505-5264-4f7a-b23a-1c3b4f579a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13015 | 2024.11.14 00:29:45.772431 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 13016 | 2024.11.14 00:29:45.772934 [ 261 ] {31cdc505-5264-4f7a-b23a-1c3b4f579a39} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13017 | 2024.11.14 00:29:45.772972 [ 261 ] {31cdc505-5264-4f7a-b23a-1c3b4f579a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13018 | 2024.11.14 00:29:45.773341 [ 261 ] {31cdc505-5264-4f7a-b23a-1c3b4f579a39} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13019 | 2024.11.14 00:29:45.773585 [ 261 ] {31cdc505-5264-4f7a-b23a-1c3b4f579a39} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13020 | 2024.11.14 00:29:45.773819 [ 261 ] {31cdc505-5264-4f7a-b23a-1c3b4f579a39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec. | ||
| 13021 | 2024.11.14 00:29:45.773919 [ 261 ] {31cdc505-5264-4f7a-b23a-1c3b4f579a39} <Debug> TCPHandler: Processed in 0.001863357 sec. | ||
| 13022 | 2024.11.14 00:29:46.320741 [ 129 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13023 | 2024.11.14 00:29:46.320803 [ 129 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13024 | 2024.11.14 00:29:46.320826 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13025 | 2024.11.14 00:29:46.320986 [ 224 ] {} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13026 | 2024.11.14 00:29:46.320998 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13027 | 2024.11.14 00:29:46.321063 [ 224 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13028 | 2024.11.14 00:29:46.321306 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13029 | 2024.11.14 00:29:46.321386 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 37 rows starting from the beginning of the part | ||
| 13030 | 2024.11.14 00:29:46.321469 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 13031 | 2024.11.14 00:29:46.321711 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 13032 | 2024.11.14 00:29:46.321991 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 13033 | 2024.11.14 00:29:46.322397 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 13034 | 2024.11.14 00:29:46.324793 [ 191 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.003891035 sec., 10537.042200854014 rows/sec., 710.02 KiB/sec. | ||
| 13035 | 2024.11.14 00:29:46.324973 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13036 | 2024.11.14 00:29:46.325199 [ 224 ] {} <Debug> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13037 | 2024.11.14 00:29:46.325530 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_41_10} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13038 | 2024.11.14 00:29:46.325742 [ 201 ] {936e44bc-833e-4d26-a8db-483ced59d7c6::all_1_41_10} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13039 | 2024.11.14 00:29:46.325869 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13040 | 2024.11.14 00:29:47.274851 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13041 | 2024.11.14 00:29:47.534356 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13042 | 2024.11.14 00:29:47.634053 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35094, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13043 | 2024.11.14 00:29:47.682516 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13044 | 2024.11.14 00:29:47.761027 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63110, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13045 | 2024.11.14 00:29:47.762437 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13046 | 2024.11.14 00:29:47.765795 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44671, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13047 | 2024.11.14 00:29:47.772158 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13048 | 2024.11.14 00:29:48.987284 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13049 | 2024.11.14 00:29:48.987342 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13050 | 2024.11.14 00:29:49.102799 [ 127 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13051 | 2024.11.14 00:29:49.102864 [ 127 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13052 | 2024.11.14 00:29:49.102885 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13053 | 2024.11.14 00:29:49.103023 [ 220 ] {} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13054 | 2024.11.14 00:29:49.103042 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13055 | 2024.11.14 00:29:49.103085 [ 220 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13056 | 2024.11.14 00:29:49.103258 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13057 | 2024.11.14 00:29:49.103303 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 222 rows starting from the beginning of the part | ||
| 13058 | 2024.11.14 00:29:49.103388 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 13059 | 2024.11.14 00:29:49.103743 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 13060 | 2024.11.14 00:29:49.104103 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 13061 | 2024.11.14 00:29:49.104477 [ 188 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 13062 | 2024.11.14 00:29:49.105972 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.003007412 sec., 81797.9046435939 rows/sec., 4.17 MiB/sec. | ||
| 13063 | 2024.11.14 00:29:49.106199 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13064 | 2024.11.14 00:29:49.106287 [ 220 ] {} <Debug> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13065 | 2024.11.14 00:29:49.106815 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_41_10} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13066 | 2024.11.14 00:29:49.106914 [ 201 ] {f32399f6-feb6-4778-8ebc-148a182978bb::all_1_41_10} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13067 | 2024.11.14 00:29:49.107015 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13068 | 2024.11.14 00:29:49.419549 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1852 | ||
| 13069 | 2024.11.14 00:29:49.422284 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13070 | 2024.11.14 00:29:49.422326 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13071 | 2024.11.14 00:29:49.424089 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13072 | 2024.11.14 00:29:49.424410 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13073 | 2024.11.14 00:29:49.424941 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1852 | ||
| 13074 | 2024.11.14 00:29:50.253692 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13075 | 2024.11.14 00:29:50.762962 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13076 | 2024.11.14 00:29:50.763155 [ 263 ] {1dc85b64-0630-4b25-8199-2568fe5bf6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13077 | 2024.11.14 00:29:50.763230 [ 263 ] {1dc85b64-0630-4b25-8199-2568fe5bf6c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13078 | 2024.11.14 00:29:50.764026 [ 263 ] {1dc85b64-0630-4b25-8199-2568fe5bf6c9} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13079 | 2024.11.14 00:29:50.764082 [ 263 ] {1dc85b64-0630-4b25-8199-2568fe5bf6c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13080 | 2024.11.14 00:29:50.764515 [ 263 ] {1dc85b64-0630-4b25-8199-2568fe5bf6c9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13081 | 2024.11.14 00:29:50.764779 [ 263 ] {1dc85b64-0630-4b25-8199-2568fe5bf6c9} <Trace> oximeter.fields_i16 (275ce7ea-5e86-4da7-9bc0-09b918d09eac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13082 | 2024.11.14 00:29:50.765037 [ 263 ] {1dc85b64-0630-4b25-8199-2568fe5bf6c9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec. | ||
| 13083 | 2024.11.14 00:29:50.765151 [ 263 ] {1dc85b64-0630-4b25-8199-2568fe5bf6c9} <Debug> TCPHandler: Processed in 0.002324153 sec. | ||
| 13084 | 2024.11.14 00:29:50.765465 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13085 | 2024.11.14 00:29:50.765653 [ 261 ] {cc67cf91-e8e3-44d0-a4b2-0e255143034b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13086 | 2024.11.14 00:29:50.765727 [ 261 ] {cc67cf91-e8e3-44d0-a4b2-0e255143034b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13087 | 2024.11.14 00:29:50.766662 [ 261 ] {cc67cf91-e8e3-44d0-a4b2-0e255143034b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13088 | 2024.11.14 00:29:50.766721 [ 261 ] {cc67cf91-e8e3-44d0-a4b2-0e255143034b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13089 | 2024.11.14 00:29:50.767182 [ 261 ] {cc67cf91-e8e3-44d0-a4b2-0e255143034b} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13090 | 2024.11.14 00:29:50.767442 [ 261 ] {cc67cf91-e8e3-44d0-a4b2-0e255143034b} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13091 | 2024.11.14 00:29:50.767679 [ 261 ] {cc67cf91-e8e3-44d0-a4b2-0e255143034b} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002075 sec., 135421.68674698795 rows/sec., 11.96 MiB/sec. | ||
| 13092 | 2024.11.14 00:29:50.767764 [ 261 ] {cc67cf91-e8e3-44d0-a4b2-0e255143034b} <Debug> TCPHandler: Processed in 0.002471075 sec. | ||
| 13093 | 2024.11.14 00:29:50.767774 [ 218 ] {} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13094 | 2024.11.14 00:29:50.767852 [ 218 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13095 | 2024.11.14 00:29:50.767949 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13096 | 2024.11.14 00:29:50.768098 [ 263 ] {c7aa450f-ce96-4e29-9e79-32847ddc3353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13097 | 2024.11.14 00:29:50.768156 [ 263 ] {c7aa450f-ce96-4e29-9e79-32847ddc3353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13098 | 2024.11.14 00:29:50.769650 [ 263 ] {c7aa450f-ce96-4e29-9e79-32847ddc3353} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13099 | 2024.11.14 00:29:50.769705 [ 263 ] {c7aa450f-ce96-4e29-9e79-32847ddc3353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13100 | 2024.11.14 00:29:50.770252 [ 263 ] {c7aa450f-ce96-4e29-9e79-32847ddc3353} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13101 | 2024.11.14 00:29:50.770664 [ 263 ] {c7aa450f-ce96-4e29-9e79-32847ddc3353} <Trace> oximeter.fields_u16 (be21f9fc-db8f-4471-ab46-1036d4226fcb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13102 | 2024.11.14 00:29:50.771124 [ 263 ] {c7aa450f-ce96-4e29-9e79-32847ddc3353} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.003026 sec., 15201.586252478519 rows/sec., 1.09 MiB/sec. | ||
| 13103 | 2024.11.14 00:29:50.771189 [ 263 ] {c7aa450f-ce96-4e29-9e79-32847ddc3353} <Debug> TCPHandler: Processed in 0.003282126 sec. | ||
| 13104 | 2024.11.14 00:29:50.771377 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13105 | 2024.11.14 00:29:50.771647 [ 261 ] {8b54bd7d-592f-4f1d-a1ec-656b978b0e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13106 | 2024.11.14 00:29:50.771720 [ 261 ] {8b54bd7d-592f-4f1d-a1ec-656b978b0e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13107 | 2024.11.14 00:29:50.772164 [ 218 ] {} <Debug> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13108 | 2024.11.14 00:29:50.773681 [ 261 ] {8b54bd7d-592f-4f1d-a1ec-656b978b0e28} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13109 | 2024.11.14 00:29:50.773733 [ 261 ] {8b54bd7d-592f-4f1d-a1ec-656b978b0e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13110 | 2024.11.14 00:29:50.774121 [ 261 ] {8b54bd7d-592f-4f1d-a1ec-656b978b0e28} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13111 | 2024.11.14 00:29:50.774362 [ 261 ] {8b54bd7d-592f-4f1d-a1ec-656b978b0e28} <Trace> oximeter.fields_u32 (b9adea1a-d828-4d95-bbdd-b7bf87f026b4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13112 | 2024.11.14 00:29:50.774589 [ 261 ] {8b54bd7d-592f-4f1d-a1ec-656b978b0e28} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003039 sec., 4606.778545574202 rows/sec., 322.63 KiB/sec. | ||
| 13113 | 2024.11.14 00:29:50.774712 [ 261 ] {8b54bd7d-592f-4f1d-a1ec-656b978b0e28} <Debug> TCPHandler: Processed in 0.003419088 sec. | ||
| 13114 | 2024.11.14 00:29:50.774899 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13115 | 2024.11.14 00:29:50.775029 [ 263 ] {b13081b5-429f-46e9-b0ff-6dd98ccd6851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13116 | 2024.11.14 00:29:50.775083 [ 263 ] {b13081b5-429f-46e9-b0ff-6dd98ccd6851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13117 | 2024.11.14 00:29:50.775692 [ 263 ] {b13081b5-429f-46e9-b0ff-6dd98ccd6851} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13118 | 2024.11.14 00:29:50.775733 [ 263 ] {b13081b5-429f-46e9-b0ff-6dd98ccd6851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13119 | 2024.11.14 00:29:50.776117 [ 263 ] {b13081b5-429f-46e9-b0ff-6dd98ccd6851} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13120 | 2024.11.14 00:29:50.776405 [ 263 ] {b13081b5-429f-46e9-b0ff-6dd98ccd6851} <Trace> oximeter.fields_u8 (a7cdc9df-938b-4f64-8524-ad9db1e77500): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13121 | 2024.11.14 00:29:50.776599 [ 263 ] {b13081b5-429f-46e9-b0ff-6dd98ccd6851} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001601 sec., 8119.925046845721 rows/sec., 506.28 KiB/sec. | ||
| 13122 | 2024.11.14 00:29:50.776668 [ 263 ] {b13081b5-429f-46e9-b0ff-6dd98ccd6851} <Debug> TCPHandler: Processed in 0.001830496 sec. | ||
| 13123 | 2024.11.14 00:29:50.776818 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13124 | 2024.11.14 00:29:50.776948 [ 261 ] {1fa39b11-e285-4746-855b-738f91046aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13125 | 2024.11.14 00:29:50.777005 [ 261 ] {1fa39b11-e285-4746-855b-738f91046aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13126 | 2024.11.14 00:29:50.777886 [ 261 ] {1fa39b11-e285-4746-855b-738f91046aa0} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13127 | 2024.11.14 00:29:50.777933 [ 261 ] {1fa39b11-e285-4746-855b-738f91046aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13128 | 2024.11.14 00:29:50.778399 [ 261 ] {1fa39b11-e285-4746-855b-738f91046aa0} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13129 | 2024.11.14 00:29:50.778665 [ 261 ] {1fa39b11-e285-4746-855b-738f91046aa0} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13130 | 2024.11.14 00:29:50.778898 [ 261 ] {1fa39b11-e285-4746-855b-738f91046aa0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001975 sec., 213164.5569620253 rows/sec., 15.23 MiB/sec. | ||
| 13131 | 2024.11.14 00:29:50.778982 [ 261 ] {1fa39b11-e285-4746-855b-738f91046aa0} <Debug> TCPHandler: Processed in 0.002213611 sec. | ||
| 13132 | 2024.11.14 00:29:50.778987 [ 221 ] {} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13133 | 2024.11.14 00:29:50.779060 [ 221 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13134 | 2024.11.14 00:29:50.779186 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13135 | 2024.11.14 00:29:50.779374 [ 263 ] {e1a3a4da-43fc-45a0-82fa-3d56b533ec2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13136 | 2024.11.14 00:29:50.779467 [ 263 ] {e1a3a4da-43fc-45a0-82fa-3d56b533ec2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13137 | 2024.11.14 00:29:50.780741 [ 263 ] {e1a3a4da-43fc-45a0-82fa-3d56b533ec2c} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13138 | 2024.11.14 00:29:50.780781 [ 263 ] {e1a3a4da-43fc-45a0-82fa-3d56b533ec2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13139 | 2024.11.14 00:29:50.781561 [ 263 ] {e1a3a4da-43fc-45a0-82fa-3d56b533ec2c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13140 | 2024.11.14 00:29:50.781996 [ 263 ] {e1a3a4da-43fc-45a0-82fa-3d56b533ec2c} <Trace> oximeter.measurements_bool (f32399f6-feb6-4778-8ebc-148a182978bb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13141 | 2024.11.14 00:29:50.782297 [ 263 ] {e1a3a4da-43fc-45a0-82fa-3d56b533ec2c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002961 sec., 2026.3424518743668 rows/sec., 105.87 KiB/sec. | ||
| 13142 | 2024.11.14 00:29:50.782427 [ 263 ] {e1a3a4da-43fc-45a0-82fa-3d56b533ec2c} <Debug> TCPHandler: Processed in 0.003339237 sec. | ||
| 13143 | 2024.11.14 00:29:50.782634 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13144 | 2024.11.14 00:29:50.782785 [ 261 ] {802c067a-b7dd-4ead-826f-6e687df36f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13145 | 2024.11.14 00:29:50.782866 [ 261 ] {802c067a-b7dd-4ead-826f-6e687df36f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13146 | 2024.11.14 00:29:50.783072 [ 221 ] {} <Debug> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13147 | 2024.11.14 00:29:50.784079 [ 261 ] {802c067a-b7dd-4ead-826f-6e687df36f5b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13148 | 2024.11.14 00:29:50.784124 [ 261 ] {802c067a-b7dd-4ead-826f-6e687df36f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13149 | 2024.11.14 00:29:50.784533 [ 261 ] {802c067a-b7dd-4ead-826f-6e687df36f5b} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13150 | 2024.11.14 00:29:50.784791 [ 261 ] {802c067a-b7dd-4ead-826f-6e687df36f5b} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13151 | 2024.11.14 00:29:50.784997 [ 261 ] {802c067a-b7dd-4ead-826f-6e687df36f5b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002266 sec., 104589.58517210945 rows/sec., 7.01 MiB/sec. | ||
| 13152 | 2024.11.14 00:29:50.785054 [ 261 ] {802c067a-b7dd-4ead-826f-6e687df36f5b} <Debug> TCPHandler: Processed in 0.002512945 sec. | ||
| 13153 | 2024.11.14 00:29:50.785214 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13154 | 2024.11.14 00:29:50.785338 [ 263 ] {f4d40fdd-9e1d-443d-b247-f69baf4f23d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13155 | 2024.11.14 00:29:50.785390 [ 263 ] {f4d40fdd-9e1d-443d-b247-f69baf4f23d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13156 | 2024.11.14 00:29:50.785863 [ 263 ] {f4d40fdd-9e1d-443d-b247-f69baf4f23d7} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13157 | 2024.11.14 00:29:50.785901 [ 263 ] {f4d40fdd-9e1d-443d-b247-f69baf4f23d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13158 | 2024.11.14 00:29:50.786275 [ 263 ] {f4d40fdd-9e1d-443d-b247-f69baf4f23d7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13159 | 2024.11.14 00:29:50.786518 [ 263 ] {f4d40fdd-9e1d-443d-b247-f69baf4f23d7} <Trace> oximeter.measurements_f64 (936e44bc-833e-4d26-a8db-483ced59d7c6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13160 | 2024.11.14 00:29:50.786739 [ 263 ] {f4d40fdd-9e1d-443d-b247-f69baf4f23d7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001421 sec., 703.7297677691766 rows/sec., 47.42 KiB/sec. | ||
| 13161 | 2024.11.14 00:29:50.786900 [ 263 ] {f4d40fdd-9e1d-443d-b247-f69baf4f23d7} <Debug> TCPHandler: Processed in 0.001744234 sec. | ||
| 13162 | 2024.11.14 00:29:50.787103 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13163 | 2024.11.14 00:29:50.787218 [ 261 ] {ab58ff0f-7fbe-44b1-87a4-e3021dcac6ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13164 | 2024.11.14 00:29:50.787293 [ 261 ] {ab58ff0f-7fbe-44b1-87a4-e3021dcac6ae} <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 | ||
| 13165 | 2024.11.14 00:29:50.788446 [ 261 ] {ab58ff0f-7fbe-44b1-87a4-e3021dcac6ae} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13166 | 2024.11.14 00:29:50.788486 [ 261 ] {ab58ff0f-7fbe-44b1-87a4-e3021dcac6ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13167 | 2024.11.14 00:29:50.789157 [ 261 ] {ab58ff0f-7fbe-44b1-87a4-e3021dcac6ae} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13168 | 2024.11.14 00:29:50.789418 [ 261 ] {ab58ff0f-7fbe-44b1-87a4-e3021dcac6ae} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13169 | 2024.11.14 00:29:50.789673 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Found 6 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 13170 | 2024.11.14 00:29:50.789702 [ 261 ] {ab58ff0f-7fbe-44b1-87a4-e3021dcac6ae} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002497 sec., 15618.742490989187 rows/sec., 27.99 MiB/sec. | ||
| 13171 | 2024.11.14 00:29:50.789713 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Removing 6 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 13172 | 2024.11.14 00:29:50.790011 [ 261 ] {ab58ff0f-7fbe-44b1-87a4-e3021dcac6ae} <Debug> TCPHandler: Processed in 0.003000322 sec. | ||
| 13173 | 2024.11.14 00:29:50.790203 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13174 | 2024.11.14 00:29:50.790383 [ 263 ] {55877d7a-2aee-4af9-b91d-4099c005958c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13175 | 2024.11.14 00:29:50.790491 [ 263 ] {55877d7a-2aee-4af9-b91d-4099c005958c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13176 | 2024.11.14 00:29:50.791476 [ 263 ] {55877d7a-2aee-4af9-b91d-4099c005958c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13177 | 2024.11.14 00:29:50.791524 [ 263 ] {55877d7a-2aee-4af9-b91d-4099c005958c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 13178 | 2024.11.14 00:29:50.792259 [ 263 ] {55877d7a-2aee-4af9-b91d-4099c005958c} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13179 | 2024.11.14 00:29:50.792584 [ 263 ] {55877d7a-2aee-4af9-b91d-4099c005958c} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13180 | 2024.11.14 00:29:50.792924 [ 263 ] {55877d7a-2aee-4af9-b91d-4099c005958c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002604 sec., 31490.015360983103 rows/sec., 2.00 MiB/sec. | ||
| 13181 | 2024.11.14 00:29:50.793009 [ 263 ] {55877d7a-2aee-4af9-b91d-4099c005958c} <Debug> TCPHandler: Processed in 0.002874691 sec. | ||
| 13182 | 2024.11.14 00:29:50.794913 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (221b2e8c-4249-4c41-ac31-6169b7c2f9f7): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 13183 | 2024.11.14 00:29:50.951728 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13184 | 2024.11.14 00:29:50.972069 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47557, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13185 | 2024.11.14 00:29:51.102686 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13186 | 2024.11.14 00:29:51.105630 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13187 | 2024.11.14 00:29:51.111858 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59520, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13188 | 2024.11.14 00:29:51.154280 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62498, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13189 | 2024.11.14 00:29:51.184407 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13190 | 2024.11.14 00:29:51.187639 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50274, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13191 | 2024.11.14 00:29:51.858022 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13192 | 2024.11.14 00:29:51.927798 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13193 | 2024.11.14 00:29:51.930722 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13194 | 2024.11.14 00:29:51.961116 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13195 | 2024.11.14 00:29:51.970393 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58589, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13196 | 2024.11.14 00:29:51.974667 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63250, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13197 | 2024.11.14 00:29:52.000110 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13198 | 2024.11.14 00:29:52.005472 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13199 | 2024.11.14 00:29:52.416065 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13200 | 2024.11.14 00:29:52.441496 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13201 | 2024.11.14 00:29:52.616989 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55040, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13202 | 2024.11.14 00:29:52.645623 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44652, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13203 | 2024.11.14 00:29:52.695176 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64111, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13204 | 2024.11.14 00:29:52.721599 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54572, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13205 | 2024.11.14 00:29:52.740137 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13206 | 2024.11.14 00:29:55.756395 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13207 | 2024.11.14 00:29:55.756598 [ 263 ] {e765991e-d3a6-4c78-93cc-9b86d2073fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13208 | 2024.11.14 00:29:55.756670 [ 263 ] {e765991e-d3a6-4c78-93cc-9b86d2073fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13209 | 2024.11.14 00:29:55.757418 [ 263 ] {e765991e-d3a6-4c78-93cc-9b86d2073fd8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13210 | 2024.11.14 00:29:55.757469 [ 263 ] {e765991e-d3a6-4c78-93cc-9b86d2073fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.10 GiB. | ||
| 13211 | 2024.11.14 00:29:55.757921 [ 263 ] {e765991e-d3a6-4c78-93cc-9b86d2073fd8} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13212 | 2024.11.14 00:29:55.758196 [ 263 ] {e765991e-d3a6-4c78-93cc-9b86d2073fd8} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13213 | 2024.11.14 00:29:55.758433 [ 263 ] {e765991e-d3a6-4c78-93cc-9b86d2073fd8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001883 sec., 29739.776951672862 rows/sec., 2.28 MiB/sec. | ||
| 13214 | 2024.11.14 00:29:55.758489 [ 263 ] {e765991e-d3a6-4c78-93cc-9b86d2073fd8} <Debug> TCPHandler: Processed in 0.002222211 sec. | ||
| 13215 | 2024.11.14 00:29:55.758731 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13216 | 2024.11.14 00:29:55.758924 [ 261 ] {3e963415-4592-4b0e-804a-8642b7a36751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13217 | 2024.11.14 00:29:55.758995 [ 261 ] {3e963415-4592-4b0e-804a-8642b7a36751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13218 | 2024.11.14 00:29:55.759746 [ 261 ] {3e963415-4592-4b0e-804a-8642b7a36751} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13219 | 2024.11.14 00:29:55.759789 [ 261 ] {3e963415-4592-4b0e-804a-8642b7a36751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.10 GiB. | ||
| 13220 | 2024.11.14 00:29:55.760242 [ 261 ] {3e963415-4592-4b0e-804a-8642b7a36751} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13221 | 2024.11.14 00:29:55.760498 [ 261 ] {3e963415-4592-4b0e-804a-8642b7a36751} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13222 | 2024.11.14 00:29:55.760715 [ 261 ] {3e963415-4592-4b0e-804a-8642b7a36751} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001834 sec., 34896.40130861505 rows/sec., 2.72 MiB/sec. | ||
| 13223 | 2024.11.14 00:29:55.760798 [ 261 ] {3e963415-4592-4b0e-804a-8642b7a36751} <Debug> TCPHandler: Processed in 0.002196711 sec. | ||
| 13224 | 2024.11.14 00:29:55.761022 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13225 | 2024.11.14 00:29:55.761320 [ 263 ] {61a6473e-da15-40d4-8121-729c358b4d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13226 | 2024.11.14 00:29:55.761420 [ 263 ] {61a6473e-da15-40d4-8121-729c358b4d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13227 | 2024.11.14 00:29:55.761990 [ 263 ] {61a6473e-da15-40d4-8121-729c358b4d4a} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13228 | 2024.11.14 00:29:55.762029 [ 263 ] {61a6473e-da15-40d4-8121-729c358b4d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.10 GiB. | ||
| 13229 | 2024.11.14 00:29:55.762423 [ 263 ] {61a6473e-da15-40d4-8121-729c358b4d4a} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13230 | 2024.11.14 00:29:55.762657 [ 263 ] {61a6473e-da15-40d4-8121-729c358b4d4a} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13231 | 2024.11.14 00:29:55.762908 [ 263 ] {61a6473e-da15-40d4-8121-729c358b4d4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec. | ||
| 13232 | 2024.11.14 00:29:55.763053 [ 263 ] {61a6473e-da15-40d4-8121-729c358b4d4a} <Debug> TCPHandler: Processed in 0.00213052 sec. | ||
| 13233 | 2024.11.14 00:29:55.763360 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13234 | 2024.11.14 00:29:55.763753 [ 261 ] {a86e7e37-c3f9-4f05-80b6-8b09f2163918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13235 | 2024.11.14 00:29:55.763951 [ 261 ] {a86e7e37-c3f9-4f05-80b6-8b09f2163918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13236 | 2024.11.14 00:29:55.765696 [ 261 ] {a86e7e37-c3f9-4f05-80b6-8b09f2163918} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13237 | 2024.11.14 00:29:55.765736 [ 261 ] {a86e7e37-c3f9-4f05-80b6-8b09f2163918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.10 GiB. | ||
| 13238 | 2024.11.14 00:29:55.766133 [ 261 ] {a86e7e37-c3f9-4f05-80b6-8b09f2163918} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13239 | 2024.11.14 00:29:55.766386 [ 261 ] {a86e7e37-c3f9-4f05-80b6-8b09f2163918} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13240 | 2024.11.14 00:29:55.766569 [ 261 ] {a86e7e37-c3f9-4f05-80b6-8b09f2163918} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002961 sec., 20263.424518743668 rows/sec., 1.37 MiB/sec. | ||
| 13241 | 2024.11.14 00:29:55.766621 [ 261 ] {a86e7e37-c3f9-4f05-80b6-8b09f2163918} <Debug> TCPHandler: Processed in 0.003410788 sec. | ||
| 13242 | 2024.11.14 00:29:59.425211 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1882 | ||
| 13243 | 2024.11.14 00:29:59.428654 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13244 | 2024.11.14 00:29:59.428724 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.09 GiB. | ||
| 13245 | 2024.11.14 00:29:59.430457 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13246 | 2024.11.14 00:29:59.430794 [ 242 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13247 | 2024.11.14 00:29:59.431069 [ 112 ] {} <Debug> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13248 | 2024.11.14 00:29:59.431194 [ 112 ] {} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13249 | 2024.11.14 00:29:59.431258 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.09 GiB. | ||
| 13250 | 2024.11.14 00:29:59.431759 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 13251 | 2024.11.14 00:29:59.433617 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1882 | ||
| 13252 | 2024.11.14 00:29:59.433913 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13253 | 2024.11.14 00:29:59.434088 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1752 rows starting from the beginning of the part | ||
| 13254 | 2024.11.14 00:29:59.434710 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 20 rows starting from the beginning of the part | ||
| 13255 | 2024.11.14 00:29:59.435300 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 30 rows starting from the beginning of the part | ||
| 13256 | 2024.11.14 00:29:59.435893 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part | ||
| 13257 | 2024.11.14 00:29:59.436483 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 20 rows starting from the beginning of the part | ||
| 13258 | 2024.11.14 00:29:59.437102 [ 188 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 30 rows starting from the beginning of the part | ||
| 13259 | 2024.11.14 00:29:59.445693 [ 194 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1882 rows, containing 72 columns (72 merged, 0 gathered) in 0.014309932 sec., 131517.04704117394 rows/sec., 100.45 MiB/sec. | ||
| 13260 | 2024.11.14 00:29:59.447517 [ 194 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13261 | 2024.11.14 00:29:59.448357 [ 194 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13262 | 2024.11.14 00:29:59.448459 [ 194 ] {4ad0a789-bbda-4640-872e-89a9afa2ad53::all_1_66_13} <Trace> system.query_log (4ad0a789-bbda-4640-872e-89a9afa2ad53) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13263 | 2024.11.14 00:29:59.448821 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.04 MiB. | ||
| 13264 | 2024.11.14 00:30:00.759832 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13265 | 2024.11.14 00:30:00.760054 [ 263 ] {f5e46559-31a8-47af-9f90-0aa84b94393f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13266 | 2024.11.14 00:30:00.760142 [ 263 ] {f5e46559-31a8-47af-9f90-0aa84b94393f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13267 | 2024.11.14 00:30:00.761044 [ 263 ] {f5e46559-31a8-47af-9f90-0aa84b94393f} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13268 | 2024.11.14 00:30:00.761103 [ 263 ] {f5e46559-31a8-47af-9f90-0aa84b94393f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.09 GiB. | ||
| 13269 | 2024.11.14 00:30:00.761679 [ 263 ] {f5e46559-31a8-47af-9f90-0aa84b94393f} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13270 | 2024.11.14 00:30:00.762007 [ 263 ] {f5e46559-31a8-47af-9f90-0aa84b94393f} <Trace> oximeter.fields_string (98315aa8-a345-47e5-bfd2-d190a1c2988b): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13271 | 2024.11.14 00:30:00.762275 [ 263 ] {f5e46559-31a8-47af-9f90-0aa84b94393f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002265 sec., 24724.061810154526 rows/sec., 1.90 MiB/sec. | ||
| 13272 | 2024.11.14 00:30:00.762389 [ 263 ] {f5e46559-31a8-47af-9f90-0aa84b94393f} <Debug> TCPHandler: Processed in 0.002703948 sec. | ||
| 13273 | 2024.11.14 00:30:00.762806 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13274 | 2024.11.14 00:30:00.763099 [ 261 ] {2beceac0-119d-42ef-8174-cf80e3f0de1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13275 | 2024.11.14 00:30:00.763215 [ 261 ] {2beceac0-119d-42ef-8174-cf80e3f0de1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13276 | 2024.11.14 00:30:00.764248 [ 261 ] {2beceac0-119d-42ef-8174-cf80e3f0de1b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13277 | 2024.11.14 00:30:00.764313 [ 261 ] {2beceac0-119d-42ef-8174-cf80e3f0de1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.09 GiB. | ||
| 13278 | 2024.11.14 00:30:00.764951 [ 261 ] {2beceac0-119d-42ef-8174-cf80e3f0de1b} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13279 | 2024.11.14 00:30:00.765282 [ 261 ] {2beceac0-119d-42ef-8174-cf80e3f0de1b} <Trace> oximeter.fields_uuid (9a5f4e78-b879-4d42-a5ea-eae34dc21d76): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13280 | 2024.11.14 00:30:00.765564 [ 261 ] {2beceac0-119d-42ef-8174-cf80e3f0de1b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00254 sec., 25196.850393700784 rows/sec., 1.97 MiB/sec. | ||
| 13281 | 2024.11.14 00:30:00.765640 [ 261 ] {2beceac0-119d-42ef-8174-cf80e3f0de1b} <Debug> TCPHandler: Processed in 0.003080144 sec. | ||
| 13282 | 2024.11.14 00:30:00.765866 [ 263 ] {} <Trace> TCP-Session: 19be0728-70d6-4bbd-a1ac-f4ac4558b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13283 | 2024.11.14 00:30:00.766025 [ 263 ] {50b0e4c1-c770-489c-bb97-e2a58382e359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13284 | 2024.11.14 00:30:00.766099 [ 263 ] {50b0e4c1-c770-489c-bb97-e2a58382e359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13285 | 2024.11.14 00:30:00.766853 [ 263 ] {50b0e4c1-c770-489c-bb97-e2a58382e359} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13286 | 2024.11.14 00:30:00.766902 [ 263 ] {50b0e4c1-c770-489c-bb97-e2a58382e359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.09 GiB. | ||
| 13287 | 2024.11.14 00:30:00.767480 [ 263 ] {50b0e4c1-c770-489c-bb97-e2a58382e359} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13288 | 2024.11.14 00:30:00.767855 [ 263 ] {50b0e4c1-c770-489c-bb97-e2a58382e359} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13289 | 2024.11.14 00:30:00.768078 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13290 | 2024.11.14 00:30:00.768114 [ 263 ] {50b0e4c1-c770-489c-bb97-e2a58382e359} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002122 sec., 75400.56550424127 rows/sec., 5.25 MiB/sec. | ||
| 13291 | 2024.11.14 00:30:00.768171 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13292 | 2024.11.14 00:30:00.768241 [ 263 ] {50b0e4c1-c770-489c-bb97-e2a58382e359} <Debug> TCPHandler: Processed in 0.002454655 sec. | ||
| 13293 | 2024.11.14 00:30:00.768249 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.09 GiB. | ||
| 13294 | 2024.11.14 00:30:00.768466 [ 261 ] {} <Trace> TCP-Session: 9cae0f48-5131-4097-b943-5c1447ddb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13295 | 2024.11.14 00:30:00.768505 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 13296 | 2024.11.14 00:30:00.768629 [ 261 ] {ed49e1c3-7c6c-4edf-9264-b641f8ca4094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34933) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13297 | 2024.11.14 00:30:00.768715 [ 261 ] {ed49e1c3-7c6c-4edf-9264-b641f8ca4094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13298 | 2024.11.14 00:30:00.768729 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13299 | 2024.11.14 00:30:00.768809 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_121_24, total 23846 rows starting from the beginning of the part | ||
| 13300 | 2024.11.14 00:30:00.769078 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 132 rows starting from the beginning of the part | ||
| 13301 | 2024.11.14 00:30:00.769371 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 13302 | 2024.11.14 00:30:00.769713 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 13303 | 2024.11.14 00:30:00.769903 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part | ||
| 13304 | 2024.11.14 00:30:00.770228 [ 199 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part | ||
| 13305 | 2024.11.14 00:30:00.770570 [ 261 ] {ed49e1c3-7c6c-4edf-9264-b641f8ca4094} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13306 | 2024.11.14 00:30:00.770630 [ 261 ] {ed49e1c3-7c6c-4edf-9264-b641f8ca4094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.09 GiB. | ||
| 13307 | 2024.11.14 00:30:00.771285 [ 261 ] {ed49e1c3-7c6c-4edf-9264-b641f8ca4094} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13308 | 2024.11.14 00:30:00.771669 [ 261 ] {ed49e1c3-7c6c-4edf-9264-b641f8ca4094} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13309 | 2024.11.14 00:30:00.771906 [ 105 ] {} <Debug> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13310 | 2024.11.14 00:30:00.772016 [ 105 ] {} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13311 | 2024.11.14 00:30:00.772032 [ 261 ] {ed49e1c3-7c6c-4edf-9264-b641f8ca4094} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003414 sec., 17574.69244288225 rows/sec., 1.18 MiB/sec. | ||
| 13312 | 2024.11.14 00:30:00.772090 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.09 GiB. | ||
| 13313 | 2024.11.14 00:30:00.772455 [ 261 ] {ed49e1c3-7c6c-4edf-9264-b641f8ca4094} <Debug> TCPHandler: Processed in 0.004074838 sec. | ||
| 13314 | 2024.11.14 00:30:00.772979 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 13315 | 2024.11.14 00:30:00.773420 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13316 | 2024.11.14 00:30:00.773541 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7674 rows starting from the beginning of the part | ||
| 13317 | 2024.11.14 00:30:00.773937 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 48 rows starting from the beginning of the part | ||
| 13318 | 2024.11.14 00:30:00.774305 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 13319 | 2024.11.14 00:30:00.774712 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 13320 | 2024.11.14 00:30:00.774931 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 13321 | 2024.11.14 00:30:00.775136 [ 195 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part | ||
| 13322 | 2024.11.14 00:30:00.778271 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7984 rows, containing 4 columns (4 merged, 0 gathered) in 0.005906713 sec., 1351682.3993310663 rows/sec., 88.89 MiB/sec. | ||
| 13323 | 2024.11.14 00:30:00.779057 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13324 | 2024.11.14 00:30:00.779670 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13325 | 2024.11.14 00:30:00.779847 [ 194 ] {aeebea0f-54ad-4e6c-a873-1be406b690f1::all_1_126_25} <Trace> oximeter.measurements_u64 (aeebea0f-54ad-4e6c-a873-1be406b690f1) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13326 | 2024.11.14 00:30:00.780176 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 13327 | 2024.11.14 00:30:00.780387 [ 194 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24695 rows, containing 5 columns (5 merged, 0 gathered) in 0.012027239 sec., 2053255.946772156 rows/sec., 140.22 MiB/sec. | ||
| 13328 | 2024.11.14 00:30:00.780593 [ 195 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13329 | 2024.11.14 00:30:00.780959 [ 195 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13330 | 2024.11.14 00:30:00.781052 [ 195 ] {1a2852f9-c1c7-459d-a98e-8261d9e60321::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (1a2852f9-c1c7-459d-a98e-8261d9e60321) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13331 | 2024.11.14 00:30:00.781150 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||