| 1 | [ Nov 13 20:45:11 Enabled. ] | ||
| 2 | [ Nov 13 20:45:11 Rereading configuration. ] | ||
| 3 | [ Nov 13 20:45:13 Rereading configuration. ] | ||
| 4 | [ Nov 13 20:45:24 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 13 20:45:24 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.13 20:45:25.406428 [ 1 ] {} <Information> Application: Will watch for the process with pid 29905 | ||
| 29 | 2024.11.13 20:45:25.406930 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.11.13 20:45:25.662363 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 29905 | ||
| 31 | 2024.11.13 20:45:25.663132 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.11.13 20:45:25.663871 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.11.13 20:45:25.751732 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.11.13 20:45:25.778129 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.11.13 20:45:25.778180 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.11.13 20:45:25.778193 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.11.13 20:45:25.778261 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.11.13 20:45:25.778657 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.11.13 20:45:25.780284 [ 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.13 20:45:25.780864 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.11.13 20:45:25.781695 [ 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.13 20:45:25.781717 [ 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.13 20:45:25.781733 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.11.13 20:45:25.781907 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.11.13 20:45:25.782834 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.11.13 20:45:25.788612 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.11.13 20:45:25.789528 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.11.13 20:45:25.790828 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.11.13 20:45:25.790894 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.11.13 20:45:25.792479 [ 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.13 20:45:25.792814 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.11.13 20:45:25.797144 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.11.13 20:45:25.797585 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.11.13 20:45:25.799091 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.11.13 20:45:25.799520 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.11.13 20:45:25.799911 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.11.13 20:45:25.800272 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.11.13 20:45:25.801655 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.11.13 20:45:25.801682 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.11.13 20:45:25.801765 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.11.13 20:45:25.801953 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.11.13 20:45:25.809721 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.11.13 20:45:25.809747 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000147593 sec | ||
| 68 | 2024.11.13 20:45:25.809790 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.11.13 20:45:25.809806 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.11.13 20:45:25.810916 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.11.13 20:45:25.811944 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.11.13 20:45:25.823752 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.11.13 20:45:25.823805 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.11.13 20:45:25.823828 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.11.13 20:45:25.823841 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.11.13 20:45:25.823872 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.11.13 20:45:25.823890 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 78 | 2024.11.13 20:45:25.823902 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.11.13 20:45:25.823935 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.11.13 20:45:25.823952 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 81 | 2024.11.13 20:45:25.823964 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.11.13 20:45:25.823975 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.11.13 20:45:25.824015 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.11.13 20:45:25.824028 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.11.13 20:45:25.824040 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.11.13 20:45:25.824074 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.11.13 20:45:25.824087 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.11.13 20:45:25.851704 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.11.13 20:45:25.852946 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.11.13 20:45:25.852975 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.8541e-05 sec | ||
| 91 | 2024.11.13 20:45:25.852989 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.11.13 20:45:25.853001 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.11.13 20:45:25.853027 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.11.13 20:45:25.853246 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.11.13 20:45:25.853290 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.11.13 20:45:25.853304 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.11.13 20:45:25.853317 [ 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.13 20:45:25.853336 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.11.13 20:45:25.857174 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.11.13 20:45:25.857486 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.76 MiB, peak 24.76 MiB, free memory in arenas 0.00 B, will set to 116.85 MiB (RSS), difference: 92.09 MiB | ||
| 101 | 2024.11.13 20:45:25.858383 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.367e-05 sec. | ||
| 102 | 2024.11.13 20:45:25.858762 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.11.13 20:45:25.858860 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.11.13 20:45:25.858877 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.11.13 20:45:26.100923 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47880 | ||
| 106 | 2024.11.13 20:45:26.101456 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.11.13 20:45:26.101511 [ 3 ] {} <Debug> TCP-Session: 93b4d38f-0c00-439c-957a-ee7d989b2310 Authenticating user 'default' from [fd00:1122:3344:101::b]:47880 | ||
| 108 | 2024.11.13 20:45:26.101543 [ 3 ] {} <Debug> TCP-Session: 93b4d38f-0c00-439c-957a-ee7d989b2310 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.11.13 20:45:26.101571 [ 3 ] {} <Debug> TCP-Session: 93b4d38f-0c00-439c-957a-ee7d989b2310 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.11.13 20:45:26.101653 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.11.13 20:45:26.101679 [ 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.13 20:45:26.101703 [ 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.13 20:45:26.102133 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41898 | ||
| 114 | 2024.11.13 20:45:26.102269 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2024.11.13 20:45:26.102300 [ 4 ] {} <Debug> TCP-Session: 8ea454be-293e-4dc6-9511-20a4e51414ac Authenticating user 'default' from [fd00:1122:3344:101::b]:41898 | ||
| 116 | 2024.11.13 20:45:26.102331 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37889 | ||
| 117 | 2024.11.13 20:45:26.102355 [ 4 ] {} <Debug> TCP-Session: 8ea454be-293e-4dc6-9511-20a4e51414ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.11.13 20:45:26.102334 [ 250 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61960 | ||
| 119 | 2024.11.13 20:45:26.102410 [ 251 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43025 | ||
| 120 | 2024.11.13 20:45:26.102423 [ 4 ] {} <Debug> TCP-Session: 8ea454be-293e-4dc6-9511-20a4e51414ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2024.11.13 20:45:26.102497 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2024.11.13 20:45:26.102543 [ 252 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42692 | ||
| 123 | 2024.11.13 20:45:26.102757 [ 251 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2024.11.13 20:45:26.102781 [ 250 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2024.11.13 20:45:26.102914 [ 251 ] {} <Debug> TCP-Session: 09a1e394-a211-47c9-a8a4-36c1c5626a8f Authenticating user 'default' from [fd00:1122:3344:101::b]:43025 | ||
| 126 | 2024.11.13 20:45:26.102923 [ 5 ] {} <Debug> TCP-Session: a14e552e-cd4d-47fa-b07f-ee6a698e539b Authenticating user 'default' from [fd00:1122:3344:101::b]:37889 | ||
| 127 | 2024.11.13 20:45:26.102927 [ 252 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2024.11.13 20:45:26.102972 [ 250 ] {} <Debug> TCP-Session: ed29fad4-d349-42b3-bae2-54ba698e0465 Authenticating user 'default' from [fd00:1122:3344:101::b]:61960 | ||
| 129 | 2024.11.13 20:45:26.102993 [ 251 ] {} <Debug> TCP-Session: 09a1e394-a211-47c9-a8a4-36c1c5626a8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2024.11.13 20:45:26.103020 [ 252 ] {} <Debug> TCP-Session: cdc03bf0-1bf8-484a-b406-92523fb35d20 Authenticating user 'default' from [fd00:1122:3344:101::b]:42692 | ||
| 131 | 2024.11.13 20:45:26.103000 [ 5 ] {} <Debug> TCP-Session: a14e552e-cd4d-47fa-b07f-ee6a698e539b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2024.11.13 20:45:26.103059 [ 250 ] {} <Debug> TCP-Session: ed29fad4-d349-42b3-bae2-54ba698e0465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2024.11.13 20:45:26.103086 [ 251 ] {} <Debug> TCP-Session: 09a1e394-a211-47c9-a8a4-36c1c5626a8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.11.13 20:45:26.103099 [ 252 ] {} <Debug> TCP-Session: cdc03bf0-1bf8-484a-b406-92523fb35d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2024.11.13 20:45:26.103117 [ 5 ] {} <Debug> TCP-Session: a14e552e-cd4d-47fa-b07f-ee6a698e539b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2024.11.13 20:45:26.103139 [ 250 ] {} <Debug> TCP-Session: ed29fad4-d349-42b3-bae2-54ba698e0465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.11.13 20:45:26.103162 [ 252 ] {} <Debug> TCP-Session: cdc03bf0-1bf8-484a-b406-92523fb35d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2024.11.13 20:45:26.103500 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54178 | ||
| 139 | 2024.11.13 20:45:26.103585 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61151 | ||
| 140 | 2024.11.13 20:45:26.103652 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2024.11.13 20:45:26.103722 [ 253 ] {} <Debug> TCP-Session: fbc07553-8421-4580-8ab9-4eb660125806 Authenticating user 'default' from [fd00:1122:3344:101::b]:54178 | ||
| 142 | 2024.11.13 20:45:26.103729 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2024.11.13 20:45:26.103748 [ 253 ] {} <Debug> TCP-Session: fbc07553-8421-4580-8ab9-4eb660125806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2024.11.13 20:45:26.103791 [ 254 ] {} <Debug> TCP-Session: 6824607a-39a2-4390-90c6-3c0f6bfb6146 Authenticating user 'default' from [fd00:1122:3344:101::b]:61151 | ||
| 145 | 2024.11.13 20:45:26.103797 [ 253 ] {} <Debug> TCP-Session: fbc07553-8421-4580-8ab9-4eb660125806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.11.13 20:45:26.103825 [ 254 ] {} <Debug> TCP-Session: 6824607a-39a2-4390-90c6-3c0f6bfb6146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.11.13 20:45:26.103858 [ 254 ] {} <Debug> TCP-Session: 6824607a-39a2-4390-90c6-3c0f6bfb6146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.11.13 20:45:26.276869 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50404 | ||
| 149 | 2024.11.13 20:45:26.277330 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2024.11.13 20:45:26.277374 [ 255 ] {} <Debug> TCP-Session: a2eeacb8-f122-4341-910c-c1441624b5b0 Authenticating user 'default' from [fd00:1122:3344:101::c]:50404 | ||
| 151 | 2024.11.13 20:45:26.277402 [ 255 ] {} <Debug> TCP-Session: a2eeacb8-f122-4341-910c-c1441624b5b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.11.13 20:45:26.277428 [ 255 ] {} <Debug> TCP-Session: a2eeacb8-f122-4341-910c-c1441624b5b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.11.13 20:45:26.277489 [ 255 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2024.11.13 20:45:26.277519 [ 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 | ||
| 155 | 2024.11.13 20:45:26.277547 [ 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 | ||
| 156 | 2024.11.13 20:45:26.278238 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40892 | ||
| 157 | 2024.11.13 20:45:26.278469 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41067 | ||
| 158 | 2024.11.13 20:45:26.278475 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2024.11.13 20:45:26.278564 [ 256 ] {} <Debug> TCP-Session: 13fba47d-f56d-4331-abbd-784f998f20a0 Authenticating user 'default' from [fd00:1122:3344:101::c]:40892 | ||
| 160 | 2024.11.13 20:45:26.278681 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 161 | 2024.11.13 20:45:26.278713 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42059 | ||
| 162 | 2024.11.13 20:45:26.278737 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55228 | ||
| 163 | 2024.11.13 20:45:26.278760 [ 257 ] {} <Debug> TCP-Session: a3707bdd-b7e7-46a5-9221-71b080343cab Authenticating user 'default' from [fd00:1122:3344:101::c]:41067 | ||
| 164 | 2024.11.13 20:45:26.278705 [ 256 ] {} <Debug> TCP-Session: 13fba47d-f56d-4331-abbd-784f998f20a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2024.11.13 20:45:26.278945 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46098 | ||
| 166 | 2024.11.13 20:45:26.278975 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 167 | 2024.11.13 20:45:26.279004 [ 257 ] {} <Debug> TCP-Session: a3707bdd-b7e7-46a5-9221-71b080343cab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 168 | 2024.11.13 20:45:26.279002 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 169 | 2024.11.13 20:45:26.279062 [ 259 ] {} <Debug> TCP-Session: 535b9d8c-cb46-4951-aba0-7d558d8cf0bb Authenticating user 'default' from [fd00:1122:3344:101::c]:42059 | ||
| 170 | 2024.11.13 20:45:26.279070 [ 257 ] {} <Debug> TCP-Session: a3707bdd-b7e7-46a5-9221-71b080343cab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2024.11.13 20:45:26.279162 [ 259 ] {} <Debug> TCP-Session: 535b9d8c-cb46-4951-aba0-7d558d8cf0bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 172 | 2024.11.13 20:45:26.279134 [ 258 ] {} <Debug> TCP-Session: cf37b617-d7c7-421a-b5cd-ff9835024d20 Authenticating user 'default' from [fd00:1122:3344:101::c]:55228 | ||
| 173 | 2024.11.13 20:45:26.279188 [ 256 ] {} <Debug> TCP-Session: 13fba47d-f56d-4331-abbd-784f998f20a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2024.11.13 20:45:26.279222 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36687 | ||
| 175 | 2024.11.13 20:45:26.279262 [ 258 ] {} <Debug> TCP-Session: cf37b617-d7c7-421a-b5cd-ff9835024d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.11.13 20:45:26.279267 [ 259 ] {} <Debug> TCP-Session: 535b9d8c-cb46-4951-aba0-7d558d8cf0bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2024.11.13 20:45:26.279430 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36828 | ||
| 178 | 2024.11.13 20:45:26.279573 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 179 | 2024.11.13 20:45:26.279632 [ 258 ] {} <Debug> TCP-Session: cf37b617-d7c7-421a-b5cd-ff9835024d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.11.13 20:45:26.279678 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2024.11.13 20:45:26.279737 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 182 | 2024.11.13 20:45:26.279804 [ 261 ] {} <Debug> TCP-Session: f7f52e75-ac6d-4ed2-93c7-bc4f5392e76c Authenticating user 'default' from [fd00:1122:3344:101::c]:36687 | ||
| 183 | 2024.11.13 20:45:26.279822 [ 260 ] {} <Debug> TCP-Session: 7db10dff-46eb-4ed4-acff-2bc739dde27f Authenticating user 'default' from [fd00:1122:3344:101::c]:46098 | ||
| 184 | 2024.11.13 20:45:26.279843 [ 262 ] {} <Debug> TCP-Session: aec66102-fe73-4a82-9e87-bbefed8ae6ed Authenticating user 'default' from [fd00:1122:3344:101::c]:36828 | ||
| 185 | 2024.11.13 20:45:26.279855 [ 261 ] {} <Debug> TCP-Session: f7f52e75-ac6d-4ed2-93c7-bc4f5392e76c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2024.11.13 20:45:26.279896 [ 260 ] {} <Debug> TCP-Session: 7db10dff-46eb-4ed4-acff-2bc739dde27f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2024.11.13 20:45:26.279914 [ 262 ] {} <Debug> TCP-Session: aec66102-fe73-4a82-9e87-bbefed8ae6ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2024.11.13 20:45:26.279922 [ 261 ] {} <Debug> TCP-Session: f7f52e75-ac6d-4ed2-93c7-bc4f5392e76c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.11.13 20:45:26.279955 [ 260 ] {} <Debug> TCP-Session: 7db10dff-46eb-4ed4-acff-2bc739dde27f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2024.11.13 20:45:26.279972 [ 262 ] {} <Debug> TCP-Session: aec66102-fe73-4a82-9e87-bbefed8ae6ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2024.11.13 20:45:26.648419 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43488 | ||
| 192 | 2024.11.13 20:45:26.648897 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 193 | 2024.11.13 20:45:26.648956 [ 263 ] {} <Debug> TCP-Session: dfbd733c-8e7f-4c51-8a47-ffa2fd55740c Authenticating user 'default' from [fd00:1122:3344:101::a]:43488 | ||
| 194 | 2024.11.13 20:45:26.648980 [ 263 ] {} <Debug> TCP-Session: dfbd733c-8e7f-4c51-8a47-ffa2fd55740c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.11.13 20:45:26.648994 [ 263 ] {} <Debug> TCP-Session: dfbd733c-8e7f-4c51-8a47-ffa2fd55740c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.11.13 20:45:26.649049 [ 263 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 197 | 2024.11.13 20:45:26.649073 [ 263 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 198 | 2024.11.13 20:45:26.649097 [ 263 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 199 | 2024.11.13 20:45:26.649734 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41097 | ||
| 200 | 2024.11.13 20:45:26.649817 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35812 | ||
| 201 | 2024.11.13 20:45:26.649953 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 202 | 2024.11.13 20:45:26.649962 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41495 | ||
| 203 | 2024.11.13 20:45:26.649998 [ 264 ] {} <Debug> TCP-Session: bc4cc250-dedd-4c21-998e-01c4d3748242 Authenticating user 'default' from [fd00:1122:3344:101::a]:41097 | ||
| 204 | 2024.11.13 20:45:26.650136 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50284 | ||
| 205 | 2024.11.13 20:45:26.650142 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 206 | 2024.11.13 20:45:26.650159 [ 264 ] {} <Debug> TCP-Session: bc4cc250-dedd-4c21-998e-01c4d3748242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 207 | 2024.11.13 20:45:26.650464 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 208 | 2024.11.13 20:45:26.650476 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 209 | 2024.11.13 20:45:26.650508 [ 265 ] {} <Debug> TCP-Session: 0f79bd99-a6f1-4688-9f6e-71a1b648e65c Authenticating user 'default' from [fd00:1122:3344:101::a]:35812 | ||
| 210 | 2024.11.13 20:45:26.650267 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49935 | ||
| 211 | 2024.11.13 20:45:26.650563 [ 266 ] {} <Debug> TCP-Session: 294c2db0-07bc-4fd7-a223-74bf1eaba258 Authenticating user 'default' from [fd00:1122:3344:101::a]:41495 | ||
| 212 | 2024.11.13 20:45:26.650568 [ 267 ] {} <Debug> TCP-Session: ebb54d2a-9f89-4634-a41c-0b985275ead1 Authenticating user 'default' from [fd00:1122:3344:101::a]:50284 | ||
| 213 | 2024.11.13 20:45:26.650466 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42438 | ||
| 214 | 2024.11.13 20:45:26.650599 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49701 | ||
| 215 | 2024.11.13 20:45:26.650654 [ 267 ] {} <Debug> TCP-Session: ebb54d2a-9f89-4634-a41c-0b985275ead1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 216 | 2024.11.13 20:45:26.650645 [ 266 ] {} <Debug> TCP-Session: 294c2db0-07bc-4fd7-a223-74bf1eaba258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 217 | 2024.11.13 20:45:26.650631 [ 265 ] {} <Debug> TCP-Session: 0f79bd99-a6f1-4688-9f6e-71a1b648e65c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 218 | 2024.11.13 20:45:26.650445 [ 264 ] {} <Debug> TCP-Session: bc4cc250-dedd-4c21-998e-01c4d3748242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 219 | 2024.11.13 20:45:26.650822 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 220 | 2024.11.13 20:45:26.651066 [ 267 ] {} <Debug> TCP-Session: ebb54d2a-9f89-4634-a41c-0b985275ead1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 221 | 2024.11.13 20:45:26.651088 [ 265 ] {} <Debug> TCP-Session: 0f79bd99-a6f1-4688-9f6e-71a1b648e65c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 222 | 2024.11.13 20:45:26.651144 [ 266 ] {} <Debug> TCP-Session: 294c2db0-07bc-4fd7-a223-74bf1eaba258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 223 | 2024.11.13 20:45:26.651175 [ 269 ] {} <Debug> TCP-Session: 8226a3e1-665b-41ea-a736-66ae36f12cb7 Authenticating user 'default' from [fd00:1122:3344:101::a]:42438 | ||
| 224 | 2024.11.13 20:45:26.651028 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 225 | 2024.11.13 20:45:26.651159 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 226 | 2024.11.13 20:45:26.651252 [ 269 ] {} <Debug> TCP-Session: 8226a3e1-665b-41ea-a736-66ae36f12cb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 227 | 2024.11.13 20:45:26.651313 [ 270 ] {} <Debug> TCP-Session: ad66276b-d8bc-4a41-9601-cf933956d77c Authenticating user 'default' from [fd00:1122:3344:101::a]:49701 | ||
| 228 | 2024.11.13 20:45:26.651327 [ 269 ] {} <Debug> TCP-Session: 8226a3e1-665b-41ea-a736-66ae36f12cb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 229 | 2024.11.13 20:45:26.651372 [ 268 ] {} <Debug> TCP-Session: 53f28957-03bc-4a77-824f-9b9baad0b24a Authenticating user 'default' from [fd00:1122:3344:101::a]:49935 | ||
| 230 | 2024.11.13 20:45:26.651375 [ 270 ] {} <Debug> TCP-Session: ad66276b-d8bc-4a41-9601-cf933956d77c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2024.11.13 20:45:26.651422 [ 268 ] {} <Debug> TCP-Session: 53f28957-03bc-4a77-824f-9b9baad0b24a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2024.11.13 20:45:26.651439 [ 270 ] {} <Debug> TCP-Session: ad66276b-d8bc-4a41-9601-cf933956d77c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2024.11.13 20:45:26.651446 [ 268 ] {} <Debug> TCP-Session: 53f28957-03bc-4a77-824f-9b9baad0b24a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 234 | 2024.11.13 20:45:27.000169 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.52 MiB, peak 117.52 MiB, free memory in arenas 0.00 B, will set to 119.60 MiB (RSS), difference: 2.08 MiB | ||
| 235 | 2024.11.13 20:45:28.992964 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60600 | ||
| 236 | 2024.11.13 20:45:28.994902 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 237 | 2024.11.13 20:45:28.994952 [ 271 ] {} <Debug> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Authenticating user 'default' from [fd00:1122:3344:101::d]:60600 | ||
| 238 | 2024.11.13 20:45:28.994978 [ 271 ] {} <Debug> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2024.11.13 20:45:28.994992 [ 271 ] {} <Debug> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2024.11.13 20:45:28.995055 [ 271 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 241 | 2024.11.13 20:45:28.995082 [ 271 ] {} <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 | ||
| 242 | 2024.11.13 20:45:28.995117 [ 271 ] {} <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 | ||
| 243 | 2024.11.13 20:45:28.999122 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39117 | ||
| 244 | 2024.11.13 20:45:28.999218 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32911 | ||
| 245 | 2024.11.13 20:45:28.999316 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 246 | 2024.11.13 20:45:28.999326 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53724 | ||
| 247 | 2024.11.13 20:45:28.999472 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 248 | 2024.11.13 20:45:28.999497 [ 272 ] {} <Debug> TCP-Session: 7b76a739-8be1-4bf4-8572-dd8523e457bf Authenticating user 'default' from [fd00:1122:3344:101::d]:39117 | ||
| 249 | 2024.11.13 20:45:28.999498 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51717 | ||
| 250 | 2024.11.13 20:45:28.999653 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 251 | 2024.11.13 20:45:28.999702 [ 272 ] {} <Debug> TCP-Session: 7b76a739-8be1-4bf4-8572-dd8523e457bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.11.13 20:45:28.999702 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62954 | ||
| 253 | 2024.11.13 20:45:28.999743 [ 273 ] {} <Debug> TCP-Session: e47b8bc8-53d9-4f2e-9f14-b12f8ef89de1 Authenticating user 'default' from [fd00:1122:3344:101::d]:32911 | ||
| 254 | 2024.11.13 20:45:28.999781 [ 274 ] {} <Debug> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53724 | ||
| 255 | 2024.11.13 20:45:28.999833 [ 272 ] {} <Debug> TCP-Session: 7b76a739-8be1-4bf4-8572-dd8523e457bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.11.13 20:45:29.000020 [ 273 ] {} <Debug> TCP-Session: e47b8bc8-53d9-4f2e-9f14-b12f8ef89de1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 257 | 2024.11.13 20:45:29.000019 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 258 | 2024.11.13 20:45:29.000023 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41068 | ||
| 259 | 2024.11.13 20:45:29.000084 [ 274 ] {} <Debug> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.11.13 20:45:29.000115 [ 273 ] {} <Debug> TCP-Session: e47b8bc8-53d9-4f2e-9f14-b12f8ef89de1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.11.13 20:45:29.000155 [ 276 ] {} <Debug> TCP-Session: 0283382c-a594-4aed-9318-d99a03c157b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:62954 | ||
| 262 | 2024.11.13 20:45:29.000342 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 263 | 2024.11.13 20:45:29.000363 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58172 | ||
| 264 | 2024.11.13 20:45:29.000407 [ 276 ] {} <Debug> TCP-Session: 0283382c-a594-4aed-9318-d99a03c157b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 265 | 2024.11.13 20:45:29.000584 [ 276 ] {} <Debug> TCP-Session: 0283382c-a594-4aed-9318-d99a03c157b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 266 | 2024.11.13 20:45:29.000596 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41590 | ||
| 267 | 2024.11.13 20:45:29.000594 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 268 | 2024.11.13 20:45:29.000707 [ 275 ] {} <Debug> TCP-Session: 881582e4-1348-4c82-baf1-5894d23c0107 Authenticating user 'default' from [fd00:1122:3344:101::d]:51717 | ||
| 269 | 2024.11.13 20:45:29.000811 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 270 | 2024.11.13 20:45:29.000822 [ 277 ] {} <Debug> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41068 | ||
| 271 | 2024.11.13 20:45:29.000874 [ 275 ] {} <Debug> TCP-Session: 881582e4-1348-4c82-baf1-5894d23c0107 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 272 | 2024.11.13 20:45:29.000187 [ 274 ] {} <Debug> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 273 | 2024.11.13 20:45:29.001060 [ 278 ] {} <Debug> TCP-Session: 9929d11a-9dc8-404e-8b8d-5defc2f52a16 Authenticating user 'default' from [fd00:1122:3344:101::d]:58172 | ||
| 274 | 2024.11.13 20:45:29.001094 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 275 | 2024.11.13 20:45:29.001114 [ 275 ] {} <Debug> TCP-Session: 881582e4-1348-4c82-baf1-5894d23c0107 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.11.13 20:45:29.001222 [ 279 ] {} <Debug> TCP-Session: 721f62e9-326c-44c3-a81b-29b2da9e2f05 Authenticating user 'default' from [fd00:1122:3344:101::d]:41590 | ||
| 277 | 2024.11.13 20:45:29.001220 [ 278 ] {} <Debug> TCP-Session: 9929d11a-9dc8-404e-8b8d-5defc2f52a16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 278 | 2024.11.13 20:45:29.001309 [ 277 ] {} <Debug> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 279 | 2024.11.13 20:45:29.001347 [ 279 ] {} <Debug> TCP-Session: 721f62e9-326c-44c3-a81b-29b2da9e2f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 280 | 2024.11.13 20:45:29.001368 [ 278 ] {} <Debug> TCP-Session: 9929d11a-9dc8-404e-8b8d-5defc2f52a16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 281 | 2024.11.13 20:45:29.001409 [ 277 ] {} <Debug> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 282 | 2024.11.13 20:45:29.001453 [ 279 ] {} <Debug> TCP-Session: 721f62e9-326c-44c3-a81b-29b2da9e2f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 283 | 2024.11.13 20:45:29.004709 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 284 | 2024.11.13 20:45:29.014623 [ 271 ] {393f54d1-b599-4663-a886-812c670b8a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 285 | 2024.11.13 20:45:29.074748 [ 271 ] {393f54d1-b599-4663-a886-812c670b8a6a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60600) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 286 | |||
| 287 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 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 | ||
| 290 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 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 | ||
| 294 | 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 | ||
| 295 | 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 | ||
| 296 | 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 | ||
| 297 | 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 | ||
| 298 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 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 | ||
| 301 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 302 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 303 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 304 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 305 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 306 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 308 | |||
| 309 | 2024.11.13 20:45:29.076105 [ 271 ] {393f54d1-b599-4663-a886-812c670b8a6a} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 310 | |||
| 311 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 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 | ||
| 314 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 316 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 317 | 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 | ||
| 318 | 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 | ||
| 319 | 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 | ||
| 320 | 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 | ||
| 321 | 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 | ||
| 322 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 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 | ||
| 325 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 326 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 327 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 328 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 329 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 330 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 332 | |||
| 333 | 2024.11.13 20:45:29.076216 [ 271 ] {393f54d1-b599-4663-a886-812c670b8a6a} <Debug> TCPHandler: Processed in 0.07479337 sec. | ||
| 334 | 2024.11.13 20:45:29.078775 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2024.11.13 20:45:29.079034 [ 277 ] {69cf5627-e36d-4aab-9a2f-d71221bb68f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 336 | 2024.11.13 20:45:29.079500 [ 277 ] {69cf5627-e36d-4aab-9a2f-d71221bb68f7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41068) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 337 | |||
| 338 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 340 | 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 | ||
| 341 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 342 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 343 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 344 | 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 | ||
| 345 | 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 | ||
| 346 | 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 | ||
| 347 | 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 | ||
| 348 | 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 | ||
| 349 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 350 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 351 | 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 | ||
| 352 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 353 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 354 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 355 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 356 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 357 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 358 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 359 | |||
| 360 | 2024.11.13 20:45:29.079724 [ 277 ] {69cf5627-e36d-4aab-9a2f-d71221bb68f7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 361 | |||
| 362 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 363 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 364 | 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 | ||
| 365 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 366 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 367 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 368 | 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 | ||
| 369 | 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 | ||
| 370 | 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 | ||
| 371 | 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 | ||
| 372 | 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 | ||
| 373 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 374 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 375 | 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 | ||
| 376 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 377 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 378 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 379 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 380 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 381 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 382 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 383 | |||
| 384 | 2024.11.13 20:45:29.079878 [ 277 ] {69cf5627-e36d-4aab-9a2f-d71221bb68f7} <Debug> TCPHandler: Processed in 0.001306753 sec. | ||
| 385 | 2024.11.13 20:45:29.080249 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2024.11.13 20:45:29.081604 [ 271 ] {64564d60-d468-4c1c-8269-00c6915e6412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 387 | 2024.11.13 20:45:29.082303 [ 271 ] {64564d60-d468-4c1c-8269-00c6915e6412} <Debug> TCPHandler: Processed in 0.002197669 sec. | ||
| 388 | 2024.11.13 20:45:29.082521 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2024.11.13 20:45:29.082657 [ 277 ] {4444d429-4ba6-4073-893b-78c80120d060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 390 | 2024.11.13 20:45:29.082759 [ 277 ] {4444d429-4ba6-4073-893b-78c80120d060} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 391 | 2024.11.13 20:45:29.083976 [ 277 ] {4444d429-4ba6-4073-893b-78c80120d060} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 392 | 2024.11.13 20:45:29.083998 [ 277 ] {4444d429-4ba6-4073-893b-78c80120d060} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3221e-05 sec | ||
| 393 | 2024.11.13 20:45:29.084013 [ 277 ] {4444d429-4ba6-4073-893b-78c80120d060} <Trace> ReferentialDeps: No tables | ||
| 394 | 2024.11.13 20:45:29.084033 [ 277 ] {4444d429-4ba6-4073-893b-78c80120d060} <Trace> LoadingDeps: No tables | ||
| 395 | 2024.11.13 20:45:29.084070 [ 277 ] {4444d429-4ba6-4073-893b-78c80120d060} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 396 | 2024.11.13 20:45:29.084120 [ 277 ] {4444d429-4ba6-4073-893b-78c80120d060} <Debug> TCPHandler: Processed in 0.001658989 sec. | ||
| 397 | 2024.11.13 20:45:29.084290 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 398 | 2024.11.13 20:45:29.084509 [ 271 ] {b062778a-2b36-48cc-b03a-35c711a1e5cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) /* The version table contains metadata about the `oximeter` database */ | ||
| 399 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 400 | 2024.11.13 20:45:29.084563 [ 271 ] {b062778a-2b36-48cc-b03a-35c711a1e5cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 401 | 2024.11.13 20:45:29.091460 [ 271 ] {b062778a-2b36-48cc-b03a-35c711a1e5cd} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 402 | 2024.11.13 20:45:29.092596 [ 271 ] {b062778a-2b36-48cc-b03a-35c711a1e5cd} <Debug> oximeter.version (1cc68a62-1f54-4dd3-84ac-7932d6baf112): Loading data parts | ||
| 403 | 2024.11.13 20:45:29.093155 [ 271 ] {b062778a-2b36-48cc-b03a-35c711a1e5cd} <Debug> oximeter.version (1cc68a62-1f54-4dd3-84ac-7932d6baf112): There are no data parts | ||
| 404 | 2024.11.13 20:45:29.095661 [ 271 ] {b062778a-2b36-48cc-b03a-35c711a1e5cd} <Debug> TCPHandler: Processed in 0.01143172 sec. | ||
| 405 | 2024.11.13 20:45:29.095871 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 406 | 2024.11.13 20:45:29.096104 [ 277 ] {07101a49-276a-478b-b641-b762a375379f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) /* The measurement tables contain all individual samples from each timeseries. | ||
| 407 | * | ||
| 408 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 409 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 410 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 411 | * by all samples from the same timeseries. | ||
| 412 | * | ||
| 413 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 414 | * and then uses that to index quickly into the measurements tables. | ||
| 415 | */ | ||
| 416 | 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) | ||
| 417 | 2024.11.13 20:45:29.096187 [ 277 ] {07101a49-276a-478b-b641-b762a375379f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 418 | 2024.11.13 20:45:29.103649 [ 277 ] {07101a49-276a-478b-b641-b762a375379f} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Loading data parts | ||
| 419 | 2024.11.13 20:45:29.103895 [ 277 ] {07101a49-276a-478b-b641-b762a375379f} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): There are no data parts | ||
| 420 | 2024.11.13 20:45:29.105051 [ 277 ] {07101a49-276a-478b-b641-b762a375379f} <Debug> TCPHandler: Processed in 0.009242912 sec. | ||
| 421 | 2024.11.13 20:45:29.105246 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 422 | 2024.11.13 20:45:29.105499 [ 271 ] {14ce0d27-b83a-4a24-9af7-b6ab6550ff9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 423 | 2024.11.13 20:45:29.105571 [ 271 ] {14ce0d27-b83a-4a24-9af7-b6ab6550ff9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 424 | 2024.11.13 20:45:29.107377 [ 271 ] {14ce0d27-b83a-4a24-9af7-b6ab6550ff9e} <Debug> oximeter.measurements_i8 (3732f7d0-7dd0-4dab-a2de-2b7a9783e7a0): Loading data parts | ||
| 425 | 2024.11.13 20:45:29.107588 [ 271 ] {14ce0d27-b83a-4a24-9af7-b6ab6550ff9e} <Debug> oximeter.measurements_i8 (3732f7d0-7dd0-4dab-a2de-2b7a9783e7a0): There are no data parts | ||
| 426 | 2024.11.13 20:45:29.108678 [ 271 ] {14ce0d27-b83a-4a24-9af7-b6ab6550ff9e} <Debug> TCPHandler: Processed in 0.003498161 sec. | ||
| 427 | 2024.11.13 20:45:29.108873 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 428 | 2024.11.13 20:45:29.109088 [ 277 ] {36951162-64bc-49ed-80a5-9384e8f3f2a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 429 | 2024.11.13 20:45:29.109168 [ 277 ] {36951162-64bc-49ed-80a5-9384e8f3f2a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 430 | 2024.11.13 20:45:29.112023 [ 277 ] {36951162-64bc-49ed-80a5-9384e8f3f2a5} <Debug> oximeter.measurements_u8 (e6f9fa5b-5ec6-4cf4-9bde-45cda13ce79f): Loading data parts | ||
| 431 | 2024.11.13 20:45:29.112226 [ 277 ] {36951162-64bc-49ed-80a5-9384e8f3f2a5} <Debug> oximeter.measurements_u8 (e6f9fa5b-5ec6-4cf4-9bde-45cda13ce79f): There are no data parts | ||
| 432 | 2024.11.13 20:45:29.113307 [ 277 ] {36951162-64bc-49ed-80a5-9384e8f3f2a5} <Debug> TCPHandler: Processed in 0.004497468 sec. | ||
| 433 | 2024.11.13 20:45:29.113501 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 434 | 2024.11.13 20:45:29.113740 [ 271 ] {676ee682-9806-4dfc-a361-632f164b8086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 435 | 2024.11.13 20:45:29.113806 [ 271 ] {676ee682-9806-4dfc-a361-632f164b8086} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 436 | 2024.11.13 20:45:29.115808 [ 271 ] {676ee682-9806-4dfc-a361-632f164b8086} <Debug> oximeter.measurements_i16 (c2f762ab-fa3b-4703-8c62-0f34c3ebd98b): Loading data parts | ||
| 437 | 2024.11.13 20:45:29.115954 [ 271 ] {676ee682-9806-4dfc-a361-632f164b8086} <Debug> oximeter.measurements_i16 (c2f762ab-fa3b-4703-8c62-0f34c3ebd98b): There are no data parts | ||
| 438 | 2024.11.13 20:45:29.117137 [ 271 ] {676ee682-9806-4dfc-a361-632f164b8086} <Debug> TCPHandler: Processed in 0.003697875 sec. | ||
| 439 | 2024.11.13 20:45:29.117333 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 440 | 2024.11.13 20:45:29.117543 [ 277 ] {8d84c6b8-13fd-4491-a291-badfe978fb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 441 | 2024.11.13 20:45:29.117620 [ 277 ] {8d84c6b8-13fd-4491-a291-badfe978fb35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 442 | 2024.11.13 20:45:29.119589 [ 277 ] {8d84c6b8-13fd-4491-a291-badfe978fb35} <Debug> oximeter.measurements_u16 (e4a51a72-94b7-420c-9ea7-90ba7654ea75): Loading data parts | ||
| 443 | 2024.11.13 20:45:29.119766 [ 277 ] {8d84c6b8-13fd-4491-a291-badfe978fb35} <Debug> oximeter.measurements_u16 (e4a51a72-94b7-420c-9ea7-90ba7654ea75): There are no data parts | ||
| 444 | 2024.11.13 20:45:29.120970 [ 277 ] {8d84c6b8-13fd-4491-a291-badfe978fb35} <Debug> TCPHandler: Processed in 0.003699815 sec. | ||
| 445 | 2024.11.13 20:45:29.121160 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 446 | 2024.11.13 20:45:29.121442 [ 271 ] {4309f757-22b3-4306-815a-d7fa35eec46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 447 | 2024.11.13 20:45:29.121521 [ 271 ] {4309f757-22b3-4306-815a-d7fa35eec46e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 448 | 2024.11.13 20:45:29.123336 [ 271 ] {4309f757-22b3-4306-815a-d7fa35eec46e} <Debug> oximeter.measurements_i32 (e249a1d1-d477-443c-909a-f082676609ab): Loading data parts | ||
| 449 | 2024.11.13 20:45:29.123467 [ 271 ] {4309f757-22b3-4306-815a-d7fa35eec46e} <Debug> oximeter.measurements_i32 (e249a1d1-d477-443c-909a-f082676609ab): There are no data parts | ||
| 450 | 2024.11.13 20:45:29.124779 [ 271 ] {4309f757-22b3-4306-815a-d7fa35eec46e} <Debug> TCPHandler: Processed in 0.003686995 sec. | ||
| 451 | 2024.11.13 20:45:29.124983 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 452 | 2024.11.13 20:45:29.125205 [ 277 ] {8f750df4-e33e-453e-bc1f-ec705e2dc01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 453 | 2024.11.13 20:45:29.125294 [ 277 ] {8f750df4-e33e-453e-bc1f-ec705e2dc01d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 454 | 2024.11.13 20:45:29.127175 [ 277 ] {8f750df4-e33e-453e-bc1f-ec705e2dc01d} <Debug> oximeter.measurements_u32 (1c80e141-5aad-4142-8445-41927452dc42): Loading data parts | ||
| 455 | 2024.11.13 20:45:29.127351 [ 277 ] {8f750df4-e33e-453e-bc1f-ec705e2dc01d} <Debug> oximeter.measurements_u32 (1c80e141-5aad-4142-8445-41927452dc42): There are no data parts | ||
| 456 | 2024.11.13 20:45:29.128479 [ 277 ] {8f750df4-e33e-453e-bc1f-ec705e2dc01d} <Debug> TCPHandler: Processed in 0.003558463 sec. | ||
| 457 | 2024.11.13 20:45:29.128695 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 458 | 2024.11.13 20:45:29.128975 [ 271 ] {512667a2-b4cb-4c1a-a798-937e1d01d3fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 459 | 2024.11.13 20:45:29.129043 [ 271 ] {512667a2-b4cb-4c1a-a798-937e1d01d3fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 460 | 2024.11.13 20:45:29.130763 [ 271 ] {512667a2-b4cb-4c1a-a798-937e1d01d3fb} <Debug> oximeter.measurements_i64 (2411af45-67f4-4ac6-be00-095ad90aafc4): Loading data parts | ||
| 461 | 2024.11.13 20:45:29.130898 [ 271 ] {512667a2-b4cb-4c1a-a798-937e1d01d3fb} <Debug> oximeter.measurements_i64 (2411af45-67f4-4ac6-be00-095ad90aafc4): There are no data parts | ||
| 462 | 2024.11.13 20:45:29.131958 [ 271 ] {512667a2-b4cb-4c1a-a798-937e1d01d3fb} <Debug> TCPHandler: Processed in 0.003335138 sec. | ||
| 463 | 2024.11.13 20:45:29.132166 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.11.13 20:45:29.132360 [ 277 ] {1c095c7c-60ed-493b-932f-7f6421baef42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 465 | 2024.11.13 20:45:29.132426 [ 277 ] {1c095c7c-60ed-493b-932f-7f6421baef42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 466 | 2024.11.13 20:45:29.134546 [ 277 ] {1c095c7c-60ed-493b-932f-7f6421baef42} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Loading data parts | ||
| 467 | 2024.11.13 20:45:29.134748 [ 277 ] {1c095c7c-60ed-493b-932f-7f6421baef42} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): There are no data parts | ||
| 468 | 2024.11.13 20:45:29.135856 [ 277 ] {1c095c7c-60ed-493b-932f-7f6421baef42} <Debug> TCPHandler: Processed in 0.003745206 sec. | ||
| 469 | 2024.11.13 20:45:29.136041 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 470 | 2024.11.13 20:45:29.136319 [ 271 ] {aca4ca7b-6bb5-406d-8d49-4f66810fed89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 471 | 2024.11.13 20:45:29.136388 [ 271 ] {aca4ca7b-6bb5-406d-8d49-4f66810fed89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 472 | 2024.11.13 20:45:29.138250 [ 271 ] {aca4ca7b-6bb5-406d-8d49-4f66810fed89} <Debug> oximeter.measurements_f32 (ebdc5393-f594-41dc-bbaa-35ad8738b417): Loading data parts | ||
| 473 | 2024.11.13 20:45:29.138380 [ 271 ] {aca4ca7b-6bb5-406d-8d49-4f66810fed89} <Debug> oximeter.measurements_f32 (ebdc5393-f594-41dc-bbaa-35ad8738b417): There are no data parts | ||
| 474 | 2024.11.13 20:45:29.139483 [ 271 ] {aca4ca7b-6bb5-406d-8d49-4f66810fed89} <Debug> TCPHandler: Processed in 0.003513491 sec. | ||
| 475 | 2024.11.13 20:45:29.139721 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.11.13 20:45:29.139941 [ 277 ] {80cbf68f-4704-4234-8b27-35e13d9e1437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 477 | 2024.11.13 20:45:29.140038 [ 277 ] {80cbf68f-4704-4234-8b27-35e13d9e1437} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 478 | 2024.11.13 20:45:29.142504 [ 277 ] {80cbf68f-4704-4234-8b27-35e13d9e1437} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Loading data parts | ||
| 479 | 2024.11.13 20:45:29.142733 [ 277 ] {80cbf68f-4704-4234-8b27-35e13d9e1437} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): There are no data parts | ||
| 480 | 2024.11.13 20:45:29.143951 [ 277 ] {80cbf68f-4704-4234-8b27-35e13d9e1437} <Debug> TCPHandler: Processed in 0.004313396 sec. | ||
| 481 | 2024.11.13 20:45:29.144141 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 482 | 2024.11.13 20:45:29.144377 [ 271 ] {80073503-70b3-4e18-93c4-e0422d2d5877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 483 | 2024.11.13 20:45:29.144440 [ 271 ] {80073503-70b3-4e18-93c4-e0422d2d5877} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 484 | 2024.11.13 20:45:29.146405 [ 271 ] {80073503-70b3-4e18-93c4-e0422d2d5877} <Debug> oximeter.measurements_string (309ce1b4-3556-46a6-8835-ca7b52251af8): Loading data parts | ||
| 485 | 2024.11.13 20:45:29.146541 [ 271 ] {80073503-70b3-4e18-93c4-e0422d2d5877} <Debug> oximeter.measurements_string (309ce1b4-3556-46a6-8835-ca7b52251af8): There are no data parts | ||
| 486 | 2024.11.13 20:45:29.147734 [ 271 ] {80073503-70b3-4e18-93c4-e0422d2d5877} <Debug> TCPHandler: Processed in 0.003653944 sec. | ||
| 487 | 2024.11.13 20:45:29.147944 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.11.13 20:45:29.148156 [ 277 ] {1b2083e9-3b2d-49f9-a17b-656804c417b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 489 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 490 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 491 | * a string isn't palatable for a few reasons. | ||
| 492 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 493 | * details. | ||
| 494 | */ | ||
| 495 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 496 | 2024.11.13 20:45:29.148241 [ 277 ] {1b2083e9-3b2d-49f9-a17b-656804c417b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 497 | 2024.11.13 20:45:29.149973 [ 277 ] {1b2083e9-3b2d-49f9-a17b-656804c417b5} <Debug> oximeter.measurements_bytes (a82b5327-9cde-4c59-ac7e-8909ecaec4b4): Loading data parts | ||
| 498 | 2024.11.13 20:45:29.150176 [ 277 ] {1b2083e9-3b2d-49f9-a17b-656804c417b5} <Debug> oximeter.measurements_bytes (a82b5327-9cde-4c59-ac7e-8909ecaec4b4): There are no data parts | ||
| 499 | 2024.11.13 20:45:29.151259 [ 277 ] {1b2083e9-3b2d-49f9-a17b-656804c417b5} <Debug> TCPHandler: Processed in 0.00337746 sec. | ||
| 500 | 2024.11.13 20:45:29.151449 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 501 | 2024.11.13 20:45:29.151702 [ 271 ] {96e86334-f4f3-489d-ade2-e68a14805aa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 502 | 2024.11.13 20:45:29.151792 [ 271 ] {96e86334-f4f3-489d-ade2-e68a14805aa3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 503 | 2024.11.13 20:45:29.153573 [ 271 ] {96e86334-f4f3-489d-ade2-e68a14805aa3} <Debug> oximeter.measurements_cumulativei64 (dd22bebb-aeb3-4392-85dd-20a2be4d9c9a): Loading data parts | ||
| 504 | 2024.11.13 20:45:29.153706 [ 271 ] {96e86334-f4f3-489d-ade2-e68a14805aa3} <Debug> oximeter.measurements_cumulativei64 (dd22bebb-aeb3-4392-85dd-20a2be4d9c9a): There are no data parts | ||
| 505 | 2024.11.13 20:45:29.154757 [ 271 ] {96e86334-f4f3-489d-ade2-e68a14805aa3} <Debug> TCPHandler: Processed in 0.003374479 sec. | ||
| 506 | 2024.11.13 20:45:29.154958 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 507 | 2024.11.13 20:45:29.155199 [ 277 ] {a49fc17d-e421-4981-ba0c-a95b5ed3e060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 508 | 2024.11.13 20:45:29.155278 [ 277 ] {a49fc17d-e421-4981-ba0c-a95b5ed3e060} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 509 | 2024.11.13 20:45:29.157210 [ 277 ] {a49fc17d-e421-4981-ba0c-a95b5ed3e060} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Loading data parts | ||
| 510 | 2024.11.13 20:45:29.157389 [ 277 ] {a49fc17d-e421-4981-ba0c-a95b5ed3e060} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): There are no data parts | ||
| 511 | 2024.11.13 20:45:29.158600 [ 277 ] {a49fc17d-e421-4981-ba0c-a95b5ed3e060} <Debug> TCPHandler: Processed in 0.003700414 sec. | ||
| 512 | 2024.11.13 20:45:29.158793 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 513 | 2024.11.13 20:45:29.159045 [ 271 ] {2dda5e20-76eb-4263-bcbd-98774d16e258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 514 | 2024.11.13 20:45:29.159116 [ 271 ] {2dda5e20-76eb-4263-bcbd-98774d16e258} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 515 | 2024.11.13 20:45:29.160885 [ 271 ] {2dda5e20-76eb-4263-bcbd-98774d16e258} <Debug> oximeter.measurements_cumulativef32 (6023f09b-8001-438b-a974-5bba4195b7e1): Loading data parts | ||
| 516 | 2024.11.13 20:45:29.161030 [ 271 ] {2dda5e20-76eb-4263-bcbd-98774d16e258} <Debug> oximeter.measurements_cumulativef32 (6023f09b-8001-438b-a974-5bba4195b7e1): There are no data parts | ||
| 517 | 2024.11.13 20:45:29.162225 [ 271 ] {2dda5e20-76eb-4263-bcbd-98774d16e258} <Debug> TCPHandler: Processed in 0.003489481 sec. | ||
| 518 | 2024.11.13 20:45:29.162421 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 519 | 2024.11.13 20:45:29.162641 [ 277 ] {20d2356b-1096-4384-b4b5-84118f050877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 520 | 2024.11.13 20:45:29.162726 [ 277 ] {20d2356b-1096-4384-b4b5-84118f050877} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 521 | 2024.11.13 20:45:29.164480 [ 277 ] {20d2356b-1096-4384-b4b5-84118f050877} <Debug> oximeter.measurements_cumulativef64 (9f255bb6-3df3-4c43-90dc-3a3b20cb68b9): Loading data parts | ||
| 522 | 2024.11.13 20:45:29.164639 [ 277 ] {20d2356b-1096-4384-b4b5-84118f050877} <Debug> oximeter.measurements_cumulativef64 (9f255bb6-3df3-4c43-90dc-3a3b20cb68b9): There are no data parts | ||
| 523 | 2024.11.13 20:45:29.165695 [ 277 ] {20d2356b-1096-4384-b4b5-84118f050877} <Debug> TCPHandler: Processed in 0.003330349 sec. | ||
| 524 | 2024.11.13 20:45:29.165893 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 525 | 2024.11.13 20:45:29.166217 [ 271 ] {4a2c1a82-aac7-47b7-9a5b-272a99b47f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 526 | * NOTE: Array types cannot be Nullable, see | ||
| 527 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 528 | * for more details. | ||
| 529 | * | ||
| 530 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 531 | * is unfortunate, and at this point relies on the fact that an | ||
| 532 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 533 | * to figure out another way to represent missing samples here. | ||
| 534 | */ | ||
| 535 | 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) | ||
| 536 | 2024.11.13 20:45:29.166305 [ 271 ] {4a2c1a82-aac7-47b7-9a5b-272a99b47f63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 537 | 2024.11.13 20:45:29.168662 [ 271 ] {4a2c1a82-aac7-47b7-9a5b-272a99b47f63} <Debug> oximeter.measurements_histogrami8 (4ad96156-8cc2-49d6-90b4-cb693958e68d): Loading data parts | ||
| 538 | 2024.11.13 20:45:29.168797 [ 271 ] {4a2c1a82-aac7-47b7-9a5b-272a99b47f63} <Debug> oximeter.measurements_histogrami8 (4ad96156-8cc2-49d6-90b4-cb693958e68d): There are no data parts | ||
| 539 | 2024.11.13 20:45:29.170159 [ 271 ] {4a2c1a82-aac7-47b7-9a5b-272a99b47f63} <Debug> TCPHandler: Processed in 0.004325646 sec. | ||
| 540 | 2024.11.13 20:45:29.170359 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 541 | 2024.11.13 20:45:29.170649 [ 277 ] {ffddfc1a-e10d-4f51-aa6c-2e43f4bc6895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 542 | 2024.11.13 20:45:29.170745 [ 277 ] {ffddfc1a-e10d-4f51-aa6c-2e43f4bc6895} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 543 | 2024.11.13 20:45:29.172764 [ 277 ] {ffddfc1a-e10d-4f51-aa6c-2e43f4bc6895} <Debug> oximeter.measurements_histogramu8 (974aabfc-8a31-499a-9a3c-939c3adc2db0): Loading data parts | ||
| 544 | 2024.11.13 20:45:29.172971 [ 277 ] {ffddfc1a-e10d-4f51-aa6c-2e43f4bc6895} <Debug> oximeter.measurements_histogramu8 (974aabfc-8a31-499a-9a3c-939c3adc2db0): There are no data parts | ||
| 545 | 2024.11.13 20:45:29.174109 [ 277 ] {ffddfc1a-e10d-4f51-aa6c-2e43f4bc6895} <Debug> TCPHandler: Processed in 0.003808837 sec. | ||
| 546 | 2024.11.13 20:45:29.174304 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2024.11.13 20:45:29.174635 [ 271 ] {d98b9e27-31aa-4bb8-ae6a-ff75fe8ccc2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 548 | 2024.11.13 20:45:29.174719 [ 271 ] {d98b9e27-31aa-4bb8-ae6a-ff75fe8ccc2f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 549 | 2024.11.13 20:45:29.177095 [ 271 ] {d98b9e27-31aa-4bb8-ae6a-ff75fe8ccc2f} <Debug> oximeter.measurements_histogrami16 (046ce0f1-7f3f-4cc2-a001-4bd6b7d04209): Loading data parts | ||
| 550 | 2024.11.13 20:45:29.177244 [ 271 ] {d98b9e27-31aa-4bb8-ae6a-ff75fe8ccc2f} <Debug> oximeter.measurements_histogrami16 (046ce0f1-7f3f-4cc2-a001-4bd6b7d04209): There are no data parts | ||
| 551 | 2024.11.13 20:45:29.178472 [ 271 ] {d98b9e27-31aa-4bb8-ae6a-ff75fe8ccc2f} <Debug> TCPHandler: Processed in 0.004231334 sec. | ||
| 552 | 2024.11.13 20:45:29.178696 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 553 | 2024.11.13 20:45:29.179005 [ 277 ] {062d0e3e-02b7-4ea6-a863-4db7eb7b7e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 554 | 2024.11.13 20:45:29.179105 [ 277 ] {062d0e3e-02b7-4ea6-a863-4db7eb7b7e2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 555 | 2024.11.13 20:45:29.181210 [ 277 ] {062d0e3e-02b7-4ea6-a863-4db7eb7b7e2e} <Debug> oximeter.measurements_histogramu16 (ca44d038-8488-44b8-8d67-5a22080d57e0): Loading data parts | ||
| 556 | 2024.11.13 20:45:29.181401 [ 277 ] {062d0e3e-02b7-4ea6-a863-4db7eb7b7e2e} <Debug> oximeter.measurements_histogramu16 (ca44d038-8488-44b8-8d67-5a22080d57e0): There are no data parts | ||
| 557 | 2024.11.13 20:45:29.182632 [ 277 ] {062d0e3e-02b7-4ea6-a863-4db7eb7b7e2e} <Debug> TCPHandler: Processed in 0.00400106 sec. | ||
| 558 | 2024.11.13 20:45:29.182821 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2024.11.13 20:45:29.183154 [ 271 ] {d6bdb6a3-9edc-4aa6-a363-3ce51e3a6e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 560 | 2024.11.13 20:45:29.183232 [ 271 ] {d6bdb6a3-9edc-4aa6-a363-3ce51e3a6e96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 561 | 2024.11.13 20:45:29.185276 [ 271 ] {d6bdb6a3-9edc-4aa6-a363-3ce51e3a6e96} <Debug> oximeter.measurements_histogrami32 (76434bd0-fa20-4c90-b7c6-decc0ac1934f): Loading data parts | ||
| 562 | 2024.11.13 20:45:29.185422 [ 271 ] {d6bdb6a3-9edc-4aa6-a363-3ce51e3a6e96} <Debug> oximeter.measurements_histogrami32 (76434bd0-fa20-4c90-b7c6-decc0ac1934f): There are no data parts | ||
| 563 | 2024.11.13 20:45:29.186706 [ 271 ] {d6bdb6a3-9edc-4aa6-a363-3ce51e3a6e96} <Debug> TCPHandler: Processed in 0.003947669 sec. | ||
| 564 | 2024.11.13 20:45:29.186899 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 565 | 2024.11.13 20:45:29.187196 [ 277 ] {e28f6152-479e-4650-90d1-bc26329ed6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 566 | 2024.11.13 20:45:29.187292 [ 277 ] {e28f6152-479e-4650-90d1-bc26329ed6de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 567 | 2024.11.13 20:45:29.189402 [ 277 ] {e28f6152-479e-4650-90d1-bc26329ed6de} <Debug> oximeter.measurements_histogramu32 (b632dc64-7202-4bda-980d-1cd20ce47a53): Loading data parts | ||
| 568 | 2024.11.13 20:45:29.189601 [ 277 ] {e28f6152-479e-4650-90d1-bc26329ed6de} <Debug> oximeter.measurements_histogramu32 (b632dc64-7202-4bda-980d-1cd20ce47a53): There are no data parts | ||
| 569 | 2024.11.13 20:45:29.191141 [ 277 ] {e28f6152-479e-4650-90d1-bc26329ed6de} <Debug> TCPHandler: Processed in 0.004301966 sec. | ||
| 570 | 2024.11.13 20:45:29.191323 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2024.11.13 20:45:29.191646 [ 271 ] {efd643cf-2d97-47ba-94ed-306f95ac23c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 572 | 2024.11.13 20:45:29.191729 [ 271 ] {efd643cf-2d97-47ba-94ed-306f95ac23c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 573 | 2024.11.13 20:45:29.194064 [ 271 ] {efd643cf-2d97-47ba-94ed-306f95ac23c5} <Debug> oximeter.measurements_histogrami64 (c6aa744e-07ae-477a-8b0a-bb52eb7bb0b8): Loading data parts | ||
| 574 | 2024.11.13 20:45:29.194204 [ 271 ] {efd643cf-2d97-47ba-94ed-306f95ac23c5} <Debug> oximeter.measurements_histogrami64 (c6aa744e-07ae-477a-8b0a-bb52eb7bb0b8): There are no data parts | ||
| 575 | 2024.11.13 20:45:29.195745 [ 271 ] {efd643cf-2d97-47ba-94ed-306f95ac23c5} <Debug> TCPHandler: Processed in 0.004482079 sec. | ||
| 576 | 2024.11.13 20:45:29.195939 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 577 | 2024.11.13 20:45:29.196230 [ 277 ] {68d352f7-b80e-4fa1-8a20-b634218f5b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 578 | 2024.11.13 20:45:29.196327 [ 277 ] {68d352f7-b80e-4fa1-8a20-b634218f5b47} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 579 | 2024.11.13 20:45:29.198403 [ 277 ] {68d352f7-b80e-4fa1-8a20-b634218f5b47} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Loading data parts | ||
| 580 | 2024.11.13 20:45:29.198599 [ 277 ] {68d352f7-b80e-4fa1-8a20-b634218f5b47} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): There are no data parts | ||
| 581 | 2024.11.13 20:45:29.199810 [ 277 ] {68d352f7-b80e-4fa1-8a20-b634218f5b47} <Debug> TCPHandler: Processed in 0.003929729 sec. | ||
| 582 | 2024.11.13 20:45:29.199993 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.11.13 20:45:29.200326 [ 271 ] {4eec5515-5b6b-4dd8-a136-638c68f9c34d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 584 | 2024.11.13 20:45:29.200415 [ 271 ] {4eec5515-5b6b-4dd8-a136-638c68f9c34d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 585 | 2024.11.13 20:45:29.202520 [ 271 ] {4eec5515-5b6b-4dd8-a136-638c68f9c34d} <Debug> oximeter.measurements_histogramf32 (70a22cae-61a9-4f36-8c87-145438849937): Loading data parts | ||
| 586 | 2024.11.13 20:45:29.202663 [ 271 ] {4eec5515-5b6b-4dd8-a136-638c68f9c34d} <Debug> oximeter.measurements_histogramf32 (70a22cae-61a9-4f36-8c87-145438849937): There are no data parts | ||
| 587 | 2024.11.13 20:45:29.204116 [ 271 ] {4eec5515-5b6b-4dd8-a136-638c68f9c34d} <Debug> TCPHandler: Processed in 0.004180963 sec. | ||
| 588 | 2024.11.13 20:45:29.204313 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2024.11.13 20:45:29.204607 [ 277 ] {442c714f-4eff-41a3-b56b-5b3dc131121b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 590 | 2024.11.13 20:45:29.204708 [ 277 ] {442c714f-4eff-41a3-b56b-5b3dc131121b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 591 | 2024.11.13 20:45:29.206745 [ 277 ] {442c714f-4eff-41a3-b56b-5b3dc131121b} <Debug> oximeter.measurements_histogramf64 (d08d7c09-5cf8-4a75-827b-af194036f74f): Loading data parts | ||
| 592 | 2024.11.13 20:45:29.206920 [ 277 ] {442c714f-4eff-41a3-b56b-5b3dc131121b} <Debug> oximeter.measurements_histogramf64 (d08d7c09-5cf8-4a75-827b-af194036f74f): There are no data parts | ||
| 593 | 2024.11.13 20:45:29.208446 [ 277 ] {442c714f-4eff-41a3-b56b-5b3dc131121b} <Debug> TCPHandler: Processed in 0.004195563 sec. | ||
| 594 | 2024.11.13 20:45:29.208644 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.11.13 20:45:29.208911 [ 271 ] {1da48586-8aae-4bfc-b88c-737592668055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) /* The field tables store named dimensions of each timeseries. | ||
| 596 | * | ||
| 597 | * As with the measurement tables, there is one field table for each field data | ||
| 598 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 599 | * this behavior **must not** be relied upon for query correctness. | ||
| 600 | * | ||
| 601 | * The index for the fields differs from the measurements, however. Rows are | ||
| 602 | * sorted by timeseries name, then field name, field value, and finally | ||
| 603 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 604 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 605 | * usually then used to look up measurements. | ||
| 606 | * | ||
| 607 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 608 | * timeseries name and then key, since it would improve lookups where one | ||
| 609 | * already has the key. Realistically though, these tables are quite small and | ||
| 610 | * so performance benefits will be low in absolute terms. | ||
| 611 | * | ||
| 612 | * TTL: We use a materialized column to expire old field table records. This | ||
| 613 | * column is generated automatically by the database whenever a new row is | ||
| 614 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 615 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 616 | * record will remain during a deduplication, which will have the last | ||
| 617 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 618 | * measurement tables. | ||
| 619 | */ | ||
| 620 | 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) | ||
| 621 | 2024.11.13 20:45:29.208993 [ 271 ] {1da48586-8aae-4bfc-b88c-737592668055} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 622 | 2024.11.13 20:45:29.211010 [ 271 ] {1da48586-8aae-4bfc-b88c-737592668055} <Debug> oximeter.fields_bool (c86579ca-e16a-4feb-9ed6-56a1f1a8040e): Loading data parts | ||
| 623 | 2024.11.13 20:45:29.211145 [ 271 ] {1da48586-8aae-4bfc-b88c-737592668055} <Debug> oximeter.fields_bool (c86579ca-e16a-4feb-9ed6-56a1f1a8040e): There are no data parts | ||
| 624 | 2024.11.13 20:45:29.212238 [ 271 ] {1da48586-8aae-4bfc-b88c-737592668055} <Debug> TCPHandler: Processed in 0.003655004 sec. | ||
| 625 | 2024.11.13 20:45:29.212477 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 626 | 2024.11.13 20:45:29.212753 [ 277 ] {391b1b4b-8020-4172-a66f-667eea26da1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 627 | 2024.11.13 20:45:29.212852 [ 277 ] {391b1b4b-8020-4172-a66f-667eea26da1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 628 | 2024.11.13 20:45:29.214826 [ 277 ] {391b1b4b-8020-4172-a66f-667eea26da1b} <Debug> oximeter.fields_i8 (e5b9c2c1-677e-4b4f-984a-13b292e8ffb5): Loading data parts | ||
| 629 | 2024.11.13 20:45:29.215009 [ 277 ] {391b1b4b-8020-4172-a66f-667eea26da1b} <Debug> oximeter.fields_i8 (e5b9c2c1-677e-4b4f-984a-13b292e8ffb5): There are no data parts | ||
| 630 | 2024.11.13 20:45:29.216064 [ 277 ] {391b1b4b-8020-4172-a66f-667eea26da1b} <Debug> TCPHandler: Processed in 0.003651664 sec. | ||
| 631 | 2024.11.13 20:45:29.216251 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 632 | 2024.11.13 20:45:29.216497 [ 271 ] {ec4298fd-bf39-462a-8056-bc2681679299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 633 | 2024.11.13 20:45:29.216565 [ 271 ] {ec4298fd-bf39-462a-8056-bc2681679299} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 634 | 2024.11.13 20:45:29.218517 [ 271 ] {ec4298fd-bf39-462a-8056-bc2681679299} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Loading data parts | ||
| 635 | 2024.11.13 20:45:29.218793 [ 271 ] {ec4298fd-bf39-462a-8056-bc2681679299} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): There are no data parts | ||
| 636 | 2024.11.13 20:45:29.220179 [ 271 ] {ec4298fd-bf39-462a-8056-bc2681679299} <Debug> TCPHandler: Processed in 0.00398661 sec. | ||
| 637 | 2024.11.13 20:45:29.220451 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 638 | 2024.11.13 20:45:29.220674 [ 277 ] {88293cc4-b09e-4cec-9457-c967fd83cf14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 639 | 2024.11.13 20:45:29.220766 [ 277 ] {88293cc4-b09e-4cec-9457-c967fd83cf14} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 640 | 2024.11.13 20:45:29.223046 [ 277 ] {88293cc4-b09e-4cec-9457-c967fd83cf14} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Loading data parts | ||
| 641 | 2024.11.13 20:45:29.223249 [ 277 ] {88293cc4-b09e-4cec-9457-c967fd83cf14} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): There are no data parts | ||
| 642 | 2024.11.13 20:45:29.225385 [ 277 ] {88293cc4-b09e-4cec-9457-c967fd83cf14} <Debug> TCPHandler: Processed in 0.005001938 sec. | ||
| 643 | 2024.11.13 20:45:29.225581 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 644 | 2024.11.13 20:45:29.225830 [ 271 ] {8842498c-fa35-4fcd-b86b-eda9cea0a0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 645 | 2024.11.13 20:45:29.225896 [ 271 ] {8842498c-fa35-4fcd-b86b-eda9cea0a0d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 646 | 2024.11.13 20:45:29.228455 [ 271 ] {8842498c-fa35-4fcd-b86b-eda9cea0a0d0} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Loading data parts | ||
| 647 | 2024.11.13 20:45:29.228602 [ 271 ] {8842498c-fa35-4fcd-b86b-eda9cea0a0d0} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): There are no data parts | ||
| 648 | 2024.11.13 20:45:29.230620 [ 271 ] {8842498c-fa35-4fcd-b86b-eda9cea0a0d0} <Debug> TCPHandler: Processed in 0.00510877 sec. | ||
| 649 | 2024.11.13 20:45:29.230872 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 650 | 2024.11.13 20:45:29.231135 [ 277 ] {72d5e489-cac8-4b17-81b8-33739cf2df3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 651 | 2024.11.13 20:45:29.231240 [ 277 ] {72d5e489-cac8-4b17-81b8-33739cf2df3a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 652 | 2024.11.13 20:45:29.233783 [ 277 ] {72d5e489-cac8-4b17-81b8-33739cf2df3a} <Debug> oximeter.fields_i32 (5f03af50-7704-4f41-bbc6-447ed0bbc3f1): Loading data parts | ||
| 653 | 2024.11.13 20:45:29.234003 [ 277 ] {72d5e489-cac8-4b17-81b8-33739cf2df3a} <Debug> oximeter.fields_i32 (5f03af50-7704-4f41-bbc6-447ed0bbc3f1): There are no data parts | ||
| 654 | 2024.11.13 20:45:29.235622 [ 277 ] {72d5e489-cac8-4b17-81b8-33739cf2df3a} <Debug> TCPHandler: Processed in 0.004827254 sec. | ||
| 655 | 2024.11.13 20:45:29.235820 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 656 | 2024.11.13 20:45:29.236069 [ 271 ] {ed961755-5326-4572-af52-17a107149724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 657 | 2024.11.13 20:45:29.236142 [ 271 ] {ed961755-5326-4572-af52-17a107149724} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 658 | 2024.11.13 20:45:29.238316 [ 271 ] {ed961755-5326-4572-af52-17a107149724} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Loading data parts | ||
| 659 | 2024.11.13 20:45:29.238461 [ 271 ] {ed961755-5326-4572-af52-17a107149724} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): There are no data parts | ||
| 660 | 2024.11.13 20:45:29.240318 [ 271 ] {ed961755-5326-4572-af52-17a107149724} <Debug> TCPHandler: Processed in 0.00456358 sec. | ||
| 661 | 2024.11.13 20:45:29.240521 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 662 | 2024.11.13 20:45:29.240740 [ 277 ] {d64f3791-24c5-4317-b9e3-6921ba9dbb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 663 | 2024.11.13 20:45:29.240837 [ 277 ] {d64f3791-24c5-4317-b9e3-6921ba9dbb22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 664 | 2024.11.13 20:45:29.243987 [ 277 ] {d64f3791-24c5-4317-b9e3-6921ba9dbb22} <Debug> oximeter.fields_i64 (fabb6e18-00a4-4fb0-bdc4-b8d7cac232c5): Loading data parts | ||
| 665 | 2024.11.13 20:45:29.244214 [ 277 ] {d64f3791-24c5-4317-b9e3-6921ba9dbb22} <Debug> oximeter.fields_i64 (fabb6e18-00a4-4fb0-bdc4-b8d7cac232c5): There are no data parts | ||
| 666 | 2024.11.13 20:45:29.246216 [ 277 ] {d64f3791-24c5-4317-b9e3-6921ba9dbb22} <Debug> TCPHandler: Processed in 0.005760171 sec. | ||
| 667 | 2024.11.13 20:45:29.246431 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 668 | 2024.11.13 20:45:29.246682 [ 271 ] {aaf6557c-d524-4c00-ac96-4a98c63b9d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 669 | 2024.11.13 20:45:29.246758 [ 271 ] {aaf6557c-d524-4c00-ac96-4a98c63b9d34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 670 | 2024.11.13 20:45:29.248674 [ 271 ] {aaf6557c-d524-4c00-ac96-4a98c63b9d34} <Debug> oximeter.fields_u64 (678a7d97-d21b-475d-bdc9-70c8bb8f2305): Loading data parts | ||
| 671 | 2024.11.13 20:45:29.248827 [ 271 ] {aaf6557c-d524-4c00-ac96-4a98c63b9d34} <Debug> oximeter.fields_u64 (678a7d97-d21b-475d-bdc9-70c8bb8f2305): There are no data parts | ||
| 672 | 2024.11.13 20:45:29.250328 [ 271 ] {aaf6557c-d524-4c00-ac96-4a98c63b9d34} <Debug> TCPHandler: Processed in 0.003966659 sec. | ||
| 673 | 2024.11.13 20:45:29.250551 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 674 | 2024.11.13 20:45:29.250787 [ 277 ] {38e10871-7c7d-4f6e-abe8-8b5598bf6ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 675 | 2024.11.13 20:45:29.250895 [ 277 ] {38e10871-7c7d-4f6e-abe8-8b5598bf6ce4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 676 | 2024.11.13 20:45:29.252929 [ 277 ] {38e10871-7c7d-4f6e-abe8-8b5598bf6ce4} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Loading data parts | ||
| 677 | 2024.11.13 20:45:29.253143 [ 277 ] {38e10871-7c7d-4f6e-abe8-8b5598bf6ce4} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): There are no data parts | ||
| 678 | 2024.11.13 20:45:29.254518 [ 277 ] {38e10871-7c7d-4f6e-abe8-8b5598bf6ce4} <Debug> TCPHandler: Processed in 0.004051942 sec. | ||
| 679 | 2024.11.13 20:45:29.254712 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 680 | 2024.11.13 20:45:29.254971 [ 271 ] {43b9c411-aa15-4c26-9099-d4b94ddd8b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 681 | 2024.11.13 20:45:29.255044 [ 271 ] {43b9c411-aa15-4c26-9099-d4b94ddd8b17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 682 | 2024.11.13 20:45:29.256934 [ 271 ] {43b9c411-aa15-4c26-9099-d4b94ddd8b17} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Loading data parts | ||
| 683 | 2024.11.13 20:45:29.257075 [ 271 ] {43b9c411-aa15-4c26-9099-d4b94ddd8b17} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): There are no data parts | ||
| 684 | 2024.11.13 20:45:29.258346 [ 271 ] {43b9c411-aa15-4c26-9099-d4b94ddd8b17} <Debug> TCPHandler: Processed in 0.003694775 sec. | ||
| 685 | 2024.11.13 20:45:29.258560 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 686 | 2024.11.13 20:45:29.258781 [ 277 ] {7350fc70-958d-484b-b591-3697ebaa9887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 687 | 2024.11.13 20:45:29.258881 [ 277 ] {7350fc70-958d-484b-b591-3697ebaa9887} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 688 | 2024.11.13 20:45:29.260730 [ 277 ] {7350fc70-958d-484b-b591-3697ebaa9887} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Loading data parts | ||
| 689 | 2024.11.13 20:45:29.260889 [ 277 ] {7350fc70-958d-484b-b591-3697ebaa9887} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): There are no data parts | ||
| 690 | 2024.11.13 20:45:29.262158 [ 277 ] {7350fc70-958d-484b-b591-3697ebaa9887} <Debug> TCPHandler: Processed in 0.003670885 sec. | ||
| 691 | 2024.11.13 20:45:29.262381 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 692 | 2024.11.13 20:45:29.262714 [ 271 ] {416a3903-0e0f-4d92-b309-abe967c95f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) /* The timeseries schema table stores the extracted schema for the samples | ||
| 693 | * oximeter collects. | ||
| 694 | */ | ||
| 695 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 696 | 2024.11.13 20:45:29.262809 [ 271 ] {416a3903-0e0f-4d92-b309-abe967c95f42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 697 | 2024.11.13 20:45:29.264531 [ 271 ] {416a3903-0e0f-4d92-b309-abe967c95f42} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Loading data parts | ||
| 698 | 2024.11.13 20:45:29.264690 [ 271 ] {416a3903-0e0f-4d92-b309-abe967c95f42} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): There are no data parts | ||
| 699 | 2024.11.13 20:45:29.266000 [ 271 ] {416a3903-0e0f-4d92-b309-abe967c95f42} <Debug> TCPHandler: Processed in 0.003678075 sec. | ||
| 700 | 2024.11.13 20:45:29.268396 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 701 | 2024.11.13 20:45:29.268601 [ 271 ] {be768804-2283-4bfc-83d2-bc31b9bdac22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 702 | 2024.11.13 20:45:29.269377 [ 271 ] {be768804-2283-4bfc-83d2-bc31b9bdac22} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 703 | 2024.11.13 20:45:29.277501 [ 281 ] {be768804-2283-4bfc-83d2-bc31b9bdac22} <Trace> oximeter.version (1cc68a62-1f54-4dd3-84ac-7932d6baf112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 704 | 2024.11.13 20:45:29.277584 [ 281 ] {be768804-2283-4bfc-83d2-bc31b9bdac22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 705 | 2024.11.13 20:45:29.282449 [ 281 ] {be768804-2283-4bfc-83d2-bc31b9bdac22} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 706 | 2024.11.13 20:45:29.282842 [ 281 ] {be768804-2283-4bfc-83d2-bc31b9bdac22} <Trace> oximeter.version (1cc68a62-1f54-4dd3-84ac-7932d6baf112): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 707 | 2024.11.13 20:45:29.283223 [ 271 ] {be768804-2283-4bfc-83d2-bc31b9bdac22} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014668 sec., 68.17562039814563 rows/sec., 1.07 KiB/sec. | ||
| 708 | 2024.11.13 20:45:29.283578 [ 271 ] {be768804-2283-4bfc-83d2-bc31b9bdac22} <Debug> TCPHandler: Processed in 0.015229047 sec. | ||
| 709 | 2024.11.13 20:45:30.000381 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.18 MiB, peak 127.18 MiB, free memory in arenas 0.00 B, will set to 139.86 MiB (RSS), difference: 12.67 MiB | ||
| 710 | 2024.11.13 20:45:35.824296 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 711 | 2024.11.13 20:45:35.824393 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 712 | 2024.11.13 20:45:35.829480 [ 242 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Loading data parts | ||
| 713 | 2024.11.13 20:45:35.829710 [ 242 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): There are no data parts | ||
| 714 | 2024.11.13 20:45:35.839908 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 715 | 2024.11.13 20:45:35.839948 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 716 | 2024.11.13 20:45:35.844016 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2024.11.13 20:45:35.844340 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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.13 20:45:35.844812 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 719 | 2024.11.13 20:45:36.000161 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.23 MiB, peak 144.23 MiB, free memory in arenas 0.00 B, will set to 141.74 MiB (RSS), difference: -2.49 MiB | ||
| 720 | 2024.11.13 20:45:40.802006 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 721 | 2024.11.13 20:45:40.802080 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 722 | 2024.11.13 20:45:42.193459 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 723 | 2024.11.13 20:45:42.406289 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 724 | 2024.11.13 20:45:42.418885 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 725 | 2024.11.13 20:45:42.428639 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38982, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.11.13 20:45:42.671300 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55300, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 727 | 2024.11.13 20:45:42.692929 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 728 | 2024.11.13 20:45:42.696359 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 729 | 2024.11.13 20:45:42.698714 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40036, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 730 | 2024.11.13 20:45:44.639496 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2024.11.13 20:45:44.639739 [ 271 ] {246d54a8-e035-4de2-b159-eae36859cce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 732 | 2024.11.13 20:45:44.640168 [ 271 ] {246d54a8-e035-4de2-b159-eae36859cce3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 733 | 2024.11.13 20:45:44.640388 [ 271 ] {246d54a8-e035-4de2-b159-eae36859cce3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 734 | 2024.11.13 20:45:44.641157 [ 271 ] {246d54a8-e035-4de2-b159-eae36859cce3} <Debug> TCPHandler: Processed in 0.001792581 sec. | ||
| 735 | 2024.11.13 20:45:44.649433 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 736 | 2024.11.13 20:45:44.649726 [ 277 ] {fabccf3a-1ff7-4c54-9a79-07bdd1ba4632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 737 | 2024.11.13 20:45:44.651561 [ 277 ] {fabccf3a-1ff7-4c54-9a79-07bdd1ba4632} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 738 | 2024.11.13 20:45:44.651625 [ 277 ] {fabccf3a-1ff7-4c54-9a79-07bdd1ba4632} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 739 | 2024.11.13 20:45:44.652269 [ 277 ] {fabccf3a-1ff7-4c54-9a79-07bdd1ba4632} <Debug> TCPHandler: Processed in 0.002978212 sec. | ||
| 740 | 2024.11.13 20:45:44.652792 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 741 | 2024.11.13 20:45:44.653076 [ 271 ] {d33ca8d5-9302-4978-879f-5a4b6cb60f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 742 | 2024.11.13 20:45:44.653650 [ 271 ] {d33ca8d5-9302-4978-879f-5a4b6cb60f30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 743 | 2024.11.13 20:45:44.653703 [ 271 ] {d33ca8d5-9302-4978-879f-5a4b6cb60f30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 744 | 2024.11.13 20:45:44.654230 [ 271 ] {d33ca8d5-9302-4978-879f-5a4b6cb60f30} <Debug> TCPHandler: Processed in 0.001548117 sec. | ||
| 745 | 2024.11.13 20:45:44.654618 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 746 | 2024.11.13 20:45:44.654797 [ 277 ] {4291496c-7e25-4822-a643-d97dfa171dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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) | ||
| 747 | 2024.11.13 20:45:44.655244 [ 277 ] {4291496c-7e25-4822-a643-d97dfa171dd6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 748 | 2024.11.13 20:45:44.655309 [ 277 ] {4291496c-7e25-4822-a643-d97dfa171dd6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 749 | 2024.11.13 20:45:44.655805 [ 277 ] {4291496c-7e25-4822-a643-d97dfa171dd6} <Debug> TCPHandler: Processed in 0.001253572 sec. | ||
| 750 | 2024.11.13 20:45:44.656609 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 751 | 2024.11.13 20:45:44.656786 [ 271 ] {1fbf8862-ec37-4338-a094-fc24ee3be5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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) | ||
| 752 | 2024.11.13 20:45:44.657212 [ 271 ] {1fbf8862-ec37-4338-a094-fc24ee3be5e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 753 | 2024.11.13 20:45:44.657277 [ 271 ] {1fbf8862-ec37-4338-a094-fc24ee3be5e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 754 | 2024.11.13 20:45:44.657817 [ 271 ] {1fbf8862-ec37-4338-a094-fc24ee3be5e0} <Debug> TCPHandler: Processed in 0.001273052 sec. | ||
| 755 | 2024.11.13 20:45:44.658085 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 756 | 2024.11.13 20:45:44.658236 [ 277 ] {c806fb30-e85a-4bc6-87d2-b2511bf9a298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 757 | 2024.11.13 20:45:44.658667 [ 277 ] {c806fb30-e85a-4bc6-87d2-b2511bf9a298} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 758 | 2024.11.13 20:45:44.658731 [ 277 ] {c806fb30-e85a-4bc6-87d2-b2511bf9a298} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 759 | 2024.11.13 20:45:44.659332 [ 277 ] {c806fb30-e85a-4bc6-87d2-b2511bf9a298} <Debug> TCPHandler: Processed in 0.001301093 sec. | ||
| 760 | 2024.11.13 20:45:44.659848 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 761 | 2024.11.13 20:45:44.659996 [ 271 ] {47bb545c-f070-4423-8143-3fc702d4aef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 762 | 2024.11.13 20:45:44.660348 [ 271 ] {47bb545c-f070-4423-8143-3fc702d4aef5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 763 | 2024.11.13 20:45:44.660401 [ 271 ] {47bb545c-f070-4423-8143-3fc702d4aef5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 764 | 2024.11.13 20:45:44.660872 [ 271 ] {47bb545c-f070-4423-8143-3fc702d4aef5} <Debug> TCPHandler: Processed in 0.001077269 sec. | ||
| 765 | 2024.11.13 20:45:44.661095 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 766 | 2024.11.13 20:45:44.661246 [ 277 ] {48b8933f-5014-4a08-bf96-94402e8d88d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 767 | 2024.11.13 20:45:44.661681 [ 277 ] {48b8933f-5014-4a08-bf96-94402e8d88d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 768 | 2024.11.13 20:45:44.661746 [ 277 ] {48b8933f-5014-4a08-bf96-94402e8d88d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 769 | 2024.11.13 20:45:44.662331 [ 277 ] {48b8933f-5014-4a08-bf96-94402e8d88d1} <Debug> TCPHandler: Processed in 0.001288932 sec. | ||
| 770 | 2024.11.13 20:45:44.664772 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 771 | 2024.11.13 20:45:44.665061 [ 271 ] {35590fe7-e537-4d35-92c3-20c43918dd5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 772 | 2024.11.13 20:45:44.665573 [ 271 ] {35590fe7-e537-4d35-92c3-20c43918dd5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 773 | 2024.11.13 20:45:44.665626 [ 271 ] {35590fe7-e537-4d35-92c3-20c43918dd5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 774 | 2024.11.13 20:45:44.666151 [ 271 ] {35590fe7-e537-4d35-92c3-20c43918dd5a} <Debug> TCPHandler: Processed in 0.001489376 sec. | ||
| 775 | 2024.11.13 20:45:44.666433 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 776 | 2024.11.13 20:45:44.666619 [ 277 ] {c9d7d993-4b1d-4950-9cba-366887081b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 777 | 2024.11.13 20:45:44.667065 [ 277 ] {c9d7d993-4b1d-4950-9cba-366887081b11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 778 | 2024.11.13 20:45:44.667128 [ 277 ] {c9d7d993-4b1d-4950-9cba-366887081b11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 779 | 2024.11.13 20:45:44.667656 [ 277 ] {c9d7d993-4b1d-4950-9cba-366887081b11} <Debug> TCPHandler: Processed in 0.001289793 sec. | ||
| 780 | 2024.11.13 20:45:44.667897 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 781 | 2024.11.13 20:45:44.668071 [ 271 ] {20998c0f-6525-45a8-8190-39b5fe61f054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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', '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) | ||
| 782 | 2024.11.13 20:45:44.668456 [ 271 ] {20998c0f-6525-45a8-8190-39b5fe61f054} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 783 | 2024.11.13 20:45:44.668508 [ 271 ] {20998c0f-6525-45a8-8190-39b5fe61f054} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 784 | 2024.11.13 20:45:44.668971 [ 271 ] {20998c0f-6525-45a8-8190-39b5fe61f054} <Debug> TCPHandler: Processed in 0.00112942 sec. | ||
| 785 | 2024.11.13 20:45:44.669201 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 786 | 2024.11.13 20:45:44.669360 [ 277 ] {5a2224fa-008a-4c33-9429-ce44cc16302b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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', '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) | ||
| 787 | 2024.11.13 20:45:44.669740 [ 277 ] {5a2224fa-008a-4c33-9429-ce44cc16302b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 788 | 2024.11.13 20:45:44.669793 [ 277 ] {5a2224fa-008a-4c33-9429-ce44cc16302b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 789 | 2024.11.13 20:45:44.670287 [ 277 ] {5a2224fa-008a-4c33-9429-ce44cc16302b} <Debug> TCPHandler: Processed in 0.00113832 sec. | ||
| 790 | 2024.11.13 20:45:44.670517 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2024.11.13 20:45:44.670673 [ 271 ] {999de3e4-d55b-46ad-973c-260587407705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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', '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) | ||
| 792 | 2024.11.13 20:45:44.671047 [ 271 ] {999de3e4-d55b-46ad-973c-260587407705} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 793 | 2024.11.13 20:45:44.671100 [ 271 ] {999de3e4-d55b-46ad-973c-260587407705} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 794 | 2024.11.13 20:45:44.671573 [ 271 ] {999de3e4-d55b-46ad-973c-260587407705} <Debug> TCPHandler: Processed in 0.001112369 sec. | ||
| 795 | 2024.11.13 20:45:44.671842 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 796 | 2024.11.13 20:45:44.672001 [ 277 ] {3627422c-a4e4-40ea-bc41-7044ffd0ee8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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', '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) | ||
| 797 | 2024.11.13 20:45:44.672382 [ 277 ] {3627422c-a4e4-40ea-bc41-7044ffd0ee8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 798 | 2024.11.13 20:45:44.672435 [ 277 ] {3627422c-a4e4-40ea-bc41-7044ffd0ee8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 799 | 2024.11.13 20:45:44.672929 [ 277 ] {3627422c-a4e4-40ea-bc41-7044ffd0ee8c} <Debug> TCPHandler: Processed in 0.00114314 sec. | ||
| 800 | 2024.11.13 20:45:44.673179 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 801 | 2024.11.13 20:45:44.673348 [ 271 ] {510c15e2-aa9c-455d-8564-c797d9ef6210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) 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', '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) | ||
| 802 | 2024.11.13 20:45:44.673812 [ 271 ] {510c15e2-aa9c-455d-8564-c797d9ef6210} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 803 | 2024.11.13 20:45:44.673876 [ 271 ] {510c15e2-aa9c-455d-8564-c797d9ef6210} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 804 | 2024.11.13 20:45:44.674401 [ 271 ] {510c15e2-aa9c-455d-8564-c797d9ef6210} <Debug> TCPHandler: Processed in 0.001276953 sec. | ||
| 805 | 2024.11.13 20:45:44.678308 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 806 | 2024.11.13 20:45:44.678592 [ 277 ] {31626d85-6bc9-4db5-a17e-dd13e2a632aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) 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', '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) | ||
| 807 | 2024.11.13 20:45:44.679281 [ 277 ] {31626d85-6bc9-4db5-a17e-dd13e2a632aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 808 | 2024.11.13 20:45:44.679377 [ 277 ] {31626d85-6bc9-4db5-a17e-dd13e2a632aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 809 | 2024.11.13 20:45:44.679879 [ 277 ] {31626d85-6bc9-4db5-a17e-dd13e2a632aa} <Debug> TCPHandler: Processed in 0.001632439 sec. | ||
| 810 | 2024.11.13 20:45:44.680132 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 811 | 2024.11.13 20:45:44.680297 [ 271 ] {a1dda67d-9b9c-4f46-af76-a357bac5af96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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) | ||
| 812 | 2024.11.13 20:45:44.680764 [ 271 ] {a1dda67d-9b9c-4f46-af76-a357bac5af96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 813 | 2024.11.13 20:45:44.680828 [ 271 ] {a1dda67d-9b9c-4f46-af76-a357bac5af96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 814 | 2024.11.13 20:45:44.681501 [ 271 ] {a1dda67d-9b9c-4f46-af76-a357bac5af96} <Debug> TCPHandler: Processed in 0.001423505 sec. | ||
| 815 | 2024.11.13 20:45:44.681771 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 816 | 2024.11.13 20:45:44.681936 [ 277 ] {1d4f8b9e-a4a0-4690-853e-1efb15a8eb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', '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) | ||
| 817 | 2024.11.13 20:45:44.682336 [ 277 ] {1d4f8b9e-a4a0-4690-853e-1efb15a8eb43} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 818 | 2024.11.13 20:45:44.682390 [ 277 ] {1d4f8b9e-a4a0-4690-853e-1efb15a8eb43} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 819 | 2024.11.13 20:45:44.682890 [ 277 ] {1d4f8b9e-a4a0-4690-853e-1efb15a8eb43} <Debug> TCPHandler: Processed in 0.001171481 sec. | ||
| 820 | 2024.11.13 20:45:44.683143 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 821 | 2024.11.13 20:45:44.683308 [ 271 ] {7303c688-ef3a-42ae-abc4-58e3e341f915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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) | ||
| 822 | 2024.11.13 20:45:44.683710 [ 271 ] {7303c688-ef3a-42ae-abc4-58e3e341f915} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 823 | 2024.11.13 20:45:44.683764 [ 271 ] {7303c688-ef3a-42ae-abc4-58e3e341f915} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 824 | 2024.11.13 20:45:44.684229 [ 271 ] {7303c688-ef3a-42ae-abc4-58e3e341f915} <Debug> TCPHandler: Processed in 0.00114306 sec. | ||
| 825 | 2024.11.13 20:45:44.684467 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 826 | 2024.11.13 20:45:44.684634 [ 277 ] {2039981f-9f8d-46af-bcfa-53af003f7f0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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) | ||
| 827 | 2024.11.13 20:45:44.685035 [ 277 ] {2039981f-9f8d-46af-bcfa-53af003f7f0e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 828 | 2024.11.13 20:45:44.685088 [ 277 ] {2039981f-9f8d-46af-bcfa-53af003f7f0e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 829 | 2024.11.13 20:45:44.685589 [ 277 ] {2039981f-9f8d-46af-bcfa-53af003f7f0e} <Debug> TCPHandler: Processed in 0.001175471 sec. | ||
| 830 | 2024.11.13 20:45:44.685835 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 831 | 2024.11.13 20:45:44.686001 [ 271 ] {748bd655-d880-4487-a460-fa00f80fe1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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) | ||
| 832 | 2024.11.13 20:45:44.686402 [ 271 ] {748bd655-d880-4487-a460-fa00f80fe1af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 833 | 2024.11.13 20:45:44.686457 [ 271 ] {748bd655-d880-4487-a460-fa00f80fe1af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 834 | 2024.11.13 20:45:44.686920 [ 271 ] {748bd655-d880-4487-a460-fa00f80fe1af} <Debug> TCPHandler: Processed in 0.00114088 sec. | ||
| 835 | 2024.11.13 20:45:44.687180 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 836 | 2024.11.13 20:45:44.687359 [ 277 ] {7ff5db9a-4ef0-4a73-8fd3-c98f40e1ccbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', '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) | ||
| 837 | 2024.11.13 20:45:44.687851 [ 277 ] {7ff5db9a-4ef0-4a73-8fd3-c98f40e1ccbc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 838 | 2024.11.13 20:45:44.687915 [ 277 ] {7ff5db9a-4ef0-4a73-8fd3-c98f40e1ccbc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 839 | 2024.11.13 20:45:44.688522 [ 277 ] {7ff5db9a-4ef0-4a73-8fd3-c98f40e1ccbc} <Debug> TCPHandler: Processed in 0.001397844 sec. | ||
| 840 | 2024.11.13 20:45:44.735457 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 841 | 2024.11.13 20:45:44.735658 [ 271 ] {1f2e6d60-7592-4899-9098-c5d6788e34ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', '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) | ||
| 842 | 2024.11.13 20:45:44.736152 [ 271 ] {1f2e6d60-7592-4899-9098-c5d6788e34ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 843 | 2024.11.13 20:45:44.736218 [ 271 ] {1f2e6d60-7592-4899-9098-c5d6788e34ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 844 | 2024.11.13 20:45:44.736751 [ 271 ] {1f2e6d60-7592-4899-9098-c5d6788e34ad} <Debug> TCPHandler: Processed in 0.001360014 sec. | ||
| 845 | 2024.11.13 20:45:44.737343 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 846 | 2024.11.13 20:45:44.737495 [ 277 ] {f1bff8f6-397f-4c0b-88c3-44c5a64d5441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 847 | 2024.11.13 20:45:44.737560 [ 277 ] {f1bff8f6-397f-4c0b-88c3-44c5a64d5441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 848 | 2024.11.13 20:45:44.738523 [ 277 ] {f1bff8f6-397f-4c0b-88c3-44c5a64d5441} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 849 | 2024.11.13 20:45:44.738566 [ 277 ] {f1bff8f6-397f-4c0b-88c3-44c5a64d5441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 850 | 2024.11.13 20:45:44.739113 [ 277 ] {f1bff8f6-397f-4c0b-88c3-44c5a64d5441} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 851 | 2024.11.13 20:45:44.739341 [ 277 ] {f1bff8f6-397f-4c0b-88c3-44c5a64d5441} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 852 | 2024.11.13 20:45:44.739582 [ 277 ] {f1bff8f6-397f-4c0b-88c3-44c5a64d5441} <Debug> executeQuery: Read 23 rows, 4.33 KiB in 0.002129 sec., 10803.193987787694 rows/sec., 1.99 MiB/sec. | ||
| 853 | 2024.11.13 20:45:44.739635 [ 277 ] {f1bff8f6-397f-4c0b-88c3-44c5a64d5441} <Debug> TCPHandler: Processed in 0.002361991 sec. | ||
| 854 | 2024.11.13 20:45:44.739867 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2024.11.13 20:45:44.740100 [ 271 ] {0ea7c129-ae7f-4cff-8417-0e385c971f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 856 | 2024.11.13 20:45:44.740191 [ 271 ] {0ea7c129-ae7f-4cff-8417-0e385c971f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 857 | 2024.11.13 20:45:44.745608 [ 271 ] {0ea7c129-ae7f-4cff-8417-0e385c971f56} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 858 | 2024.11.13 20:45:44.745644 [ 271 ] {0ea7c129-ae7f-4cff-8417-0e385c971f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 859 | 2024.11.13 20:45:44.746102 [ 271 ] {0ea7c129-ae7f-4cff-8417-0e385c971f56} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 860 | 2024.11.13 20:45:44.746346 [ 271 ] {0ea7c129-ae7f-4cff-8417-0e385c971f56} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 861 | 2024.11.13 20:45:44.746528 [ 271 ] {0ea7c129-ae7f-4cff-8417-0e385c971f56} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.006494 sec., 2155.8361564521097 rows/sec., 155.19 KiB/sec. | ||
| 862 | 2024.11.13 20:45:44.746579 [ 271 ] {0ea7c129-ae7f-4cff-8417-0e385c971f56} <Debug> TCPHandler: Processed in 0.00682018 sec. | ||
| 863 | 2024.11.13 20:45:44.746787 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2024.11.13 20:45:44.746925 [ 277 ] {985f3961-23df-4014-9ad2-57fcdaec7110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 865 | 2024.11.13 20:45:44.746981 [ 277 ] {985f3961-23df-4014-9ad2-57fcdaec7110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 866 | 2024.11.13 20:45:44.748297 [ 277 ] {985f3961-23df-4014-9ad2-57fcdaec7110} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 867 | 2024.11.13 20:45:44.748333 [ 277 ] {985f3961-23df-4014-9ad2-57fcdaec7110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 868 | 2024.11.13 20:45:44.748888 [ 277 ] {985f3961-23df-4014-9ad2-57fcdaec7110} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 869 | 2024.11.13 20:45:44.749142 [ 277 ] {985f3961-23df-4014-9ad2-57fcdaec7110} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 870 | 2024.11.13 20:45:44.749430 [ 277 ] {985f3961-23df-4014-9ad2-57fcdaec7110} <Debug> executeQuery: Read 1332 rows, 113.89 KiB in 0.002515 sec., 529622.2664015904 rows/sec., 44.22 MiB/sec. | ||
| 871 | 2024.11.13 20:45:44.749594 [ 277 ] {985f3961-23df-4014-9ad2-57fcdaec7110} <Debug> TCPHandler: Processed in 0.002874821 sec. | ||
| 872 | 2024.11.13 20:45:44.749840 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2024.11.13 20:45:44.750056 [ 271 ] {5a3ed554-d592-4e62-a560-de47b7d42793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 874 | 2024.11.13 20:45:44.750142 [ 271 ] {5a3ed554-d592-4e62-a560-de47b7d42793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 875 | 2024.11.13 20:45:44.750861 [ 271 ] {5a3ed554-d592-4e62-a560-de47b7d42793} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 876 | 2024.11.13 20:45:44.750894 [ 271 ] {5a3ed554-d592-4e62-a560-de47b7d42793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 877 | 2024.11.13 20:45:44.751242 [ 271 ] {5a3ed554-d592-4e62-a560-de47b7d42793} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 878 | 2024.11.13 20:45:44.751474 [ 271 ] {5a3ed554-d592-4e62-a560-de47b7d42793} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 879 | 2024.11.13 20:45:44.751652 [ 271 ] {5a3ed554-d592-4e62-a560-de47b7d42793} <Debug> executeQuery: Read 29 rows, 2.11 KiB in 0.001649 sec., 17586.41600970285 rows/sec., 1.25 MiB/sec. | ||
| 880 | 2024.11.13 20:45:44.751701 [ 271 ] {5a3ed554-d592-4e62-a560-de47b7d42793} <Debug> TCPHandler: Processed in 0.001969095 sec. | ||
| 881 | 2024.11.13 20:45:44.751847 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 882 | 2024.11.13 20:45:44.751986 [ 277 ] {540ea4d5-d412-493e-88c8-fef31f05720a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 883 | 2024.11.13 20:45:44.752042 [ 277 ] {540ea4d5-d412-493e-88c8-fef31f05720a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 884 | 2024.11.13 20:45:44.752711 [ 277 ] {540ea4d5-d412-493e-88c8-fef31f05720a} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 885 | 2024.11.13 20:45:44.752749 [ 277 ] {540ea4d5-d412-493e-88c8-fef31f05720a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 886 | 2024.11.13 20:45:44.753105 [ 277 ] {540ea4d5-d412-493e-88c8-fef31f05720a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 887 | 2024.11.13 20:45:44.753343 [ 277 ] {540ea4d5-d412-493e-88c8-fef31f05720a} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 888 | 2024.11.13 20:45:44.753557 [ 277 ] {540ea4d5-d412-493e-88c8-fef31f05720a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001602 sec., 151061.17353308367 rows/sec., 10.23 MiB/sec. | ||
| 889 | 2024.11.13 20:45:44.753608 [ 277 ] {540ea4d5-d412-493e-88c8-fef31f05720a} <Debug> TCPHandler: Processed in 0.001829672 sec. | ||
| 890 | 2024.11.13 20:45:44.753744 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 891 | 2024.11.13 20:45:44.753857 [ 271 ] {897d878c-01ef-450f-beb4-fe7327f24005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 892 | 2024.11.13 20:45:44.753904 [ 271 ] {897d878c-01ef-450f-beb4-fe7327f24005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 893 | 2024.11.13 20:45:44.754462 [ 271 ] {897d878c-01ef-450f-beb4-fe7327f24005} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2024.11.13 20:45:44.754499 [ 271 ] {897d878c-01ef-450f-beb4-fe7327f24005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 895 | 2024.11.13 20:45:44.754838 [ 271 ] {897d878c-01ef-450f-beb4-fe7327f24005} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 896 | 2024.11.13 20:45:44.755069 [ 271 ] {897d878c-01ef-450f-beb4-fe7327f24005} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2024.11.13 20:45:44.755243 [ 271 ] {897d878c-01ef-450f-beb4-fe7327f24005} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001409 sec., 9226.401703335698 rows/sec., 575.26 KiB/sec. | ||
| 898 | 2024.11.13 20:45:44.755293 [ 271 ] {897d878c-01ef-450f-beb4-fe7327f24005} <Debug> TCPHandler: Processed in 0.001605209 sec. | ||
| 899 | 2024.11.13 20:45:44.755434 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2024.11.13 20:45:44.755570 [ 277 ] {f83db1ef-fed5-406b-bfaf-01fee3588688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 901 | 2024.11.13 20:45:44.755626 [ 277 ] {f83db1ef-fed5-406b-bfaf-01fee3588688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 902 | 2024.11.13 20:45:44.756594 [ 277 ] {f83db1ef-fed5-406b-bfaf-01fee3588688} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2024.11.13 20:45:44.756633 [ 277 ] {f83db1ef-fed5-406b-bfaf-01fee3588688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 904 | 2024.11.13 20:45:44.757049 [ 277 ] {f83db1ef-fed5-406b-bfaf-01fee3588688} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 905 | 2024.11.13 20:45:44.757294 [ 277 ] {f83db1ef-fed5-406b-bfaf-01fee3588688} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 906 | 2024.11.13 20:45:44.757495 [ 277 ] {f83db1ef-fed5-406b-bfaf-01fee3588688} <Debug> executeQuery: Read 809 rows, 59.67 KiB in 0.001953 sec., 414234.51100870455 rows/sec., 29.84 MiB/sec. | ||
| 907 | 2024.11.13 20:45:44.757545 [ 277 ] {f83db1ef-fed5-406b-bfaf-01fee3588688} <Debug> TCPHandler: Processed in 0.002178638 sec. | ||
| 908 | 2024.11.13 20:45:44.757691 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2024.11.13 20:45:44.757804 [ 271 ] {ef44e2c1-5fe2-4fab-a942-88d70adb005c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 910 | 2024.11.13 20:45:44.757854 [ 271 ] {ef44e2c1-5fe2-4fab-a942-88d70adb005c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 911 | 2024.11.13 20:45:44.758352 [ 271 ] {ef44e2c1-5fe2-4fab-a942-88d70adb005c} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2024.11.13 20:45:44.758388 [ 271 ] {ef44e2c1-5fe2-4fab-a942-88d70adb005c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 913 | 2024.11.13 20:45:44.758793 [ 271 ] {ef44e2c1-5fe2-4fab-a942-88d70adb005c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 914 | 2024.11.13 20:45:44.759028 [ 271 ] {ef44e2c1-5fe2-4fab-a942-88d70adb005c} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 915 | 2024.11.13 20:45:44.759258 [ 271 ] {ef44e2c1-5fe2-4fab-a942-88d70adb005c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 214.12 KiB/sec. | ||
| 916 | 2024.11.13 20:45:44.759341 [ 271 ] {ef44e2c1-5fe2-4fab-a942-88d70adb005c} <Debug> TCPHandler: Processed in 0.001707249 sec. | ||
| 917 | 2024.11.13 20:45:44.759494 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2024.11.13 20:45:44.759631 [ 277 ] {99ca4ba8-360f-4252-9043-527a814dc93a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 919 | 2024.11.13 20:45:44.759692 [ 277 ] {99ca4ba8-360f-4252-9043-527a814dc93a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 920 | 2024.11.13 20:45:44.760595 [ 277 ] {99ca4ba8-360f-4252-9043-527a814dc93a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2024.11.13 20:45:44.760629 [ 277 ] {99ca4ba8-360f-4252-9043-527a814dc93a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 922 | 2024.11.13 20:45:44.761079 [ 277 ] {99ca4ba8-360f-4252-9043-527a814dc93a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 923 | 2024.11.13 20:45:44.761321 [ 277 ] {99ca4ba8-360f-4252-9043-527a814dc93a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2024.11.13 20:45:44.761528 [ 277 ] {99ca4ba8-360f-4252-9043-527a814dc93a} <Debug> executeQuery: Read 1332 rows, 90.65 KiB in 0.001928 sec., 690871.3692946058 rows/sec., 45.92 MiB/sec. | ||
| 925 | 2024.11.13 20:45:44.761578 [ 277 ] {99ca4ba8-360f-4252-9043-527a814dc93a} <Debug> TCPHandler: Processed in 0.002147958 sec. | ||
| 926 | 2024.11.13 20:45:44.761720 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2024.11.13 20:45:44.761833 [ 271 ] {beefa150-6081-4b09-9754-f4062215fbed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 928 | 2024.11.13 20:45:44.761903 [ 271 ] {beefa150-6081-4b09-9754-f4062215fbed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 929 | 2024.11.13 20:45:44.762705 [ 271 ] {beefa150-6081-4b09-9754-f4062215fbed} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2024.11.13 20:45:44.762740 [ 271 ] {beefa150-6081-4b09-9754-f4062215fbed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 931 | 2024.11.13 20:45:44.763646 [ 271 ] {beefa150-6081-4b09-9754-f4062215fbed} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 932 | 2024.11.13 20:45:44.763883 [ 271 ] {beefa150-6081-4b09-9754-f4062215fbed} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2024.11.13 20:45:44.764052 [ 271 ] {beefa150-6081-4b09-9754-f4062215fbed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002243 sec., 445.83147570218455 rows/sec., 30.04 KiB/sec. | ||
| 934 | 2024.11.13 20:45:44.764099 [ 271 ] {beefa150-6081-4b09-9754-f4062215fbed} <Debug> TCPHandler: Processed in 0.002435893 sec. | ||
| 935 | 2024.11.13 20:45:44.764257 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 936 | 2024.11.13 20:45:44.764395 [ 277 ] {d70cc5e5-8a14-4e29-80b1-a1ca5a65b5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 937 | 2024.11.13 20:45:44.764485 [ 277 ] {d70cc5e5-8a14-4e29-80b1-a1ca5a65b5b4} <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 | ||
| 938 | 2024.11.13 20:45:44.765735 [ 277 ] {d70cc5e5-8a14-4e29-80b1-a1ca5a65b5b4} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 939 | 2024.11.13 20:45:44.765774 [ 277 ] {d70cc5e5-8a14-4e29-80b1-a1ca5a65b5b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 940 | 2024.11.13 20:45:44.768720 [ 277 ] {d70cc5e5-8a14-4e29-80b1-a1ca5a65b5b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 941 | 2024.11.13 20:45:44.769033 [ 277 ] {d70cc5e5-8a14-4e29-80b1-a1ca5a65b5b4} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 942 | 2024.11.13 20:45:44.769327 [ 277 ] {d70cc5e5-8a14-4e29-80b1-a1ca5a65b5b4} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00496 sec., 4435.4838709677415 rows/sec., 7.95 MiB/sec. | ||
| 943 | 2024.11.13 20:45:44.769416 [ 277 ] {d70cc5e5-8a14-4e29-80b1-a1ca5a65b5b4} <Debug> TCPHandler: Processed in 0.005227351 sec. | ||
| 944 | 2024.11.13 20:45:44.769578 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 945 | 2024.11.13 20:45:44.769715 [ 271 ] {4613f050-82ad-4177-8d74-ef2ab33e1d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 946 | 2024.11.13 20:45:44.769774 [ 271 ] {4613f050-82ad-4177-8d74-ef2ab33e1d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 947 | 2024.11.13 20:45:44.770323 [ 271 ] {4613f050-82ad-4177-8d74-ef2ab33e1d02} <Trace> oximeter.measurements_i64 (2411af45-67f4-4ac6-be00-095ad90aafc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 948 | 2024.11.13 20:45:44.770360 [ 271 ] {4613f050-82ad-4177-8d74-ef2ab33e1d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 949 | 2024.11.13 20:45:44.770716 [ 271 ] {4613f050-82ad-4177-8d74-ef2ab33e1d02} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 950 | 2024.11.13 20:45:44.770948 [ 271 ] {4613f050-82ad-4177-8d74-ef2ab33e1d02} <Trace> oximeter.measurements_i64 (2411af45-67f4-4ac6-be00-095ad90aafc4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 951 | 2024.11.13 20:45:44.771117 [ 271 ] {4613f050-82ad-4177-8d74-ef2ab33e1d02} <Debug> executeQuery: Read 18 rows, 1.33 KiB in 0.001432 sec., 12569.832402234637 rows/sec., 927.46 KiB/sec. | ||
| 952 | 2024.11.13 20:45:44.771162 [ 271 ] {4613f050-82ad-4177-8d74-ef2ab33e1d02} <Debug> TCPHandler: Processed in 0.001649249 sec. | ||
| 953 | 2024.11.13 20:45:44.771297 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 954 | 2024.11.13 20:45:44.771434 [ 277 ] {c98dee37-9bd0-437b-a3bb-04a78618fc6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 955 | 2024.11.13 20:45:44.771492 [ 277 ] {c98dee37-9bd0-437b-a3bb-04a78618fc6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 956 | 2024.11.13 20:45:44.772050 [ 277 ] {c98dee37-9bd0-437b-a3bb-04a78618fc6f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 957 | 2024.11.13 20:45:44.772095 [ 277 ] {c98dee37-9bd0-437b-a3bb-04a78618fc6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 958 | 2024.11.13 20:45:44.772484 [ 277 ] {c98dee37-9bd0-437b-a3bb-04a78618fc6f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 959 | 2024.11.13 20:45:44.772733 [ 277 ] {c98dee37-9bd0-437b-a3bb-04a78618fc6f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 960 | 2024.11.13 20:45:44.772952 [ 277 ] {c98dee37-9bd0-437b-a3bb-04a78618fc6f} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001548 sec., 14211.886304909562 rows/sec., 770.27 KiB/sec. | ||
| 961 | 2024.11.13 20:45:44.773001 [ 277 ] {c98dee37-9bd0-437b-a3bb-04a78618fc6f} <Debug> TCPHandler: Processed in 0.00176244 sec. | ||
| 962 | 2024.11.13 20:45:45.846006 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 162 | ||
| 963 | 2024.11.13 20:45:45.850418 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 964 | 2024.11.13 20:45:45.850479 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 965 | 2024.11.13 20:45:45.852045 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 966 | 2024.11.13 20:45:45.852358 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 967 | 2024.11.13 20:45:45.852886 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 162 | ||
| 968 | 2024.11.13 20:45:46.001155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 140.33 MiB, peak 144.34 MiB, free memory in arenas 0.00 B, will set to 144.51 MiB (RSS), difference: 4.17 MiB | ||
| 969 | 2024.11.13 20:45:46.349295 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 970 | 2024.11.13 20:45:46.605161 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 971 | 2024.11.13 20:45:47.026634 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 972 | 2024.11.13 20:45:47.177714 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 973 | 2024.11.13 20:45:47.203126 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37682, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 974 | 2024.11.13 20:45:47.208392 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 975 | 2024.11.13 20:45:47.229666 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 976 | 2024.11.13 20:45:47.234933 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53565, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 977 | 2024.11.13 20:45:47.254210 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49454, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 978 | 2024.11.13 20:45:47.288508 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 979 | 2024.11.13 20:45:47.359590 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50497, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 980 | 2024.11.13 20:45:47.380084 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60094, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 981 | 2024.11.13 20:45:47.457693 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49602, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 982 | 2024.11.13 20:45:47.492727 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 983 | 2024.11.13 20:45:47.502202 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 984 | 2024.11.13 20:45:47.510811 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 985 | 2024.11.13 20:45:48.601432 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 986 | 2024.11.13 20:45:49.111254 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50503, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 987 | 2024.11.13 20:45:49.208102 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64358, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 988 | 2024.11.13 20:45:49.244064 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 989 | 2024.11.13 20:45:49.284610 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47371, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 990 | 2024.11.13 20:45:49.459758 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 991 | 2024.11.13 20:45:49.474157 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 992 | 2024.11.13 20:45:49.495212 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 993 | 2024.11.13 20:45:55.802325 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 994 | 2024.11.13 20:45:55.802404 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 995 | 2024.11.13 20:45:59.299114 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 996 | 2024.11.13 20:45:59.299315 [ 271 ] {da9e6b65-30dc-45d5-ab40-d7830d85212e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 997 | 2024.11.13 20:45:59.299386 [ 271 ] {da9e6b65-30dc-45d5-ab40-d7830d85212e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 998 | 2024.11.13 20:45:59.300079 [ 271 ] {da9e6b65-30dc-45d5-ab40-d7830d85212e} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 999 | 2024.11.13 20:45:59.300127 [ 271 ] {da9e6b65-30dc-45d5-ab40-d7830d85212e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 1000 | 2024.11.13 20:45:59.300545 [ 271 ] {da9e6b65-30dc-45d5-ab40-d7830d85212e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1001 | 2024.11.13 20:45:59.300803 [ 271 ] {da9e6b65-30dc-45d5-ab40-d7830d85212e} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1002 | 2024.11.13 20:45:59.301006 [ 271 ] {da9e6b65-30dc-45d5-ab40-d7830d85212e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001743 sec., 8032.128514056225 rows/sec., 578.21 KiB/sec. | ||
| 1003 | 2024.11.13 20:45:59.301059 [ 271 ] {da9e6b65-30dc-45d5-ab40-d7830d85212e} <Debug> TCPHandler: Processed in 0.002078427 sec. | ||
| 1004 | 2024.11.13 20:45:59.301292 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1005 | 2024.11.13 20:45:59.301487 [ 277 ] {1cc48914-626a-44ca-91af-227519dd4e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1006 | 2024.11.13 20:45:59.301558 [ 277 ] {1cc48914-626a-44ca-91af-227519dd4e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1007 | 2024.11.13 20:45:59.302339 [ 277 ] {1cc48914-626a-44ca-91af-227519dd4e23} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1008 | 2024.11.13 20:45:59.302388 [ 277 ] {1cc48914-626a-44ca-91af-227519dd4e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 1009 | 2024.11.13 20:45:59.302824 [ 277 ] {1cc48914-626a-44ca-91af-227519dd4e23} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1010 | 2024.11.13 20:45:59.303088 [ 277 ] {1cc48914-626a-44ca-91af-227519dd4e23} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1011 | 2024.11.13 20:45:59.303318 [ 277 ] {1cc48914-626a-44ca-91af-227519dd4e23} <Debug> executeQuery: Read 191 rows, 17.70 KiB in 0.001883 sec., 101433.88210302709 rows/sec., 9.18 MiB/sec. | ||
| 1012 | 2024.11.13 20:45:59.303372 [ 277 ] {1cc48914-626a-44ca-91af-227519dd4e23} <Debug> TCPHandler: Processed in 0.002213859 sec. | ||
| 1013 | 2024.11.13 20:45:59.303535 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1014 | 2024.11.13 20:45:59.303752 [ 271 ] {91238928-4f84-4a68-b40d-066d18e8767b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1015 | 2024.11.13 20:45:59.303841 [ 271 ] {91238928-4f84-4a68-b40d-066d18e8767b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1016 | 2024.11.13 20:45:59.304711 [ 271 ] {91238928-4f84-4a68-b40d-066d18e8767b} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1017 | 2024.11.13 20:45:59.304747 [ 271 ] {91238928-4f84-4a68-b40d-066d18e8767b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 1018 | 2024.11.13 20:45:59.305097 [ 271 ] {91238928-4f84-4a68-b40d-066d18e8767b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1019 | 2024.11.13 20:45:59.305333 [ 271 ] {91238928-4f84-4a68-b40d-066d18e8767b} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1020 | 2024.11.13 20:45:59.305517 [ 271 ] {91238928-4f84-4a68-b40d-066d18e8767b} <Debug> executeQuery: Read 29 rows, 2.11 KiB in 0.001814 sec., 15986.769570011025 rows/sec., 1.14 MiB/sec. | ||
| 1021 | 2024.11.13 20:45:59.305579 [ 271 ] {91238928-4f84-4a68-b40d-066d18e8767b} <Debug> TCPHandler: Processed in 0.002121037 sec. | ||
| 1022 | 2024.11.13 20:45:59.305720 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1023 | 2024.11.13 20:45:59.305839 [ 277 ] {1658805a-913b-408e-9c06-8c50d471cc78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1024 | 2024.11.13 20:45:59.305887 [ 277 ] {1658805a-913b-408e-9c06-8c50d471cc78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1025 | 2024.11.13 20:45:59.306467 [ 277 ] {1658805a-913b-408e-9c06-8c50d471cc78} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1026 | 2024.11.13 20:45:59.306507 [ 277 ] {1658805a-913b-408e-9c06-8c50d471cc78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 1027 | 2024.11.13 20:45:59.306860 [ 277 ] {1658805a-913b-408e-9c06-8c50d471cc78} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1028 | 2024.11.13 20:45:59.307099 [ 277 ] {1658805a-913b-408e-9c06-8c50d471cc78} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1029 | 2024.11.13 20:45:59.307364 [ 277 ] {1658805a-913b-408e-9c06-8c50d471cc78} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001535 sec., 9120.521172638437 rows/sec., 638.74 KiB/sec. | ||
| 1030 | 2024.11.13 20:45:59.307443 [ 277 ] {1658805a-913b-408e-9c06-8c50d471cc78} <Debug> TCPHandler: Processed in 0.001784491 sec. | ||
| 1031 | 2024.11.13 20:45:59.307679 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1032 | 2024.11.13 20:45:59.307898 [ 271 ] {e61a908a-29b1-47ef-b867-046b26695f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1033 | 2024.11.13 20:45:59.307985 [ 271 ] {e61a908a-29b1-47ef-b867-046b26695f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1034 | 2024.11.13 20:45:59.308792 [ 271 ] {e61a908a-29b1-47ef-b867-046b26695f3c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1035 | 2024.11.13 20:45:59.308829 [ 271 ] {e61a908a-29b1-47ef-b867-046b26695f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 1036 | 2024.11.13 20:45:59.309177 [ 271 ] {e61a908a-29b1-47ef-b867-046b26695f3c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1037 | 2024.11.13 20:45:59.309412 [ 271 ] {e61a908a-29b1-47ef-b867-046b26695f3c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1038 | 2024.11.13 20:45:59.309606 [ 271 ] {e61a908a-29b1-47ef-b867-046b26695f3c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00176 sec., 7386.363636363636 rows/sec., 460.54 KiB/sec. | ||
| 1039 | 2024.11.13 20:45:59.309660 [ 271 ] {e61a908a-29b1-47ef-b867-046b26695f3c} <Debug> TCPHandler: Processed in 0.002093166 sec. | ||
| 1040 | 2024.11.13 20:45:59.309813 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1041 | 2024.11.13 20:45:59.309950 [ 277 ] {7989dcbc-efd2-4894-b8d8-1192d1d64dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1042 | 2024.11.13 20:45:59.310006 [ 277 ] {7989dcbc-efd2-4894-b8d8-1192d1d64dc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1043 | 2024.11.13 20:45:59.310776 [ 277 ] {7989dcbc-efd2-4894-b8d8-1192d1d64dc2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1044 | 2024.11.13 20:45:59.310815 [ 277 ] {7989dcbc-efd2-4894-b8d8-1192d1d64dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 1045 | 2024.11.13 20:45:59.311191 [ 277 ] {7989dcbc-efd2-4894-b8d8-1192d1d64dc2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1046 | 2024.11.13 20:45:59.311431 [ 277 ] {7989dcbc-efd2-4894-b8d8-1192d1d64dc2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1047 | 2024.11.13 20:45:59.311693 [ 277 ] {7989dcbc-efd2-4894-b8d8-1192d1d64dc2} <Debug> executeQuery: Read 340 rows, 24.33 KiB in 0.001758 sec., 193401.59271899887 rows/sec., 13.51 MiB/sec. | ||
| 1048 | 2024.11.13 20:45:59.311755 [ 277 ] {7989dcbc-efd2-4894-b8d8-1192d1d64dc2} <Debug> TCPHandler: Processed in 0.002011705 sec. | ||
| 1049 | 2024.11.13 20:45:59.311941 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1050 | 2024.11.13 20:45:59.312076 [ 271 ] {f95f6849-0d0b-4607-ac13-f324d6e165b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1051 | 2024.11.13 20:45:59.312134 [ 271 ] {f95f6849-0d0b-4607-ac13-f324d6e165b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1052 | 2024.11.13 20:45:59.312658 [ 271 ] {f95f6849-0d0b-4607-ac13-f324d6e165b2} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1053 | 2024.11.13 20:45:59.312694 [ 271 ] {f95f6849-0d0b-4607-ac13-f324d6e165b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 1054 | 2024.11.13 20:45:59.313049 [ 271 ] {f95f6849-0d0b-4607-ac13-f324d6e165b2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1055 | 2024.11.13 20:45:59.313295 [ 271 ] {f95f6849-0d0b-4607-ac13-f324d6e165b2} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1056 | 2024.11.13 20:45:59.313474 [ 271 ] {f95f6849-0d0b-4607-ac13-f324d6e165b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 219.52 KiB/sec. | ||
| 1057 | 2024.11.13 20:45:59.313521 [ 271 ] {f95f6849-0d0b-4607-ac13-f324d6e165b2} <Debug> TCPHandler: Processed in 0.001643669 sec. | ||
| 1058 | 2024.11.13 20:45:59.313676 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1059 | 2024.11.13 20:45:59.313815 [ 277 ] {576a1364-31b6-4c77-9cc2-367f1ad522b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1060 | 2024.11.13 20:45:59.313876 [ 277 ] {576a1364-31b6-4c77-9cc2-367f1ad522b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1061 | 2024.11.13 20:45:59.314494 [ 277 ] {576a1364-31b6-4c77-9cc2-367f1ad522b1} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1062 | 2024.11.13 20:45:59.314533 [ 277 ] {576a1364-31b6-4c77-9cc2-367f1ad522b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 1063 | 2024.11.13 20:45:59.314907 [ 277 ] {576a1364-31b6-4c77-9cc2-367f1ad522b1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1064 | 2024.11.13 20:45:59.315155 [ 277 ] {576a1364-31b6-4c77-9cc2-367f1ad522b1} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1065 | 2024.11.13 20:45:59.315433 [ 277 ] {576a1364-31b6-4c77-9cc2-367f1ad522b1} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00164 sec., 46951.21951219512 rows/sec., 2.89 MiB/sec. | ||
| 1066 | 2024.11.13 20:45:59.315493 [ 277 ] {576a1364-31b6-4c77-9cc2-367f1ad522b1} <Debug> TCPHandler: Processed in 0.001884143 sec. | ||
| 1067 | 2024.11.13 20:45:59.315649 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1068 | 2024.11.13 20:45:59.315762 [ 271 ] {40918305-f703-4c56-b62a-de2b58784a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1069 | 2024.11.13 20:45:59.315810 [ 271 ] {40918305-f703-4c56-b62a-de2b58784a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1070 | 2024.11.13 20:45:59.316268 [ 271 ] {40918305-f703-4c56-b62a-de2b58784a33} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1071 | 2024.11.13 20:45:59.316304 [ 271 ] {40918305-f703-4c56-b62a-de2b58784a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 1072 | 2024.11.13 20:45:59.316649 [ 271 ] {40918305-f703-4c56-b62a-de2b58784a33} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1073 | 2024.11.13 20:45:59.316884 [ 271 ] {40918305-f703-4c56-b62a-de2b58784a33} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1074 | 2024.11.13 20:45:59.317122 [ 271 ] {40918305-f703-4c56-b62a-de2b58784a33} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00137 sec., 729.9270072992701 rows/sec., 49.18 KiB/sec. | ||
| 1075 | 2024.11.13 20:45:59.317171 [ 271 ] {40918305-f703-4c56-b62a-de2b58784a33} <Debug> TCPHandler: Processed in 0.001579548 sec. | ||
| 1076 | 2024.11.13 20:45:59.317316 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1077 | 2024.11.13 20:45:59.317432 [ 277 ] {69a01e0d-10e6-4b4e-a11a-7461d8fa4b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1078 | 2024.11.13 20:45:59.317516 [ 277 ] {69a01e0d-10e6-4b4e-a11a-7461d8fa4b3f} <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 | ||
| 1079 | 2024.11.13 20:45:59.318738 [ 277 ] {69a01e0d-10e6-4b4e-a11a-7461d8fa4b3f} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1080 | 2024.11.13 20:45:59.318777 [ 277 ] {69a01e0d-10e6-4b4e-a11a-7461d8fa4b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 1081 | 2024.11.13 20:45:59.319400 [ 277 ] {69a01e0d-10e6-4b4e-a11a-7461d8fa4b3f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1082 | 2024.11.13 20:45:59.319661 [ 277 ] {69a01e0d-10e6-4b4e-a11a-7461d8fa4b3f} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1083 | 2024.11.13 20:45:59.319983 [ 277 ] {69a01e0d-10e6-4b4e-a11a-7461d8fa4b3f} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002566 sec., 8573.655494933748 rows/sec., 15.36 MiB/sec. | ||
| 1084 | 2024.11.13 20:45:59.320079 [ 277 ] {69a01e0d-10e6-4b4e-a11a-7461d8fa4b3f} <Debug> TCPHandler: Processed in 0.00282572 sec. | ||
| 1085 | 2024.11.13 20:45:59.320230 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2024.11.13 20:45:59.320342 [ 271 ] {e5821e0a-27a5-494f-bcbe-50cb0beeaa66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1087 | 2024.11.13 20:45:59.320391 [ 271 ] {e5821e0a-27a5-494f-bcbe-50cb0beeaa66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1088 | 2024.11.13 20:45:59.320917 [ 271 ] {e5821e0a-27a5-494f-bcbe-50cb0beeaa66} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1089 | 2024.11.13 20:45:59.320959 [ 271 ] {e5821e0a-27a5-494f-bcbe-50cb0beeaa66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 1090 | 2024.11.13 20:45:59.321399 [ 271 ] {e5821e0a-27a5-494f-bcbe-50cb0beeaa66} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1091 | 2024.11.13 20:45:59.321650 [ 271 ] {e5821e0a-27a5-494f-bcbe-50cb0beeaa66} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1092 | 2024.11.13 20:45:59.321885 [ 271 ] {e5821e0a-27a5-494f-bcbe-50cb0beeaa66} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001549 sec., 14202.71142672692 rows/sec., 769.78 KiB/sec. | ||
| 1093 | 2024.11.13 20:45:59.321948 [ 271 ] {e5821e0a-27a5-494f-bcbe-50cb0beeaa66} <Debug> TCPHandler: Processed in 0.001777181 sec. | ||
| 1094 | 2024.11.13 20:46:05.854991 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 184 | ||
| 1095 | 2024.11.13 20:46:05.857716 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1096 | 2024.11.13 20:46:05.857762 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1097 | 2024.11.13 20:46:05.859119 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1098 | 2024.11.13 20:46:05.859415 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1099 | 2024.11.13 20:46:05.859924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 184 | ||
| 1100 | 2024.11.13 20:46:10.802470 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1101 | 2024.11.13 20:46:10.802571 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1102 | 2024.11.13 20:46:12.201167 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1103 | 2024.11.13 20:46:12.423593 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1104 | 2024.11.13 20:46:12.425064 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1105 | 2024.11.13 20:46:12.440424 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1106 | 2024.11.13 20:46:12.683004 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54593, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1107 | 2024.11.13 20:46:12.701487 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45239, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1108 | 2024.11.13 20:46:12.702916 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53653, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1109 | 2024.11.13 20:46:12.712271 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1110 | 2024.11.13 20:46:14.298889 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1111 | 2024.11.13 20:46:14.299133 [ 271 ] {a6ff6e3e-2a7e-4205-9e49-124f9c3b38f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1112 | 2024.11.13 20:46:14.299215 [ 271 ] {a6ff6e3e-2a7e-4205-9e49-124f9c3b38f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1113 | 2024.11.13 20:46:14.300033 [ 271 ] {a6ff6e3e-2a7e-4205-9e49-124f9c3b38f4} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1114 | 2024.11.13 20:46:14.300085 [ 271 ] {a6ff6e3e-2a7e-4205-9e49-124f9c3b38f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1115 | 2024.11.13 20:46:14.300505 [ 271 ] {a6ff6e3e-2a7e-4205-9e49-124f9c3b38f4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1116 | 2024.11.13 20:46:14.300768 [ 271 ] {a6ff6e3e-2a7e-4205-9e49-124f9c3b38f4} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1117 | 2024.11.13 20:46:14.301057 [ 271 ] {a6ff6e3e-2a7e-4205-9e49-124f9c3b38f4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001968 sec., 7113.821138211381 rows/sec., 512.10 KiB/sec. | ||
| 1118 | 2024.11.13 20:46:14.301194 [ 271 ] {a6ff6e3e-2a7e-4205-9e49-124f9c3b38f4} <Debug> TCPHandler: Processed in 0.002494824 sec. | ||
| 1119 | 2024.11.13 20:46:14.301449 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1120 | 2024.11.13 20:46:14.301640 [ 277 ] {806eff57-8f47-4e46-800b-0e5866d1a746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1121 | 2024.11.13 20:46:14.301711 [ 277 ] {806eff57-8f47-4e46-800b-0e5866d1a746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1122 | 2024.11.13 20:46:14.302511 [ 277 ] {806eff57-8f47-4e46-800b-0e5866d1a746} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1123 | 2024.11.13 20:46:14.302559 [ 277 ] {806eff57-8f47-4e46-800b-0e5866d1a746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1124 | 2024.11.13 20:46:14.302991 [ 277 ] {806eff57-8f47-4e46-800b-0e5866d1a746} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1125 | 2024.11.13 20:46:14.303234 [ 277 ] {806eff57-8f47-4e46-800b-0e5866d1a746} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1126 | 2024.11.13 20:46:14.303544 [ 277 ] {806eff57-8f47-4e46-800b-0e5866d1a746} <Debug> executeQuery: Read 191 rows, 17.70 KiB in 0.00193 sec., 98963.73056994818 rows/sec., 8.95 MiB/sec. | ||
| 1127 | 2024.11.13 20:46:14.303627 [ 277 ] {806eff57-8f47-4e46-800b-0e5866d1a746} <Debug> TCPHandler: Processed in 0.002311461 sec. | ||
| 1128 | 2024.11.13 20:46:14.303789 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1129 | 2024.11.13 20:46:14.303924 [ 271 ] {119b3cd0-0e5a-486b-92b2-dae0d597964e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1130 | 2024.11.13 20:46:14.303985 [ 271 ] {119b3cd0-0e5a-486b-92b2-dae0d597964e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1131 | 2024.11.13 20:46:14.304698 [ 271 ] {119b3cd0-0e5a-486b-92b2-dae0d597964e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1132 | 2024.11.13 20:46:14.304748 [ 271 ] {119b3cd0-0e5a-486b-92b2-dae0d597964e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1133 | 2024.11.13 20:46:14.305140 [ 271 ] {119b3cd0-0e5a-486b-92b2-dae0d597964e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1134 | 2024.11.13 20:46:14.305383 [ 271 ] {119b3cd0-0e5a-486b-92b2-dae0d597964e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1135 | 2024.11.13 20:46:14.305683 [ 271 ] {119b3cd0-0e5a-486b-92b2-dae0d597964e} <Debug> executeQuery: Read 29 rows, 2.11 KiB in 0.001773 sec., 16356.457980823463 rows/sec., 1.16 MiB/sec. | ||
| 1136 | 2024.11.13 20:46:14.305783 [ 271 ] {119b3cd0-0e5a-486b-92b2-dae0d597964e} <Debug> TCPHandler: Processed in 0.002053616 sec. | ||
| 1137 | 2024.11.13 20:46:14.305932 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2024.11.13 20:46:14.306052 [ 277 ] {ae3540fd-21bb-4a41-9189-fda28b935a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1139 | 2024.11.13 20:46:14.306100 [ 277 ] {ae3540fd-21bb-4a41-9189-fda28b935a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1140 | 2024.11.13 20:46:14.306688 [ 277 ] {ae3540fd-21bb-4a41-9189-fda28b935a4d} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1141 | 2024.11.13 20:46:14.306727 [ 277 ] {ae3540fd-21bb-4a41-9189-fda28b935a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1142 | 2024.11.13 20:46:14.307079 [ 277 ] {ae3540fd-21bb-4a41-9189-fda28b935a4d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1143 | 2024.11.13 20:46:14.307326 [ 277 ] {ae3540fd-21bb-4a41-9189-fda28b935a4d} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1144 | 2024.11.13 20:46:14.307551 [ 277 ] {ae3540fd-21bb-4a41-9189-fda28b935a4d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001518 sec., 9222.66139657444 rows/sec., 645.90 KiB/sec. | ||
| 1145 | 2024.11.13 20:46:14.307678 [ 277 ] {ae3540fd-21bb-4a41-9189-fda28b935a4d} <Debug> TCPHandler: Processed in 0.001807122 sec. | ||
| 1146 | 2024.11.13 20:46:14.307828 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2024.11.13 20:46:14.307948 [ 271 ] {47a4aa06-365f-4ee2-8559-de938ca645cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1148 | 2024.11.13 20:46:14.307997 [ 271 ] {47a4aa06-365f-4ee2-8559-de938ca645cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1149 | 2024.11.13 20:46:14.308581 [ 271 ] {47a4aa06-365f-4ee2-8559-de938ca645cb} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1150 | 2024.11.13 20:46:14.308622 [ 271 ] {47a4aa06-365f-4ee2-8559-de938ca645cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1151 | 2024.11.13 20:46:14.308973 [ 271 ] {47a4aa06-365f-4ee2-8559-de938ca645cb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1152 | 2024.11.13 20:46:14.309214 [ 271 ] {47a4aa06-365f-4ee2-8559-de938ca645cb} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1153 | 2024.11.13 20:46:14.309429 [ 271 ] {47a4aa06-365f-4ee2-8559-de938ca645cb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001506 sec., 8632.138114209827 rows/sec., 538.21 KiB/sec. | ||
| 1154 | 2024.11.13 20:46:14.309484 [ 271 ] {47a4aa06-365f-4ee2-8559-de938ca645cb} <Debug> TCPHandler: Processed in 0.00171178 sec. | ||
| 1155 | 2024.11.13 20:46:14.309625 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2024.11.13 20:46:14.309742 [ 277 ] {473f3203-ca43-4628-ab17-cf598d7d0eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1157 | 2024.11.13 20:46:14.309790 [ 277 ] {473f3203-ca43-4628-ab17-cf598d7d0eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1158 | 2024.11.13 20:46:14.310468 [ 277 ] {473f3203-ca43-4628-ab17-cf598d7d0eaf} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1159 | 2024.11.13 20:46:14.310508 [ 277 ] {473f3203-ca43-4628-ab17-cf598d7d0eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1160 | 2024.11.13 20:46:14.310882 [ 277 ] {473f3203-ca43-4628-ab17-cf598d7d0eaf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1161 | 2024.11.13 20:46:14.311123 [ 277 ] {473f3203-ca43-4628-ab17-cf598d7d0eaf} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1162 | 2024.11.13 20:46:14.311408 [ 277 ] {473f3203-ca43-4628-ab17-cf598d7d0eaf} <Debug> executeQuery: Read 340 rows, 24.33 KiB in 0.001663 sec., 204449.78953698135 rows/sec., 14.29 MiB/sec. | ||
| 1163 | 2024.11.13 20:46:14.311507 [ 277 ] {473f3203-ca43-4628-ab17-cf598d7d0eaf} <Debug> TCPHandler: Processed in 0.001936374 sec. | ||
| 1164 | 2024.11.13 20:46:14.311641 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1165 | 2024.11.13 20:46:14.311759 [ 271 ] {c9a6f1af-7dc6-4cbc-9a4f-e92031190007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1166 | 2024.11.13 20:46:14.311809 [ 271 ] {c9a6f1af-7dc6-4cbc-9a4f-e92031190007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1167 | 2024.11.13 20:46:14.312367 [ 271 ] {c9a6f1af-7dc6-4cbc-9a4f-e92031190007} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1168 | 2024.11.13 20:46:14.312413 [ 271 ] {c9a6f1af-7dc6-4cbc-9a4f-e92031190007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1169 | 2024.11.13 20:46:14.312842 [ 271 ] {c9a6f1af-7dc6-4cbc-9a4f-e92031190007} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1170 | 2024.11.13 20:46:14.313084 [ 271 ] {c9a6f1af-7dc6-4cbc-9a4f-e92031190007} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1171 | 2024.11.13 20:46:14.313290 [ 271 ] {c9a6f1af-7dc6-4cbc-9a4f-e92031190007} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001555 sec., 3858.5209003215436 rows/sec., 201.59 KiB/sec. | ||
| 1172 | 2024.11.13 20:46:14.313343 [ 271 ] {c9a6f1af-7dc6-4cbc-9a4f-e92031190007} <Debug> TCPHandler: Processed in 0.001760201 sec. | ||
| 1173 | 2024.11.13 20:46:14.313487 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1174 | 2024.11.13 20:46:14.313607 [ 277 ] {60c81584-2a12-446f-8335-7544874b1501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1175 | 2024.11.13 20:46:14.313660 [ 277 ] {60c81584-2a12-446f-8335-7544874b1501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1176 | 2024.11.13 20:46:14.314183 [ 277 ] {60c81584-2a12-446f-8335-7544874b1501} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1177 | 2024.11.13 20:46:14.314222 [ 277 ] {60c81584-2a12-446f-8335-7544874b1501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1178 | 2024.11.13 20:46:14.314595 [ 277 ] {60c81584-2a12-446f-8335-7544874b1501} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1179 | 2024.11.13 20:46:14.314831 [ 277 ] {60c81584-2a12-446f-8335-7544874b1501} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1180 | 2024.11.13 20:46:14.315100 [ 277 ] {60c81584-2a12-446f-8335-7544874b1501} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001507 sec., 51094.8905109489 rows/sec., 3.15 MiB/sec. | ||
| 1181 | 2024.11.13 20:46:14.315154 [ 277 ] {60c81584-2a12-446f-8335-7544874b1501} <Debug> TCPHandler: Processed in 0.00172404 sec. | ||
| 1182 | 2024.11.13 20:46:14.315287 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2024.11.13 20:46:14.315407 [ 271 ] {ce3430f3-5aad-4a40-9fcb-53de8f8f172f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1184 | 2024.11.13 20:46:14.315457 [ 271 ] {ce3430f3-5aad-4a40-9fcb-53de8f8f172f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1185 | 2024.11.13 20:46:14.315924 [ 271 ] {ce3430f3-5aad-4a40-9fcb-53de8f8f172f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2024.11.13 20:46:14.315962 [ 271 ] {ce3430f3-5aad-4a40-9fcb-53de8f8f172f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1187 | 2024.11.13 20:46:14.316320 [ 271 ] {ce3430f3-5aad-4a40-9fcb-53de8f8f172f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1188 | 2024.11.13 20:46:14.316557 [ 271 ] {ce3430f3-5aad-4a40-9fcb-53de8f8f172f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1189 | 2024.11.13 20:46:14.316836 [ 271 ] {ce3430f3-5aad-4a40-9fcb-53de8f8f172f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00143 sec., 699.3006993006993 rows/sec., 47.12 KiB/sec. | ||
| 1190 | 2024.11.13 20:46:14.316914 [ 271 ] {ce3430f3-5aad-4a40-9fcb-53de8f8f172f} <Debug> TCPHandler: Processed in 0.001686099 sec. | ||
| 1191 | 2024.11.13 20:46:14.317059 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2024.11.13 20:46:14.317196 [ 277 ] {0cd6f835-c353-434b-9acb-9fa2d7efa27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1193 | 2024.11.13 20:46:14.317286 [ 277 ] {0cd6f835-c353-434b-9acb-9fa2d7efa27d} <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 | ||
| 1194 | 2024.11.13 20:46:14.318453 [ 277 ] {0cd6f835-c353-434b-9acb-9fa2d7efa27d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2024.11.13 20:46:14.318490 [ 277 ] {0cd6f835-c353-434b-9acb-9fa2d7efa27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1196 | 2024.11.13 20:46:14.319107 [ 277 ] {0cd6f835-c353-434b-9acb-9fa2d7efa27d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1197 | 2024.11.13 20:46:14.319361 [ 277 ] {0cd6f835-c353-434b-9acb-9fa2d7efa27d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2024.11.13 20:46:14.319702 [ 277 ] {0cd6f835-c353-434b-9acb-9fa2d7efa27d} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002526 sec., 8709.422011084718 rows/sec., 15.61 MiB/sec. | ||
| 1199 | 2024.11.13 20:46:14.319862 [ 277 ] {0cd6f835-c353-434b-9acb-9fa2d7efa27d} <Debug> TCPHandler: Processed in 0.00286738 sec. | ||
| 1200 | 2024.11.13 20:46:14.320086 [ 271 ] {} <Trace> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2024.11.13 20:46:14.320303 [ 271 ] {1d41e15e-fb8b-4db3-949c-5809937c1803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60600) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1202 | 2024.11.13 20:46:14.320394 [ 271 ] {1d41e15e-fb8b-4db3-949c-5809937c1803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1203 | 2024.11.13 20:46:14.321107 [ 271 ] {1d41e15e-fb8b-4db3-949c-5809937c1803} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1204 | 2024.11.13 20:46:14.321144 [ 271 ] {1d41e15e-fb8b-4db3-949c-5809937c1803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1205 | 2024.11.13 20:46:14.321509 [ 271 ] {1d41e15e-fb8b-4db3-949c-5809937c1803} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1206 | 2024.11.13 20:46:14.321749 [ 271 ] {1d41e15e-fb8b-4db3-949c-5809937c1803} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1207 | 2024.11.13 20:46:14.322034 [ 271 ] {1d41e15e-fb8b-4db3-949c-5809937c1803} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001768 sec., 12443.438914027149 rows/sec., 674.42 KiB/sec. | ||
| 1208 | 2024.11.13 20:46:14.322122 [ 271 ] {1d41e15e-fb8b-4db3-949c-5809937c1803} <Debug> TCPHandler: Processed in 0.002143608 sec. | ||
| 1209 | 2024.11.13 20:46:15.860049 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 206 | ||
| 1210 | 2024.11.13 20:46:15.862826 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1211 | 2024.11.13 20:46:15.862884 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1212 | 2024.11.13 20:46:15.864528 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1213 | 2024.11.13 20:46:15.864855 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1214 | 2024.11.13 20:46:15.865459 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 206 | ||
| 1215 | 2024.11.13 20:46:16.366420 [ 283 ] {} <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) | ||
| 1216 | 2024.11.13 20:46:16.616049 [ 283 ] {} <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) | ||
| 1217 | 2024.11.13 20:46:17.044300 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1218 | 2024.11.13 20:46:17.185463 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1219 | 2024.11.13 20:46:17.217898 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1220 | 2024.11.13 20:46:17.225318 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49287, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1221 | 2024.11.13 20:46:17.234688 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1222 | 2024.11.13 20:46:17.243045 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1223 | 2024.11.13 20:46:17.260048 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48157, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1224 | 2024.11.13 20:46:17.297450 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47804, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1225 | 2024.11.13 20:46:17.376984 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1226 | 2024.11.13 20:46:17.398370 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1227 | 2024.11.13 20:46:17.463093 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1228 | 2024.11.13 20:46:17.495929 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37247, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1229 | 2024.11.13 20:46:17.503484 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41370, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1230 | 2024.11.13 20:46:17.529818 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1231 | 2024.11.13 20:46:18.606263 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1232 | 2024.11.13 20:46:19.129358 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1233 | 2024.11.13 20:46:19.223200 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1234 | 2024.11.13 20:46:19.256394 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1235 | 2024.11.13 20:46:19.290729 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1236 | 2024.11.13 20:46:19.468159 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39993, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1237 | 2024.11.13 20:46:19.486655 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40156, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1238 | 2024.11.13 20:46:19.515003 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1239 | 2024.11.13 20:46:25.802643 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1240 | 2024.11.13 20:46:25.802709 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1241 | 2024.11.13 20:46:29.000394 [ 271 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1242 | 2024.11.13 20:46:29.000494 [ 271 ] {} <Debug> TCP-Session: 42b2b3b9-c8cc-43d1-a737-b6c1e56a15fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1243 | 2024.11.13 20:46:29.298226 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1244 | 2024.11.13 20:46:29.298435 [ 277 ] {2b4e5919-b6c9-4f59-87b8-648e0b01ce7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1245 | 2024.11.13 20:46:29.298513 [ 277 ] {2b4e5919-b6c9-4f59-87b8-648e0b01ce7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1246 | 2024.11.13 20:46:29.299349 [ 277 ] {2b4e5919-b6c9-4f59-87b8-648e0b01ce7a} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1247 | 2024.11.13 20:46:29.299398 [ 277 ] {2b4e5919-b6c9-4f59-87b8-648e0b01ce7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1248 | 2024.11.13 20:46:29.299863 [ 277 ] {2b4e5919-b6c9-4f59-87b8-648e0b01ce7a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1249 | 2024.11.13 20:46:29.300147 [ 277 ] {2b4e5919-b6c9-4f59-87b8-648e0b01ce7a} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1250 | 2024.11.13 20:46:29.300387 [ 277 ] {2b4e5919-b6c9-4f59-87b8-648e0b01ce7a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002009 sec., 6968.641114982579 rows/sec., 501.65 KiB/sec. | ||
| 1251 | 2024.11.13 20:46:29.300559 [ 277 ] {2b4e5919-b6c9-4f59-87b8-648e0b01ce7a} <Debug> TCPHandler: Processed in 0.002468883 sec. | ||
| 1252 | 2024.11.13 20:46:29.300857 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1253 | 2024.11.13 20:46:29.301077 [ 274 ] {57715cf4-c46c-40dd-836b-4a08f0625692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1254 | 2024.11.13 20:46:29.301187 [ 274 ] {57715cf4-c46c-40dd-836b-4a08f0625692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1255 | 2024.11.13 20:46:29.302139 [ 274 ] {57715cf4-c46c-40dd-836b-4a08f0625692} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1256 | 2024.11.13 20:46:29.302189 [ 274 ] {57715cf4-c46c-40dd-836b-4a08f0625692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1257 | 2024.11.13 20:46:29.302653 [ 274 ] {57715cf4-c46c-40dd-836b-4a08f0625692} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1258 | 2024.11.13 20:46:29.302915 [ 274 ] {57715cf4-c46c-40dd-836b-4a08f0625692} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1259 | 2024.11.13 20:46:29.303169 [ 274 ] {57715cf4-c46c-40dd-836b-4a08f0625692} <Debug> executeQuery: Read 191 rows, 17.70 KiB in 0.002151 sec., 88795.90887959088 rows/sec., 8.03 MiB/sec. | ||
| 1260 | 2024.11.13 20:46:29.303249 [ 274 ] {57715cf4-c46c-40dd-836b-4a08f0625692} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1261 | 2024.11.13 20:46:29.303265 [ 274 ] {57715cf4-c46c-40dd-836b-4a08f0625692} <Debug> TCPHandler: Processed in 0.002580455 sec. | ||
| 1262 | 2024.11.13 20:46:29.303436 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2024.11.13 20:46:29.303557 [ 277 ] {93cfb5db-80f7-4074-b1a8-53b7836bbb2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1264 | 2024.11.13 20:46:29.303606 [ 277 ] {93cfb5db-80f7-4074-b1a8-53b7836bbb2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1265 | 2024.11.13 20:46:29.304216 [ 277 ] {93cfb5db-80f7-4074-b1a8-53b7836bbb2d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2024.11.13 20:46:29.304257 [ 277 ] {93cfb5db-80f7-4074-b1a8-53b7836bbb2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1267 | 2024.11.13 20:46:29.304622 [ 277 ] {93cfb5db-80f7-4074-b1a8-53b7836bbb2d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1268 | 2024.11.13 20:46:29.304873 [ 277 ] {93cfb5db-80f7-4074-b1a8-53b7836bbb2d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1269 | 2024.11.13 20:46:29.305203 [ 277 ] {93cfb5db-80f7-4074-b1a8-53b7836bbb2d} <Debug> executeQuery: Read 29 rows, 2.11 KiB in 0.00164 sec., 17682.926829268294 rows/sec., 1.26 MiB/sec. | ||
| 1270 | 2024.11.13 20:46:29.305363 [ 277 ] {93cfb5db-80f7-4074-b1a8-53b7836bbb2d} <Debug> TCPHandler: Processed in 0.001985185 sec. | ||
| 1271 | 2024.11.13 20:46:29.305524 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2024.11.13 20:46:29.305663 [ 274 ] {bb327855-2579-4d53-9175-abd3804acb9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1273 | 2024.11.13 20:46:29.305721 [ 274 ] {bb327855-2579-4d53-9175-abd3804acb9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1274 | 2024.11.13 20:46:29.306380 [ 274 ] {bb327855-2579-4d53-9175-abd3804acb9e} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2024.11.13 20:46:29.306420 [ 274 ] {bb327855-2579-4d53-9175-abd3804acb9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1276 | 2024.11.13 20:46:29.306775 [ 274 ] {bb327855-2579-4d53-9175-abd3804acb9e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1277 | 2024.11.13 20:46:29.307018 [ 274 ] {bb327855-2579-4d53-9175-abd3804acb9e} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2024.11.13 20:46:29.307201 [ 274 ] {bb327855-2579-4d53-9175-abd3804acb9e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001562 sec., 8962.868117797696 rows/sec., 627.70 KiB/sec. | ||
| 1279 | 2024.11.13 20:46:29.307257 [ 274 ] {bb327855-2579-4d53-9175-abd3804acb9e} <Debug> TCPHandler: Processed in 0.001798762 sec. | ||
| 1280 | 2024.11.13 20:46:29.307417 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1281 | 2024.11.13 20:46:29.307555 [ 277 ] {4b48e413-ebfd-45b7-9307-1e5f884e9f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1282 | 2024.11.13 20:46:29.307611 [ 277 ] {4b48e413-ebfd-45b7-9307-1e5f884e9f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1283 | 2024.11.13 20:46:29.308300 [ 277 ] {4b48e413-ebfd-45b7-9307-1e5f884e9f5f} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1284 | 2024.11.13 20:46:29.308344 [ 277 ] {4b48e413-ebfd-45b7-9307-1e5f884e9f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1285 | 2024.11.13 20:46:29.308702 [ 277 ] {4b48e413-ebfd-45b7-9307-1e5f884e9f5f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1286 | 2024.11.13 20:46:29.308941 [ 277 ] {4b48e413-ebfd-45b7-9307-1e5f884e9f5f} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1287 | 2024.11.13 20:46:29.309324 [ 277 ] {4b48e413-ebfd-45b7-9307-1e5f884e9f5f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001755 sec., 7407.407407407407 rows/sec., 461.85 KiB/sec. | ||
| 1288 | 2024.11.13 20:46:29.309420 [ 277 ] {4b48e413-ebfd-45b7-9307-1e5f884e9f5f} <Debug> TCPHandler: Processed in 0.002071916 sec. | ||
| 1289 | 2024.11.13 20:46:29.309579 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1290 | 2024.11.13 20:46:29.309714 [ 274 ] {f32617ac-abb6-4eb6-abc2-2c1068c7007e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1291 | 2024.11.13 20:46:29.309770 [ 274 ] {f32617ac-abb6-4eb6-abc2-2c1068c7007e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1292 | 2024.11.13 20:46:29.310615 [ 274 ] {f32617ac-abb6-4eb6-abc2-2c1068c7007e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1293 | 2024.11.13 20:46:29.310653 [ 274 ] {f32617ac-abb6-4eb6-abc2-2c1068c7007e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1294 | 2024.11.13 20:46:29.311035 [ 274 ] {f32617ac-abb6-4eb6-abc2-2c1068c7007e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1295 | 2024.11.13 20:46:29.311272 [ 274 ] {f32617ac-abb6-4eb6-abc2-2c1068c7007e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1296 | 2024.11.13 20:46:29.311519 [ 274 ] {f32617ac-abb6-4eb6-abc2-2c1068c7007e} <Debug> executeQuery: Read 340 rows, 24.33 KiB in 0.001821 sec., 186710.5985722131 rows/sec., 13.05 MiB/sec. | ||
| 1297 | 2024.11.13 20:46:29.311578 [ 274 ] {f32617ac-abb6-4eb6-abc2-2c1068c7007e} <Debug> TCPHandler: Processed in 0.002068206 sec. | ||
| 1298 | 2024.11.13 20:46:29.311732 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1299 | 2024.11.13 20:46:29.311869 [ 277 ] {8adbfd5b-4cfd-4d5c-9b03-ef9977502541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1300 | 2024.11.13 20:46:29.311927 [ 277 ] {8adbfd5b-4cfd-4d5c-9b03-ef9977502541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1301 | 2024.11.13 20:46:29.312502 [ 277 ] {8adbfd5b-4cfd-4d5c-9b03-ef9977502541} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1302 | 2024.11.13 20:46:29.312543 [ 277 ] {8adbfd5b-4cfd-4d5c-9b03-ef9977502541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1303 | 2024.11.13 20:46:29.312921 [ 277 ] {8adbfd5b-4cfd-4d5c-9b03-ef9977502541} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1304 | 2024.11.13 20:46:29.313160 [ 277 ] {8adbfd5b-4cfd-4d5c-9b03-ef9977502541} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1305 | 2024.11.13 20:46:29.313594 [ 277 ] {8adbfd5b-4cfd-4d5c-9b03-ef9977502541} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001708 sec., 3512.8805620608896 rows/sec., 183.53 KiB/sec. | ||
| 1306 | 2024.11.13 20:46:29.313755 [ 277 ] {8adbfd5b-4cfd-4d5c-9b03-ef9977502541} <Debug> TCPHandler: Processed in 0.002090157 sec. | ||
| 1307 | 2024.11.13 20:46:29.313951 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1308 | 2024.11.13 20:46:29.314154 [ 274 ] {97274a7e-f216-4ea1-9e13-be67e7e9c6d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1309 | 2024.11.13 20:46:29.314243 [ 274 ] {97274a7e-f216-4ea1-9e13-be67e7e9c6d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1310 | 2024.11.13 20:46:29.314814 [ 274 ] {97274a7e-f216-4ea1-9e13-be67e7e9c6d2} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1311 | 2024.11.13 20:46:29.314849 [ 274 ] {97274a7e-f216-4ea1-9e13-be67e7e9c6d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1312 | 2024.11.13 20:46:29.315236 [ 274 ] {97274a7e-f216-4ea1-9e13-be67e7e9c6d2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1313 | 2024.11.13 20:46:29.315477 [ 274 ] {97274a7e-f216-4ea1-9e13-be67e7e9c6d2} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1314 | 2024.11.13 20:46:29.315756 [ 274 ] {97274a7e-f216-4ea1-9e13-be67e7e9c6d2} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001645 sec., 46808.51063829787 rows/sec., 2.88 MiB/sec. | ||
| 1315 | 2024.11.13 20:46:29.315942 [ 274 ] {97274a7e-f216-4ea1-9e13-be67e7e9c6d2} <Debug> TCPHandler: Processed in 0.002088516 sec. | ||
| 1316 | 2024.11.13 20:46:29.316088 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1317 | 2024.11.13 20:46:29.316206 [ 277 ] {7a552d91-5799-4282-856c-6c56a9c07c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1318 | 2024.11.13 20:46:29.316257 [ 277 ] {7a552d91-5799-4282-856c-6c56a9c07c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1319 | 2024.11.13 20:46:29.316732 [ 277 ] {7a552d91-5799-4282-856c-6c56a9c07c40} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1320 | 2024.11.13 20:46:29.316771 [ 277 ] {7a552d91-5799-4282-856c-6c56a9c07c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1321 | 2024.11.13 20:46:29.317127 [ 277 ] {7a552d91-5799-4282-856c-6c56a9c07c40} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1322 | 2024.11.13 20:46:29.317365 [ 277 ] {7a552d91-5799-4282-856c-6c56a9c07c40} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1323 | 2024.11.13 20:46:29.317658 [ 277 ] {7a552d91-5799-4282-856c-6c56a9c07c40} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec. | ||
| 1324 | 2024.11.13 20:46:29.317724 [ 277 ] {7a552d91-5799-4282-856c-6c56a9c07c40} <Debug> TCPHandler: Processed in 0.001688319 sec. | ||
| 1325 | 2024.11.13 20:46:29.317856 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1326 | 2024.11.13 20:46:29.317973 [ 274 ] {1b098069-1b19-4e34-be70-537f926f4386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1327 | 2024.11.13 20:46:29.318053 [ 274 ] {1b098069-1b19-4e34-be70-537f926f4386} <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 | ||
| 1328 | 2024.11.13 20:46:29.319187 [ 274 ] {1b098069-1b19-4e34-be70-537f926f4386} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2024.11.13 20:46:29.319225 [ 274 ] {1b098069-1b19-4e34-be70-537f926f4386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1330 | 2024.11.13 20:46:29.319840 [ 274 ] {1b098069-1b19-4e34-be70-537f926f4386} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1331 | 2024.11.13 20:46:29.320095 [ 274 ] {1b098069-1b19-4e34-be70-537f926f4386} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1332 | 2024.11.13 20:46:29.320370 [ 274 ] {1b098069-1b19-4e34-be70-537f926f4386} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002403 sec., 9155.222638368705 rows/sec., 16.41 MiB/sec. | ||
| 1333 | 2024.11.13 20:46:29.320722 [ 274 ] {1b098069-1b19-4e34-be70-537f926f4386} <Debug> TCPHandler: Processed in 0.002922271 sec. | ||
| 1334 | 2024.11.13 20:46:29.320874 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1335 | 2024.11.13 20:46:29.320990 [ 277 ] {2e70687d-f172-456d-9499-5f28d3f9bdbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1336 | 2024.11.13 20:46:29.321040 [ 277 ] {2e70687d-f172-456d-9499-5f28d3f9bdbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1337 | 2024.11.13 20:46:29.321527 [ 277 ] {2e70687d-f172-456d-9499-5f28d3f9bdbe} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1338 | 2024.11.13 20:46:29.321565 [ 277 ] {2e70687d-f172-456d-9499-5f28d3f9bdbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1339 | 2024.11.13 20:46:29.321929 [ 277 ] {2e70687d-f172-456d-9499-5f28d3f9bdbe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1340 | 2024.11.13 20:46:29.322162 [ 277 ] {2e70687d-f172-456d-9499-5f28d3f9bdbe} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1341 | 2024.11.13 20:46:29.322523 [ 277 ] {2e70687d-f172-456d-9499-5f28d3f9bdbe} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001527 sec., 14407.33464309103 rows/sec., 780.87 KiB/sec. | ||
| 1342 | 2024.11.13 20:46:29.322674 [ 277 ] {2e70687d-f172-456d-9499-5f28d3f9bdbe} <Debug> TCPHandler: Processed in 0.001851392 sec. | ||
| 1343 | 2024.11.13 20:46:34.294058 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1344 | 2024.11.13 20:46:34.294260 [ 277 ] {71380d07-faa4-4a24-87f2-6df3d313127b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1345 | 2024.11.13 20:46:34.294334 [ 277 ] {71380d07-faa4-4a24-87f2-6df3d313127b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1346 | 2024.11.13 20:46:34.295064 [ 277 ] {71380d07-faa4-4a24-87f2-6df3d313127b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1347 | 2024.11.13 20:46:34.295119 [ 277 ] {71380d07-faa4-4a24-87f2-6df3d313127b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1348 | 2024.11.13 20:46:34.295556 [ 277 ] {71380d07-faa4-4a24-87f2-6df3d313127b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1349 | 2024.11.13 20:46:34.295814 [ 277 ] {71380d07-faa4-4a24-87f2-6df3d313127b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1350 | 2024.11.13 20:46:34.296082 [ 277 ] {71380d07-faa4-4a24-87f2-6df3d313127b} <Debug> executeQuery: Read 22 rows, 2.08 KiB in 0.001866 sec., 11789.924973204716 rows/sec., 1.09 MiB/sec. | ||
| 1351 | 2024.11.13 20:46:34.296259 [ 277 ] {71380d07-faa4-4a24-87f2-6df3d313127b} <Debug> TCPHandler: Processed in 0.002334591 sec. | ||
| 1352 | 2024.11.13 20:46:34.296527 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1353 | 2024.11.13 20:46:34.296729 [ 274 ] {bd7e4115-a4e1-4a54-b361-738ec5759f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1354 | 2024.11.13 20:46:34.296811 [ 274 ] {bd7e4115-a4e1-4a54-b361-738ec5759f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1355 | 2024.11.13 20:46:34.297598 [ 274 ] {bd7e4115-a4e1-4a54-b361-738ec5759f9e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1356 | 2024.11.13 20:46:34.297647 [ 274 ] {bd7e4115-a4e1-4a54-b361-738ec5759f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1357 | 2024.11.13 20:46:34.298133 [ 274 ] {bd7e4115-a4e1-4a54-b361-738ec5759f9e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1358 | 2024.11.13 20:46:34.298405 [ 274 ] {bd7e4115-a4e1-4a54-b361-738ec5759f9e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1359 | 2024.11.13 20:46:34.298619 [ 274 ] {bd7e4115-a4e1-4a54-b361-738ec5759f9e} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001948 sec., 5646.817248459959 rows/sec., 424.61 KiB/sec. | ||
| 1360 | 2024.11.13 20:46:34.298683 [ 274 ] {bd7e4115-a4e1-4a54-b361-738ec5759f9e} <Debug> TCPHandler: Processed in 0.00229716 sec. | ||
| 1361 | 2024.11.13 20:46:34.298841 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1362 | 2024.11.13 20:46:34.298974 [ 277 ] {bc087e08-0bc3-4e9b-8281-cb612b313ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1363 | 2024.11.13 20:46:34.299032 [ 277 ] {bc087e08-0bc3-4e9b-8281-cb612b313ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1364 | 2024.11.13 20:46:34.299687 [ 277 ] {bc087e08-0bc3-4e9b-8281-cb612b313ef0} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1365 | 2024.11.13 20:46:34.299730 [ 277 ] {bc087e08-0bc3-4e9b-8281-cb612b313ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1366 | 2024.11.13 20:46:34.300206 [ 277 ] {bc087e08-0bc3-4e9b-8281-cb612b313ef0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1367 | 2024.11.13 20:46:34.300452 [ 277 ] {bc087e08-0bc3-4e9b-8281-cb612b313ef0} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1368 | 2024.11.13 20:46:34.300682 [ 277 ] {bc087e08-0bc3-4e9b-8281-cb612b313ef0} <Debug> executeQuery: Read 18 rows, 1.45 KiB in 0.00174 sec., 10344.827586206897 rows/sec., 835.13 KiB/sec. | ||
| 1369 | 2024.11.13 20:46:34.300744 [ 277 ] {bc087e08-0bc3-4e9b-8281-cb612b313ef0} <Debug> TCPHandler: Processed in 0.001964535 sec. | ||
| 1370 | 2024.11.13 20:46:34.300901 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1371 | 2024.11.13 20:46:34.301035 [ 274 ] {99865375-62c1-4203-80f5-afd20ddd2e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1372 | 2024.11.13 20:46:34.301126 [ 274 ] {99865375-62c1-4203-80f5-afd20ddd2e65} <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 | ||
| 1373 | 2024.11.13 20:46:34.302468 [ 274 ] {99865375-62c1-4203-80f5-afd20ddd2e65} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1374 | 2024.11.13 20:46:34.302512 [ 274 ] {99865375-62c1-4203-80f5-afd20ddd2e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1375 | 2024.11.13 20:46:34.303205 [ 274 ] {99865375-62c1-4203-80f5-afd20ddd2e65} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1376 | 2024.11.13 20:46:34.303481 [ 274 ] {99865375-62c1-4203-80f5-afd20ddd2e65} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1377 | 2024.11.13 20:46:34.303710 [ 274 ] {99865375-62c1-4203-80f5-afd20ddd2e65} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002707 sec., 4063.5389730328775 rows/sec., 7.28 MiB/sec. | ||
| 1378 | 2024.11.13 20:46:34.303808 [ 274 ] {99865375-62c1-4203-80f5-afd20ddd2e65} <Debug> TCPHandler: Processed in 0.002968012 sec. | ||
| 1379 | 2024.11.13 20:46:34.303975 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1380 | 2024.11.13 20:46:34.304110 [ 277 ] {c128c11a-31d0-47de-ad69-5b11bc31f0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1381 | 2024.11.13 20:46:34.304167 [ 277 ] {c128c11a-31d0-47de-ad69-5b11bc31f0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1382 | 2024.11.13 20:46:34.304673 [ 277 ] {c128c11a-31d0-47de-ad69-5b11bc31f0d0} <Trace> oximeter.measurements_i64 (2411af45-67f4-4ac6-be00-095ad90aafc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1383 | 2024.11.13 20:46:34.304718 [ 277 ] {c128c11a-31d0-47de-ad69-5b11bc31f0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1384 | 2024.11.13 20:46:34.305100 [ 277 ] {c128c11a-31d0-47de-ad69-5b11bc31f0d0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1385 | 2024.11.13 20:46:34.305379 [ 277 ] {c128c11a-31d0-47de-ad69-5b11bc31f0d0} <Trace> oximeter.measurements_i64 (2411af45-67f4-4ac6-be00-095ad90aafc4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1386 | 2024.11.13 20:46:34.305640 [ 277 ] {c128c11a-31d0-47de-ad69-5b11bc31f0d0} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.00156 sec., 5769.2307692307695 rows/sec., 425.68 KiB/sec. | ||
| 1387 | 2024.11.13 20:46:34.305766 [ 277 ] {c128c11a-31d0-47de-ad69-5b11bc31f0d0} <Debug> TCPHandler: Processed in 0.001853773 sec. | ||
| 1388 | 2024.11.13 20:46:35.865630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 238 | ||
| 1389 | 2024.11.13 20:46:35.868765 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1390 | 2024.11.13 20:46:35.868825 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1391 | 2024.11.13 20:46:35.870528 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1392 | 2024.11.13 20:46:35.870853 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1393 | 2024.11.13 20:46:35.871957 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 238 | ||
| 1394 | 2024.11.13 20:46:40.802752 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1395 | 2024.11.13 20:46:40.802820 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1396 | 2024.11.13 20:46:42.203617 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58804, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1397 | 2024.11.13 20:46:42.428065 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1398 | 2024.11.13 20:46:42.437444 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1399 | 2024.11.13 20:46:42.441850 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1400 | 2024.11.13 20:46:42.697391 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42882, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1401 | 2024.11.13 20:46:42.718807 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1402 | 2024.11.13 20:46:42.721162 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1403 | 2024.11.13 20:46:42.721223 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1404 | 2024.11.13 20:46:44.299196 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1405 | 2024.11.13 20:46:44.299396 [ 277 ] {9cf960f8-85a1-4d78-9674-3e8cbe96c416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1406 | 2024.11.13 20:46:44.299469 [ 277 ] {9cf960f8-85a1-4d78-9674-3e8cbe96c416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1407 | 2024.11.13 20:46:44.300177 [ 277 ] {9cf960f8-85a1-4d78-9674-3e8cbe96c416} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1408 | 2024.11.13 20:46:44.300219 [ 277 ] {9cf960f8-85a1-4d78-9674-3e8cbe96c416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1409 | 2024.11.13 20:46:44.300628 [ 277 ] {9cf960f8-85a1-4d78-9674-3e8cbe96c416} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1410 | 2024.11.13 20:46:44.300883 [ 277 ] {9cf960f8-85a1-4d78-9674-3e8cbe96c416} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): 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.13 20:46:44.301030 [ 31 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1412 | 2024.11.13 20:46:44.301088 [ 277 ] {9cf960f8-85a1-4d78-9674-3e8cbe96c416} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001742 sec., 8036.739380022962 rows/sec., 578.54 KiB/sec. | ||
| 1413 | 2024.11.13 20:46:44.301096 [ 31 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1414 | 2024.11.13 20:46:44.301132 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1415 | 2024.11.13 20:46:44.301167 [ 277 ] {9cf960f8-85a1-4d78-9674-3e8cbe96c416} <Debug> TCPHandler: Processed in 0.002097237 sec. | ||
| 1416 | 2024.11.13 20:46:44.301433 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1417 | 2024.11.13 20:46:44.301564 [ 186 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 1418 | 2024.11.13 20:46:44.301685 [ 274 ] {e0249058-db59-49c9-9352-616d0ef73ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1419 | 2024.11.13 20:46:44.301780 [ 274 ] {e0249058-db59-49c9-9352-616d0ef73ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1420 | 2024.11.13 20:46:44.301988 [ 186 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1421 | 2024.11.13 20:46:44.302218 [ 186 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 1422 | 2024.11.13 20:46:44.302557 [ 186 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 1423 | 2024.11.13 20:46:44.302895 [ 186 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 1424 | 2024.11.13 20:46:44.303460 [ 186 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 1425 | 2024.11.13 20:46:44.303684 [ 274 ] {e0249058-db59-49c9-9352-616d0ef73ab7} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1426 | 2024.11.13 20:46:44.303741 [ 274 ] {e0249058-db59-49c9-9352-616d0ef73ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1427 | 2024.11.13 20:46:44.304159 [ 186 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 1428 | 2024.11.13 20:46:44.305255 [ 274 ] {e0249058-db59-49c9-9352-616d0ef73ab7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1429 | 2024.11.13 20:46:44.305771 [ 274 ] {e0249058-db59-49c9-9352-616d0ef73ab7} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1430 | 2024.11.13 20:46:44.306121 [ 31 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1431 | 2024.11.13 20:46:44.306234 [ 31 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1432 | 2024.11.13 20:46:44.306301 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1433 | 2024.11.13 20:46:44.306552 [ 274 ] {e0249058-db59-49c9-9352-616d0ef73ab7} <Debug> executeQuery: Read 213 rows, 19.78 KiB in 0.004911 sec., 43372.02199144777 rows/sec., 3.93 MiB/sec. | ||
| 1434 | 2024.11.13 20:46:44.307229 [ 274 ] {e0249058-db59-49c9-9352-616d0ef73ab7} <Debug> TCPHandler: Processed in 0.005941934 sec. | ||
| 1435 | 2024.11.13 20:46:44.307376 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 1436 | 2024.11.13 20:46:44.307617 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1437 | 2024.11.13 20:46:44.307769 [ 188 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006501634 sec., 10766.524230678011 rows/sec., 817.10 KiB/sec. | ||
| 1438 | 2024.11.13 20:46:44.307858 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1439 | 2024.11.13 20:46:44.307952 [ 277 ] {ffd6905b-7f20-44f1-9bae-1723e9868280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1440 | 2024.11.13 20:46:44.307963 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1332 rows starting from the beginning of the part | ||
| 1441 | 2024.11.13 20:46:44.308083 [ 277 ] {ffd6905b-7f20-44f1-9bae-1723e9868280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1442 | 2024.11.13 20:46:44.308282 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 191 rows starting from the beginning of the part | ||
| 1443 | 2024.11.13 20:46:44.308307 [ 188 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1444 | 2024.11.13 20:46:44.308711 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 191 rows starting from the beginning of the part | ||
| 1445 | 2024.11.13 20:46:44.309068 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 191 rows starting from the beginning of the part | ||
| 1446 | 2024.11.13 20:46:44.309478 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
| 1447 | 2024.11.13 20:46:44.309963 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 213 rows starting from the beginning of the part | ||
| 1448 | 2024.11.13 20:46:44.311431 [ 188 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_5_1} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1449 | 2024.11.13 20:46:44.311846 [ 188 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_5_1} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1450 | 2024.11.13 20:46:44.312245 [ 277 ] {ffd6905b-7f20-44f1-9bae-1723e9868280} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1451 | 2024.11.13 20:46:44.312292 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 1452 | 2024.11.13 20:46:44.312338 [ 277 ] {ffd6905b-7f20-44f1-9bae-1723e9868280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1453 | 2024.11.13 20:46:44.313391 [ 277 ] {ffd6905b-7f20-44f1-9bae-1723e9868280} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1454 | 2024.11.13 20:46:44.313844 [ 277 ] {ffd6905b-7f20-44f1-9bae-1723e9868280} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1455 | 2024.11.13 20:46:44.314190 [ 31 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1456 | 2024.11.13 20:46:44.314277 [ 31 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1457 | 2024.11.13 20:46:44.314342 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1458 | 2024.11.13 20:46:44.314349 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2140 rows, containing 5 columns (5 merged, 0 gathered) in 0.007793697 sec., 274580.8568128836 rows/sec., 24.71 MiB/sec. | ||
| 1459 | 2024.11.13 20:46:44.314490 [ 277 ] {ffd6905b-7f20-44f1-9bae-1723e9868280} <Debug> executeQuery: Read 40 rows, 2.94 KiB in 0.006596 sec., 6064.281382656155 rows/sec., 445.35 KiB/sec. | ||
| 1460 | 2024.11.13 20:46:44.314615 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 1461 | 2024.11.13 20:46:44.314742 [ 277 ] {ffd6905b-7f20-44f1-9bae-1723e9868280} <Debug> TCPHandler: Processed in 0.007381849 sec. | ||
| 1462 | 2024.11.13 20:46:44.314749 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1463 | 2024.11.13 20:46:44.315058 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1464 | 2024.11.13 20:46:44.315083 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1465 | 2024.11.13 20:46:44.315132 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 29 rows starting from the beginning of the part | ||
| 1466 | 2024.11.13 20:46:44.315625 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 29 rows starting from the beginning of the part | ||
| 1467 | 2024.11.13 20:46:44.315656 [ 274 ] {27c6c5f7-3f6d-4402-9d43-aa11463f686f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1468 | 2024.11.13 20:46:44.315773 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_6_1} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1469 | 2024.11.13 20:46:44.315892 [ 274 ] {27c6c5f7-3f6d-4402-9d43-aa11463f686f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1470 | 2024.11.13 20:46:44.316301 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 29 rows starting from the beginning of the part | ||
| 1471 | 2024.11.13 20:46:44.316367 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_6_1} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1472 | 2024.11.13 20:46:44.316732 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 1473 | 2024.11.13 20:46:44.316929 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part | ||
| 1474 | 2024.11.13 20:46:44.317293 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 11 rows starting from the beginning of the part | ||
| 1475 | 2024.11.13 20:46:44.317698 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 1476 | 2024.11.13 20:46:44.319182 [ 274 ] {27c6c5f7-3f6d-4402-9d43-aa11463f686f} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1477 | 2024.11.13 20:46:44.319260 [ 274 ] {27c6c5f7-3f6d-4402-9d43-aa11463f686f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1478 | 2024.11.13 20:46:44.320386 [ 274 ] {27c6c5f7-3f6d-4402-9d43-aa11463f686f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1479 | 2024.11.13 20:46:44.320667 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.006194609 sec., 26958.925091155874 rows/sec., 2.03 MiB/sec. | ||
| 1480 | 2024.11.13 20:46:44.320896 [ 274 ] {27c6c5f7-3f6d-4402-9d43-aa11463f686f} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1481 | 2024.11.13 20:46:44.320905 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1482 | 2024.11.13 20:46:44.321435 [ 274 ] {27c6c5f7-3f6d-4402-9d43-aa11463f686f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006047 sec., 2315.1976186538777 rows/sec., 162.14 KiB/sec. | ||
| 1483 | 2024.11.13 20:46:44.321669 [ 274 ] {27c6c5f7-3f6d-4402-9d43-aa11463f686f} <Debug> TCPHandler: Processed in 0.00681758 sec. | ||
| 1484 | 2024.11.13 20:46:44.321760 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_6_1} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1485 | 2024.11.13 20:46:44.321868 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1486 | 2024.11.13 20:46:44.321887 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_6_1} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1487 | 2024.11.13 20:46:44.322038 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1488 | 2024.11.13 20:46:44.322099 [ 277 ] {73509c6e-224e-412e-8a55-0c479764206b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1489 | 2024.11.13 20:46:44.322163 [ 277 ] {73509c6e-224e-412e-8a55-0c479764206b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1490 | 2024.11.13 20:46:44.322835 [ 277 ] {73509c6e-224e-412e-8a55-0c479764206b} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1491 | 2024.11.13 20:46:44.322874 [ 277 ] {73509c6e-224e-412e-8a55-0c479764206b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1492 | 2024.11.13 20:46:44.323237 [ 277 ] {73509c6e-224e-412e-8a55-0c479764206b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1493 | 2024.11.13 20:46:44.323508 [ 277 ] {73509c6e-224e-412e-8a55-0c479764206b} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1494 | 2024.11.13 20:46:44.323638 [ 31 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1495 | 2024.11.13 20:46:44.323683 [ 31 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1496 | 2024.11.13 20:46:44.323704 [ 277 ] {73509c6e-224e-412e-8a55-0c479764206b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001665 sec., 7807.807807807808 rows/sec., 486.81 KiB/sec. | ||
| 1497 | 2024.11.13 20:46:44.323709 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1498 | 2024.11.13 20:46:44.323856 [ 277 ] {73509c6e-224e-412e-8a55-0c479764206b} <Debug> TCPHandler: Processed in 0.002080617 sec. | ||
| 1499 | 2024.11.13 20:46:44.324002 [ 186 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 1500 | 2024.11.13 20:46:44.324230 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1501 | 2024.11.13 20:46:44.324308 [ 186 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1502 | 2024.11.13 20:46:44.324370 [ 186 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 1503 | 2024.11.13 20:46:44.324521 [ 274 ] {7c5292d2-0da2-4497-b15f-a7a6aa587aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1504 | 2024.11.13 20:46:44.324617 [ 186 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 1505 | 2024.11.13 20:46:44.324693 [ 274 ] {7c5292d2-0da2-4497-b15f-a7a6aa587aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1506 | 2024.11.13 20:46:44.324954 [ 186 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 1507 | 2024.11.13 20:46:44.325301 [ 186 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 1508 | 2024.11.13 20:46:44.325615 [ 186 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 1509 | 2024.11.13 20:46:44.327618 [ 274 ] {7c5292d2-0da2-4497-b15f-a7a6aa587aff} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1510 | 2024.11.13 20:46:44.327689 [ 274 ] {7c5292d2-0da2-4497-b15f-a7a6aa587aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1511 | 2024.11.13 20:46:44.328321 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004496609 sec., 14455.3373442076 rows/sec., 957.75 KiB/sec. | ||
| 1512 | 2024.11.13 20:46:44.328549 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1513 | 2024.11.13 20:46:44.328662 [ 274 ] {7c5292d2-0da2-4497-b15f-a7a6aa587aff} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1514 | 2024.11.13 20:46:44.329102 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_5_1} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1515 | 2024.11.13 20:46:44.329163 [ 274 ] {7c5292d2-0da2-4497-b15f-a7a6aa587aff} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1516 | 2024.11.13 20:46:44.329395 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_5_1} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1517 | 2024.11.13 20:46:44.329461 [ 31 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1518 | 2024.11.13 20:46:44.329569 [ 31 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1519 | 2024.11.13 20:46:44.329663 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1520 | 2024.11.13 20:46:44.329736 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 1521 | 2024.11.13 20:46:44.329744 [ 274 ] {7c5292d2-0da2-4497-b15f-a7a6aa587aff} <Debug> executeQuery: Read 351 rows, 25.21 KiB in 0.005331 sec., 65841.3055711874 rows/sec., 4.62 MiB/sec. | ||
| 1522 | 2024.11.13 20:46:44.329933 [ 274 ] {7c5292d2-0da2-4497-b15f-a7a6aa587aff} <Debug> TCPHandler: Processed in 0.005947054 sec. | ||
| 1523 | 2024.11.13 20:46:44.329970 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 1524 | 2024.11.13 20:46:44.330098 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1525 | 2024.11.13 20:46:44.330134 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1526 | 2024.11.13 20:46:44.330148 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 809 rows starting from the beginning of the part | ||
| 1527 | 2024.11.13 20:46:44.330468 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 340 rows starting from the beginning of the part | ||
| 1528 | 2024.11.13 20:46:44.330502 [ 277 ] {5a3e888e-2a5b-4d43-b5b8-56a9b0cb6780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1529 | 2024.11.13 20:46:44.330712 [ 277 ] {5a3e888e-2a5b-4d43-b5b8-56a9b0cb6780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1530 | 2024.11.13 20:46:44.330832 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 340 rows starting from the beginning of the part | ||
| 1531 | 2024.11.13 20:46:44.331215 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 340 rows starting from the beginning of the part | ||
| 1532 | 2024.11.13 20:46:44.331576 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 18 rows starting from the beginning of the part | ||
| 1533 | 2024.11.13 20:46:44.331838 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 351 rows starting from the beginning of the part | ||
| 1534 | 2024.11.13 20:46:44.332670 [ 277 ] {5a3e888e-2a5b-4d43-b5b8-56a9b0cb6780} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1535 | 2024.11.13 20:46:44.332730 [ 277 ] {5a3e888e-2a5b-4d43-b5b8-56a9b0cb6780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1536 | 2024.11.13 20:46:44.333551 [ 277 ] {5a3e888e-2a5b-4d43-b5b8-56a9b0cb6780} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1537 | 2024.11.13 20:46:44.334099 [ 277 ] {5a3e888e-2a5b-4d43-b5b8-56a9b0cb6780} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1538 | 2024.11.13 20:46:44.334512 [ 277 ] {5a3e888e-2a5b-4d43-b5b8-56a9b0cb6780} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00416 sec., 1442.3076923076924 rows/sec., 75.35 KiB/sec. | ||
| 1539 | 2024.11.13 20:46:44.334770 [ 277 ] {5a3e888e-2a5b-4d43-b5b8-56a9b0cb6780} <Debug> TCPHandler: Processed in 0.004734483 sec. | ||
| 1540 | 2024.11.13 20:46:44.335038 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1541 | 2024.11.13 20:46:44.335234 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 5 columns (5 merged, 0 gathered) in 0.005355664 sec., 410406.6274508632 rows/sec., 30.62 MiB/sec. | ||
| 1542 | 2024.11.13 20:46:44.335293 [ 274 ] {7e028e17-9bed-4b19-b45b-31b90f015420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1543 | 2024.11.13 20:46:44.335369 [ 274 ] {7e028e17-9bed-4b19-b45b-31b90f015420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1544 | 2024.11.13 20:46:44.335546 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1545 | 2024.11.13 20:46:44.336176 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_6_1} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1546 | 2024.11.13 20:46:44.336430 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_6_1} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1547 | 2024.11.13 20:46:44.336619 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 1548 | 2024.11.13 20:46:44.336726 [ 274 ] {7e028e17-9bed-4b19-b45b-31b90f015420} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1549 | 2024.11.13 20:46:44.336769 [ 274 ] {7e028e17-9bed-4b19-b45b-31b90f015420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1550 | 2024.11.13 20:46:44.337164 [ 274 ] {7e028e17-9bed-4b19-b45b-31b90f015420} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1551 | 2024.11.13 20:46:44.337413 [ 274 ] {7e028e17-9bed-4b19-b45b-31b90f015420} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1552 | 2024.11.13 20:46:44.337659 [ 274 ] {7e028e17-9bed-4b19-b45b-31b90f015420} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002422 sec., 31791.907514450864 rows/sec., 1.96 MiB/sec. | ||
| 1553 | 2024.11.13 20:46:44.337721 [ 274 ] {7e028e17-9bed-4b19-b45b-31b90f015420} <Debug> TCPHandler: Processed in 0.00285896 sec. | ||
| 1554 | 2024.11.13 20:46:44.337882 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1555 | 2024.11.13 20:46:44.338021 [ 277 ] {aae39a41-fe62-49de-8ec4-9b6fbd2345f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1556 | 2024.11.13 20:46:44.338082 [ 277 ] {aae39a41-fe62-49de-8ec4-9b6fbd2345f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1557 | 2024.11.13 20:46:44.338630 [ 277 ] {aae39a41-fe62-49de-8ec4-9b6fbd2345f0} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1558 | 2024.11.13 20:46:44.338673 [ 277 ] {aae39a41-fe62-49de-8ec4-9b6fbd2345f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1559 | 2024.11.13 20:46:44.339046 [ 277 ] {aae39a41-fe62-49de-8ec4-9b6fbd2345f0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1560 | 2024.11.13 20:46:44.339285 [ 277 ] {aae39a41-fe62-49de-8ec4-9b6fbd2345f0} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1561 | 2024.11.13 20:46:44.339405 [ 31 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1562 | 2024.11.13 20:46:44.339441 [ 31 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1563 | 2024.11.13 20:46:44.339462 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1564 | 2024.11.13 20:46:44.339471 [ 277 ] {aae39a41-fe62-49de-8ec4-9b6fbd2345f0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec. | ||
| 1565 | 2024.11.13 20:46:44.339677 [ 277 ] {aae39a41-fe62-49de-8ec4-9b6fbd2345f0} <Debug> TCPHandler: Processed in 0.001861612 sec. | ||
| 1566 | 2024.11.13 20:46:44.339707 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 1567 | 2024.11.13 20:46:44.339836 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1568 | 2024.11.13 20:46:44.339854 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1569 | 2024.11.13 20:46:44.339894 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 1570 | 2024.11.13 20:46:44.340157 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 1571 | 2024.11.13 20:46:44.340192 [ 274 ] {0937737e-3294-4660-9f09-86a93b33b8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1572 | 2024.11.13 20:46:44.340448 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 1573 | 2024.11.13 20:46:44.340556 [ 274 ] {0937737e-3294-4660-9f09-86a93b33b8fc} <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 | ||
| 1574 | 2024.11.13 20:46:44.340672 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 1575 | 2024.11.13 20:46:44.340998 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 1576 | 2024.11.13 20:46:44.342495 [ 274 ] {0937737e-3294-4660-9f09-86a93b33b8fc} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1577 | 2024.11.13 20:46:44.342539 [ 274 ] {0937737e-3294-4660-9f09-86a93b33b8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1578 | 2024.11.13 20:46:44.343199 [ 274 ] {0937737e-3294-4660-9f09-86a93b33b8fc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1579 | 2024.11.13 20:46:44.343605 [ 274 ] {0937737e-3294-4660-9f09-86a93b33b8fc} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1580 | 2024.11.13 20:46:44.343868 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1581 | 2024.11.13 20:46:44.343972 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1582 | 2024.11.13 20:46:44.344052 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1583 | 2024.11.13 20:46:44.344411 [ 274 ] {0937737e-3294-4660-9f09-86a93b33b8fc} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.004386 sec., 7523.939808481532 rows/sec., 13.48 MiB/sec. | ||
| 1584 | 2024.11.13 20:46:44.344488 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::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 | ||
| 1585 | 2024.11.13 20:46:44.345690 [ 274 ] {0937737e-3294-4660-9f09-86a93b33b8fc} <Debug> TCPHandler: Processed in 0.005889893 sec. | ||
| 1586 | 2024.11.13 20:46:44.346064 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1587 | 2024.11.13 20:46:44.346185 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1588 | 2024.11.13 20:46:44.346450 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1589 | 2024.11.13 20:46:44.346482 [ 277 ] {5645bd39-93cd-4c0a-abd4-23220e83fd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1590 | 2024.11.13 20:46:44.346628 [ 277 ] {5645bd39-93cd-4c0a-abd4-23220e83fd4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1591 | 2024.11.13 20:46:44.347509 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1592 | 2024.11.13 20:46:44.348577 [ 191 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.009038239 sec., 553.2051099777291 rows/sec., 37.28 KiB/sec. | ||
| 1593 | 2024.11.13 20:46:44.348915 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1594 | 2024.11.13 20:46:44.349144 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
| 1595 | 2024.11.13 20:46:44.350130 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_5_1} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1596 | 2024.11.13 20:46:44.350420 [ 277 ] {5645bd39-93cd-4c0a-abd4-23220e83fd4e} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1597 | 2024.11.13 20:46:44.350507 [ 277 ] {5645bd39-93cd-4c0a-abd4-23220e83fd4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1598 | 2024.11.13 20:46:44.350535 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_5_1} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1599 | 2024.11.13 20:46:44.350546 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 1600 | 2024.11.13 20:46:44.350847 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 1601 | 2024.11.13 20:46:44.351524 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 11 rows starting from the beginning of the part | ||
| 1602 | 2024.11.13 20:46:44.352148 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 33 rows starting from the beginning of the part | ||
| 1603 | 2024.11.13 20:46:44.352186 [ 277 ] {5645bd39-93cd-4c0a-abd4-23220e83fd4e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1604 | 2024.11.13 20:46:44.352941 [ 277 ] {5645bd39-93cd-4c0a-abd4-23220e83fd4e} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1605 | 2024.11.13 20:46:44.353523 [ 277 ] {5645bd39-93cd-4c0a-abd4-23220e83fd4e} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.007089 sec., 3103.3996332345887 rows/sec., 168.20 KiB/sec. | ||
| 1606 | 2024.11.13 20:46:44.353804 [ 277 ] {5645bd39-93cd-4c0a-abd4-23220e83fd4e} <Debug> TCPHandler: Processed in 0.007913049 sec. | ||
| 1607 | 2024.11.13 20:46:44.356154 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 19 columns (19 merged, 0 gathered) in 0.011941469 sec., 11053.916398392861 rows/sec., 19.81 MiB/sec. | ||
| 1608 | 2024.11.13 20:46:44.356447 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1609 | 2024.11.13 20:46:44.356833 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1610 | 2024.11.13 20:46:44.356905 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1611 | 2024.11.13 20:46:44.356999 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 1612 | 2024.11.13 20:46:45.872117 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 260 | ||
| 1613 | 2024.11.13 20:46:45.874805 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1614 | 2024.11.13 20:46:45.874860 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1615 | 2024.11.13 20:46:45.876203 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1616 | 2024.11.13 20:46:45.876539 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1617 | 2024.11.13 20:46:45.876743 [ 49 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1618 | 2024.11.13 20:46:45.876863 [ 49 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1619 | 2024.11.13 20:46:45.876928 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1620 | 2024.11.13 20:46:45.877266 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 1621 | 2024.11.13 20:46:45.878377 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 260 | ||
| 1622 | 2024.11.13 20:46:45.878775 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1623 | 2024.11.13 20:46:45.878956 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 1624 | 2024.11.13 20:46:45.879612 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 72 rows starting from the beginning of the part | ||
| 1625 | 2024.11.13 20:46:45.880159 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
| 1626 | 2024.11.13 20:46:45.880688 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 1627 | 2024.11.13 20:46:45.881101 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part | ||
| 1628 | 2024.11.13 20:46:45.881506 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
| 1629 | 2024.11.13 20:46:45.896875 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 72 columns (72 merged, 0 gathered) in 0.019787447 sec., 13139.643532589122 rows/sec., 12.18 MiB/sec. | ||
| 1630 | 2024.11.13 20:46:45.897890 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1631 | 2024.11.13 20:46:45.898729 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_6_1} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1632 | 2024.11.13 20:46:45.898817 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_6_1} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1633 | 2024.11.13 20:46:45.899121 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. | ||
| 1634 | 2024.11.13 20:46:46.000173 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.75 MiB, peak 152.32 MiB, free memory in arenas 0.00 B, will set to 149.07 MiB (RSS), difference: 1.32 MiB | ||
| 1635 | 2024.11.13 20:46:46.380966 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1636 | 2024.11.13 20:46:46.627799 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1637 | 2024.11.13 20:46:47.062314 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1638 | 2024.11.13 20:46:47.204312 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1639 | 2024.11.13 20:46:47.234619 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1640 | 2024.11.13 20:46:47.236892 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56223, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1641 | 2024.11.13 20:46:47.255235 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1642 | 2024.11.13 20:46:47.258578 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40728, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1643 | 2024.11.13 20:46:47.262931 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1644 | 2024.11.13 20:46:47.315292 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1645 | 2024.11.13 20:46:47.389047 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1646 | 2024.11.13 20:46:47.400450 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1647 | 2024.11.13 20:46:47.465652 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1648 | 2024.11.13 20:46:47.505443 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1649 | 2024.11.13 20:46:47.520905 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50678, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1650 | 2024.11.13 20:46:47.540168 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1651 | 2024.11.13 20:46:48.608910 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1652 | 2024.11.13 20:46:49.150015 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1653 | 2024.11.13 20:46:49.228818 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1654 | 2024.11.13 20:46:49.276988 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1655 | 2024.11.13 20:46:49.292438 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1656 | 2024.11.13 20:46:49.292661 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 1657 | 2024.11.13 20:46:49.292999 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1658 | 2024.11.13 20:46:49.293183 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1659 | 2024.11.13 20:46:49.293355 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 1660 | 2024.11.13 20:46:49.293674 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1661 | 2024.11.13 20:46:49.294034 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1662 | 2024.11.13 20:46:49.294379 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1663 | 2024.11.13 20:46:49.295658 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1664 | 2024.11.13 20:46:49.295755 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (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 | ||
| 1665 | 2024.11.13 20:46:49.295776 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1666 | 2024.11.13 20:46:49.295865 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 1667 | 2024.11.13 20:46:49.295891 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 1668 | 2024.11.13 20:46:49.301723 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.009161 sec., 2510.642942910162 rows/sec., 90.18 KiB/sec. | ||
| 1669 | 2024.11.13 20:46:49.301908 [ 277 ] {ffd2a7b4-c709-4fb0-8caf-dead4d09a3bd} <Debug> TCPHandler: Processed in 0.009591818 sec. | ||
| 1670 | 2024.11.13 20:46:49.302462 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2024.11.13 20:46:49.302662 [ 274 ] {fbe32786-902f-4b5d-9f35-dce17dc17147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1672 | 2024.11.13 20:46:49.302742 [ 274 ] {fbe32786-902f-4b5d-9f35-dce17dc17147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1673 | 2024.11.13 20:46:49.303713 [ 274 ] {fbe32786-902f-4b5d-9f35-dce17dc17147} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1674 | 2024.11.13 20:46:49.303763 [ 274 ] {fbe32786-902f-4b5d-9f35-dce17dc17147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1675 | 2024.11.13 20:46:49.304305 [ 274 ] {fbe32786-902f-4b5d-9f35-dce17dc17147} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1676 | 2024.11.13 20:46:49.304545 [ 274 ] {fbe32786-902f-4b5d-9f35-dce17dc17147} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1677 | 2024.11.13 20:46:49.304804 [ 274 ] {fbe32786-902f-4b5d-9f35-dce17dc17147} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002185 sec., 457.6659038901602 rows/sec., 103.69 KiB/sec. | ||
| 1678 | 2024.11.13 20:46:49.304999 [ 274 ] {fbe32786-902f-4b5d-9f35-dce17dc17147} <Debug> TCPHandler: Processed in 0.002671137 sec. | ||
| 1679 | 2024.11.13 20:46:49.305187 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1680 | 2024.11.13 20:46:49.305346 [ 277 ] {d62ebe7f-d088-4b04-b847-7880ee1bbcda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 1681 | 2024.11.13 20:46:49.305416 [ 277 ] {d62ebe7f-d088-4b04-b847-7880ee1bbcda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 1682 | 2024.11.13 20:46:49.306109 [ 277 ] {d62ebe7f-d088-4b04-b847-7880ee1bbcda} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1683 | 2024.11.13 20:46:49.306159 [ 277 ] {d62ebe7f-d088-4b04-b847-7880ee1bbcda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1684 | 2024.11.13 20:46:49.306573 [ 277 ] {d62ebe7f-d088-4b04-b847-7880ee1bbcda} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1685 | 2024.11.13 20:46:49.306846 [ 277 ] {d62ebe7f-d088-4b04-b847-7880ee1bbcda} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1686 | 2024.11.13 20:46:49.307040 [ 277 ] {d62ebe7f-d088-4b04-b847-7880ee1bbcda} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00174 sec., 3448.2758620689656 rows/sec., 281.18 KiB/sec. | ||
| 1687 | 2024.11.13 20:46:49.307126 [ 277 ] {d62ebe7f-d088-4b04-b847-7880ee1bbcda} <Debug> TCPHandler: Processed in 0.002019665 sec. | ||
| 1688 | 2024.11.13 20:46:49.307291 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1689 | 2024.11.13 20:46:49.307443 [ 274 ] {c116a223-347b-42c5-990b-619d85600e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1690 | 2024.11.13 20:46:49.307506 [ 274 ] {c116a223-347b-42c5-990b-619d85600e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1691 | 2024.11.13 20:46:49.308169 [ 274 ] {c116a223-347b-42c5-990b-619d85600e51} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1692 | 2024.11.13 20:46:49.308211 [ 274 ] {c116a223-347b-42c5-990b-619d85600e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1693 | 2024.11.13 20:46:49.308576 [ 274 ] {c116a223-347b-42c5-990b-619d85600e51} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1694 | 2024.11.13 20:46:49.308849 [ 274 ] {c116a223-347b-42c5-990b-619d85600e51} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1695 | 2024.11.13 20:46:49.309096 [ 274 ] {c116a223-347b-42c5-990b-619d85600e51} <Debug> executeQuery: Read 3 rows, 225.00 B in 0.001685 sec., 1780.4154302670622 rows/sec., 130.40 KiB/sec. | ||
| 1696 | 2024.11.13 20:46:49.309312 [ 274 ] {c116a223-347b-42c5-990b-619d85600e51} <Debug> TCPHandler: Processed in 0.002086217 sec. | ||
| 1697 | 2024.11.13 20:46:49.309488 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1698 | 2024.11.13 20:46:49.309627 [ 277 ] {fb6d98d9-b2f0-41ea-8c05-d81d6e99aa72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1699 | 2024.11.13 20:46:49.309684 [ 277 ] {fb6d98d9-b2f0-41ea-8c05-d81d6e99aa72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1700 | 2024.11.13 20:46:49.310289 [ 277 ] {fb6d98d9-b2f0-41ea-8c05-d81d6e99aa72} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1701 | 2024.11.13 20:46:49.310328 [ 277 ] {fb6d98d9-b2f0-41ea-8c05-d81d6e99aa72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1702 | 2024.11.13 20:46:49.310673 [ 277 ] {fb6d98d9-b2f0-41ea-8c05-d81d6e99aa72} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1703 | 2024.11.13 20:46:49.310906 [ 277 ] {fb6d98d9-b2f0-41ea-8c05-d81d6e99aa72} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1704 | 2024.11.13 20:46:49.311113 [ 277 ] {fb6d98d9-b2f0-41ea-8c05-d81d6e99aa72} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 276.17 KiB/sec. | ||
| 1705 | 2024.11.13 20:46:49.311194 [ 277 ] {fb6d98d9-b2f0-41ea-8c05-d81d6e99aa72} <Debug> TCPHandler: Processed in 0.001777842 sec. | ||
| 1706 | 2024.11.13 20:46:49.311339 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1707 | 2024.11.13 20:46:49.311475 [ 274 ] {200ef0bd-1c1c-467c-a1c4-4ab6c1f4d059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1708 | 2024.11.13 20:46:49.311529 [ 274 ] {200ef0bd-1c1c-467c-a1c4-4ab6c1f4d059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1709 | 2024.11.13 20:46:49.312133 [ 274 ] {200ef0bd-1c1c-467c-a1c4-4ab6c1f4d059} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1710 | 2024.11.13 20:46:49.312177 [ 274 ] {200ef0bd-1c1c-467c-a1c4-4ab6c1f4d059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1711 | 2024.11.13 20:46:49.312566 [ 274 ] {200ef0bd-1c1c-467c-a1c4-4ab6c1f4d059} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1712 | 2024.11.13 20:46:49.312822 [ 274 ] {200ef0bd-1c1c-467c-a1c4-4ab6c1f4d059} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1713 | 2024.11.13 20:46:49.313061 [ 274 ] {200ef0bd-1c1c-467c-a1c4-4ab6c1f4d059} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001614 sec., 3717.472118959108 rows/sec., 303.13 KiB/sec. | ||
| 1714 | 2024.11.13 20:46:49.313131 [ 274 ] {200ef0bd-1c1c-467c-a1c4-4ab6c1f4d059} <Debug> TCPHandler: Processed in 0.001849933 sec. | ||
| 1715 | 2024.11.13 20:46:49.313280 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1716 | 2024.11.13 20:46:49.313397 [ 277 ] {a54d413a-ec37-4805-b26e-2c5621ccb118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1717 | 2024.11.13 20:46:49.313449 [ 277 ] {a54d413a-ec37-4805-b26e-2c5621ccb118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1718 | 2024.11.13 20:46:49.313963 [ 277 ] {a54d413a-ec37-4805-b26e-2c5621ccb118} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1719 | 2024.11.13 20:46:49.314002 [ 277 ] {a54d413a-ec37-4805-b26e-2c5621ccb118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1720 | 2024.11.13 20:46:49.314360 [ 277 ] {a54d413a-ec37-4805-b26e-2c5621ccb118} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1721 | 2024.11.13 20:46:49.314595 [ 277 ] {a54d413a-ec37-4805-b26e-2c5621ccb118} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1722 | 2024.11.13 20:46:49.314765 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1723 | 2024.11.13 20:46:49.314826 [ 277 ] {a54d413a-ec37-4805-b26e-2c5621ccb118} <Debug> executeQuery: Read 3 rows, 216.00 B in 0.001451 sec., 2067.539627842867 rows/sec., 145.37 KiB/sec. | ||
| 1724 | 2024.11.13 20:46:49.314851 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1725 | 2024.11.13 20:46:49.314915 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1726 | 2024.11.13 20:46:49.314942 [ 277 ] {a54d413a-ec37-4805-b26e-2c5621ccb118} <Debug> TCPHandler: Processed in 0.00171384 sec. | ||
| 1727 | 2024.11.13 20:46:49.315108 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 1728 | 2024.11.13 20:46:49.315219 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1729 | 2024.11.13 20:46:49.315251 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1332 rows starting from the beginning of the part | ||
| 1730 | 2024.11.13 20:46:49.315321 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part | ||
| 1731 | 2024.11.13 20:46:49.315496 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 77 rows starting from the beginning of the part | ||
| 1732 | 2024.11.13 20:46:49.315754 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 77 rows starting from the beginning of the part | ||
| 1733 | 2024.11.13 20:46:49.315990 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 77 rows starting from the beginning of the part | ||
| 1734 | 2024.11.13 20:46:49.316112 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part | ||
| 1735 | 2024.11.13 20:46:49.317525 [ 196 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1643 rows, containing 5 columns (5 merged, 0 gathered) in 0.002486804 sec., 660687.3722255554 rows/sec., 43.31 MiB/sec. | ||
| 1736 | 2024.11.13 20:46:49.317803 [ 201 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1737 | 2024.11.13 20:46:49.318119 [ 201 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1738 | 2024.11.13 20:46:49.318200 [ 201 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1739 | 2024.11.13 20:46:49.318288 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 1740 | 2024.11.13 20:46:49.489296 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1741 | 2024.11.13 20:46:49.501361 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60464, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1742 | 2024.11.13 20:46:49.521626 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39283, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1743 | 2024.11.13 20:46:55.061365 [ 40 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1744 | 2024.11.13 20:46:55.061452 [ 40 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1745 | 2024.11.13 20:46:55.061478 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1746 | 2024.11.13 20:46:55.061650 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::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 | ||
| 1747 | 2024.11.13 20:46:55.061802 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1748 | 2024.11.13 20:46:55.061840 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1749 | 2024.11.13 20:46:55.061916 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1750 | 2024.11.13 20:46:55.062136 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
| 1751 | 2024.11.13 20:46:55.062355 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 1752 | 2024.11.13 20:46:55.062571 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
| 1753 | 2024.11.13 20:46:55.063676 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 110 rows, containing 4 columns (4 merged, 0 gathered) in 0.002107257 sec., 52200.56215259933 rows/sec., 2.76 MiB/sec. | ||
| 1754 | 2024.11.13 20:46:55.063930 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1755 | 2024.11.13 20:46:55.064305 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_5_1} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1756 | 2024.11.13 20:46:55.064391 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_5_1} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1757 | 2024.11.13 20:46:55.064485 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 1758 | 2024.11.13 20:46:55.497182 [ 40 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1759 | 2024.11.13 20:46:55.497277 [ 40 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1760 | 2024.11.13 20:46:55.497319 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1761 | 2024.11.13 20:46:55.497668 [ 194 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 1762 | 2024.11.13 20:46:55.497939 [ 194 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1763 | 2024.11.13 20:46:55.498001 [ 194 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 1764 | 2024.11.13 20:46:55.498191 [ 194 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 1765 | 2024.11.13 20:46:55.498508 [ 194 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 1766 | 2024.11.13 20:46:55.498621 [ 194 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 1767 | 2024.11.13 20:46:55.498854 [ 194 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 1768 | 2024.11.13 20:46:55.499975 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002522855 sec., 11891.289828388868 rows/sec., 621.27 KiB/sec. | ||
| 1769 | 2024.11.13 20:46:55.500170 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1770 | 2024.11.13 20:46:55.500507 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_5_1} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1771 | 2024.11.13 20:46:55.500595 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_5_1} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1772 | 2024.11.13 20:46:55.500690 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 1773 | 2024.11.13 20:46:55.802865 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1774 | 2024.11.13 20:46:55.802920 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1775 | 2024.11.13 20:46:55.878523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 14 entries to flush up to offset 274 | ||
| 1776 | 2024.11.13 20:46:55.881009 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1777 | 2024.11.13 20:46:55.881064 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1778 | 2024.11.13 20:46:55.882464 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1779 | 2024.11.13 20:46:55.882790 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1780 | 2024.11.13 20:46:55.883345 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 274 | ||
| 1781 | 2024.11.13 20:46:56.663996 [ 38 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1782 | 2024.11.13 20:46:56.664097 [ 38 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2024.11.13 20:46:56.664146 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1784 | 2024.11.13 20:46:56.664453 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 1785 | 2024.11.13 20:46:56.664691 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1786 | 2024.11.13 20:46:56.664740 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 242 rows starting from the beginning of the part | ||
| 1787 | 2024.11.13 20:46:56.664894 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 1788 | 2024.11.13 20:46:56.665111 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 1789 | 2024.11.13 20:46:56.665592 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 1790 | 2024.11.13 20:46:56.665925 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 1791 | 2024.11.13 20:46:56.667201 [ 201 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00290278 sec., 102660.20848979254 rows/sec., 7.36 MiB/sec. | ||
| 1792 | 2024.11.13 20:46:56.667416 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1793 | 2024.11.13 20:46:56.667788 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_5_1} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1794 | 2024.11.13 20:46:56.667885 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_5_1} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1795 | 2024.11.13 20:46:56.667989 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1796 | 2024.11.13 20:46:59.298805 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1797 | 2024.11.13 20:46:59.299003 [ 277 ] {c186dc40-400c-40f5-aea8-7146f1962877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1798 | 2024.11.13 20:46:59.299073 [ 277 ] {c186dc40-400c-40f5-aea8-7146f1962877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1799 | 2024.11.13 20:46:59.299793 [ 277 ] {c186dc40-400c-40f5-aea8-7146f1962877} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1800 | 2024.11.13 20:46:59.299844 [ 277 ] {c186dc40-400c-40f5-aea8-7146f1962877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1801 | 2024.11.13 20:46:59.300271 [ 277 ] {c186dc40-400c-40f5-aea8-7146f1962877} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1802 | 2024.11.13 20:46:59.300554 [ 277 ] {c186dc40-400c-40f5-aea8-7146f1962877} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1803 | 2024.11.13 20:46:59.300809 [ 277 ] {c186dc40-400c-40f5-aea8-7146f1962877} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001849 sec., 7571.660356949703 rows/sec., 545.06 KiB/sec. | ||
| 1804 | 2024.11.13 20:46:59.300982 [ 277 ] {c186dc40-400c-40f5-aea8-7146f1962877} <Debug> TCPHandler: Processed in 0.002298271 sec. | ||
| 1805 | 2024.11.13 20:46:59.301255 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1806 | 2024.11.13 20:46:59.301464 [ 274 ] {99dc4bd8-f811-4d35-a74f-26c49217d982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1807 | 2024.11.13 20:46:59.301542 [ 274 ] {99dc4bd8-f811-4d35-a74f-26c49217d982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1808 | 2024.11.13 20:46:59.302421 [ 274 ] {99dc4bd8-f811-4d35-a74f-26c49217d982} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1809 | 2024.11.13 20:46:59.302481 [ 274 ] {99dc4bd8-f811-4d35-a74f-26c49217d982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1810 | 2024.11.13 20:46:59.302978 [ 274 ] {99dc4bd8-f811-4d35-a74f-26c49217d982} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1811 | 2024.11.13 20:46:59.303260 [ 274 ] {99dc4bd8-f811-4d35-a74f-26c49217d982} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1812 | 2024.11.13 20:46:59.303477 [ 274 ] {99dc4bd8-f811-4d35-a74f-26c49217d982} <Debug> executeQuery: Read 213 rows, 19.78 KiB in 0.002069 sec., 102948.2841952634 rows/sec., 9.33 MiB/sec. | ||
| 1813 | 2024.11.13 20:46:59.303545 [ 274 ] {99dc4bd8-f811-4d35-a74f-26c49217d982} <Debug> TCPHandler: Processed in 0.002437113 sec. | ||
| 1814 | 2024.11.13 20:46:59.303704 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1815 | 2024.11.13 20:46:59.303850 [ 277 ] {d3b8c158-f2b6-46ff-8ddb-834559a59633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1816 | 2024.11.13 20:46:59.303913 [ 277 ] {d3b8c158-f2b6-46ff-8ddb-834559a59633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1817 | 2024.11.13 20:46:59.304562 [ 277 ] {d3b8c158-f2b6-46ff-8ddb-834559a59633} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1818 | 2024.11.13 20:46:59.304605 [ 277 ] {d3b8c158-f2b6-46ff-8ddb-834559a59633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1819 | 2024.11.13 20:46:59.304981 [ 277 ] {d3b8c158-f2b6-46ff-8ddb-834559a59633} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1820 | 2024.11.13 20:46:59.305237 [ 277 ] {d3b8c158-f2b6-46ff-8ddb-834559a59633} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1821 | 2024.11.13 20:46:59.305492 [ 277 ] {d3b8c158-f2b6-46ff-8ddb-834559a59633} <Debug> executeQuery: Read 40 rows, 2.94 KiB in 0.001674 sec., 23894.862604540023 rows/sec., 1.71 MiB/sec. | ||
| 1822 | 2024.11.13 20:46:59.305571 [ 277 ] {d3b8c158-f2b6-46ff-8ddb-834559a59633} <Debug> TCPHandler: Processed in 0.001928144 sec. | ||
| 1823 | 2024.11.13 20:46:59.305720 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1824 | 2024.11.13 20:46:59.305854 [ 274 ] {2c4f502c-3417-413b-8f44-5119fc9205ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1825 | 2024.11.13 20:46:59.305909 [ 274 ] {2c4f502c-3417-413b-8f44-5119fc9205ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1826 | 2024.11.13 20:46:59.306537 [ 274 ] {2c4f502c-3417-413b-8f44-5119fc9205ea} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1827 | 2024.11.13 20:46:59.306578 [ 274 ] {2c4f502c-3417-413b-8f44-5119fc9205ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1828 | 2024.11.13 20:46:59.306951 [ 274 ] {2c4f502c-3417-413b-8f44-5119fc9205ea} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1829 | 2024.11.13 20:46:59.307223 [ 274 ] {2c4f502c-3417-413b-8f44-5119fc9205ea} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1830 | 2024.11.13 20:46:59.307390 [ 274 ] {2c4f502c-3417-413b-8f44-5119fc9205ea} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001567 sec., 8934.269304403319 rows/sec., 625.70 KiB/sec. | ||
| 1831 | 2024.11.13 20:46:59.307442 [ 274 ] {2c4f502c-3417-413b-8f44-5119fc9205ea} <Debug> TCPHandler: Processed in 0.001783781 sec. | ||
| 1832 | 2024.11.13 20:46:59.307589 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1833 | 2024.11.13 20:46:59.307737 [ 277 ] {05f71590-a6f1-474e-9f39-081313c5d2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1834 | 2024.11.13 20:46:59.307793 [ 277 ] {05f71590-a6f1-474e-9f39-081313c5d2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1835 | 2024.11.13 20:46:59.308402 [ 277 ] {05f71590-a6f1-474e-9f39-081313c5d2fd} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1836 | 2024.11.13 20:46:59.308443 [ 277 ] {05f71590-a6f1-474e-9f39-081313c5d2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1837 | 2024.11.13 20:46:59.308835 [ 277 ] {05f71590-a6f1-474e-9f39-081313c5d2fd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1838 | 2024.11.13 20:46:59.309079 [ 277 ] {05f71590-a6f1-474e-9f39-081313c5d2fd} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1839 | 2024.11.13 20:46:59.309288 [ 277 ] {05f71590-a6f1-474e-9f39-081313c5d2fd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001566 sec., 8301.404853128992 rows/sec., 517.59 KiB/sec. | ||
| 1840 | 2024.11.13 20:46:59.309463 [ 277 ] {05f71590-a6f1-474e-9f39-081313c5d2fd} <Debug> TCPHandler: Processed in 0.001929434 sec. | ||
| 1841 | 2024.11.13 20:46:59.309620 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1842 | 2024.11.13 20:46:59.309742 [ 274 ] {b72f3af2-7cb3-4da9-87da-7fccdd771395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1843 | 2024.11.13 20:46:59.309793 [ 274 ] {b72f3af2-7cb3-4da9-87da-7fccdd771395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1844 | 2024.11.13 20:46:59.310512 [ 274 ] {b72f3af2-7cb3-4da9-87da-7fccdd771395} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2024.11.13 20:46:59.310554 [ 274 ] {b72f3af2-7cb3-4da9-87da-7fccdd771395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1846 | 2024.11.13 20:46:59.310934 [ 274 ] {b72f3af2-7cb3-4da9-87da-7fccdd771395} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1847 | 2024.11.13 20:46:59.311184 [ 274 ] {b72f3af2-7cb3-4da9-87da-7fccdd771395} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2024.11.13 20:46:59.311407 [ 274 ] {b72f3af2-7cb3-4da9-87da-7fccdd771395} <Debug> executeQuery: Read 351 rows, 25.21 KiB in 0.001691 sec., 207569.48551153165 rows/sec., 14.56 MiB/sec. | ||
| 1849 | 2024.11.13 20:46:59.311462 [ 274 ] {b72f3af2-7cb3-4da9-87da-7fccdd771395} <Debug> TCPHandler: Processed in 0.001899403 sec. | ||
| 1850 | 2024.11.13 20:46:59.311620 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1851 | 2024.11.13 20:46:59.311763 [ 277 ] {481eb419-a8a2-495d-baec-82156aff3f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1852 | 2024.11.13 20:46:59.311825 [ 277 ] {481eb419-a8a2-495d-baec-82156aff3f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1853 | 2024.11.13 20:46:59.312378 [ 277 ] {481eb419-a8a2-495d-baec-82156aff3f08} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1854 | 2024.11.13 20:46:59.312418 [ 277 ] {481eb419-a8a2-495d-baec-82156aff3f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1855 | 2024.11.13 20:46:59.312784 [ 277 ] {481eb419-a8a2-495d-baec-82156aff3f08} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1856 | 2024.11.13 20:46:59.313023 [ 277 ] {481eb419-a8a2-495d-baec-82156aff3f08} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1857 | 2024.11.13 20:46:59.313237 [ 277 ] {481eb419-a8a2-495d-baec-82156aff3f08} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec. | ||
| 1858 | 2024.11.13 20:46:59.313318 [ 277 ] {481eb419-a8a2-495d-baec-82156aff3f08} <Debug> TCPHandler: Processed in 0.001762381 sec. | ||
| 1859 | 2024.11.13 20:46:59.313476 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1860 | 2024.11.13 20:46:59.313617 [ 274 ] {358e23fc-9396-446d-ba4b-36a222415db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1861 | 2024.11.13 20:46:59.313681 [ 274 ] {358e23fc-9396-446d-ba4b-36a222415db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1862 | 2024.11.13 20:46:59.314304 [ 274 ] {358e23fc-9396-446d-ba4b-36a222415db6} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1863 | 2024.11.13 20:46:59.314345 [ 274 ] {358e23fc-9396-446d-ba4b-36a222415db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1864 | 2024.11.13 20:46:59.314728 [ 274 ] {358e23fc-9396-446d-ba4b-36a222415db6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1865 | 2024.11.13 20:46:59.314969 [ 274 ] {358e23fc-9396-446d-ba4b-36a222415db6} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1866 | 2024.11.13 20:46:59.315222 [ 274 ] {358e23fc-9396-446d-ba4b-36a222415db6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001637 sec., 47037.26328649969 rows/sec., 2.90 MiB/sec. | ||
| 1867 | 2024.11.13 20:46:59.315395 [ 274 ] {358e23fc-9396-446d-ba4b-36a222415db6} <Debug> TCPHandler: Processed in 0.001983995 sec. | ||
| 1868 | 2024.11.13 20:46:59.315567 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1869 | 2024.11.13 20:46:59.315707 [ 277 ] {5a9a9394-d5f7-40c5-bf28-96fa9c1d2ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1870 | 2024.11.13 20:46:59.315770 [ 277 ] {5a9a9394-d5f7-40c5-bf28-96fa9c1d2ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1871 | 2024.11.13 20:46:59.316322 [ 277 ] {5a9a9394-d5f7-40c5-bf28-96fa9c1d2ca0} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1872 | 2024.11.13 20:46:59.316362 [ 277 ] {5a9a9394-d5f7-40c5-bf28-96fa9c1d2ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1873 | 2024.11.13 20:46:59.316727 [ 277 ] {5a9a9394-d5f7-40c5-bf28-96fa9c1d2ca0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1874 | 2024.11.13 20:46:59.316966 [ 277 ] {5a9a9394-d5f7-40c5-bf28-96fa9c1d2ca0} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1875 | 2024.11.13 20:46:59.317171 [ 277 ] {5a9a9394-d5f7-40c5-bf28-96fa9c1d2ca0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. | ||
| 1876 | 2024.11.13 20:46:59.317223 [ 277 ] {5a9a9394-d5f7-40c5-bf28-96fa9c1d2ca0} <Debug> TCPHandler: Processed in 0.00172177 sec. | ||
| 1877 | 2024.11.13 20:46:59.317370 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1878 | 2024.11.13 20:46:59.317510 [ 274 ] {3f98938d-425e-4a0b-8fed-0669dbc8962a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1879 | 2024.11.13 20:46:59.317607 [ 274 ] {3f98938d-425e-4a0b-8fed-0669dbc8962a} <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 | ||
| 1880 | 2024.11.13 20:46:59.318827 [ 274 ] {3f98938d-425e-4a0b-8fed-0669dbc8962a} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1881 | 2024.11.13 20:46:59.318867 [ 274 ] {3f98938d-425e-4a0b-8fed-0669dbc8962a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1882 | 2024.11.13 20:46:59.319498 [ 274 ] {3f98938d-425e-4a0b-8fed-0669dbc8962a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1883 | 2024.11.13 20:46:59.319767 [ 274 ] {3f98938d-425e-4a0b-8fed-0669dbc8962a} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1884 | 2024.11.13 20:46:59.320005 [ 274 ] {3f98938d-425e-4a0b-8fed-0669dbc8962a} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002526 sec., 13064.133016627078 rows/sec., 23.41 MiB/sec. | ||
| 1885 | 2024.11.13 20:46:59.320096 [ 274 ] {3f98938d-425e-4a0b-8fed-0669dbc8962a} <Debug> TCPHandler: Processed in 0.002793809 sec. | ||
| 1886 | 2024.11.13 20:46:59.320243 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1887 | 2024.11.13 20:46:59.320362 [ 277 ] {2e9045ad-5aa0-4670-9d08-167b4c9f2cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1888 | 2024.11.13 20:46:59.320413 [ 277 ] {2e9045ad-5aa0-4670-9d08-167b4c9f2cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1889 | 2024.11.13 20:46:59.320886 [ 277 ] {2e9045ad-5aa0-4670-9d08-167b4c9f2cef} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1890 | 2024.11.13 20:46:59.320925 [ 277 ] {2e9045ad-5aa0-4670-9d08-167b4c9f2cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1891 | 2024.11.13 20:46:59.321301 [ 277 ] {2e9045ad-5aa0-4670-9d08-167b4c9f2cef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1892 | 2024.11.13 20:46:59.321537 [ 277 ] {2e9045ad-5aa0-4670-9d08-167b4c9f2cef} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1893 | 2024.11.13 20:46:59.321740 [ 277 ] {2e9045ad-5aa0-4670-9d08-167b4c9f2cef} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001404 sec., 15669.51566951567 rows/sec., 849.28 KiB/sec. | ||
| 1894 | 2024.11.13 20:46:59.321791 [ 277 ] {2e9045ad-5aa0-4670-9d08-167b4c9f2cef} <Debug> TCPHandler: Processed in 0.001605208 sec. | ||
| 1895 | 2024.11.13 20:47:04.293129 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1896 | 2024.11.13 20:47:04.293399 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 1897 | 2024.11.13 20:47:04.293783 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1898 | 2024.11.13 20:47:04.293829 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 1899 | 2024.11.13 20:47:04.294135 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1900 | 2024.11.13 20:47:04.294215 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1901 | 2024.11.13 20:47:04.294388 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1902 | 2024.11.13 20:47:04.294652 [ 296 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1903 | 2024.11.13 20:47:04.294657 [ 294 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1904 | 2024.11.13 20:47:04.294836 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1905 | 2024.11.13 20:47:04.294871 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1906 | 2024.11.13 20:47:04.294926 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 1907 | 2024.11.13 20:47:04.294952 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 1908 | 2024.11.13 20:47:04.295691 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.002407 sec., 9555.463232239303 rows/sec., 343.24 KiB/sec. | ||
| 1909 | 2024.11.13 20:47:04.295813 [ 277 ] {69680cd4-0467-4296-8532-a0684e1454f5} <Debug> TCPHandler: Processed in 0.002814139 sec. | ||
| 1910 | 2024.11.13 20:47:04.296184 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1911 | 2024.11.13 20:47:04.296419 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 1912 | 2024.11.13 20:47:04.296825 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1913 | 2024.11.13 20:47:04.296872 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 1914 | 2024.11.13 20:47:04.297212 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1915 | 2024.11.13 20:47:04.297293 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1916 | 2024.11.13 20:47:04.297478 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1917 | 2024.11.13 20:47:04.297589 [ 294 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1918 | 2024.11.13 20:47:04.297591 [ 296 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1919 | 2024.11.13 20:47:04.297702 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1920 | 2024.11.13 20:47:04.297729 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1921 | 2024.11.13 20:47:04.297782 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 1922 | 2024.11.13 20:47:04.297808 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 1923 | 2024.11.13 20:47:04.298432 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.002132 sec., 10787.992495309567 rows/sec., 387.51 KiB/sec. | ||
| 1924 | 2024.11.13 20:47:04.298522 [ 274 ] {d25b26cc-b38a-46ea-97c6-6a76ca03ad47} <Debug> TCPHandler: Processed in 0.002474763 sec. | ||
| 1925 | 2024.11.13 20:47:04.298890 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1926 | 2024.11.13 20:47:04.299105 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 1927 | 2024.11.13 20:47:04.299457 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1928 | 2024.11.13 20:47:04.299500 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 1929 | 2024.11.13 20:47:04.299779 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1930 | 2024.11.13 20:47:04.299846 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1931 | 2024.11.13 20:47:04.300016 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1932 | 2024.11.13 20:47:04.300111 [ 294 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1933 | 2024.11.13 20:47:04.300130 [ 296 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1934 | 2024.11.13 20:47:04.300228 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1935 | 2024.11.13 20:47:04.300260 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1936 | 2024.11.13 20:47:04.300310 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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.13 20:47:04.300336 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 1938 | 2024.11.13 20:47:04.300952 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.00195 sec., 11794.871794871795 rows/sec., 423.68 KiB/sec. | ||
| 1939 | 2024.11.13 20:47:04.301070 [ 277 ] {7b4881a5-3d42-46e3-9bc8-50aef943884f} <Debug> TCPHandler: Processed in 0.002249929 sec. | ||
| 1940 | 2024.11.13 20:47:04.301348 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1941 | 2024.11.13 20:47:04.301535 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 1942 | 2024.11.13 20:47:04.301860 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1943 | 2024.11.13 20:47:04.301903 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 1944 | 2024.11.13 20:47:04.302192 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1945 | 2024.11.13 20:47:04.302258 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1946 | 2024.11.13 20:47:04.302410 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1947 | 2024.11.13 20:47:04.302483 [ 294 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1948 | 2024.11.13 20:47:04.302507 [ 296 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1949 | 2024.11.13 20:47:04.302613 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1950 | 2024.11.13 20:47:04.302640 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1951 | 2024.11.13 20:47:04.302686 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 1952 | 2024.11.13 20:47:04.302710 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 1953 | 2024.11.13 20:47:04.303294 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.001843 sec., 12479.652740097667 rows/sec., 448.28 KiB/sec. | ||
| 1954 | 2024.11.13 20:47:04.303410 [ 274 ] {604c0c06-9556-4eea-b39f-970d19c0fae1} <Debug> TCPHandler: Processed in 0.002127477 sec. | ||
| 1955 | 2024.11.13 20:47:04.303668 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1956 | 2024.11.13 20:47:04.303853 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 1957 | 2024.11.13 20:47:04.304177 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1958 | 2024.11.13 20:47:04.304220 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 1959 | 2024.11.13 20:47:04.304549 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1960 | 2024.11.13 20:47:04.304616 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1961 | 2024.11.13 20:47:04.304761 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1962 | 2024.11.13 20:47:04.304850 [ 296 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1963 | 2024.11.13 20:47:04.304864 [ 294 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1964 | 2024.11.13 20:47:04.304959 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1965 | 2024.11.13 20:47:04.305087 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1966 | 2024.11.13 20:47:04.305141 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 1967 | 2024.11.13 20:47:04.305166 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 1968 | 2024.11.13 20:47:04.305711 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.001946 sec., 11819.116135662898 rows/sec., 424.55 KiB/sec. | ||
| 1969 | 2024.11.13 20:47:04.305825 [ 277 ] {6de15c60-84e8-4ecd-843a-371c8a22e712} <Debug> TCPHandler: Processed in 0.002215938 sec. | ||
| 1970 | 2024.11.13 20:47:04.306087 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1971 | 2024.11.13 20:47:04.306302 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 1972 | 2024.11.13 20:47:04.306689 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1973 | 2024.11.13 20:47:04.306742 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 1974 | 2024.11.13 20:47:04.307112 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1975 | 2024.11.13 20:47:04.307193 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1976 | 2024.11.13 20:47:04.307366 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1977 | 2024.11.13 20:47:04.307428 [ 294 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1978 | 2024.11.13 20:47:04.307463 [ 296 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1979 | 2024.11.13 20:47:04.307555 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1980 | 2024.11.13 20:47:04.307581 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1981 | 2024.11.13 20:47:04.307627 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 1982 | 2024.11.13 20:47:04.307650 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 1983 | 2024.11.13 20:47:04.308161 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.001966 sec., 11698.880976602239 rows/sec., 420.23 KiB/sec. | ||
| 1984 | 2024.11.13 20:47:04.308242 [ 274 ] {6412a709-9123-41a2-9ad1-a24cd63b49c6} <Debug> TCPHandler: Processed in 0.002221739 sec. | ||
| 1985 | 2024.11.13 20:47:04.308496 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1986 | 2024.11.13 20:47:04.308710 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 1987 | 2024.11.13 20:47:04.309102 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1988 | 2024.11.13 20:47:04.309155 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 1989 | 2024.11.13 20:47:04.309487 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1990 | 2024.11.13 20:47:04.309553 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1991 | 2024.11.13 20:47:04.309700 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1992 | 2024.11.13 20:47:04.309787 [ 294 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1993 | 2024.11.13 20:47:04.309807 [ 296 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1994 | 2024.11.13 20:47:04.309904 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1995 | 2024.11.13 20:47:04.309931 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1996 | 2024.11.13 20:47:04.309979 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 1997 | 2024.11.13 20:47:04.310003 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 1998 | 2024.11.13 20:47:04.310564 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.00196 sec., 11734.69387755102 rows/sec., 421.52 KiB/sec. | ||
| 1999 | 2024.11.13 20:47:04.310683 [ 277 ] {a5400aee-c68b-4d1d-9759-fbfe9fd85c50} <Debug> TCPHandler: Processed in 0.00225549 sec. | ||
| 2000 | 2024.11.13 20:47:04.310948 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2001 | 2024.11.13 20:47:04.311163 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 2002 | 2024.11.13 20:47:04.311516 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2003 | 2024.11.13 20:47:04.311561 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 2004 | 2024.11.13 20:47:04.311871 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2005 | 2024.11.13 20:47:04.311936 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2006 | 2024.11.13 20:47:04.312082 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2007 | 2024.11.13 20:47:04.312147 [ 294 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2008 | 2024.11.13 20:47:04.312170 [ 296 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2009 | 2024.11.13 20:47:04.312256 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 2010 | 2024.11.13 20:47:04.312282 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2011 | 2024.11.13 20:47:04.312328 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 2012 | 2024.11.13 20:47:04.312353 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 2013 | 2024.11.13 20:47:04.312920 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.001864 sec., 12339.055793991416 rows/sec., 443.23 KiB/sec. | ||
| 2014 | 2024.11.13 20:47:04.313003 [ 274 ] {a345636c-a029-406c-bca3-8abbae7d6654} <Debug> TCPHandler: Processed in 0.002121857 sec. | ||
| 2015 | 2024.11.13 20:47:04.313246 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2016 | 2024.11.13 20:47:04.313442 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 2017 | 2024.11.13 20:47:04.313774 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2018 | 2024.11.13 20:47:04.313820 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 2019 | 2024.11.13 20:47:04.314126 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2020 | 2024.11.13 20:47:04.314191 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2021 | 2024.11.13 20:47:04.314336 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2022 | 2024.11.13 20:47:04.314431 [ 294 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2023 | 2024.11.13 20:47:04.314447 [ 296 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2024 | 2024.11.13 20:47:04.314550 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 2025 | 2024.11.13 20:47:04.314576 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2026 | 2024.11.13 20:47:04.314624 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 2027 | 2024.11.13 20:47:04.314647 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 2028 | 2024.11.13 20:47:04.315220 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.001867 sec., 12319.228709159079 rows/sec., 442.51 KiB/sec. | ||
| 2029 | 2024.11.13 20:47:04.315336 [ 277 ] {ed133242-8618-4f5d-8215-9e76af84c0cd} <Debug> TCPHandler: Processed in 0.002154777 sec. | ||
| 2030 | 2024.11.13 20:47:04.315589 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2031 | 2024.11.13 20:47:04.315808 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 2032 | 2024.11.13 20:47:04.316205 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2033 | 2024.11.13 20:47:04.316263 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 2034 | 2024.11.13 20:47:04.316590 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2035 | 2024.11.13 20:47:04.316655 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2036 | 2024.11.13 20:47:04.316801 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2037 | 2024.11.13 20:47:04.316863 [ 294 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2038 | 2024.11.13 20:47:04.316888 [ 296 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2039 | 2024.11.13 20:47:04.316977 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 2040 | 2024.11.13 20:47:04.317003 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2041 | 2024.11.13 20:47:04.317050 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 2042 | 2024.11.13 20:47:04.317075 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 2043 | 2024.11.13 20:47:04.317570 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.001872 sec., 12286.324786324787 rows/sec., 441.33 KiB/sec. | ||
| 2044 | 2024.11.13 20:47:04.317650 [ 274 ] {32ebfe01-25f2-44fa-bad8-d7bc8a7728b3} <Debug> TCPHandler: Processed in 0.002129608 sec. | ||
| 2045 | 2024.11.13 20:47:04.317891 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2046 | 2024.11.13 20:47:04.318099 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 2047 | 2024.11.13 20:47:04.318473 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2048 | 2024.11.13 20:47:04.318523 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 2049 | 2024.11.13 20:47:04.318845 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2050 | 2024.11.13 20:47:04.318913 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2051 | 2024.11.13 20:47:04.319063 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2052 | 2024.11.13 20:47:04.319152 [ 294 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2053 | 2024.11.13 20:47:04.319171 [ 296 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2054 | 2024.11.13 20:47:04.319266 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 2055 | 2024.11.13 20:47:04.319294 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2056 | 2024.11.13 20:47:04.319344 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 2057 | 2024.11.13 20:47:04.319368 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 2058 | 2024.11.13 20:47:04.319945 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.001949 sec., 11800.923550538739 rows/sec., 423.90 KiB/sec. | ||
| 2059 | 2024.11.13 20:47:04.320068 [ 277 ] {fd69a1d3-aab3-4faa-82bd-be45c62b73cf} <Debug> TCPHandler: Processed in 0.002238199 sec. | ||
| 2060 | 2024.11.13 20:47:04.320340 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2061 | 2024.11.13 20:47:04.320589 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 2062 | 2024.11.13 20:47:04.320992 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2063 | 2024.11.13 20:47:04.321050 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 2064 | 2024.11.13 20:47:04.321422 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2065 | 2024.11.13 20:47:04.321488 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2066 | 2024.11.13 20:47:04.321634 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2067 | 2024.11.13 20:47:04.321707 [ 294 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2068 | 2024.11.13 20:47:04.321726 [ 296 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2069 | 2024.11.13 20:47:04.321812 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 2070 | 2024.11.13 20:47:04.321838 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2071 | 2024.11.13 20:47:04.321885 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 2072 | 2024.11.13 20:47:04.321909 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 2073 | 2024.11.13 20:47:04.322403 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.001929 sec., 11923.276308968378 rows/sec., 428.29 KiB/sec. | ||
| 2074 | 2024.11.13 20:47:04.322483 [ 274 ] {55e6e06b-fb8d-4aee-9366-b76b119f6a22} <Debug> TCPHandler: Processed in 0.002209698 sec. | ||
| 2075 | 2024.11.13 20:47:04.322777 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2076 | 2024.11.13 20:47:04.322969 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 2077 | 2024.11.13 20:47:04.323316 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2078 | 2024.11.13 20:47:04.323368 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 2079 | 2024.11.13 20:47:04.323703 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2080 | 2024.11.13 20:47:04.323770 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2081 | 2024.11.13 20:47:04.323917 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2082 | 2024.11.13 20:47:04.324013 [ 294 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2083 | 2024.11.13 20:47:04.324029 [ 296 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2084 | 2024.11.13 20:47:04.324126 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 2085 | 2024.11.13 20:47:04.324154 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2086 | 2024.11.13 20:47:04.324203 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 2087 | 2024.11.13 20:47:04.324226 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 2088 | 2024.11.13 20:47:04.324781 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.001907 sec., 12060.828526481384 rows/sec., 433.23 KiB/sec. | ||
| 2089 | 2024.11.13 20:47:04.324897 [ 277 ] {e49f8bd5-3057-4eae-9b77-d5185748df46} <Debug> TCPHandler: Processed in 0.002177238 sec. | ||
| 2090 | 2024.11.13 20:47:04.325170 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2091 | 2024.11.13 20:47:04.325370 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 2092 | 2024.11.13 20:47:04.325720 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2093 | 2024.11.13 20:47:04.325777 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 2094 | 2024.11.13 20:47:04.326116 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2095 | 2024.11.13 20:47:04.326186 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2096 | 2024.11.13 20:47:04.326341 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2097 | 2024.11.13 20:47:04.326434 [ 294 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2098 | 2024.11.13 20:47:04.326451 [ 296 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2099 | 2024.11.13 20:47:04.326543 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 2100 | 2024.11.13 20:47:04.326572 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2101 | 2024.11.13 20:47:04.326622 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 2102 | 2024.11.13 20:47:04.326648 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 | ||
| 2103 | 2024.11.13 20:47:04.327146 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Debug> executeQuery: Read 23 rows, 846.00 B in 0.001876 sec., 12260.127931769723 rows/sec., 440.39 KiB/sec. | ||
| 2104 | 2024.11.13 20:47:04.327231 [ 274 ] {82187d34-2605-47b8-a222-bb0408e10cae} <Debug> TCPHandler: Processed in 0.002122978 sec. | ||
| 2105 | 2024.11.13 20:47:04.331652 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2106 | 2024.11.13 20:47:04.331782 [ 277 ] {9b39fa21-2f5e-40ed-92d4-a69657009ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2107 | 2024.11.13 20:47:04.331834 [ 277 ] {9b39fa21-2f5e-40ed-92d4-a69657009ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2108 | 2024.11.13 20:47:04.332592 [ 277 ] {9b39fa21-2f5e-40ed-92d4-a69657009ac7} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2109 | 2024.11.13 20:47:04.332639 [ 277 ] {9b39fa21-2f5e-40ed-92d4-a69657009ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2110 | 2024.11.13 20:47:04.333150 [ 277 ] {9b39fa21-2f5e-40ed-92d4-a69657009ac7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2111 | 2024.11.13 20:47:04.333379 [ 277 ] {9b39fa21-2f5e-40ed-92d4-a69657009ac7} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2112 | 2024.11.13 20:47:04.333612 [ 277 ] {9b39fa21-2f5e-40ed-92d4-a69657009ac7} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001865 sec., 7506.7024128686335 rows/sec., 1.05 MiB/sec. | ||
| 2113 | 2024.11.13 20:47:04.333780 [ 277 ] {9b39fa21-2f5e-40ed-92d4-a69657009ac7} <Debug> TCPHandler: Processed in 0.002181488 sec. | ||
| 2114 | 2024.11.13 20:47:04.333943 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2115 | 2024.11.13 20:47:04.334076 [ 274 ] {32209c42-5dc2-4f82-8585-83c4908efebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2116 | 2024.11.13 20:47:04.334128 [ 274 ] {32209c42-5dc2-4f82-8585-83c4908efebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2117 | 2024.11.13 20:47:04.334802 [ 274 ] {32209c42-5dc2-4f82-8585-83c4908efebd} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2118 | 2024.11.13 20:47:04.334848 [ 274 ] {32209c42-5dc2-4f82-8585-83c4908efebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2119 | 2024.11.13 20:47:04.335277 [ 274 ] {32209c42-5dc2-4f82-8585-83c4908efebd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2120 | 2024.11.13 20:47:04.335528 [ 274 ] {32209c42-5dc2-4f82-8585-83c4908efebd} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2121 | 2024.11.13 20:47:04.335756 [ 274 ] {32209c42-5dc2-4f82-8585-83c4908efebd} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001717 sec., 15142.690739662201 rows/sec., 1.13 MiB/sec. | ||
| 2122 | 2024.11.13 20:47:04.335812 [ 274 ] {32209c42-5dc2-4f82-8585-83c4908efebd} <Debug> TCPHandler: Processed in 0.001926474 sec. | ||
| 2123 | 2024.11.13 20:47:04.335955 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2124 | 2024.11.13 20:47:04.336071 [ 277 ] {60fb6b2f-c77a-4cca-96e7-69b576bbc572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2125 | 2024.11.13 20:47:04.336120 [ 277 ] {60fb6b2f-c77a-4cca-96e7-69b576bbc572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2126 | 2024.11.13 20:47:04.336726 [ 277 ] {60fb6b2f-c77a-4cca-96e7-69b576bbc572} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2127 | 2024.11.13 20:47:04.336766 [ 277 ] {60fb6b2f-c77a-4cca-96e7-69b576bbc572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2128 | 2024.11.13 20:47:04.337145 [ 277 ] {60fb6b2f-c77a-4cca-96e7-69b576bbc572} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2129 | 2024.11.13 20:47:04.337387 [ 277 ] {60fb6b2f-c77a-4cca-96e7-69b576bbc572} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2130 | 2024.11.13 20:47:04.337593 [ 277 ] {60fb6b2f-c77a-4cca-96e7-69b576bbc572} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001547 sec., 18099.547511312216 rows/sec., 1.41 MiB/sec. | ||
| 2131 | 2024.11.13 20:47:04.337645 [ 277 ] {60fb6b2f-c77a-4cca-96e7-69b576bbc572} <Debug> TCPHandler: Processed in 0.00174633 sec. | ||
| 2132 | 2024.11.13 20:47:04.337796 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2133 | 2024.11.13 20:47:04.337962 [ 274 ] {7da4bbdf-9c47-4e21-a36b-2abbd1b07736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2134 | 2024.11.13 20:47:04.338029 [ 274 ] {7da4bbdf-9c47-4e21-a36b-2abbd1b07736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2135 | 2024.11.13 20:47:04.338634 [ 274 ] {7da4bbdf-9c47-4e21-a36b-2abbd1b07736} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2136 | 2024.11.13 20:47:04.338675 [ 274 ] {7da4bbdf-9c47-4e21-a36b-2abbd1b07736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2137 | 2024.11.13 20:47:04.339074 [ 274 ] {7da4bbdf-9c47-4e21-a36b-2abbd1b07736} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2138 | 2024.11.13 20:47:04.339311 [ 274 ] {7da4bbdf-9c47-4e21-a36b-2abbd1b07736} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2139 | 2024.11.13 20:47:04.339525 [ 274 ] {7da4bbdf-9c47-4e21-a36b-2abbd1b07736} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001597 sec., 62617.407639323734 rows/sec., 4.34 MiB/sec. | ||
| 2140 | 2024.11.13 20:47:04.339578 [ 274 ] {7da4bbdf-9c47-4e21-a36b-2abbd1b07736} <Debug> TCPHandler: Processed in 0.001851402 sec. | ||
| 2141 | 2024.11.13 20:47:04.339730 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2142 | 2024.11.13 20:47:04.339868 [ 277 ] {0f1659b7-64eb-4c63-a3f2-fe5d4655feb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2143 | 2024.11.13 20:47:04.339926 [ 277 ] {0f1659b7-64eb-4c63-a3f2-fe5d4655feb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2144 | 2024.11.13 20:47:04.340454 [ 277 ] {0f1659b7-64eb-4c63-a3f2-fe5d4655feb9} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2145 | 2024.11.13 20:47:04.340493 [ 277 ] {0f1659b7-64eb-4c63-a3f2-fe5d4655feb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2146 | 2024.11.13 20:47:04.340859 [ 277 ] {0f1659b7-64eb-4c63-a3f2-fe5d4655feb9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2147 | 2024.11.13 20:47:04.341103 [ 277 ] {0f1659b7-64eb-4c63-a3f2-fe5d4655feb9} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2148 | 2024.11.13 20:47:04.341314 [ 277 ] {0f1659b7-64eb-4c63-a3f2-fe5d4655feb9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001479 sec., 20283.975659229207 rows/sec., 1.39 MiB/sec. | ||
| 2149 | 2024.11.13 20:47:04.341365 [ 277 ] {0f1659b7-64eb-4c63-a3f2-fe5d4655feb9} <Debug> TCPHandler: Processed in 0.00170006 sec. | ||
| 2150 | 2024.11.13 20:47:05.883464 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 334 | ||
| 2151 | 2024.11.13 20:47:05.887284 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2152 | 2024.11.13 20:47:05.887338 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2153 | 2024.11.13 20:47:05.889039 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2154 | 2024.11.13 20:47:05.889366 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2155 | 2024.11.13 20:47:05.889940 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 334 | ||
| 2156 | 2024.11.13 20:47:09.297805 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2157 | 2024.11.13 20:47:09.298030 [ 277 ] {ac3a1a42-b2ba-4c93-9240-78a54d8738f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2158 | 2024.11.13 20:47:09.298110 [ 277 ] {ac3a1a42-b2ba-4c93-9240-78a54d8738f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2159 | 2024.11.13 20:47:09.298882 [ 277 ] {ac3a1a42-b2ba-4c93-9240-78a54d8738f6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2024.11.13 20:47:09.298934 [ 277 ] {ac3a1a42-b2ba-4c93-9240-78a54d8738f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2161 | 2024.11.13 20:47:09.299376 [ 277 ] {ac3a1a42-b2ba-4c93-9240-78a54d8738f6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2162 | 2024.11.13 20:47:09.299634 [ 277 ] {ac3a1a42-b2ba-4c93-9240-78a54d8738f6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2024.11.13 20:47:09.299942 [ 277 ] {ac3a1a42-b2ba-4c93-9240-78a54d8738f6} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001946 sec., 13360.739979445016 rows/sec., 1017.21 KiB/sec. | ||
| 2164 | 2024.11.13 20:47:09.300085 [ 277 ] {ac3a1a42-b2ba-4c93-9240-78a54d8738f6} <Debug> TCPHandler: Processed in 0.002416743 sec. | ||
| 2165 | 2024.11.13 20:47:09.300346 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2166 | 2024.11.13 20:47:09.300557 [ 274 ] {d4ef19e7-4d26-411e-9d53-22d26da1a9f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2167 | 2024.11.13 20:47:09.300632 [ 274 ] {d4ef19e7-4d26-411e-9d53-22d26da1a9f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2168 | 2024.11.13 20:47:09.301377 [ 274 ] {d4ef19e7-4d26-411e-9d53-22d26da1a9f6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2169 | 2024.11.13 20:47:09.301419 [ 274 ] {d4ef19e7-4d26-411e-9d53-22d26da1a9f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2170 | 2024.11.13 20:47:09.301850 [ 274 ] {d4ef19e7-4d26-411e-9d53-22d26da1a9f6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2171 | 2024.11.13 20:47:09.302106 [ 274 ] {d4ef19e7-4d26-411e-9d53-22d26da1a9f6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2172 | 2024.11.13 20:47:09.302301 [ 274 ] {d4ef19e7-4d26-411e-9d53-22d26da1a9f6} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.0018 sec., 15555.555555555557 rows/sec., 1.21 MiB/sec. | ||
| 2173 | 2024.11.13 20:47:09.302356 [ 274 ] {d4ef19e7-4d26-411e-9d53-22d26da1a9f6} <Debug> TCPHandler: Processed in 0.002163158 sec. | ||
| 2174 | 2024.11.13 20:47:09.302504 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2175 | 2024.11.13 20:47:09.302651 [ 277 ] {c96bbfd1-908d-41b3-a018-30504ee240e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2176 | 2024.11.13 20:47:09.302716 [ 277 ] {c96bbfd1-908d-41b3-a018-30504ee240e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2177 | 2024.11.13 20:47:09.303355 [ 277 ] {c96bbfd1-908d-41b3-a018-30504ee240e7} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2178 | 2024.11.13 20:47:09.303405 [ 277 ] {c96bbfd1-908d-41b3-a018-30504ee240e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2179 | 2024.11.13 20:47:09.303832 [ 277 ] {c96bbfd1-908d-41b3-a018-30504ee240e7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2180 | 2024.11.13 20:47:09.304073 [ 277 ] {c96bbfd1-908d-41b3-a018-30504ee240e7} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2181 | 2024.11.13 20:47:09.304302 [ 277 ] {c96bbfd1-908d-41b3-a018-30504ee240e7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001688 sec., 59241.70616113744 rows/sec., 4.11 MiB/sec. | ||
| 2182 | 2024.11.13 20:47:09.304356 [ 277 ] {c96bbfd1-908d-41b3-a018-30504ee240e7} <Debug> TCPHandler: Processed in 0.001916334 sec. | ||
| 2183 | 2024.11.13 20:47:09.304511 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2184 | 2024.11.13 20:47:09.304651 [ 274 ] {ca7f1eeb-6845-4fcd-8fd9-3f5226b89def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2185 | 2024.11.13 20:47:09.304713 [ 274 ] {ca7f1eeb-6845-4fcd-8fd9-3f5226b89def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2186 | 2024.11.13 20:47:09.305304 [ 274 ] {ca7f1eeb-6845-4fcd-8fd9-3f5226b89def} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2187 | 2024.11.13 20:47:09.305350 [ 274 ] {ca7f1eeb-6845-4fcd-8fd9-3f5226b89def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2188 | 2024.11.13 20:47:09.305757 [ 274 ] {ca7f1eeb-6845-4fcd-8fd9-3f5226b89def} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2189 | 2024.11.13 20:47:09.305999 [ 274 ] {ca7f1eeb-6845-4fcd-8fd9-3f5226b89def} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2190 | 2024.11.13 20:47:09.306180 [ 274 ] {ca7f1eeb-6845-4fcd-8fd9-3f5226b89def} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001561 sec., 19218.449711723253 rows/sec., 1.32 MiB/sec. | ||
| 2191 | 2024.11.13 20:47:09.306228 [ 274 ] {ca7f1eeb-6845-4fcd-8fd9-3f5226b89def} <Debug> TCPHandler: Processed in 0.001786631 sec. | ||
| 2192 | 2024.11.13 20:47:10.802984 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2193 | 2024.11.13 20:47:10.803066 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2194 | 2024.11.13 20:47:12.214781 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2195 | 2024.11.13 20:47:12.440293 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2196 | 2024.11.13 20:47:12.444639 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2197 | 2024.11.13 20:47:12.454977 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2198 | 2024.11.13 20:47:12.703829 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35547, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2199 | 2024.11.13 20:47:12.721168 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2200 | 2024.11.13 20:47:12.728465 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2201 | 2024.11.13 20:47:12.735783 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65191, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2202 | 2024.11.13 20:47:14.304732 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2203 | 2024.11.13 20:47:14.304948 [ 277 ] {8d2c69e5-201d-4133-ba30-e629d781854e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2204 | 2024.11.13 20:47:14.305033 [ 277 ] {8d2c69e5-201d-4133-ba30-e629d781854e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2205 | 2024.11.13 20:47:14.305816 [ 277 ] {8d2c69e5-201d-4133-ba30-e629d781854e} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2206 | 2024.11.13 20:47:14.305863 [ 277 ] {8d2c69e5-201d-4133-ba30-e629d781854e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2207 | 2024.11.13 20:47:14.306277 [ 277 ] {8d2c69e5-201d-4133-ba30-e629d781854e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2208 | 2024.11.13 20:47:14.306531 [ 277 ] {8d2c69e5-201d-4133-ba30-e629d781854e} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2209 | 2024.11.13 20:47:14.306759 [ 277 ] {8d2c69e5-201d-4133-ba30-e629d781854e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001865 sec., 7506.7024128686335 rows/sec., 540.38 KiB/sec. | ||
| 2210 | 2024.11.13 20:47:14.306822 [ 277 ] {8d2c69e5-201d-4133-ba30-e629d781854e} <Debug> TCPHandler: Processed in 0.002222809 sec. | ||
| 2211 | 2024.11.13 20:47:14.307071 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2212 | 2024.11.13 20:47:14.307288 [ 274 ] {f9b5031e-cd20-480d-99d1-2c937f23165d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2213 | 2024.11.13 20:47:14.307369 [ 274 ] {f9b5031e-cd20-480d-99d1-2c937f23165d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2214 | 2024.11.13 20:47:14.308238 [ 274 ] {f9b5031e-cd20-480d-99d1-2c937f23165d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2215 | 2024.11.13 20:47:14.308288 [ 274 ] {f9b5031e-cd20-480d-99d1-2c937f23165d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2216 | 2024.11.13 20:47:14.308755 [ 274 ] {f9b5031e-cd20-480d-99d1-2c937f23165d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2217 | 2024.11.13 20:47:14.309009 [ 274 ] {f9b5031e-cd20-480d-99d1-2c937f23165d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2218 | 2024.11.13 20:47:14.309191 [ 106 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2219 | 2024.11.13 20:47:14.309266 [ 274 ] {f9b5031e-cd20-480d-99d1-2c937f23165d} <Debug> executeQuery: Read 239 rows, 21.76 KiB in 0.002035 sec., 117444.71744471745 rows/sec., 10.44 MiB/sec. | ||
| 2220 | 2024.11.13 20:47:14.309275 [ 106 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2221 | 2024.11.13 20:47:14.309352 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2222 | 2024.11.13 20:47:14.309407 [ 274 ] {f9b5031e-cd20-480d-99d1-2c937f23165d} <Debug> TCPHandler: Processed in 0.002482574 sec. | ||
| 2223 | 2024.11.13 20:47:14.309669 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2224 | 2024.11.13 20:47:14.309747 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 2225 | 2024.11.13 20:47:14.310004 [ 277 ] {d97014e6-ea57-4d33-b6c2-54ba5fa5ef65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2226 | 2024.11.13 20:47:14.310067 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2227 | 2024.11.13 20:47:14.310095 [ 277 ] {d97014e6-ea57-4d33-b6c2-54ba5fa5ef65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2228 | 2024.11.13 20:47:14.310121 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1354 rows starting from the beginning of the part | ||
| 2229 | 2024.11.13 20:47:14.310394 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 3 rows starting from the beginning of the part | ||
| 2230 | 2024.11.13 20:47:14.310781 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 213 rows starting from the beginning of the part | ||
| 2231 | 2024.11.13 20:47:14.311151 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
| 2232 | 2024.11.13 20:47:14.311492 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 2233 | 2024.11.13 20:47:14.311833 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 239 rows starting from the beginning of the part | ||
| 2234 | 2024.11.13 20:47:14.312727 [ 277 ] {d97014e6-ea57-4d33-b6c2-54ba5fa5ef65} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2235 | 2024.11.13 20:47:14.312789 [ 277 ] {d97014e6-ea57-4d33-b6c2-54ba5fa5ef65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2236 | 2024.11.13 20:47:14.313781 [ 277 ] {d97014e6-ea57-4d33-b6c2-54ba5fa5ef65} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2237 | 2024.11.13 20:47:14.314330 [ 277 ] {d97014e6-ea57-4d33-b6c2-54ba5fa5ef65} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2238 | 2024.11.13 20:47:14.314787 [ 277 ] {d97014e6-ea57-4d33-b6c2-54ba5fa5ef65} <Debug> executeQuery: Read 40 rows, 2.94 KiB in 0.004868 sec., 8216.926869350862 rows/sec., 603.43 KiB/sec. | ||
| 2239 | 2024.11.13 20:47:14.314870 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1861 rows, containing 5 columns (5 merged, 0 gathered) in 0.005393885 sec., 345020.3332106635 rows/sec., 30.59 MiB/sec. | ||
| 2240 | 2024.11.13 20:47:14.314930 [ 277 ] {d97014e6-ea57-4d33-b6c2-54ba5fa5ef65} <Debug> TCPHandler: Processed in 0.005412455 sec. | ||
| 2241 | 2024.11.13 20:47:14.315100 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2242 | 2024.11.13 20:47:14.315135 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2243 | 2024.11.13 20:47:14.315307 [ 274 ] {d4189897-4afa-4426-82d4-867d2e5bda70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2244 | 2024.11.13 20:47:14.315406 [ 274 ] {d4189897-4afa-4426-82d4-867d2e5bda70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2245 | 2024.11.13 20:47:14.315620 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_11_2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2246 | 2024.11.13 20:47:14.315867 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_11_2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2247 | 2024.11.13 20:47:14.316069 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 2248 | 2024.11.13 20:47:14.316431 [ 274 ] {d4189897-4afa-4426-82d4-867d2e5bda70} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2249 | 2024.11.13 20:47:14.316475 [ 274 ] {d4189897-4afa-4426-82d4-867d2e5bda70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2250 | 2024.11.13 20:47:14.316828 [ 274 ] {d4189897-4afa-4426-82d4-867d2e5bda70} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2251 | 2024.11.13 20:47:14.317098 [ 274 ] {d4189897-4afa-4426-82d4-867d2e5bda70} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2252 | 2024.11.13 20:47:14.317361 [ 274 ] {d4189897-4afa-4426-82d4-867d2e5bda70} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002113 sec., 6625.650733554189 rows/sec., 464.02 KiB/sec. | ||
| 2253 | 2024.11.13 20:47:14.317499 [ 274 ] {d4189897-4afa-4426-82d4-867d2e5bda70} <Debug> TCPHandler: Processed in 0.002473213 sec. | ||
| 2254 | 2024.11.13 20:47:14.317653 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2255 | 2024.11.13 20:47:14.317793 [ 277 ] {398420aa-a630-471c-b40c-f9fa7712e72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2256 | 2024.11.13 20:47:14.317851 [ 277 ] {398420aa-a630-471c-b40c-f9fa7712e72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2257 | 2024.11.13 20:47:14.318541 [ 277 ] {398420aa-a630-471c-b40c-f9fa7712e72e} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2258 | 2024.11.13 20:47:14.318587 [ 277 ] {398420aa-a630-471c-b40c-f9fa7712e72e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2259 | 2024.11.13 20:47:14.318955 [ 277 ] {398420aa-a630-471c-b40c-f9fa7712e72e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2260 | 2024.11.13 20:47:14.319194 [ 277 ] {398420aa-a630-471c-b40c-f9fa7712e72e} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2261 | 2024.11.13 20:47:14.319387 [ 277 ] {398420aa-a630-471c-b40c-f9fa7712e72e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001627 sec., 7990.165949600492 rows/sec., 498.18 KiB/sec. | ||
| 2262 | 2024.11.13 20:47:14.319439 [ 277 ] {398420aa-a630-471c-b40c-f9fa7712e72e} <Debug> TCPHandler: Processed in 0.001857553 sec. | ||
| 2263 | 2024.11.13 20:47:14.319576 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2264 | 2024.11.13 20:47:14.319709 [ 274 ] {bffcadc5-908a-452f-bfa9-f7daffda75d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2265 | 2024.11.13 20:47:14.319766 [ 274 ] {bffcadc5-908a-452f-bfa9-f7daffda75d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2266 | 2024.11.13 20:47:14.320602 [ 274 ] {bffcadc5-908a-452f-bfa9-f7daffda75d4} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2267 | 2024.11.13 20:47:14.320643 [ 274 ] {bffcadc5-908a-452f-bfa9-f7daffda75d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2268 | 2024.11.13 20:47:14.321022 [ 274 ] {bffcadc5-908a-452f-bfa9-f7daffda75d4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2269 | 2024.11.13 20:47:14.321258 [ 274 ] {bffcadc5-908a-452f-bfa9-f7daffda75d4} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2270 | 2024.11.13 20:47:14.321412 [ 106 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2271 | 2024.11.13 20:47:14.321465 [ 106 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2272 | 2024.11.13 20:47:14.321504 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2273 | 2024.11.13 20:47:14.321510 [ 274 ] {bffcadc5-908a-452f-bfa9-f7daffda75d4} <Debug> executeQuery: Read 379 rows, 27.45 KiB in 0.001815 sec., 208815.42699724517 rows/sec., 14.77 MiB/sec. | ||
| 2274 | 2024.11.13 20:47:14.321789 [ 274 ] {bffcadc5-908a-452f-bfa9-f7daffda75d4} <Debug> TCPHandler: Processed in 0.00226319 sec. | ||
| 2275 | 2024.11.13 20:47:14.321991 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 2276 | 2024.11.13 20:47:14.322091 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2277 | 2024.11.13 20:47:14.322396 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2278 | 2024.11.13 20:47:14.322406 [ 277 ] {e8ba1e12-20fd-428e-84d1-b0b590d294d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2279 | 2024.11.13 20:47:14.322454 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 825 rows starting from the beginning of the part | ||
| 2280 | 2024.11.13 20:47:14.322516 [ 277 ] {e8ba1e12-20fd-428e-84d1-b0b590d294d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2281 | 2024.11.13 20:47:14.322845 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 2282 | 2024.11.13 20:47:14.323214 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 351 rows starting from the beginning of the part | ||
| 2283 | 2024.11.13 20:47:14.323503 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
| 2284 | 2024.11.13 20:47:14.323755 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part | ||
| 2285 | 2024.11.13 20:47:14.324096 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 379 rows starting from the beginning of the part | ||
| 2286 | 2024.11.13 20:47:14.324719 [ 277 ] {e8ba1e12-20fd-428e-84d1-b0b590d294d2} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2287 | 2024.11.13 20:47:14.324790 [ 277 ] {e8ba1e12-20fd-428e-84d1-b0b590d294d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2288 | 2024.11.13 20:47:14.325736 [ 277 ] {e8ba1e12-20fd-428e-84d1-b0b590d294d2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2289 | 2024.11.13 20:47:14.326313 [ 277 ] {e8ba1e12-20fd-428e-84d1-b0b590d294d2} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2290 | 2024.11.13 20:47:14.326730 [ 277 ] {e8ba1e12-20fd-428e-84d1-b0b590d294d2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004412 sec., 1359.9274705349048 rows/sec., 71.05 KiB/sec. | ||
| 2291 | 2024.11.13 20:47:14.327129 [ 277 ] {e8ba1e12-20fd-428e-84d1-b0b590d294d2} <Debug> TCPHandler: Processed in 0.005214722 sec. | ||
| 2292 | 2024.11.13 20:47:14.327260 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.00566467 sec., 285453.521564363 rows/sec., 21.53 MiB/sec. | ||
| 2293 | 2024.11.13 20:47:14.327349 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2294 | 2024.11.13 20:47:14.327536 [ 274 ] {fce66c13-2091-4134-bc81-85ff9d08e350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2295 | 2024.11.13 20:47:14.327630 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2296 | 2024.11.13 20:47:14.327634 [ 274 ] {fce66c13-2091-4134-bc81-85ff9d08e350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2297 | 2024.11.13 20:47:14.328297 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_11_2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2298 | 2024.11.13 20:47:14.328420 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_11_2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2299 | 2024.11.13 20:47:14.328597 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 2300 | 2024.11.13 20:47:14.328797 [ 274 ] {fce66c13-2091-4134-bc81-85ff9d08e350} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2301 | 2024.11.13 20:47:14.328840 [ 274 ] {fce66c13-2091-4134-bc81-85ff9d08e350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2302 | 2024.11.13 20:47:14.329235 [ 274 ] {fce66c13-2091-4134-bc81-85ff9d08e350} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2303 | 2024.11.13 20:47:14.329474 [ 274 ] {fce66c13-2091-4134-bc81-85ff9d08e350} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2304 | 2024.11.13 20:47:14.329701 [ 274 ] {fce66c13-2091-4134-bc81-85ff9d08e350} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002202 sec., 80381.47138964578 rows/sec., 5.30 MiB/sec. | ||
| 2305 | 2024.11.13 20:47:14.329758 [ 274 ] {fce66c13-2091-4134-bc81-85ff9d08e350} <Debug> TCPHandler: Processed in 0.002499954 sec. | ||
| 2306 | 2024.11.13 20:47:14.329909 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2307 | 2024.11.13 20:47:14.330046 [ 277 ] {dbf17fa6-ede5-4df3-93e9-87de71792991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2308 | 2024.11.13 20:47:14.330105 [ 277 ] {dbf17fa6-ede5-4df3-93e9-87de71792991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2309 | 2024.11.13 20:47:14.330647 [ 277 ] {dbf17fa6-ede5-4df3-93e9-87de71792991} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2310 | 2024.11.13 20:47:14.330685 [ 277 ] {dbf17fa6-ede5-4df3-93e9-87de71792991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2311 | 2024.11.13 20:47:14.331035 [ 277 ] {dbf17fa6-ede5-4df3-93e9-87de71792991} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2312 | 2024.11.13 20:47:14.331269 [ 277 ] {dbf17fa6-ede5-4df3-93e9-87de71792991} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2313 | 2024.11.13 20:47:14.331472 [ 277 ] {dbf17fa6-ede5-4df3-93e9-87de71792991} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec. | ||
| 2314 | 2024.11.13 20:47:14.331524 [ 277 ] {dbf17fa6-ede5-4df3-93e9-87de71792991} <Debug> TCPHandler: Processed in 0.00168104 sec. | ||
| 2315 | 2024.11.13 20:47:14.331714 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2316 | 2024.11.13 20:47:14.331933 [ 274 ] {e1e9c3fa-5580-4892-af4f-d28f25d7d463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2317 | 2024.11.13 20:47:14.332073 [ 274 ] {e1e9c3fa-5580-4892-af4f-d28f25d7d463} <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 | ||
| 2318 | 2024.11.13 20:47:14.333518 [ 274 ] {e1e9c3fa-5580-4892-af4f-d28f25d7d463} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2024.11.13 20:47:14.333557 [ 274 ] {e1e9c3fa-5580-4892-af4f-d28f25d7d463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2320 | 2024.11.13 20:47:14.334200 [ 274 ] {e1e9c3fa-5580-4892-af4f-d28f25d7d463} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2321 | 2024.11.13 20:47:14.334459 [ 274 ] {e1e9c3fa-5580-4892-af4f-d28f25d7d463} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2024.11.13 20:47:14.334710 [ 274 ] {e1e9c3fa-5580-4892-af4f-d28f25d7d463} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002831 sec., 11656.658424584952 rows/sec., 20.89 MiB/sec. | ||
| 2323 | 2024.11.13 20:47:14.334806 [ 274 ] {e1e9c3fa-5580-4892-af4f-d28f25d7d463} <Debug> TCPHandler: Processed in 0.003198316 sec. | ||
| 2324 | 2024.11.13 20:47:14.334953 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2325 | 2024.11.13 20:47:14.335090 [ 277 ] {4ab632a1-8d4b-4982-8b56-3f4ac0a37325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2326 | 2024.11.13 20:47:14.335147 [ 277 ] {4ab632a1-8d4b-4982-8b56-3f4ac0a37325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2327 | 2024.11.13 20:47:14.335692 [ 277 ] {4ab632a1-8d4b-4982-8b56-3f4ac0a37325} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2328 | 2024.11.13 20:47:14.335730 [ 277 ] {4ab632a1-8d4b-4982-8b56-3f4ac0a37325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2329 | 2024.11.13 20:47:14.336089 [ 277 ] {4ab632a1-8d4b-4982-8b56-3f4ac0a37325} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2330 | 2024.11.13 20:47:14.336330 [ 277 ] {4ab632a1-8d4b-4982-8b56-3f4ac0a37325} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2331 | 2024.11.13 20:47:14.336532 [ 277 ] {4ab632a1-8d4b-4982-8b56-3f4ac0a37325} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001473 sec., 35302.104548540396 rows/sec., 2.19 MiB/sec. | ||
| 2332 | 2024.11.13 20:47:14.336582 [ 277 ] {4ab632a1-8d4b-4982-8b56-3f4ac0a37325} <Debug> TCPHandler: Processed in 0.001698299 sec. | ||
| 2333 | 2024.11.13 20:47:15.890206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 364 | ||
| 2334 | 2024.11.13 20:47:15.893384 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2335 | 2024.11.13 20:47:15.893440 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2336 | 2024.11.13 20:47:15.894900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2337 | 2024.11.13 20:47:15.895240 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2338 | 2024.11.13 20:47:15.895959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 364 | ||
| 2339 | 2024.11.13 20:47:16.385082 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2340 | 2024.11.13 20:47:16.647937 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2341 | 2024.11.13 20:47:17.065364 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2342 | 2024.11.13 20:47:17.215973 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2343 | 2024.11.13 20:47:17.245350 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2344 | 2024.11.13 20:47:17.248658 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42660, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2345 | 2024.11.13 20:47:17.261156 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64658, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2346 | 2024.11.13 20:47:17.279734 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2347 | 2024.11.13 20:47:17.281149 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2348 | 2024.11.13 20:47:17.328023 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57526, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2349 | 2024.11.13 20:47:17.402078 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57469, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2350 | 2024.11.13 20:47:17.410223 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2351 | 2024.11.13 20:47:17.473195 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2352 | 2024.11.13 20:47:17.515178 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38437, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2353 | 2024.11.13 20:47:17.530634 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46036, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2354 | 2024.11.13 20:47:17.549916 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2355 | 2024.11.13 20:47:18.619880 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46423, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2356 | 2024.11.13 20:47:19.157089 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59088, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2357 | 2024.11.13 20:47:19.239723 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48900, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2358 | 2024.11.13 20:47:19.292576 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2359 | 2024.11.13 20:47:19.292902 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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) | ||
| 2360 | 2024.11.13 20:47:19.293452 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2361 | 2024.11.13 20:47:19.293522 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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 | ||
| 2362 | 2024.11.13 20:47:19.294002 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2363 | 2024.11.13 20:47:19.294103 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2364 | 2024.11.13 20:47:19.294325 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2365 | 2024.11.13 20:47:19.294557 [ 296 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2366 | 2024.11.13 20:47:19.294664 [ 298 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2367 | 2024.11.13 20:47:19.294710 [ 294 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2368 | 2024.11.13 20:47:19.294894 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2369 | 2024.11.13 20:47:19.294943 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2370 | 2024.11.13 20:47:19.295275 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2371 | 2024.11.13 20:47:19.295389 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Reading approx. 37 rows with 2 streams | ||
| 2372 | 2024.11.13 20:47:19.295523 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 2373 | 2024.11.13 20:47:19.295543 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2374 | 2024.11.13 20:47:19.295637 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', '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'))" | ||
| 2375 | 2024.11.13 20:47:19.297358 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.004604 sec., 8036.490008688098 rows/sec., 303.53 KiB/sec. | ||
| 2376 | 2024.11.13 20:47:19.297571 [ 277 ] {2a8037c2-7e75-4f82-92ef-b5ea746ba3a8} <Debug> TCPHandler: Processed in 0.005176291 sec. | ||
| 2377 | 2024.11.13 20:47:19.298101 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2378 | 2024.11.13 20:47:19.298398 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_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) | ||
| 2379 | 2024.11.13 20:47:19.298923 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2380 | 2024.11.13 20:47:19.298985 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_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 | ||
| 2381 | 2024.11.13 20:47:19.299151 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2382 | 2024.11.13 20:47:19.299440 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2383 | 2024.11.13 20:47:19.299532 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2384 | 2024.11.13 20:47:19.299727 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2385 | 2024.11.13 20:47:19.299901 [ 298 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2386 | 2024.11.13 20:47:19.299926 [ 296 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2387 | 2024.11.13 20:47:19.299934 [ 294 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2388 | 2024.11.13 20:47:19.300139 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2389 | 2024.11.13 20:47:19.300171 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2390 | 2024.11.13 20:47:19.300291 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2391 | 2024.11.13 20:47:19.300322 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Reading approx. 37 rows with 2 streams | ||
| 2392 | 2024.11.13 20:47:19.300379 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_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'))" | ||
| 2393 | 2024.11.13 20:47:19.300447 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_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'))" | ||
| 2394 | 2024.11.13 20:47:19.302431 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.004193 sec., 8824.230860958742 rows/sec., 333.28 KiB/sec. | ||
| 2395 | 2024.11.13 20:47:19.302603 [ 274 ] {8c1be8b2-9dee-42e6-bd25-209ad96e2710} <Debug> TCPHandler: Processed in 0.004682823 sec. | ||
| 2396 | 2024.11.13 20:47:19.303016 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2397 | 2024.11.13 20:47:19.303249 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_table:capacity', 'switch_table: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) | ||
| 2398 | 2024.11.13 20:47:19.303641 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2399 | 2024.11.13 20:47:19.303694 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_table:capacity', 'switch_table: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 | ||
| 2400 | 2024.11.13 20:47:19.304083 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2401 | 2024.11.13 20:47:19.304227 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2402 | 2024.11.13 20:47:19.304393 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2403 | 2024.11.13 20:47:19.304536 [ 294 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2404 | 2024.11.13 20:47:19.304566 [ 296 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2405 | 2024.11.13 20:47:19.304588 [ 298 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2406 | 2024.11.13 20:47:19.304731 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2407 | 2024.11.13 20:47:19.304763 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2408 | 2024.11.13 20:47:19.304857 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2409 | 2024.11.13 20:47:19.304880 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Reading approx. 37 rows with 2 streams | ||
| 2410 | 2024.11.13 20:47:19.304924 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2411 | 2024.11.13 20:47:19.304977 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2412 | 2024.11.13 20:47:19.306061 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.002931 sec., 12623.677925622655 rows/sec., 476.79 KiB/sec. | ||
| 2413 | 2024.11.13 20:47:19.306218 [ 277 ] {1dd308ed-32cc-4f73-9337-66edd5d5f429} <Debug> TCPHandler: Processed in 0.003285808 sec. | ||
| 2414 | 2024.11.13 20:47:19.306550 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2415 | 2024.11.13 20:47:19.306760 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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) | ||
| 2416 | 2024.11.13 20:47:19.307139 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2417 | 2024.11.13 20:47:19.307194 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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 | ||
| 2418 | 2024.11.13 20:47:19.307574 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2419 | 2024.11.13 20:47:19.307655 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2420 | 2024.11.13 20:47:19.307818 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2421 | 2024.11.13 20:47:19.307936 [ 298 ] {e8fe2665-698d-4f68-9958-24065303388e} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2422 | 2024.11.13 20:47:19.307991 [ 296 ] {e8fe2665-698d-4f68-9958-24065303388e} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2423 | 2024.11.13 20:47:19.308005 [ 294 ] {e8fe2665-698d-4f68-9958-24065303388e} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2424 | 2024.11.13 20:47:19.308135 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2425 | 2024.11.13 20:47:19.308159 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2426 | 2024.11.13 20:47:19.308247 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2427 | 2024.11.13 20:47:19.308270 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Reading approx. 37 rows with 2 streams | ||
| 2428 | 2024.11.13 20:47:19.308314 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 2429 | 2024.11.13 20:47:19.308365 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 2430 | 2024.11.13 20:47:19.309389 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.002736 sec., 13523.391812865497 rows/sec., 510.77 KiB/sec. | ||
| 2431 | 2024.11.13 20:47:19.309525 [ 274 ] {e8fe2665-698d-4f68-9958-24065303388e} <Debug> TCPHandler: Processed in 0.003040973 sec. | ||
| 2432 | 2024.11.13 20:47:19.314462 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2433 | 2024.11.13 20:47:19.314645 [ 277 ] {b2c54ce0-94ac-4445-af80-971f6c971d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2434 | 2024.11.13 20:47:19.314720 [ 277 ] {b2c54ce0-94ac-4445-af80-971f6c971d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2435 | 2024.11.13 20:47:19.315747 [ 277 ] {b2c54ce0-94ac-4445-af80-971f6c971d7a} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2436 | 2024.11.13 20:47:19.315810 [ 277 ] {b2c54ce0-94ac-4445-af80-971f6c971d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2437 | 2024.11.13 20:47:19.316544 [ 277 ] {b2c54ce0-94ac-4445-af80-971f6c971d7a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2438 | 2024.11.13 20:47:19.316842 [ 277 ] {b2c54ce0-94ac-4445-af80-971f6c971d7a} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2439 | 2024.11.13 20:47:19.317113 [ 277 ] {b2c54ce0-94ac-4445-af80-971f6c971d7a} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002517 sec., 1589.1934843067143 rows/sec., 202.14 KiB/sec. | ||
| 2440 | 2024.11.13 20:47:19.317228 [ 277 ] {b2c54ce0-94ac-4445-af80-971f6c971d7a} <Debug> TCPHandler: Processed in 0.00284511 sec. | ||
| 2441 | 2024.11.13 20:47:19.317539 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2442 | 2024.11.13 20:47:19.317717 [ 274 ] {fe5c1743-eb74-457b-9ad0-eb90fb45981c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2443 | 2024.11.13 20:47:19.317794 [ 274 ] {fe5c1743-eb74-457b-9ad0-eb90fb45981c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2444 | 2024.11.13 20:47:19.318746 [ 274 ] {fe5c1743-eb74-457b-9ad0-eb90fb45981c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2445 | 2024.11.13 20:47:19.318811 [ 274 ] {fe5c1743-eb74-457b-9ad0-eb90fb45981c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2446 | 2024.11.13 20:47:19.319396 [ 274 ] {fe5c1743-eb74-457b-9ad0-eb90fb45981c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2447 | 2024.11.13 20:47:19.319767 [ 274 ] {fe5c1743-eb74-457b-9ad0-eb90fb45981c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2448 | 2024.11.13 20:47:19.320055 [ 274 ] {fe5c1743-eb74-457b-9ad0-eb90fb45981c} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002394 sec., 12531.328320802006 rows/sec., 967.59 KiB/sec. | ||
| 2449 | 2024.11.13 20:47:19.320127 [ 274 ] {fe5c1743-eb74-457b-9ad0-eb90fb45981c} <Debug> TCPHandler: Processed in 0.002682236 sec. | ||
| 2450 | 2024.11.13 20:47:19.320332 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2451 | 2024.11.13 20:47:19.320482 [ 277 ] {e9570ba3-97ce-4a7d-a7ef-0128b07fd953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2452 | 2024.11.13 20:47:19.320546 [ 277 ] {e9570ba3-97ce-4a7d-a7ef-0128b07fd953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2453 | 2024.11.13 20:47:19.321302 [ 277 ] {e9570ba3-97ce-4a7d-a7ef-0128b07fd953} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2454 | 2024.11.13 20:47:19.321349 [ 277 ] {e9570ba3-97ce-4a7d-a7ef-0128b07fd953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2455 | 2024.11.13 20:47:19.321814 [ 277 ] {e9570ba3-97ce-4a7d-a7ef-0128b07fd953} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2456 | 2024.11.13 20:47:19.322106 [ 277 ] {e9570ba3-97ce-4a7d-a7ef-0128b07fd953} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2457 | 2024.11.13 20:47:19.322311 [ 277 ] {e9570ba3-97ce-4a7d-a7ef-0128b07fd953} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001868 sec., 19271.948608137045 rows/sec., 1.51 MiB/sec. | ||
| 2458 | 2024.11.13 20:47:19.322376 [ 277 ] {e9570ba3-97ce-4a7d-a7ef-0128b07fd953} <Debug> TCPHandler: Processed in 0.002120947 sec. | ||
| 2459 | 2024.11.13 20:47:19.322550 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2460 | 2024.11.13 20:47:19.322673 [ 274 ] {ca8e6bd3-743e-423d-875d-e837ac1ef2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2461 | 2024.11.13 20:47:19.322726 [ 274 ] {ca8e6bd3-743e-423d-875d-e837ac1ef2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2462 | 2024.11.13 20:47:19.323300 [ 274 ] {ca8e6bd3-743e-423d-875d-e837ac1ef2f8} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2463 | 2024.11.13 20:47:19.323340 [ 274 ] {ca8e6bd3-743e-423d-875d-e837ac1ef2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2464 | 2024.11.13 20:47:19.323743 [ 274 ] {ca8e6bd3-743e-423d-875d-e837ac1ef2f8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2465 | 2024.11.13 20:47:19.323988 [ 274 ] {ca8e6bd3-743e-423d-875d-e837ac1ef2f8} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2466 | 2024.11.13 20:47:19.324166 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2467 | 2024.11.13 20:47:19.324232 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2468 | 2024.11.13 20:47:19.324239 [ 274 ] {ca8e6bd3-743e-423d-875d-e837ac1ef2f8} <Debug> executeQuery: Read 90 rows, 6.44 KiB in 0.001582 sec., 56890.01264222503 rows/sec., 3.98 MiB/sec. | ||
| 2469 | 2024.11.13 20:47:19.324267 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 2470 | 2024.11.13 20:47:19.324368 [ 274 ] {ca8e6bd3-743e-423d-875d-e837ac1ef2f8} <Debug> TCPHandler: Processed in 0.001875643 sec. | ||
| 2471 | 2024.11.13 20:47:19.324672 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2472 | 2024.11.13 20:47:19.324711 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 2473 | 2024.11.13 20:47:19.324972 [ 277 ] {88598d63-6b85-4c8a-899d-eed25d75d2d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2474 | 2024.11.13 20:47:19.325102 [ 277 ] {88598d63-6b85-4c8a-899d-eed25d75d2d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2475 | 2024.11.13 20:47:19.325121 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2476 | 2024.11.13 20:47:19.325233 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1643 rows starting from the beginning of the part | ||
| 2477 | 2024.11.13 20:47:19.325621 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 77 rows starting from the beginning of the part | ||
| 2478 | 2024.11.13 20:47:19.325974 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part | ||
| 2479 | 2024.11.13 20:47:19.326296 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
| 2480 | 2024.11.13 20:47:19.326476 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 177 rows starting from the beginning of the part | ||
| 2481 | 2024.11.13 20:47:19.326731 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 90 rows starting from the beginning of the part | ||
| 2482 | 2024.11.13 20:47:19.327863 [ 277 ] {88598d63-6b85-4c8a-899d-eed25d75d2d6} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2483 | 2024.11.13 20:47:19.327927 [ 277 ] {88598d63-6b85-4c8a-899d-eed25d75d2d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2484 | 2024.11.13 20:47:19.328866 [ 277 ] {88598d63-6b85-4c8a-899d-eed25d75d2d6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2485 | 2024.11.13 20:47:19.329468 [ 277 ] {88598d63-6b85-4c8a-899d-eed25d75d2d6} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2486 | 2024.11.13 20:47:19.329740 [ 151 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 2487 | 2024.11.13 20:47:19.329803 [ 151 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2488 | 2024.11.13 20:47:19.329895 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2489 | 2024.11.13 20:47:19.329894 [ 277 ] {88598d63-6b85-4c8a-899d-eed25d75d2d6} <Debug> executeQuery: Read 34 rows, 2.31 KiB in 0.00498 sec., 6827.309236947791 rows/sec., 464.55 KiB/sec. | ||
| 2490 | 2024.11.13 20:47:19.330198 [ 277 ] {88598d63-6b85-4c8a-899d-eed25d75d2d6} <Debug> TCPHandler: Processed in 0.005648409 sec. | ||
| 2491 | 2024.11.13 20:47:19.330509 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::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 | ||
| 2492 | 2024.11.13 20:47:19.330682 [ 197 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2187 rows, containing 5 columns (5 merged, 0 gathered) in 0.00629123 sec., 347626.77568615356 rows/sec., 22.93 MiB/sec. | ||
| 2493 | 2024.11.13 20:47:19.330708 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2494 | 2024.11.13 20:47:19.330749 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 110 rows starting from the beginning of the part | ||
| 2495 | 2024.11.13 20:47:19.330827 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
| 2496 | 2024.11.13 20:47:19.331095 [ 197 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2497 | 2024.11.13 20:47:19.331173 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 2498 | 2024.11.13 20:47:19.331314 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 2499 | 2024.11.13 20:47:19.331425 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part | ||
| 2500 | 2024.11.13 20:47:19.331598 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 2501 | 2024.11.13 20:47:19.331722 [ 197 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2502 | 2024.11.13 20:47:19.332088 [ 197 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2503 | 2024.11.13 20:47:19.332322 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 2504 | 2024.11.13 20:47:19.333143 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 4 columns (4 merged, 0 gathered) in 0.003078134 sec., 90314.45674554778 rows/sec., 5.39 MiB/sec. | ||
| 2505 | 2024.11.13 20:47:19.333380 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 2506 | 2024.11.13 20:47:19.333818 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_10_2} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2507 | 2024.11.13 20:47:19.333907 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_10_2} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 2508 | 2024.11.13 20:47:19.334001 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2509 | 2024.11.13 20:47:19.510002 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2510 | 2024.11.13 20:47:19.520449 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2511 | 2024.11.13 20:47:19.537315 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58304, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2512 | 2024.11.13 20:47:24.298345 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2513 | 2024.11.13 20:47:24.298549 [ 277 ] {50d6454c-7ce6-4ae5-9751-b09db292406c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2514 | 2024.11.13 20:47:24.298620 [ 277 ] {50d6454c-7ce6-4ae5-9751-b09db292406c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2515 | 2024.11.13 20:47:24.299330 [ 277 ] {50d6454c-7ce6-4ae5-9751-b09db292406c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2516 | 2024.11.13 20:47:24.299380 [ 277 ] {50d6454c-7ce6-4ae5-9751-b09db292406c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2517 | 2024.11.13 20:47:24.299807 [ 277 ] {50d6454c-7ce6-4ae5-9751-b09db292406c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2518 | 2024.11.13 20:47:24.300074 [ 277 ] {50d6454c-7ce6-4ae5-9751-b09db292406c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2519 | 2024.11.13 20:47:24.300325 [ 277 ] {50d6454c-7ce6-4ae5-9751-b09db292406c} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.001826 sec., 16429.35377875137 rows/sec., 1.24 MiB/sec. | ||
| 2520 | 2024.11.13 20:47:24.300383 [ 277 ] {50d6454c-7ce6-4ae5-9751-b09db292406c} <Debug> TCPHandler: Processed in 0.002163857 sec. | ||
| 2521 | 2024.11.13 20:47:24.300685 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2522 | 2024.11.13 20:47:24.300976 [ 274 ] {31efac5f-4c51-48a0-8c4c-6a6897e90d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2523 | 2024.11.13 20:47:24.301046 [ 274 ] {31efac5f-4c51-48a0-8c4c-6a6897e90d55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2524 | 2024.11.13 20:47:24.301789 [ 274 ] {31efac5f-4c51-48a0-8c4c-6a6897e90d55} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2525 | 2024.11.13 20:47:24.301828 [ 274 ] {31efac5f-4c51-48a0-8c4c-6a6897e90d55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2526 | 2024.11.13 20:47:24.302257 [ 274 ] {31efac5f-4c51-48a0-8c4c-6a6897e90d55} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2527 | 2024.11.13 20:47:24.302506 [ 274 ] {31efac5f-4c51-48a0-8c4c-6a6897e90d55} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2528 | 2024.11.13 20:47:24.302699 [ 274 ] {31efac5f-4c51-48a0-8c4c-6a6897e90d55} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001803 sec., 19966.722129783695 rows/sec., 1.56 MiB/sec. | ||
| 2529 | 2024.11.13 20:47:24.302754 [ 274 ] {31efac5f-4c51-48a0-8c4c-6a6897e90d55} <Debug> TCPHandler: Processed in 0.002257999 sec. | ||
| 2530 | 2024.11.13 20:47:24.302887 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2531 | 2024.11.13 20:47:24.303005 [ 277 ] {ecbdb153-fec3-45e9-81c6-4d1aeb80c67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2532 | 2024.11.13 20:47:24.303059 [ 277 ] {ecbdb153-fec3-45e9-81c6-4d1aeb80c67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2533 | 2024.11.13 20:47:24.303613 [ 277 ] {ecbdb153-fec3-45e9-81c6-4d1aeb80c67d} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2534 | 2024.11.13 20:47:24.303653 [ 277 ] {ecbdb153-fec3-45e9-81c6-4d1aeb80c67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2535 | 2024.11.13 20:47:24.304035 [ 277 ] {ecbdb153-fec3-45e9-81c6-4d1aeb80c67d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2536 | 2024.11.13 20:47:24.304277 [ 277 ] {ecbdb153-fec3-45e9-81c6-4d1aeb80c67d} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2537 | 2024.11.13 20:47:24.304490 [ 277 ] {ecbdb153-fec3-45e9-81c6-4d1aeb80c67d} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.00151 sec., 72847.68211920529 rows/sec., 5.08 MiB/sec. | ||
| 2538 | 2024.11.13 20:47:24.304540 [ 277 ] {ecbdb153-fec3-45e9-81c6-4d1aeb80c67d} <Debug> TCPHandler: Processed in 0.00170809 sec. | ||
| 2539 | 2024.11.13 20:47:24.304685 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2540 | 2024.11.13 20:47:24.304802 [ 274 ] {d664f445-abf5-456c-829d-2b2f262078bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2541 | 2024.11.13 20:47:24.304853 [ 274 ] {d664f445-abf5-456c-829d-2b2f262078bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2542 | 2024.11.13 20:47:24.305457 [ 274 ] {d664f445-abf5-456c-829d-2b2f262078bf} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2543 | 2024.11.13 20:47:24.305502 [ 274 ] {d664f445-abf5-456c-829d-2b2f262078bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2544 | 2024.11.13 20:47:24.305941 [ 274 ] {d664f445-abf5-456c-829d-2b2f262078bf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2545 | 2024.11.13 20:47:24.306176 [ 274 ] {d664f445-abf5-456c-829d-2b2f262078bf} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2546 | 2024.11.13 20:47:24.306350 [ 274 ] {d664f445-abf5-456c-829d-2b2f262078bf} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001572 sec., 25445.29262086514 rows/sec., 1.70 MiB/sec. | ||
| 2547 | 2024.11.13 20:47:24.306396 [ 274 ] {d664f445-abf5-456c-829d-2b2f262078bf} <Debug> TCPHandler: Processed in 0.001770451 sec. | ||
| 2548 | 2024.11.13 20:47:25.803112 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2549 | 2024.11.13 20:47:25.803164 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2550 | 2024.11.13 20:47:25.896106 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 390 | ||
| 2551 | 2024.11.13 20:47:25.899077 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2552 | 2024.11.13 20:47:25.899123 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2553 | 2024.11.13 20:47:25.900754 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2554 | 2024.11.13 20:47:25.901073 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2555 | 2024.11.13 20:47:25.901613 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 390 | ||
| 2556 | 2024.11.13 20:47:26.001415 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000994757 sec. | ||
| 2557 | 2024.11.13 20:47:29.305371 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2558 | 2024.11.13 20:47:29.305577 [ 277 ] {434cc13d-2220-4239-89b4-ba4f1a73a620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2559 | 2024.11.13 20:47:29.305648 [ 277 ] {434cc13d-2220-4239-89b4-ba4f1a73a620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2560 | 2024.11.13 20:47:29.306370 [ 277 ] {434cc13d-2220-4239-89b4-ba4f1a73a620} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2561 | 2024.11.13 20:47:29.306422 [ 277 ] {434cc13d-2220-4239-89b4-ba4f1a73a620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2562 | 2024.11.13 20:47:29.306855 [ 277 ] {434cc13d-2220-4239-89b4-ba4f1a73a620} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2563 | 2024.11.13 20:47:29.307120 [ 277 ] {434cc13d-2220-4239-89b4-ba4f1a73a620} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2564 | 2024.11.13 20:47:29.307378 [ 277 ] {434cc13d-2220-4239-89b4-ba4f1a73a620} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001832 sec., 7641.921397379912 rows/sec., 550.12 KiB/sec. | ||
| 2565 | 2024.11.13 20:47:29.307704 [ 277 ] {434cc13d-2220-4239-89b4-ba4f1a73a620} <Debug> TCPHandler: Processed in 0.002449783 sec. | ||
| 2566 | 2024.11.13 20:47:29.308000 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2567 | 2024.11.13 20:47:29.308208 [ 274 ] {6298c9f5-bbec-455f-a962-7da8e8ca26f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2568 | 2024.11.13 20:47:29.308289 [ 274 ] {6298c9f5-bbec-455f-a962-7da8e8ca26f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2569 | 2024.11.13 20:47:29.309302 [ 274 ] {6298c9f5-bbec-455f-a962-7da8e8ca26f8} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2570 | 2024.11.13 20:47:29.309347 [ 274 ] {6298c9f5-bbec-455f-a962-7da8e8ca26f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2571 | 2024.11.13 20:47:29.309786 [ 274 ] {6298c9f5-bbec-455f-a962-7da8e8ca26f8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2572 | 2024.11.13 20:47:29.310036 [ 274 ] {6298c9f5-bbec-455f-a962-7da8e8ca26f8} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2573 | 2024.11.13 20:47:29.310260 [ 274 ] {6298c9f5-bbec-455f-a962-7da8e8ca26f8} <Debug> executeQuery: Read 243 rows, 22.09 KiB in 0.00211 sec., 115165.8767772512 rows/sec., 10.23 MiB/sec. | ||
| 2574 | 2024.11.13 20:47:29.310373 [ 274 ] {6298c9f5-bbec-455f-a962-7da8e8ca26f8} <Debug> TCPHandler: Processed in 0.002515453 sec. | ||
| 2575 | 2024.11.13 20:47:29.310536 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2576 | 2024.11.13 20:47:29.310661 [ 277 ] {3766a67e-86c7-4ba0-a853-8ee2686d1b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2577 | 2024.11.13 20:47:29.310713 [ 277 ] {3766a67e-86c7-4ba0-a853-8ee2686d1b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2578 | 2024.11.13 20:47:29.311343 [ 277 ] {3766a67e-86c7-4ba0-a853-8ee2686d1b5b} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2579 | 2024.11.13 20:47:29.311385 [ 277 ] {3766a67e-86c7-4ba0-a853-8ee2686d1b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2580 | 2024.11.13 20:47:29.311752 [ 277 ] {3766a67e-86c7-4ba0-a853-8ee2686d1b5b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2581 | 2024.11.13 20:47:29.312005 [ 277 ] {3766a67e-86c7-4ba0-a853-8ee2686d1b5b} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2582 | 2024.11.13 20:47:29.312234 [ 277 ] {3766a67e-86c7-4ba0-a853-8ee2686d1b5b} <Debug> executeQuery: Read 40 rows, 2.94 KiB in 0.001595 sec., 25078.36990595611 rows/sec., 1.80 MiB/sec. | ||
| 2583 | 2024.11.13 20:47:29.312293 [ 277 ] {3766a67e-86c7-4ba0-a853-8ee2686d1b5b} <Debug> TCPHandler: Processed in 0.001819672 sec. | ||
| 2584 | 2024.11.13 20:47:29.312462 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2585 | 2024.11.13 20:47:29.312599 [ 274 ] {0a16406b-8485-4c6b-80a5-c00c4d4df1b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2586 | 2024.11.13 20:47:29.312656 [ 274 ] {0a16406b-8485-4c6b-80a5-c00c4d4df1b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2587 | 2024.11.13 20:47:29.313305 [ 274 ] {0a16406b-8485-4c6b-80a5-c00c4d4df1b9} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2588 | 2024.11.13 20:47:29.313343 [ 274 ] {0a16406b-8485-4c6b-80a5-c00c4d4df1b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2589 | 2024.11.13 20:47:29.313707 [ 274 ] {0a16406b-8485-4c6b-80a5-c00c4d4df1b9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2590 | 2024.11.13 20:47:29.313950 [ 274 ] {0a16406b-8485-4c6b-80a5-c00c4d4df1b9} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2591 | 2024.11.13 20:47:29.314278 [ 274 ] {0a16406b-8485-4c6b-80a5-c00c4d4df1b9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001694 sec., 8264.462809917355 rows/sec., 578.79 KiB/sec. | ||
| 2592 | 2024.11.13 20:47:29.314501 [ 274 ] {0a16406b-8485-4c6b-80a5-c00c4d4df1b9} <Debug> TCPHandler: Processed in 0.002103527 sec. | ||
| 2593 | 2024.11.13 20:47:29.314670 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2594 | 2024.11.13 20:47:29.314789 [ 277 ] {aa3c0c36-1865-4bc8-9657-e4313c393da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2595 | 2024.11.13 20:47:29.314839 [ 277 ] {aa3c0c36-1865-4bc8-9657-e4313c393da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2596 | 2024.11.13 20:47:29.315405 [ 277 ] {aa3c0c36-1865-4bc8-9657-e4313c393da4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2597 | 2024.11.13 20:47:29.315448 [ 277 ] {aa3c0c36-1865-4bc8-9657-e4313c393da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2598 | 2024.11.13 20:47:29.315799 [ 277 ] {aa3c0c36-1865-4bc8-9657-e4313c393da4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2599 | 2024.11.13 20:47:29.316044 [ 277 ] {aa3c0c36-1865-4bc8-9657-e4313c393da4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2600 | 2024.11.13 20:47:29.316374 [ 277 ] {aa3c0c36-1865-4bc8-9657-e4313c393da4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001586 sec., 8196.72131147541 rows/sec., 511.06 KiB/sec. | ||
| 2601 | 2024.11.13 20:47:29.316682 [ 277 ] {aa3c0c36-1865-4bc8-9657-e4313c393da4} <Debug> TCPHandler: Processed in 0.002065146 sec. | ||
| 2602 | 2024.11.13 20:47:29.316870 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2603 | 2024.11.13 20:47:29.317005 [ 274 ] {76d06fa5-3dbb-4859-8c44-0cecac5efdf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2604 | 2024.11.13 20:47:29.317060 [ 274 ] {76d06fa5-3dbb-4859-8c44-0cecac5efdf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2605 | 2024.11.13 20:47:29.317920 [ 274 ] {76d06fa5-3dbb-4859-8c44-0cecac5efdf6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2606 | 2024.11.13 20:47:29.317965 [ 274 ] {76d06fa5-3dbb-4859-8c44-0cecac5efdf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2607 | 2024.11.13 20:47:29.318347 [ 274 ] {76d06fa5-3dbb-4859-8c44-0cecac5efdf6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2608 | 2024.11.13 20:47:29.318600 [ 274 ] {76d06fa5-3dbb-4859-8c44-0cecac5efdf6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2609 | 2024.11.13 20:47:29.318881 [ 274 ] {76d06fa5-3dbb-4859-8c44-0cecac5efdf6} <Debug> executeQuery: Read 387 rows, 28.09 KiB in 0.001875 sec., 206400 rows/sec., 14.63 MiB/sec. | ||
| 2610 | 2024.11.13 20:47:29.319305 [ 274 ] {76d06fa5-3dbb-4859-8c44-0cecac5efdf6} <Debug> TCPHandler: Processed in 0.002516534 sec. | ||
| 2611 | 2024.11.13 20:47:29.319483 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2612 | 2024.11.13 20:47:29.319604 [ 277 ] {f8e4cf80-9527-478e-b205-8596e70753ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2613 | 2024.11.13 20:47:29.319655 [ 277 ] {f8e4cf80-9527-478e-b205-8596e70753ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2614 | 2024.11.13 20:47:29.320145 [ 277 ] {f8e4cf80-9527-478e-b205-8596e70753ff} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2615 | 2024.11.13 20:47:29.320185 [ 277 ] {f8e4cf80-9527-478e-b205-8596e70753ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2616 | 2024.11.13 20:47:29.320559 [ 277 ] {f8e4cf80-9527-478e-b205-8596e70753ff} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2617 | 2024.11.13 20:47:29.320802 [ 277 ] {f8e4cf80-9527-478e-b205-8596e70753ff} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2618 | 2024.11.13 20:47:29.321023 [ 277 ] {f8e4cf80-9527-478e-b205-8596e70753ff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 218.45 KiB/sec. | ||
| 2619 | 2024.11.13 20:47:29.321399 [ 277 ] {f8e4cf80-9527-478e-b205-8596e70753ff} <Debug> TCPHandler: Processed in 0.001966865 sec. | ||
| 2620 | 2024.11.13 20:47:29.321580 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2621 | 2024.11.13 20:47:29.321717 [ 274 ] {a44ec1f0-cc36-4aee-925b-efbd427bedd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2622 | 2024.11.13 20:47:29.321779 [ 274 ] {a44ec1f0-cc36-4aee-925b-efbd427bedd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2623 | 2024.11.13 20:47:29.322403 [ 274 ] {a44ec1f0-cc36-4aee-925b-efbd427bedd5} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2024.11.13 20:47:29.322442 [ 274 ] {a44ec1f0-cc36-4aee-925b-efbd427bedd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2625 | 2024.11.13 20:47:29.322825 [ 274 ] {a44ec1f0-cc36-4aee-925b-efbd427bedd5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2626 | 2024.11.13 20:47:29.323063 [ 274 ] {a44ec1f0-cc36-4aee-925b-efbd427bedd5} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2627 | 2024.11.13 20:47:29.323346 [ 274 ] {a44ec1f0-cc36-4aee-925b-efbd427bedd5} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001632 sec., 114583.33333333333 rows/sec., 7.61 MiB/sec. | ||
| 2628 | 2024.11.13 20:47:29.323496 [ 274 ] {a44ec1f0-cc36-4aee-925b-efbd427bedd5} <Debug> TCPHandler: Processed in 0.001981075 sec. | ||
| 2629 | 2024.11.13 20:47:29.323652 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2630 | 2024.11.13 20:47:29.323778 [ 277 ] {96e56b9e-82c4-4743-ae5e-a2845e6a992d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2631 | 2024.11.13 20:47:29.323830 [ 277 ] {96e56b9e-82c4-4743-ae5e-a2845e6a992d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2632 | 2024.11.13 20:47:29.324316 [ 277 ] {96e56b9e-82c4-4743-ae5e-a2845e6a992d} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2633 | 2024.11.13 20:47:29.324354 [ 277 ] {96e56b9e-82c4-4743-ae5e-a2845e6a992d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2634 | 2024.11.13 20:47:29.324728 [ 277 ] {96e56b9e-82c4-4743-ae5e-a2845e6a992d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2635 | 2024.11.13 20:47:29.324977 [ 277 ] {96e56b9e-82c4-4743-ae5e-a2845e6a992d} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2636 | 2024.11.13 20:47:29.325178 [ 277 ] {96e56b9e-82c4-4743-ae5e-a2845e6a992d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001421 sec., 703.7297677691766 rows/sec., 47.42 KiB/sec. | ||
| 2637 | 2024.11.13 20:47:29.325244 [ 277 ] {96e56b9e-82c4-4743-ae5e-a2845e6a992d} <Debug> TCPHandler: Processed in 0.001652119 sec. | ||
| 2638 | 2024.11.13 20:47:29.325402 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2639 | 2024.11.13 20:47:29.325539 [ 274 ] {d3f5b6fe-3b26-446c-bed5-9bee3320ee94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2640 | 2024.11.13 20:47:29.325630 [ 274 ] {d3f5b6fe-3b26-446c-bed5-9bee3320ee94} <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 | ||
| 2641 | 2024.11.13 20:47:29.326901 [ 274 ] {d3f5b6fe-3b26-446c-bed5-9bee3320ee94} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2024.11.13 20:47:29.326939 [ 274 ] {d3f5b6fe-3b26-446c-bed5-9bee3320ee94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2643 | 2024.11.13 20:47:29.327607 [ 274 ] {d3f5b6fe-3b26-446c-bed5-9bee3320ee94} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2644 | 2024.11.13 20:47:29.327864 [ 274 ] {d3f5b6fe-3b26-446c-bed5-9bee3320ee94} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2645 | 2024.11.13 20:47:29.328326 [ 274 ] {d3f5b6fe-3b26-446c-bed5-9bee3320ee94} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002772 sec., 11904.761904761905 rows/sec., 21.33 MiB/sec. | ||
| 2646 | 2024.11.13 20:47:29.328560 [ 274 ] {d3f5b6fe-3b26-446c-bed5-9bee3320ee94} <Debug> TCPHandler: Processed in 0.003223966 sec. | ||
| 2647 | 2024.11.13 20:47:29.328724 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2648 | 2024.11.13 20:47:29.328847 [ 277 ] {ea402002-c9e1-4ef9-8e84-3807360c60fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2649 | 2024.11.13 20:47:29.328898 [ 277 ] {ea402002-c9e1-4ef9-8e84-3807360c60fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2650 | 2024.11.13 20:47:29.329394 [ 277 ] {ea402002-c9e1-4ef9-8e84-3807360c60fb} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2651 | 2024.11.13 20:47:29.329431 [ 277 ] {ea402002-c9e1-4ef9-8e84-3807360c60fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2652 | 2024.11.13 20:47:29.329816 [ 277 ] {ea402002-c9e1-4ef9-8e84-3807360c60fb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2653 | 2024.11.13 20:47:29.330058 [ 277 ] {ea402002-c9e1-4ef9-8e84-3807360c60fb} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2654 | 2024.11.13 20:47:29.330414 [ 277 ] {ea402002-c9e1-4ef9-8e84-3807360c60fb} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001525 sec., 40655.73770491803 rows/sec., 2.51 MiB/sec. | ||
| 2655 | 2024.11.13 20:47:29.330699 [ 277 ] {ea402002-c9e1-4ef9-8e84-3807360c60fb} <Debug> TCPHandler: Processed in 0.002028976 sec. | ||
| 2656 | 2024.11.13 20:47:34.298060 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2657 | 2024.11.13 20:47:34.298284 [ 277 ] {48590a40-e43c-47a0-94ae-a0a839ec2054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2658 | 2024.11.13 20:47:34.298365 [ 277 ] {48590a40-e43c-47a0-94ae-a0a839ec2054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2659 | 2024.11.13 20:47:34.299189 [ 277 ] {48590a40-e43c-47a0-94ae-a0a839ec2054} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2660 | 2024.11.13 20:47:34.299238 [ 277 ] {48590a40-e43c-47a0-94ae-a0a839ec2054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2661 | 2024.11.13 20:47:34.299640 [ 277 ] {48590a40-e43c-47a0-94ae-a0a839ec2054} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2662 | 2024.11.13 20:47:34.299887 [ 277 ] {48590a40-e43c-47a0-94ae-a0a839ec2054} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2663 | 2024.11.13 20:47:34.300154 [ 277 ] {48590a40-e43c-47a0-94ae-a0a839ec2054} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001925 sec., 2077.9220779220777 rows/sec., 169.44 KiB/sec. | ||
| 2664 | 2024.11.13 20:47:34.300279 [ 277 ] {48590a40-e43c-47a0-94ae-a0a839ec2054} <Debug> TCPHandler: Processed in 0.002353361 sec. | ||
| 2665 | 2024.11.13 20:47:34.300560 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2666 | 2024.11.13 20:47:34.300770 [ 274 ] {51acb525-37df-4cae-82d5-4e91a8ca690d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2667 | 2024.11.13 20:47:34.300850 [ 274 ] {51acb525-37df-4cae-82d5-4e91a8ca690d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2668 | 2024.11.13 20:47:34.301627 [ 274 ] {51acb525-37df-4cae-82d5-4e91a8ca690d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2669 | 2024.11.13 20:47:34.301671 [ 274 ] {51acb525-37df-4cae-82d5-4e91a8ca690d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2670 | 2024.11.13 20:47:34.302097 [ 274 ] {51acb525-37df-4cae-82d5-4e91a8ca690d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2671 | 2024.11.13 20:47:34.302351 [ 274 ] {51acb525-37df-4cae-82d5-4e91a8ca690d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2672 | 2024.11.13 20:47:34.302608 [ 274 ] {51acb525-37df-4cae-82d5-4e91a8ca690d} <Debug> executeQuery: Read 32 rows, 2.46 KiB in 0.001892 sec., 16913.319238900633 rows/sec., 1.27 MiB/sec. | ||
| 2673 | 2024.11.13 20:47:34.302826 [ 274 ] {51acb525-37df-4cae-82d5-4e91a8ca690d} <Debug> TCPHandler: Processed in 0.002401732 sec. | ||
| 2674 | 2024.11.13 20:47:34.302994 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2675 | 2024.11.13 20:47:34.303111 [ 277 ] {aed9c865-0f54-41ca-abf6-20d53cdbbd3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2676 | 2024.11.13 20:47:34.303159 [ 277 ] {aed9c865-0f54-41ca-abf6-20d53cdbbd3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2677 | 2024.11.13 20:47:34.303836 [ 277 ] {aed9c865-0f54-41ca-abf6-20d53cdbbd3e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2678 | 2024.11.13 20:47:34.303883 [ 277 ] {aed9c865-0f54-41ca-abf6-20d53cdbbd3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2679 | 2024.11.13 20:47:34.304282 [ 277 ] {aed9c865-0f54-41ca-abf6-20d53cdbbd3e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2680 | 2024.11.13 20:47:34.304516 [ 277 ] {aed9c865-0f54-41ca-abf6-20d53cdbbd3e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2681 | 2024.11.13 20:47:34.304668 [ 150 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2682 | 2024.11.13 20:47:34.304739 [ 277 ] {aed9c865-0f54-41ca-abf6-20d53cdbbd3e} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001647 sec., 2428.6581663630845 rows/sec., 169.58 KiB/sec. | ||
| 2683 | 2024.11.13 20:47:34.304750 [ 150 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2684 | 2024.11.13 20:47:34.304823 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2685 | 2024.11.13 20:47:34.304850 [ 277 ] {aed9c865-0f54-41ca-abf6-20d53cdbbd3e} <Debug> TCPHandler: Processed in 0.001915334 sec. | ||
| 2686 | 2024.11.13 20:47:34.305034 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2687 | 2024.11.13 20:47:34.305042 [ 201 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 2688 | 2024.11.13 20:47:34.305179 [ 274 ] {15203d52-45d0-4aa2-a67a-4c8d2277e9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2689 | 2024.11.13 20:47:34.305202 [ 201 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2690 | 2024.11.13 20:47:34.305249 [ 201 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 40 rows starting from the beginning of the part | ||
| 2691 | 2024.11.13 20:47:34.305253 [ 274 ] {15203d52-45d0-4aa2-a67a-4c8d2277e9f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2692 | 2024.11.13 20:47:34.305514 [ 201 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 2693 | 2024.11.13 20:47:34.305981 [ 201 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 2694 | 2024.11.13 20:47:34.306341 [ 201 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
| 2695 | 2024.11.13 20:47:34.306816 [ 201 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
| 2696 | 2024.11.13 20:47:34.307182 [ 201 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 2697 | 2024.11.13 20:47:34.307962 [ 274 ] {15203d52-45d0-4aa2-a67a-4c8d2277e9f0} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2698 | 2024.11.13 20:47:34.308007 [ 274 ] {15203d52-45d0-4aa2-a67a-4c8d2277e9f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2699 | 2024.11.13 20:47:34.308684 [ 274 ] {15203d52-45d0-4aa2-a67a-4c8d2277e9f0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2700 | 2024.11.13 20:47:34.309040 [ 201 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.004120302 sec., 41259.1115893932 rows/sec., 3.11 MiB/sec. | ||
| 2701 | 2024.11.13 20:47:34.309050 [ 274 ] {15203d52-45d0-4aa2-a67a-4c8d2277e9f0} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2702 | 2024.11.13 20:47:34.309319 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2703 | 2024.11.13 20:47:34.309538 [ 274 ] {15203d52-45d0-4aa2-a67a-4c8d2277e9f0} <Debug> executeQuery: Read 40 rows, 3.21 KiB in 0.004367 sec., 9159.60613693611 rows/sec., 733.93 KiB/sec. | ||
| 2704 | 2024.11.13 20:47:34.309868 [ 274 ] {15203d52-45d0-4aa2-a67a-4c8d2277e9f0} <Debug> TCPHandler: Processed in 0.004916377 sec. | ||
| 2705 | 2024.11.13 20:47:34.310070 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2706 | 2024.11.13 20:47:34.310159 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_11_2} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2707 | 2024.11.13 20:47:34.310276 [ 277 ] {f33312c7-1562-4895-b0c3-6df9ec0f120c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2708 | 2024.11.13 20:47:34.310348 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_11_2} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2709 | 2024.11.13 20:47:34.310363 [ 277 ] {f33312c7-1562-4895-b0c3-6df9ec0f120c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2710 | 2024.11.13 20:47:34.310544 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2711 | 2024.11.13 20:47:34.311071 [ 277 ] {f33312c7-1562-4895-b0c3-6df9ec0f120c} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2712 | 2024.11.13 20:47:34.311112 [ 277 ] {f33312c7-1562-4895-b0c3-6df9ec0f120c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2713 | 2024.11.13 20:47:34.311538 [ 277 ] {f33312c7-1562-4895-b0c3-6df9ec0f120c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2714 | 2024.11.13 20:47:34.311797 [ 277 ] {f33312c7-1562-4895-b0c3-6df9ec0f120c} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2715 | 2024.11.13 20:47:34.312046 [ 277 ] {f33312c7-1562-4895-b0c3-6df9ec0f120c} <Debug> executeQuery: Read 110 rows, 7.85 KiB in 0.00183 sec., 60109.289617486334 rows/sec., 4.19 MiB/sec. | ||
| 2716 | 2024.11.13 20:47:34.312229 [ 277 ] {f33312c7-1562-4895-b0c3-6df9ec0f120c} <Debug> TCPHandler: Processed in 0.002216539 sec. | ||
| 2717 | 2024.11.13 20:47:34.312397 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2718 | 2024.11.13 20:47:34.312540 [ 274 ] {de237552-1f50-41e6-b92d-403ebec42a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2719 | 2024.11.13 20:47:34.312600 [ 274 ] {de237552-1f50-41e6-b92d-403ebec42a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2720 | 2024.11.13 20:47:34.313195 [ 274 ] {de237552-1f50-41e6-b92d-403ebec42a4c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2721 | 2024.11.13 20:47:34.313233 [ 274 ] {de237552-1f50-41e6-b92d-403ebec42a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2722 | 2024.11.13 20:47:34.313614 [ 274 ] {de237552-1f50-41e6-b92d-403ebec42a4c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2723 | 2024.11.13 20:47:34.313859 [ 274 ] {de237552-1f50-41e6-b92d-403ebec42a4c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2724 | 2024.11.13 20:47:34.314064 [ 274 ] {de237552-1f50-41e6-b92d-403ebec42a4c} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001555 sec., 24437.299035369775 rows/sec., 1.64 MiB/sec. | ||
| 2725 | 2024.11.13 20:47:34.314112 [ 274 ] {de237552-1f50-41e6-b92d-403ebec42a4c} <Debug> TCPHandler: Processed in 0.001782321 sec. | ||
| 2726 | 2024.11.13 20:47:35.901775 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 424 | ||
| 2727 | 2024.11.13 20:47:35.904806 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2728 | 2024.11.13 20:47:35.904858 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2729 | 2024.11.13 20:47:35.906453 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2730 | 2024.11.13 20:47:35.906766 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2731 | 2024.11.13 20:47:35.906970 [ 148 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2732 | 2024.11.13 20:47:35.907100 [ 148 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2733 | 2024.11.13 20:47:35.907160 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2734 | 2024.11.13 20:47:35.907678 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 2735 | 2024.11.13 20:47:35.908745 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424 | ||
| 2736 | 2024.11.13 20:47:35.909158 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2737 | 2024.11.13 20:47:35.909334 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 260 rows starting from the beginning of the part | ||
| 2738 | 2024.11.13 20:47:35.909979 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 2739 | 2024.11.13 20:47:35.910636 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2740 | 2024.11.13 20:47:35.911267 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 2741 | 2024.11.13 20:47:35.911780 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 2742 | 2024.11.13 20:47:35.912274 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part | ||
| 2743 | 2024.11.13 20:47:35.920402 [ 200 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 424 rows, containing 72 columns (72 merged, 0 gathered) in 0.013060339 sec., 32464.70095454643 rows/sec., 30.55 MiB/sec. | ||
| 2744 | 2024.11.13 20:47:35.921851 [ 200 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2745 | 2024.11.13 20:47:35.922692 [ 200 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_11_2} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2746 | 2024.11.13 20:47:35.922787 [ 200 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_11_2} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2747 | 2024.11.13 20:47:35.923105 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. | ||
| 2748 | 2024.11.13 20:47:36.000225 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.30 MiB, peak 157.06 MiB, free memory in arenas 0.00 B, will set to 153.84 MiB (RSS), difference: 1.54 MiB | ||
| 2749 | 2024.11.13 20:47:39.298799 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2750 | 2024.11.13 20:47:39.298996 [ 277 ] {ae9c6538-b8ac-436f-b050-c93be10e5cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2751 | 2024.11.13 20:47:39.299064 [ 277 ] {ae9c6538-b8ac-436f-b050-c93be10e5cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2752 | 2024.11.13 20:47:39.299806 [ 277 ] {ae9c6538-b8ac-436f-b050-c93be10e5cf1} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2753 | 2024.11.13 20:47:39.299851 [ 277 ] {ae9c6538-b8ac-436f-b050-c93be10e5cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2754 | 2024.11.13 20:47:39.300274 [ 277 ] {ae9c6538-b8ac-436f-b050-c93be10e5cf1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2755 | 2024.11.13 20:47:39.300537 [ 277 ] {ae9c6538-b8ac-436f-b050-c93be10e5cf1} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2756 | 2024.11.13 20:47:39.300728 [ 146 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2757 | 2024.11.13 20:47:39.300758 [ 277 ] {ae9c6538-b8ac-436f-b050-c93be10e5cf1} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.00181 sec., 16574.585635359115 rows/sec., 1.25 MiB/sec. | ||
| 2758 | 2024.11.13 20:47:39.300802 [ 146 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2759 | 2024.11.13 20:47:39.300873 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2760 | 2024.11.13 20:47:39.300884 [ 277 ] {ae9c6538-b8ac-436f-b050-c93be10e5cf1} <Debug> TCPHandler: Processed in 0.002210679 sec. | ||
| 2761 | 2024.11.13 20:47:39.301105 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 2762 | 2024.11.13 20:47:39.301198 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2763 | 2024.11.13 20:47:39.301282 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2764 | 2024.11.13 20:47:39.301339 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1383 rows starting from the beginning of the part | ||
| 2765 | 2024.11.13 20:47:39.301546 [ 274 ] {0cec9461-6422-4818-8d62-64cb8f7b8b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2766 | 2024.11.13 20:47:39.301546 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 2767 | 2024.11.13 20:47:39.301776 [ 274 ] {0cec9461-6422-4818-8d62-64cb8f7b8b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2768 | 2024.11.13 20:47:39.301795 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 2769 | 2024.11.13 20:47:39.302156 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 243 rows starting from the beginning of the part | ||
| 2770 | 2024.11.13 20:47:39.302471 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
| 2771 | 2024.11.13 20:47:39.302840 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 2772 | 2024.11.13 20:47:39.304507 [ 274 ] {0cec9461-6422-4818-8d62-64cb8f7b8b8c} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2773 | 2024.11.13 20:47:39.304589 [ 274 ] {0cec9461-6422-4818-8d62-64cb8f7b8b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2774 | 2024.11.13 20:47:39.305641 [ 274 ] {0cec9461-6422-4818-8d62-64cb8f7b8b8c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2775 | 2024.11.13 20:47:39.306114 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1748 rows, containing 5 columns (5 merged, 0 gathered) in 0.005124499 sec., 341106.5159735615 rows/sec., 29.82 MiB/sec. | ||
| 2776 | 2024.11.13 20:47:39.306163 [ 274 ] {0cec9461-6422-4818-8d62-64cb8f7b8b8c} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2777 | 2024.11.13 20:47:39.306426 [ 146 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2778 | 2024.11.13 20:47:39.306523 [ 146 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2779 | 2024.11.13 20:47:39.306591 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2780 | 2024.11.13 20:47:39.306702 [ 274 ] {0cec9461-6422-4818-8d62-64cb8f7b8b8c} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.005248 sec., 6859.756097560976 rows/sec., 548.57 KiB/sec. | ||
| 2781 | 2024.11.13 20:47:39.306745 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2782 | 2024.11.13 20:47:39.307124 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 2783 | 2024.11.13 20:47:39.307455 [ 274 ] {0cec9461-6422-4818-8d62-64cb8f7b8b8c} <Debug> TCPHandler: Processed in 0.006426253 sec. | ||
| 2784 | 2024.11.13 20:47:39.307728 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2785 | 2024.11.13 20:47:39.307778 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2786 | 2024.11.13 20:47:39.307838 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 859 rows starting from the beginning of the part | ||
| 2787 | 2024.11.13 20:47:39.308154 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 2788 | 2024.11.13 20:47:39.308214 [ 277 ] {39817f17-8a96-4b27-a328-72d088ec4113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2789 | 2024.11.13 20:47:39.308433 [ 277 ] {39817f17-8a96-4b27-a328-72d088ec4113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2790 | 2024.11.13 20:47:39.308472 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
| 2791 | 2024.11.13 20:47:39.308915 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 387 rows starting from the beginning of the part | ||
| 2792 | 2024.11.13 20:47:39.309264 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
| 2793 | 2024.11.13 20:47:39.309527 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part | ||
| 2794 | 2024.11.13 20:47:39.310503 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_16_3} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2795 | 2024.11.13 20:47:39.310800 [ 198 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_16_3} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2796 | 2024.11.13 20:47:39.311061 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 2797 | 2024.11.13 20:47:39.311805 [ 277 ] {39817f17-8a96-4b27-a328-72d088ec4113} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2798 | 2024.11.13 20:47:39.311883 [ 277 ] {39817f17-8a96-4b27-a328-72d088ec4113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2799 | 2024.11.13 20:47:39.312813 [ 277 ] {39817f17-8a96-4b27-a328-72d088ec4113} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2800 | 2024.11.13 20:47:39.313115 [ 192 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1394 rows, containing 5 columns (5 merged, 0 gathered) in 0.006405902 sec., 217611.82109873052 rows/sec., 16.62 MiB/sec. | ||
| 2801 | 2024.11.13 20:47:39.313283 [ 277 ] {39817f17-8a96-4b27-a328-72d088ec4113} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2802 | 2024.11.13 20:47:39.313367 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2803 | 2024.11.13 20:47:39.313748 [ 277 ] {39817f17-8a96-4b27-a328-72d088ec4113} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.005704 sec., 19284.712482468443 rows/sec., 1.35 MiB/sec. | ||
| 2804 | 2024.11.13 20:47:39.314093 [ 277 ] {39817f17-8a96-4b27-a328-72d088ec4113} <Debug> TCPHandler: Processed in 0.006457293 sec. | ||
| 2805 | 2024.11.13 20:47:39.314139 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_16_3} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2806 | 2024.11.13 20:47:39.314417 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2807 | 2024.11.13 20:47:39.314437 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_16_3} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2808 | 2024.11.13 20:47:39.314577 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 2809 | 2024.11.13 20:47:39.314641 [ 274 ] {8050688f-57e2-47b2-a003-1ac37b9ce8d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2810 | 2024.11.13 20:47:39.314700 [ 274 ] {8050688f-57e2-47b2-a003-1ac37b9ce8d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2811 | 2024.11.13 20:47:39.315206 [ 274 ] {8050688f-57e2-47b2-a003-1ac37b9ce8d3} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2812 | 2024.11.13 20:47:39.315245 [ 274 ] {8050688f-57e2-47b2-a003-1ac37b9ce8d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2813 | 2024.11.13 20:47:39.315640 [ 274 ] {8050688f-57e2-47b2-a003-1ac37b9ce8d3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2814 | 2024.11.13 20:47:39.315885 [ 274 ] {8050688f-57e2-47b2-a003-1ac37b9ce8d3} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2815 | 2024.11.13 20:47:39.316116 [ 274 ] {8050688f-57e2-47b2-a003-1ac37b9ce8d3} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001529 sec., 26160.88947024199 rows/sec., 1.75 MiB/sec. | ||
| 2816 | 2024.11.13 20:47:39.316170 [ 274 ] {8050688f-57e2-47b2-a003-1ac37b9ce8d3} <Debug> TCPHandler: Processed in 0.001936414 sec. | ||
| 2817 | 2024.11.13 20:47:40.803218 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2818 | 2024.11.13 20:47:40.803293 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2819 | 2024.11.13 20:47:42.223365 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2820 | 2024.11.13 20:47:42.449919 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40742, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2821 | 2024.11.13 20:47:42.458082 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52897, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2822 | 2024.11.13 20:47:42.474537 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33080, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2823 | 2024.11.13 20:47:42.712953 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2824 | 2024.11.13 20:47:42.731369 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2825 | 2024.11.13 20:47:42.738809 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2826 | 2024.11.13 20:47:42.741116 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2827 | 2024.11.13 20:47:44.304031 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2828 | 2024.11.13 20:47:44.304328 [ 277 ] {def831bb-e797-4270-b3eb-eb1edfa3f0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2829 | 2024.11.13 20:47:44.304432 [ 277 ] {def831bb-e797-4270-b3eb-eb1edfa3f0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2830 | 2024.11.13 20:47:44.305201 [ 277 ] {def831bb-e797-4270-b3eb-eb1edfa3f0e7} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2831 | 2024.11.13 20:47:44.305246 [ 277 ] {def831bb-e797-4270-b3eb-eb1edfa3f0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2832 | 2024.11.13 20:47:44.305674 [ 277 ] {def831bb-e797-4270-b3eb-eb1edfa3f0e7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2833 | 2024.11.13 20:47:44.305938 [ 277 ] {def831bb-e797-4270-b3eb-eb1edfa3f0e7} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2834 | 2024.11.13 20:47:44.306069 [ 143 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 2835 | 2024.11.13 20:47:44.306112 [ 143 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2836 | 2024.11.13 20:47:44.306138 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2837 | 2024.11.13 20:47:44.306144 [ 277 ] {def831bb-e797-4270-b3eb-eb1edfa3f0e7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 2838 | 2024.11.13 20:47:44.306355 [ 277 ] {def831bb-e797-4270-b3eb-eb1edfa3f0e7} <Debug> TCPHandler: Processed in 0.002487904 sec. | ||
| 2839 | 2024.11.13 20:47:44.306700 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 2840 | 2024.11.13 20:47:44.306817 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2841 | 2024.11.13 20:47:44.306905 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2842 | 2024.11.13 20:47:44.306961 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 2843 | 2024.11.13 20:47:44.307177 [ 274 ] {15e5e5e4-50cd-4a5d-b9a4-7ee5aa5db287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2844 | 2024.11.13 20:47:44.307185 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 2845 | 2024.11.13 20:47:44.307421 [ 274 ] {15e5e5e4-50cd-4a5d-b9a4-7ee5aa5db287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2846 | 2024.11.13 20:47:44.307615 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 2847 | 2024.11.13 20:47:44.307990 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 2848 | 2024.11.13 20:47:44.308308 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 2849 | 2024.11.13 20:47:44.310522 [ 274 ] {15e5e5e4-50cd-4a5d-b9a4-7ee5aa5db287} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2850 | 2024.11.13 20:47:44.310603 [ 274 ] {15e5e5e4-50cd-4a5d-b9a4-7ee5aa5db287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2851 | 2024.11.13 20:47:44.311009 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004736903 sec., 14777.587803676792 rows/sec., 1.10 MiB/sec. | ||
| 2852 | 2024.11.13 20:47:44.311209 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 2853 | 2024.11.13 20:47:44.311561 [ 274 ] {15e5e5e4-50cd-4a5d-b9a4-7ee5aa5db287} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2854 | 2024.11.13 20:47:44.311707 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_9_2} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2855 | 2024.11.13 20:47:44.311821 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_9_2} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 2856 | 2024.11.13 20:47:44.311962 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2857 | 2024.11.13 20:47:44.312019 [ 274 ] {15e5e5e4-50cd-4a5d-b9a4-7ee5aa5db287} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2858 | 2024.11.13 20:47:44.312284 [ 274 ] {15e5e5e4-50cd-4a5d-b9a4-7ee5aa5db287} <Debug> executeQuery: Read 245 rows, 22.29 KiB in 0.005258 sec., 46595.66375047547 rows/sec., 4.14 MiB/sec. | ||
| 2859 | 2024.11.13 20:47:44.312362 [ 274 ] {15e5e5e4-50cd-4a5d-b9a4-7ee5aa5db287} <Debug> TCPHandler: Processed in 0.005835852 sec. | ||
| 2860 | 2024.11.13 20:47:44.312524 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2861 | 2024.11.13 20:47:44.312658 [ 277 ] {f07fefea-f636-410a-be8c-55d056183612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2862 | 2024.11.13 20:47:44.312711 [ 277 ] {f07fefea-f636-410a-be8c-55d056183612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2863 | 2024.11.13 20:47:44.313331 [ 277 ] {f07fefea-f636-410a-be8c-55d056183612} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2864 | 2024.11.13 20:47:44.313372 [ 277 ] {f07fefea-f636-410a-be8c-55d056183612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2865 | 2024.11.13 20:47:44.313766 [ 277 ] {f07fefea-f636-410a-be8c-55d056183612} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2866 | 2024.11.13 20:47:44.314016 [ 277 ] {f07fefea-f636-410a-be8c-55d056183612} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2867 | 2024.11.13 20:47:44.314222 [ 277 ] {f07fefea-f636-410a-be8c-55d056183612} <Debug> executeQuery: Read 41 rows, 3.01 KiB in 0.0016 sec., 25625 rows/sec., 1.84 MiB/sec. | ||
| 2868 | 2024.11.13 20:47:44.314277 [ 277 ] {f07fefea-f636-410a-be8c-55d056183612} <Debug> TCPHandler: Processed in 0.001822442 sec. | ||
| 2869 | 2024.11.13 20:47:44.314428 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2870 | 2024.11.13 20:47:44.314574 [ 274 ] {d8ef78a2-6972-42e8-ad0f-9bd7a5714002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2871 | 2024.11.13 20:47:44.314635 [ 274 ] {d8ef78a2-6972-42e8-ad0f-9bd7a5714002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2872 | 2024.11.13 20:47:44.315341 [ 274 ] {d8ef78a2-6972-42e8-ad0f-9bd7a5714002} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2873 | 2024.11.13 20:47:44.315390 [ 274 ] {d8ef78a2-6972-42e8-ad0f-9bd7a5714002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2874 | 2024.11.13 20:47:44.315766 [ 274 ] {d8ef78a2-6972-42e8-ad0f-9bd7a5714002} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2875 | 2024.11.13 20:47:44.316008 [ 274 ] {d8ef78a2-6972-42e8-ad0f-9bd7a5714002} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2876 | 2024.11.13 20:47:44.316220 [ 274 ] {d8ef78a2-6972-42e8-ad0f-9bd7a5714002} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001683 sec., 8318.478906714201 rows/sec., 582.57 KiB/sec. | ||
| 2877 | 2024.11.13 20:47:44.316271 [ 274 ] {d8ef78a2-6972-42e8-ad0f-9bd7a5714002} <Debug> TCPHandler: Processed in 0.001903814 sec. | ||
| 2878 | 2024.11.13 20:47:44.316410 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2879 | 2024.11.13 20:47:44.316538 [ 277 ] {d9668c94-c81a-4a46-94ec-af8e896ed708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2880 | 2024.11.13 20:47:44.316588 [ 277 ] {d9668c94-c81a-4a46-94ec-af8e896ed708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2881 | 2024.11.13 20:47:44.317171 [ 277 ] {d9668c94-c81a-4a46-94ec-af8e896ed708} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2882 | 2024.11.13 20:47:44.317211 [ 277 ] {d9668c94-c81a-4a46-94ec-af8e896ed708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2883 | 2024.11.13 20:47:44.317578 [ 277 ] {d9668c94-c81a-4a46-94ec-af8e896ed708} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2884 | 2024.11.13 20:47:44.317821 [ 277 ] {d9668c94-c81a-4a46-94ec-af8e896ed708} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2885 | 2024.11.13 20:47:44.317971 [ 142 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 2886 | 2024.11.13 20:47:44.318034 [ 142 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2887 | 2024.11.13 20:47:44.318059 [ 277 ] {d9668c94-c81a-4a46-94ec-af8e896ed708} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001542 sec., 8430.609597924773 rows/sec., 525.65 KiB/sec. | ||
| 2888 | 2024.11.13 20:47:44.318074 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2889 | 2024.11.13 20:47:44.318217 [ 277 ] {d9668c94-c81a-4a46-94ec-af8e896ed708} <Debug> TCPHandler: Processed in 0.001858983 sec. | ||
| 2890 | 2024.11.13 20:47:44.318491 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2891 | 2024.11.13 20:47:44.318619 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 2892 | 2024.11.13 20:47:44.318758 [ 274 ] {a2993a8a-eabd-487f-ab12-cc681dfe1687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2893 | 2024.11.13 20:47:44.318878 [ 274 ] {a2993a8a-eabd-487f-ab12-cc681dfe1687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2894 | 2024.11.13 20:47:44.318914 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2895 | 2024.11.13 20:47:44.319011 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 2896 | 2024.11.13 20:47:44.319332 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 2897 | 2024.11.13 20:47:44.319638 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 2898 | 2024.11.13 20:47:44.319994 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 2899 | 2024.11.13 20:47:44.320448 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 2900 | 2024.11.13 20:47:44.321911 [ 274 ] {a2993a8a-eabd-487f-ab12-cc681dfe1687} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2901 | 2024.11.13 20:47:44.321983 [ 274 ] {a2993a8a-eabd-487f-ab12-cc681dfe1687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2902 | 2024.11.13 20:47:44.323075 [ 190 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004832455 sec., 13450.7201825987 rows/sec., 891.19 KiB/sec. | ||
| 2903 | 2024.11.13 20:47:44.323112 [ 274 ] {a2993a8a-eabd-487f-ab12-cc681dfe1687} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2904 | 2024.11.13 20:47:44.323290 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 2905 | 2024.11.13 20:47:44.323570 [ 274 ] {a2993a8a-eabd-487f-ab12-cc681dfe1687} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2906 | 2024.11.13 20:47:44.323921 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_9_2} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2907 | 2024.11.13 20:47:44.324003 [ 274 ] {a2993a8a-eabd-487f-ab12-cc681dfe1687} <Debug> executeQuery: Read 388 rows, 28.17 KiB in 0.005287 sec., 73387.55437866464 rows/sec., 5.20 MiB/sec. | ||
| 2908 | 2024.11.13 20:47:44.324116 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_9_2} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 2909 | 2024.11.13 20:47:44.324161 [ 274 ] {a2993a8a-eabd-487f-ab12-cc681dfe1687} <Debug> TCPHandler: Processed in 0.005828672 sec. | ||
| 2910 | 2024.11.13 20:47:44.324338 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2911 | 2024.11.13 20:47:44.324363 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2912 | 2024.11.13 20:47:44.324494 [ 277 ] {42d876ee-b470-426c-9e2d-69f9b820eece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2913 | 2024.11.13 20:47:44.324548 [ 277 ] {42d876ee-b470-426c-9e2d-69f9b820eece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2914 | 2024.11.13 20:47:44.325034 [ 277 ] {42d876ee-b470-426c-9e2d-69f9b820eece} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2915 | 2024.11.13 20:47:44.325072 [ 277 ] {42d876ee-b470-426c-9e2d-69f9b820eece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2916 | 2024.11.13 20:47:44.325443 [ 277 ] {42d876ee-b470-426c-9e2d-69f9b820eece} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2917 | 2024.11.13 20:47:44.325696 [ 277 ] {42d876ee-b470-426c-9e2d-69f9b820eece} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2918 | 2024.11.13 20:47:44.325921 [ 277 ] {42d876ee-b470-426c-9e2d-69f9b820eece} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 216.49 KiB/sec. | ||
| 2919 | 2024.11.13 20:47:44.326003 [ 277 ] {42d876ee-b470-426c-9e2d-69f9b820eece} <Debug> TCPHandler: Processed in 0.0017394 sec. | ||
| 2920 | 2024.11.13 20:47:44.326148 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2921 | 2024.11.13 20:47:44.326263 [ 274 ] {d30c00e7-675c-441b-8232-08bd7501897d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2922 | 2024.11.13 20:47:44.326316 [ 274 ] {d30c00e7-675c-441b-8232-08bd7501897d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2923 | 2024.11.13 20:47:44.326894 [ 274 ] {d30c00e7-675c-441b-8232-08bd7501897d} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2924 | 2024.11.13 20:47:44.326932 [ 274 ] {d30c00e7-675c-441b-8232-08bd7501897d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2925 | 2024.11.13 20:47:44.327332 [ 274 ] {d30c00e7-675c-441b-8232-08bd7501897d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2926 | 2024.11.13 20:47:44.327580 [ 274 ] {d30c00e7-675c-441b-8232-08bd7501897d} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2927 | 2024.11.13 20:47:44.327756 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2928 | 2024.11.13 20:47:44.327817 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2929 | 2024.11.13 20:47:44.327841 [ 274 ] {d30c00e7-675c-441b-8232-08bd7501897d} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001597 sec., 117094.55228553539 rows/sec., 7.78 MiB/sec. | ||
| 2930 | 2024.11.13 20:47:44.327855 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2931 | 2024.11.13 20:47:44.327982 [ 274 ] {d30c00e7-675c-441b-8232-08bd7501897d} <Debug> TCPHandler: Processed in 0.001889223 sec. | ||
| 2932 | 2024.11.13 20:47:44.328057 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 2933 | 2024.11.13 20:47:44.328145 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2934 | 2024.11.13 20:47:44.328228 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2935 | 2024.11.13 20:47:44.328322 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2187 rows starting from the beginning of the part | ||
| 2936 | 2024.11.13 20:47:44.328358 [ 277 ] {19cdeaa5-7285-47d3-b8bb-8f26249ae70e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2937 | 2024.11.13 20:47:44.328527 [ 277 ] {19cdeaa5-7285-47d3-b8bb-8f26249ae70e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2938 | 2024.11.13 20:47:44.328679 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 110 rows starting from the beginning of the part | ||
| 2939 | 2024.11.13 20:47:44.329092 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 187 rows starting from the beginning of the part | ||
| 2940 | 2024.11.13 20:47:44.329429 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 110 rows starting from the beginning of the part | ||
| 2941 | 2024.11.13 20:47:44.329675 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 110 rows starting from the beginning of the part | ||
| 2942 | 2024.11.13 20:47:44.330032 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 187 rows starting from the beginning of the part | ||
| 2943 | 2024.11.13 20:47:44.330685 [ 277 ] {19cdeaa5-7285-47d3-b8bb-8f26249ae70e} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2944 | 2024.11.13 20:47:44.330756 [ 277 ] {19cdeaa5-7285-47d3-b8bb-8f26249ae70e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2945 | 2024.11.13 20:47:44.331575 [ 277 ] {19cdeaa5-7285-47d3-b8bb-8f26249ae70e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2946 | 2024.11.13 20:47:44.332182 [ 277 ] {19cdeaa5-7285-47d3-b8bb-8f26249ae70e} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2947 | 2024.11.13 20:47:44.332801 [ 277 ] {19cdeaa5-7285-47d3-b8bb-8f26249ae70e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004443 sec., 225.07314877335133 rows/sec., 15.17 KiB/sec. | ||
| 2948 | 2024.11.13 20:47:44.333105 [ 277 ] {19cdeaa5-7285-47d3-b8bb-8f26249ae70e} <Debug> TCPHandler: Processed in 0.005025249 sec. | ||
| 2949 | 2024.11.13 20:47:44.333401 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2950 | 2024.11.13 20:47:44.333485 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2891 rows, containing 5 columns (5 merged, 0 gathered) in 0.005497846 sec., 525842.3026036015 rows/sec., 34.95 MiB/sec. | ||
| 2951 | 2024.11.13 20:47:44.333589 [ 274 ] {88c84e02-060d-4647-baeb-9c2af5835085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2952 | 2024.11.13 20:47:44.333683 [ 274 ] {88c84e02-060d-4647-baeb-9c2af5835085} <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 | ||
| 2953 | 2024.11.13 20:47:44.333889 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2954 | 2024.11.13 20:47:44.334670 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2955 | 2024.11.13 20:47:44.334941 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2956 | 2024.11.13 20:47:44.335185 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 2957 | 2024.11.13 20:47:44.335927 [ 274 ] {88c84e02-060d-4647-baeb-9c2af5835085} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2024.11.13 20:47:44.335970 [ 274 ] {88c84e02-060d-4647-baeb-9c2af5835085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2959 | 2024.11.13 20:47:44.336591 [ 274 ] {88c84e02-060d-4647-baeb-9c2af5835085} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2960 | 2024.11.13 20:47:44.336850 [ 274 ] {88c84e02-060d-4647-baeb-9c2af5835085} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2961 | 2024.11.13 20:47:44.337191 [ 274 ] {88c84e02-060d-4647-baeb-9c2af5835085} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.003617 sec., 9400.05529444291 rows/sec., 16.84 MiB/sec. | ||
| 2962 | 2024.11.13 20:47:44.337371 [ 274 ] {88c84e02-060d-4647-baeb-9c2af5835085} <Debug> TCPHandler: Processed in 0.004124662 sec. | ||
| 2963 | 2024.11.13 20:47:44.337524 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2964 | 2024.11.13 20:47:44.337641 [ 277 ] {0e1f0f1b-5c2e-488a-92a5-8989f8d5cd59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2965 | 2024.11.13 20:47:44.337692 [ 277 ] {0e1f0f1b-5c2e-488a-92a5-8989f8d5cd59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2966 | 2024.11.13 20:47:44.338177 [ 277 ] {0e1f0f1b-5c2e-488a-92a5-8989f8d5cd59} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2024.11.13 20:47:44.338215 [ 277 ] {0e1f0f1b-5c2e-488a-92a5-8989f8d5cd59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2968 | 2024.11.13 20:47:44.338596 [ 277 ] {0e1f0f1b-5c2e-488a-92a5-8989f8d5cd59} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2969 | 2024.11.13 20:47:44.338838 [ 277 ] {0e1f0f1b-5c2e-488a-92a5-8989f8d5cd59} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2024.11.13 20:47:44.338985 [ 142 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 2971 | 2024.11.13 20:47:44.339039 [ 142 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2972 | 2024.11.13 20:47:44.339071 [ 277 ] {0e1f0f1b-5c2e-488a-92a5-8989f8d5cd59} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001448 sec., 42817.67955801105 rows/sec., 2.65 MiB/sec. | ||
| 2973 | 2024.11.13 20:47:44.339079 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2974 | 2024.11.13 20:47:44.339216 [ 277 ] {0e1f0f1b-5c2e-488a-92a5-8989f8d5cd59} <Debug> TCPHandler: Processed in 0.001750921 sec. | ||
| 2975 | 2024.11.13 20:47:44.339301 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 2976 | 2024.11.13 20:47:44.339428 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2977 | 2024.11.13 20:47:44.339462 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 278 rows starting from the beginning of the part | ||
| 2978 | 2024.11.13 20:47:44.339538 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
| 2979 | 2024.11.13 20:47:44.339761 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 62 rows starting from the beginning of the part | ||
| 2980 | 2024.11.13 20:47:44.339893 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part | ||
| 2981 | 2024.11.13 20:47:44.340029 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 2982 | 2024.11.13 20:47:44.340122 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 62 rows starting from the beginning of the part | ||
| 2983 | 2024.11.13 20:47:44.341249 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 4 columns (4 merged, 0 gathered) in 0.002049876 sec., 253673.88076156803 rows/sec., 15.68 MiB/sec. | ||
| 2984 | 2024.11.13 20:47:44.341388 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 2985 | 2024.11.13 20:47:44.341659 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2986 | 2024.11.13 20:47:44.341728 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_15_3} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 2987 | 2024.11.13 20:47:44.341796 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2988 | 2024.11.13 20:47:45.908923 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 454 | ||
| 2989 | 2024.11.13 20:47:45.911633 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2990 | 2024.11.13 20:47:45.911678 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2991 | 2024.11.13 20:47:45.913051 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2992 | 2024.11.13 20:47:45.913352 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2993 | 2024.11.13 20:47:45.914273 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 454 | ||
| 2994 | 2024.11.13 20:47:46.391535 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2995 | 2024.11.13 20:47:46.651850 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2996 | 2024.11.13 20:47:47.082206 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2997 | 2024.11.13 20:47:47.219259 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2998 | 2024.11.13 20:47:47.256464 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50644, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2999 | 2024.11.13 20:47:47.264927 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62300, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3000 | 2024.11.13 20:47:47.265014 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3001 | 2024.11.13 20:47:47.290426 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38107, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3002 | 2024.11.13 20:47:47.292853 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3003 | 2024.11.13 20:47:47.334617 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3004 | 2024.11.13 20:47:47.411571 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58703, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3005 | 2024.11.13 20:47:47.423981 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3006 | 2024.11.13 20:47:47.481369 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3007 | 2024.11.13 20:47:47.530350 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3008 | 2024.11.13 20:47:47.534954 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3009 | 2024.11.13 20:47:47.556300 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42703, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3010 | 2024.11.13 20:47:48.622068 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3011 | 2024.11.13 20:47:49.159598 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3012 | 2024.11.13 20:47:49.247814 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42490, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3013 | 2024.11.13 20:47:49.300389 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3014 | 2024.11.13 20:47:49.300586 [ 277 ] {7f51868c-272c-4a7c-8bfc-ea28efe11815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3015 | 2024.11.13 20:47:49.300659 [ 277 ] {7f51868c-272c-4a7c-8bfc-ea28efe11815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3016 | 2024.11.13 20:47:49.301367 [ 277 ] {7f51868c-272c-4a7c-8bfc-ea28efe11815} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3017 | 2024.11.13 20:47:49.301420 [ 277 ] {7f51868c-272c-4a7c-8bfc-ea28efe11815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3018 | 2024.11.13 20:47:49.301586 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3019 | 2024.11.13 20:47:49.302020 [ 277 ] {7f51868c-272c-4a7c-8bfc-ea28efe11815} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3020 | 2024.11.13 20:47:49.302287 [ 277 ] {7f51868c-272c-4a7c-8bfc-ea28efe11815} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3021 | 2024.11.13 20:47:49.302526 [ 277 ] {7f51868c-272c-4a7c-8bfc-ea28efe11815} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001991 sec., 3013.561024610748 rows/sec., 245.73 KiB/sec. | ||
| 3022 | 2024.11.13 20:47:49.302593 [ 277 ] {7f51868c-272c-4a7c-8bfc-ea28efe11815} <Debug> TCPHandler: Processed in 0.002332491 sec. | ||
| 3023 | 2024.11.13 20:47:49.302843 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3024 | 2024.11.13 20:47:49.303017 [ 274 ] {2eb8bcb9-77df-4040-9380-944ebfabd0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3025 | 2024.11.13 20:47:49.303096 [ 274 ] {2eb8bcb9-77df-4040-9380-944ebfabd0c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3026 | 2024.11.13 20:47:49.303950 [ 274 ] {2eb8bcb9-77df-4040-9380-944ebfabd0c5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3027 | 2024.11.13 20:47:49.303999 [ 274 ] {2eb8bcb9-77df-4040-9380-944ebfabd0c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3028 | 2024.11.13 20:47:49.304422 [ 274 ] {2eb8bcb9-77df-4040-9380-944ebfabd0c5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3029 | 2024.11.13 20:47:49.304677 [ 274 ] {2eb8bcb9-77df-4040-9380-944ebfabd0c5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3030 | 2024.11.13 20:47:49.304933 [ 274 ] {2eb8bcb9-77df-4040-9380-944ebfabd0c5} <Debug> executeQuery: Read 75 rows, 6.18 KiB in 0.001968 sec., 38109.756097560974 rows/sec., 3.07 MiB/sec. | ||
| 3031 | 2024.11.13 20:47:49.304991 [ 274 ] {2eb8bcb9-77df-4040-9380-944ebfabd0c5} <Debug> TCPHandler: Processed in 0.00227574 sec. | ||
| 3032 | 2024.11.13 20:47:49.305150 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3033 | 2024.11.13 20:47:49.305286 [ 277 ] {7b5a049f-0982-4f17-8dee-b08d9d30e1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3034 | 2024.11.13 20:47:49.305340 [ 277 ] {7b5a049f-0982-4f17-8dee-b08d9d30e1f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3035 | 2024.11.13 20:47:49.305948 [ 277 ] {7b5a049f-0982-4f17-8dee-b08d9d30e1f6} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3036 | 2024.11.13 20:47:49.305989 [ 277 ] {7b5a049f-0982-4f17-8dee-b08d9d30e1f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3037 | 2024.11.13 20:47:49.306369 [ 277 ] {7b5a049f-0982-4f17-8dee-b08d9d30e1f6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3038 | 2024.11.13 20:47:49.306617 [ 277 ] {7b5a049f-0982-4f17-8dee-b08d9d30e1f6} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3039 | 2024.11.13 20:47:49.306807 [ 277 ] {7b5a049f-0982-4f17-8dee-b08d9d30e1f6} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001554 sec., 9009.009009009009 rows/sec., 656.70 KiB/sec. | ||
| 3040 | 2024.11.13 20:47:49.306863 [ 277 ] {7b5a049f-0982-4f17-8dee-b08d9d30e1f6} <Debug> TCPHandler: Processed in 0.001775951 sec. | ||
| 3041 | 2024.11.13 20:47:49.307016 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3042 | 2024.11.13 20:47:49.307144 [ 274 ] {4423b90c-8a03-4e45-8ac0-1ce9e21a0e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3043 | 2024.11.13 20:47:49.307194 [ 274 ] {4423b90c-8a03-4e45-8ac0-1ce9e21a0e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3044 | 2024.11.13 20:47:49.307815 [ 274 ] {4423b90c-8a03-4e45-8ac0-1ce9e21a0e24} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3045 | 2024.11.13 20:47:49.307859 [ 274 ] {4423b90c-8a03-4e45-8ac0-1ce9e21a0e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3046 | 2024.11.13 20:47:49.308252 [ 274 ] {4423b90c-8a03-4e45-8ac0-1ce9e21a0e24} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3047 | 2024.11.13 20:47:49.308544 [ 274 ] {4423b90c-8a03-4e45-8ac0-1ce9e21a0e24} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3048 | 2024.11.13 20:47:49.308906 [ 274 ] {4423b90c-8a03-4e45-8ac0-1ce9e21a0e24} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.00176 sec., 44318.181818181816 rows/sec., 3.47 MiB/sec. | ||
| 3049 | 2024.11.13 20:47:49.309117 [ 274 ] {4423b90c-8a03-4e45-8ac0-1ce9e21a0e24} <Debug> TCPHandler: Processed in 0.002158518 sec. | ||
| 3050 | 2024.11.13 20:47:49.309282 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3051 | 2024.11.13 20:47:49.309405 [ 277 ] {61d62a5a-e13d-4a0d-b58b-e4a893c11e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3052 | 2024.11.13 20:47:49.309463 [ 277 ] {61d62a5a-e13d-4a0d-b58b-e4a893c11e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3053 | 2024.11.13 20:47:49.310020 [ 277 ] {61d62a5a-e13d-4a0d-b58b-e4a893c11e51} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3054 | 2024.11.13 20:47:49.310057 [ 277 ] {61d62a5a-e13d-4a0d-b58b-e4a893c11e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3055 | 2024.11.13 20:47:49.310443 [ 277 ] {61d62a5a-e13d-4a0d-b58b-e4a893c11e51} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3056 | 2024.11.13 20:47:49.310687 [ 277 ] {61d62a5a-e13d-4a0d-b58b-e4a893c11e51} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3057 | 2024.11.13 20:47:49.310873 [ 277 ] {61d62a5a-e13d-4a0d-b58b-e4a893c11e51} <Debug> executeQuery: Read 141 rows, 10.05 KiB in 0.001497 sec., 94188.37675350701 rows/sec., 6.56 MiB/sec. | ||
| 3058 | 2024.11.13 20:47:49.310928 [ 277 ] {61d62a5a-e13d-4a0d-b58b-e4a893c11e51} <Debug> TCPHandler: Processed in 0.001724511 sec. | ||
| 3059 | 2024.11.13 20:47:49.311091 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3060 | 2024.11.13 20:47:49.311237 [ 274 ] {f97a1292-8f48-4212-9a2f-2f891fbc8ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3061 | 2024.11.13 20:47:49.311335 [ 274 ] {f97a1292-8f48-4212-9a2f-2f891fbc8ee5} <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 | ||
| 3062 | 2024.11.13 20:47:49.312522 [ 274 ] {f97a1292-8f48-4212-9a2f-2f891fbc8ee5} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3063 | 2024.11.13 20:47:49.312567 [ 274 ] {f97a1292-8f48-4212-9a2f-2f891fbc8ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3064 | 2024.11.13 20:47:49.313201 [ 274 ] {f97a1292-8f48-4212-9a2f-2f891fbc8ee5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3065 | 2024.11.13 20:47:49.313466 [ 274 ] {f97a1292-8f48-4212-9a2f-2f891fbc8ee5} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3066 | 2024.11.13 20:47:49.313651 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3067 | 2024.11.13 20:47:49.313724 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3068 | 2024.11.13 20:47:49.313760 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3069 | 2024.11.13 20:47:49.313773 [ 274 ] {f97a1292-8f48-4212-9a2f-2f891fbc8ee5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002562 sec., 3122.56049960968 rows/sec., 5.60 MiB/sec. | ||
| 3070 | 2024.11.13 20:47:49.313996 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::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 | ||
| 3071 | 2024.11.13 20:47:49.314044 [ 274 ] {f97a1292-8f48-4212-9a2f-2f891fbc8ee5} <Debug> TCPHandler: Processed in 0.003021523 sec. | ||
| 3072 | 2024.11.13 20:47:49.314263 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3073 | 2024.11.13 20:47:49.314354 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3074 | 2024.11.13 20:47:49.314531 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 132 rows starting from the beginning of the part | ||
| 3075 | 2024.11.13 20:47:49.314539 [ 277 ] {8f984988-1dc4-44d8-98f9-7f233908d82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3076 | 2024.11.13 20:47:49.314666 [ 277 ] {8f984988-1dc4-44d8-98f9-7f233908d82e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3077 | 2024.11.13 20:47:49.315354 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part | ||
| 3078 | 2024.11.13 20:47:49.316055 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 33 rows starting from the beginning of the part | ||
| 3079 | 2024.11.13 20:47:49.316819 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40648, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3080 | 2024.11.13 20:47:49.316908 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
| 3081 | 2024.11.13 20:47:49.316947 [ 277 ] {8f984988-1dc4-44d8-98f9-7f233908d82e} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3082 | 2024.11.13 20:47:49.317059 [ 277 ] {8f984988-1dc4-44d8-98f9-7f233908d82e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3083 | 2024.11.13 20:47:49.317537 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3084 | 2024.11.13 20:47:49.318128 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
| 3085 | 2024.11.13 20:47:49.318471 [ 277 ] {8f984988-1dc4-44d8-98f9-7f233908d82e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3086 | 2024.11.13 20:47:49.319113 [ 277 ] {8f984988-1dc4-44d8-98f9-7f233908d82e} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3087 | 2024.11.13 20:47:49.319537 [ 277 ] {8f984988-1dc4-44d8-98f9-7f233908d82e} <Debug> executeQuery: Read 52 rows, 3.59 KiB in 0.005096 sec., 10204.081632653062 rows/sec., 705.21 KiB/sec. | ||
| 3088 | 2024.11.13 20:47:49.319775 [ 277 ] {8f984988-1dc4-44d8-98f9-7f233908d82e} <Debug> TCPHandler: Processed in 0.005611049 sec. | ||
| 3089 | 2024.11.13 20:47:49.323447 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 273 rows, containing 19 columns (19 merged, 0 gathered) in 0.009591958 sec., 28461.342303625603 rows/sec., 51.00 MiB/sec. | ||
| 3090 | 2024.11.13 20:47:49.323903 [ 191 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3091 | 2024.11.13 20:47:49.324325 [ 191 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3092 | 2024.11.13 20:47:49.324412 [ 191 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3093 | 2024.11.13 20:47:49.324573 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.61 MiB. | ||
| 3094 | 2024.11.13 20:47:49.330477 [ 290 ] {} <Error> ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::c]:40648). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): | ||
| 3095 | |||
| 3096 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 3097 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 3098 | 2. DB::NetException::NetException<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, 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::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> >&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x0000000015b19afe in /opt/oxide/clickhouse/clickhouse | ||
| 3099 | 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000190bd7af in /opt/oxide/clickhouse/clickhouse | ||
| 3100 | 4. DB::HTTPServerRequest::readRequest(DB::ReadBuffer&) @ 0x00000000168c607c in /opt/oxide/clickhouse/clickhouse | ||
| 3101 | 5. DB::HTTPServerRequest::HTTPServerRequest(std::shared_ptr<DB::IHTTPContext>, DB::HTTPServerResponse&, Poco::Net::HTTPServerSession&) @ 0x00000000168c5985 in /opt/oxide/clickhouse/clickhouse | ||
| 3102 | 6. DB::HTTPServerConnection::run() @ 0x00000000168c4c4e in /opt/oxide/clickhouse/clickhouse | ||
| 3103 | 7. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 3104 | 8. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 3105 | 9. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 3106 | 10. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 3107 | 11. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 3108 | (version 23.8.7.1) | ||
| 3109 | 2024.11.13 20:47:49.511861 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3110 | 2024.11.13 20:47:49.526039 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46630, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3111 | 2024.11.13 20:47:49.541360 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3112 | 2024.11.13 20:47:54.301178 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3113 | 2024.11.13 20:47:54.301392 [ 277 ] {dc99cff4-ac9f-45f4-9c2b-a9a6269ee498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3114 | 2024.11.13 20:47:54.301470 [ 277 ] {dc99cff4-ac9f-45f4-9c2b-a9a6269ee498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3115 | 2024.11.13 20:47:54.302228 [ 277 ] {dc99cff4-ac9f-45f4-9c2b-a9a6269ee498} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3116 | 2024.11.13 20:47:54.302273 [ 277 ] {dc99cff4-ac9f-45f4-9c2b-a9a6269ee498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3117 | 2024.11.13 20:47:54.302690 [ 277 ] {dc99cff4-ac9f-45f4-9c2b-a9a6269ee498} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3118 | 2024.11.13 20:47:54.302940 [ 277 ] {dc99cff4-ac9f-45f4-9c2b-a9a6269ee498} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3119 | 2024.11.13 20:47:54.303176 [ 277 ] {dc99cff4-ac9f-45f4-9c2b-a9a6269ee498} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00184 sec., 30434.782608695652 rows/sec., 2.32 MiB/sec. | ||
| 3120 | 2024.11.13 20:47:54.303238 [ 277 ] {dc99cff4-ac9f-45f4-9c2b-a9a6269ee498} <Debug> TCPHandler: Processed in 0.002190788 sec. | ||
| 3121 | 2024.11.13 20:47:54.303485 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3122 | 2024.11.13 20:47:54.303699 [ 274 ] {346feefe-0000-4557-b08d-1a2a144ec4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3123 | 2024.11.13 20:47:54.303782 [ 274 ] {346feefe-0000-4557-b08d-1a2a144ec4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3124 | 2024.11.13 20:47:54.304562 [ 274 ] {346feefe-0000-4557-b08d-1a2a144ec4a2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3125 | 2024.11.13 20:47:54.304611 [ 274 ] {346feefe-0000-4557-b08d-1a2a144ec4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3126 | 2024.11.13 20:47:54.305040 [ 274 ] {346feefe-0000-4557-b08d-1a2a144ec4a2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3127 | 2024.11.13 20:47:54.305297 [ 274 ] {346feefe-0000-4557-b08d-1a2a144ec4a2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3128 | 2024.11.13 20:47:54.305543 [ 274 ] {346feefe-0000-4557-b08d-1a2a144ec4a2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001905 sec., 33595.800524934384 rows/sec., 2.62 MiB/sec. | ||
| 3129 | 2024.11.13 20:47:54.305613 [ 274 ] {346feefe-0000-4557-b08d-1a2a144ec4a2} <Debug> TCPHandler: Processed in 0.00227366 sec. | ||
| 3130 | 2024.11.13 20:47:54.305773 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3131 | 2024.11.13 20:47:54.305897 [ 277 ] {657a5dee-bf89-419e-a8da-4ec118e67659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3132 | 2024.11.13 20:47:54.305952 [ 277 ] {657a5dee-bf89-419e-a8da-4ec118e67659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3133 | 2024.11.13 20:47:54.306530 [ 277 ] {657a5dee-bf89-419e-a8da-4ec118e67659} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3134 | 2024.11.13 20:47:54.306570 [ 277 ] {657a5dee-bf89-419e-a8da-4ec118e67659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3135 | 2024.11.13 20:47:54.307119 [ 277 ] {657a5dee-bf89-419e-a8da-4ec118e67659} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3136 | 2024.11.13 20:47:54.307359 [ 277 ] {657a5dee-bf89-419e-a8da-4ec118e67659} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3137 | 2024.11.13 20:47:54.307573 [ 277 ] {657a5dee-bf89-419e-a8da-4ec118e67659} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001706 sec., 93786.63540445486 rows/sec., 6.53 MiB/sec. | ||
| 3138 | 2024.11.13 20:47:54.307629 [ 277 ] {657a5dee-bf89-419e-a8da-4ec118e67659} <Debug> TCPHandler: Processed in 0.001925464 sec. | ||
| 3139 | 2024.11.13 20:47:54.307771 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3140 | 2024.11.13 20:47:54.307920 [ 274 ] {eae13457-967a-40db-95cd-64b2419b1b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3141 | 2024.11.13 20:47:54.307985 [ 274 ] {eae13457-967a-40db-95cd-64b2419b1b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3142 | 2024.11.13 20:47:54.308593 [ 274 ] {eae13457-967a-40db-95cd-64b2419b1b17} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3143 | 2024.11.13 20:47:54.308643 [ 274 ] {eae13457-967a-40db-95cd-64b2419b1b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3144 | 2024.11.13 20:47:54.309054 [ 274 ] {eae13457-967a-40db-95cd-64b2419b1b17} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3145 | 2024.11.13 20:47:54.309295 [ 274 ] {eae13457-967a-40db-95cd-64b2419b1b17} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3146 | 2024.11.13 20:47:54.309511 [ 274 ] {eae13457-967a-40db-95cd-64b2419b1b17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001629 sec., 36832.412523020255 rows/sec., 2.48 MiB/sec. | ||
| 3147 | 2024.11.13 20:47:54.309566 [ 274 ] {eae13457-967a-40db-95cd-64b2419b1b17} <Debug> TCPHandler: Processed in 0.001856253 sec. | ||
| 3148 | 2024.11.13 20:47:55.803354 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3149 | 2024.11.13 20:47:55.803408 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3150 | 2024.11.13 20:47:55.914469 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 476 | ||
| 3151 | 2024.11.13 20:47:55.917239 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3152 | 2024.11.13 20:47:55.917282 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3153 | 2024.11.13 20:47:55.918769 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3154 | 2024.11.13 20:47:55.919090 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3155 | 2024.11.13 20:47:55.920011 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 476 | ||
| 3156 | 2024.11.13 20:47:56.622867 [ 124 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3157 | 2024.11.13 20:47:56.622937 [ 124 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3158 | 2024.11.13 20:47:56.622964 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3159 | 2024.11.13 20:47:56.623181 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 3160 | 2024.11.13 20:47:56.623363 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3161 | 2024.11.13 20:47:56.623403 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 3162 | 2024.11.13 20:47:56.623482 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 3163 | 2024.11.13 20:47:56.623670 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 3164 | 2024.11.13 20:47:56.623999 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 3165 | 2024.11.13 20:47:56.624112 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 3166 | 2024.11.13 20:47:56.625339 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.00228661 sec., 3935.9575966168254 rows/sec., 265.22 KiB/sec. | ||
| 3167 | 2024.11.13 20:47:56.625534 [ 196 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3168 | 2024.11.13 20:47:56.625886 [ 196 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_9_2} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3169 | 2024.11.13 20:47:56.625975 [ 196 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_9_2} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3170 | 2024.11.13 20:47:56.626073 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 3171 | 2024.11.13 20:47:56.764088 [ 124 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3172 | 2024.11.13 20:47:56.764145 [ 124 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3173 | 2024.11.13 20:47:56.764166 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3174 | 2024.11.13 20:47:56.764389 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 3175 | 2024.11.13 20:47:56.764575 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3176 | 2024.11.13 20:47:56.764615 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 3177 | 2024.11.13 20:47:56.764693 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 3178 | 2024.11.13 20:47:56.764915 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 3179 | 2024.11.13 20:47:56.765079 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 3180 | 2024.11.13 20:47:56.765211 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 3181 | 2024.11.13 20:47:56.766295 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002049066 sec., 26353.470312815694 rows/sec., 1.34 MiB/sec. | ||
| 3182 | 2024.11.13 20:47:56.766429 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3183 | 2024.11.13 20:47:56.766711 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_9_2} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3184 | 2024.11.13 20:47:56.766787 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_9_2} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3185 | 2024.11.13 20:47:56.766862 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3186 | 2024.11.13 20:47:58.574505 [ 123 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3187 | 2024.11.13 20:47:58.574580 [ 123 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3188 | 2024.11.13 20:47:58.574602 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3189 | 2024.11.13 20:47:58.574770 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 3190 | 2024.11.13 20:47:58.574970 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3191 | 2024.11.13 20:47:58.575007 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 3192 | 2024.11.13 20:47:58.575086 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 3193 | 2024.11.13 20:47:58.575353 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 3194 | 2024.11.13 20:47:58.575573 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 3195 | 2024.11.13 20:47:58.575681 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 3196 | 2024.11.13 20:47:58.576947 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.0022787 sec., 130776.31983148288 rows/sec., 9.37 MiB/sec. | ||
| 3197 | 2024.11.13 20:47:58.577164 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3198 | 2024.11.13 20:47:58.577509 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_9_2} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3199 | 2024.11.13 20:47:58.577595 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_9_2} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3200 | 2024.11.13 20:47:58.577697 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3201 | 2024.11.13 20:47:59.307888 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3202 | 2024.11.13 20:47:59.308082 [ 277 ] {e5763548-add3-4086-9b1d-c2ce9f51ee00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3203 | 2024.11.13 20:47:59.308155 [ 277 ] {e5763548-add3-4086-9b1d-c2ce9f51ee00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3204 | 2024.11.13 20:47:59.308893 [ 277 ] {e5763548-add3-4086-9b1d-c2ce9f51ee00} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3205 | 2024.11.13 20:47:59.308947 [ 277 ] {e5763548-add3-4086-9b1d-c2ce9f51ee00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3206 | 2024.11.13 20:47:59.309365 [ 277 ] {e5763548-add3-4086-9b1d-c2ce9f51ee00} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3207 | 2024.11.13 20:47:59.309618 [ 277 ] {e5763548-add3-4086-9b1d-c2ce9f51ee00} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3208 | 2024.11.13 20:47:59.309872 [ 277 ] {e5763548-add3-4086-9b1d-c2ce9f51ee00} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001832 sec., 7641.921397379912 rows/sec., 550.12 KiB/sec. | ||
| 3209 | 2024.11.13 20:47:59.310020 [ 277 ] {e5763548-add3-4086-9b1d-c2ce9f51ee00} <Debug> TCPHandler: Processed in 0.002263439 sec. | ||
| 3210 | 2024.11.13 20:47:59.310312 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3211 | 2024.11.13 20:47:59.310527 [ 274 ] {9f067577-a5b1-4525-9d0f-75a132d520e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3212 | 2024.11.13 20:47:59.310610 [ 274 ] {9f067577-a5b1-4525-9d0f-75a132d520e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3213 | 2024.11.13 20:47:59.311531 [ 274 ] {9f067577-a5b1-4525-9d0f-75a132d520e7} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3214 | 2024.11.13 20:47:59.311583 [ 274 ] {9f067577-a5b1-4525-9d0f-75a132d520e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3215 | 2024.11.13 20:47:59.312035 [ 274 ] {9f067577-a5b1-4525-9d0f-75a132d520e7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3216 | 2024.11.13 20:47:59.312290 [ 274 ] {9f067577-a5b1-4525-9d0f-75a132d520e7} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3217 | 2024.11.13 20:47:59.312534 [ 274 ] {9f067577-a5b1-4525-9d0f-75a132d520e7} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002065 sec., 138983.05084745763 rows/sec., 12.27 MiB/sec. | ||
| 3218 | 2024.11.13 20:47:59.312682 [ 274 ] {9f067577-a5b1-4525-9d0f-75a132d520e7} <Debug> TCPHandler: Processed in 0.002520814 sec. | ||
| 3219 | 2024.11.13 20:47:59.312861 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3220 | 2024.11.13 20:47:59.312984 [ 277 ] {f8d4850e-4260-4fa6-b422-26f799bc54ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3221 | 2024.11.13 20:47:59.313038 [ 277 ] {f8d4850e-4260-4fa6-b422-26f799bc54ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3222 | 2024.11.13 20:47:59.313654 [ 277 ] {f8d4850e-4260-4fa6-b422-26f799bc54ec} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3223 | 2024.11.13 20:47:59.313695 [ 277 ] {f8d4850e-4260-4fa6-b422-26f799bc54ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3224 | 2024.11.13 20:47:59.314054 [ 277 ] {f8d4850e-4260-4fa6-b422-26f799bc54ec} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3225 | 2024.11.13 20:47:59.314291 [ 277 ] {f8d4850e-4260-4fa6-b422-26f799bc54ec} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3226 | 2024.11.13 20:47:59.314582 [ 277 ] {f8d4850e-4260-4fa6-b422-26f799bc54ec} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001606 sec., 30510.58530510585 rows/sec., 2.20 MiB/sec. | ||
| 3227 | 2024.11.13 20:47:59.314745 [ 277 ] {f8d4850e-4260-4fa6-b422-26f799bc54ec} <Debug> TCPHandler: Processed in 0.001943145 sec. | ||
| 3228 | 2024.11.13 20:47:59.314899 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3229 | 2024.11.13 20:47:59.315040 [ 274 ] {f517d60e-e181-4559-88f9-89869430176f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3230 | 2024.11.13 20:47:59.315098 [ 274 ] {f517d60e-e181-4559-88f9-89869430176f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3231 | 2024.11.13 20:47:59.315792 [ 274 ] {f517d60e-e181-4559-88f9-89869430176f} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3232 | 2024.11.13 20:47:59.315841 [ 274 ] {f517d60e-e181-4559-88f9-89869430176f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3233 | 2024.11.13 20:47:59.316206 [ 274 ] {f517d60e-e181-4559-88f9-89869430176f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3234 | 2024.11.13 20:47:59.316455 [ 274 ] {f517d60e-e181-4559-88f9-89869430176f} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3235 | 2024.11.13 20:47:59.316667 [ 274 ] {f517d60e-e181-4559-88f9-89869430176f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001659 sec., 8438.818565400843 rows/sec., 591.00 KiB/sec. | ||
| 3236 | 2024.11.13 20:47:59.316720 [ 274 ] {f517d60e-e181-4559-88f9-89869430176f} <Debug> TCPHandler: Processed in 0.001879343 sec. | ||
| 3237 | 2024.11.13 20:47:59.316865 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3238 | 2024.11.13 20:47:59.316996 [ 277 ] {5ec529e2-ce4f-4ec4-8057-8e9b273e2b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3239 | 2024.11.13 20:47:59.317053 [ 277 ] {5ec529e2-ce4f-4ec4-8057-8e9b273e2b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3240 | 2024.11.13 20:47:59.317720 [ 277 ] {5ec529e2-ce4f-4ec4-8057-8e9b273e2b76} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3241 | 2024.11.13 20:47:59.317766 [ 277 ] {5ec529e2-ce4f-4ec4-8057-8e9b273e2b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3242 | 2024.11.13 20:47:59.318144 [ 277 ] {5ec529e2-ce4f-4ec4-8057-8e9b273e2b76} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3243 | 2024.11.13 20:47:59.318376 [ 277 ] {5ec529e2-ce4f-4ec4-8057-8e9b273e2b76} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3244 | 2024.11.13 20:47:59.318604 [ 277 ] {5ec529e2-ce4f-4ec4-8057-8e9b273e2b76} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec. | ||
| 3245 | 2024.11.13 20:47:59.318694 [ 277 ] {5ec529e2-ce4f-4ec4-8057-8e9b273e2b76} <Debug> TCPHandler: Processed in 0.001886773 sec. | ||
| 3246 | 2024.11.13 20:47:59.318836 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3247 | 2024.11.13 20:47:59.318963 [ 274 ] {e1b04521-771b-45ba-9db0-7ff30f0a45ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3248 | 2024.11.13 20:47:59.319021 [ 274 ] {e1b04521-771b-45ba-9db0-7ff30f0a45ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3249 | 2024.11.13 20:47:59.319872 [ 274 ] {e1b04521-771b-45ba-9db0-7ff30f0a45ae} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3250 | 2024.11.13 20:47:59.319920 [ 274 ] {e1b04521-771b-45ba-9db0-7ff30f0a45ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3251 | 2024.11.13 20:47:59.320297 [ 274 ] {e1b04521-771b-45ba-9db0-7ff30f0a45ae} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3252 | 2024.11.13 20:47:59.320543 [ 274 ] {e1b04521-771b-45ba-9db0-7ff30f0a45ae} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3253 | 2024.11.13 20:47:59.320808 [ 274 ] {e1b04521-771b-45ba-9db0-7ff30f0a45ae} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001875 sec., 226133.33333333334 rows/sec., 16.17 MiB/sec. | ||
| 3254 | 2024.11.13 20:47:59.321034 [ 274 ] {e1b04521-771b-45ba-9db0-7ff30f0a45ae} <Debug> TCPHandler: Processed in 0.002254 sec. | ||
| 3255 | 2024.11.13 20:47:59.321191 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3256 | 2024.11.13 20:47:59.321307 [ 277 ] {af9d2369-740e-4042-bdb8-58a5ee05571b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3257 | 2024.11.13 20:47:59.321357 [ 277 ] {af9d2369-740e-4042-bdb8-58a5ee05571b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3258 | 2024.11.13 20:47:59.321822 [ 277 ] {af9d2369-740e-4042-bdb8-58a5ee05571b} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3259 | 2024.11.13 20:47:59.321860 [ 277 ] {af9d2369-740e-4042-bdb8-58a5ee05571b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3260 | 2024.11.13 20:47:59.322213 [ 277 ] {af9d2369-740e-4042-bdb8-58a5ee05571b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3261 | 2024.11.13 20:47:59.322449 [ 277 ] {af9d2369-740e-4042-bdb8-58a5ee05571b} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3262 | 2024.11.13 20:47:59.322650 [ 277 ] {af9d2369-740e-4042-bdb8-58a5ee05571b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec. | ||
| 3263 | 2024.11.13 20:47:59.322699 [ 277 ] {af9d2369-740e-4042-bdb8-58a5ee05571b} <Debug> TCPHandler: Processed in 0.001563877 sec. | ||
| 3264 | 2024.11.13 20:47:59.322835 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3265 | 2024.11.13 20:47:59.322953 [ 274 ] {4dc2b864-eb01-4793-826e-d4befe944d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3266 | 2024.11.13 20:47:59.323006 [ 274 ] {4dc2b864-eb01-4793-826e-d4befe944d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3267 | 2024.11.13 20:47:59.323611 [ 274 ] {4dc2b864-eb01-4793-826e-d4befe944d38} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3268 | 2024.11.13 20:47:59.323651 [ 274 ] {4dc2b864-eb01-4793-826e-d4befe944d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3269 | 2024.11.13 20:47:59.324219 [ 274 ] {4dc2b864-eb01-4793-826e-d4befe944d38} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3270 | 2024.11.13 20:47:59.324460 [ 274 ] {4dc2b864-eb01-4793-826e-d4befe944d38} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3271 | 2024.11.13 20:47:59.324669 [ 274 ] {4dc2b864-eb01-4793-826e-d4befe944d38} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00174 sec., 136206.89655172414 rows/sec., 9.13 MiB/sec. | ||
| 3272 | 2024.11.13 20:47:59.324722 [ 274 ] {4dc2b864-eb01-4793-826e-d4befe944d38} <Debug> TCPHandler: Processed in 0.001941734 sec. | ||
| 3273 | 2024.11.13 20:47:59.324866 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3274 | 2024.11.13 20:47:59.324998 [ 277 ] {6ab4ff32-d392-44c5-b5e2-a5e49e8e049d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3275 | 2024.11.13 20:47:59.325058 [ 277 ] {6ab4ff32-d392-44c5-b5e2-a5e49e8e049d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3276 | 2024.11.13 20:47:59.325648 [ 277 ] {6ab4ff32-d392-44c5-b5e2-a5e49e8e049d} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3277 | 2024.11.13 20:47:59.325728 [ 277 ] {6ab4ff32-d392-44c5-b5e2-a5e49e8e049d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3278 | 2024.11.13 20:47:59.326125 [ 277 ] {6ab4ff32-d392-44c5-b5e2-a5e49e8e049d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3279 | 2024.11.13 20:47:59.326358 [ 277 ] {6ab4ff32-d392-44c5-b5e2-a5e49e8e049d} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3280 | 2024.11.13 20:47:59.326559 [ 277 ] {6ab4ff32-d392-44c5-b5e2-a5e49e8e049d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001591 sec., 628.5355122564425 rows/sec., 42.35 KiB/sec. | ||
| 3281 | 2024.11.13 20:47:59.326617 [ 277 ] {6ab4ff32-d392-44c5-b5e2-a5e49e8e049d} <Debug> TCPHandler: Processed in 0.001805442 sec. | ||
| 3282 | 2024.11.13 20:47:59.326760 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3283 | 2024.11.13 20:47:59.326876 [ 274 ] {a1a69aa1-62bd-4324-bf7d-57e1736720b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3284 | 2024.11.13 20:47:59.326959 [ 274 ] {a1a69aa1-62bd-4324-bf7d-57e1736720b0} <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 | ||
| 3285 | 2024.11.13 20:47:59.328163 [ 274 ] {a1a69aa1-62bd-4324-bf7d-57e1736720b0} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3286 | 2024.11.13 20:47:59.328203 [ 274 ] {a1a69aa1-62bd-4324-bf7d-57e1736720b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3287 | 2024.11.13 20:47:59.328852 [ 274 ] {a1a69aa1-62bd-4324-bf7d-57e1736720b0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3288 | 2024.11.13 20:47:59.329118 [ 274 ] {a1a69aa1-62bd-4324-bf7d-57e1736720b0} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2024.11.13 20:47:59.329346 [ 274 ] {a1a69aa1-62bd-4324-bf7d-57e1736720b0} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002491 sec., 16860.698514652748 rows/sec., 30.21 MiB/sec. | ||
| 3290 | 2024.11.13 20:47:59.329691 [ 274 ] {a1a69aa1-62bd-4324-bf7d-57e1736720b0} <Debug> TCPHandler: Processed in 0.002990223 sec. | ||
| 3291 | 2024.11.13 20:47:59.329852 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3292 | 2024.11.13 20:47:59.329992 [ 277 ] {df47320a-4c14-4a88-b984-09694de04a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3293 | 2024.11.13 20:47:59.330051 [ 277 ] {df47320a-4c14-4a88-b984-09694de04a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3294 | 2024.11.13 20:47:59.330614 [ 277 ] {df47320a-4c14-4a88-b984-09694de04a15} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3295 | 2024.11.13 20:47:59.330659 [ 277 ] {df47320a-4c14-4a88-b984-09694de04a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3296 | 2024.11.13 20:47:59.331069 [ 277 ] {df47320a-4c14-4a88-b984-09694de04a15} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3297 | 2024.11.13 20:47:59.331309 [ 277 ] {df47320a-4c14-4a88-b984-09694de04a15} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3298 | 2024.11.13 20:47:59.331524 [ 277 ] {df47320a-4c14-4a88-b984-09694de04a15} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001562 sec., 52496.798975672216 rows/sec., 3.33 MiB/sec. | ||
| 3299 | 2024.11.13 20:47:59.331574 [ 277 ] {df47320a-4c14-4a88-b984-09694de04a15} <Debug> TCPHandler: Processed in 0.001792912 sec. | ||
| 3300 | 2024.11.13 20:48:04.299804 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3301 | 2024.11.13 20:48:04.300018 [ 277 ] {fa796ef5-7df1-4519-b53b-94f9dadbe7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3302 | 2024.11.13 20:48:04.300095 [ 277 ] {fa796ef5-7df1-4519-b53b-94f9dadbe7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3303 | 2024.11.13 20:48:04.300805 [ 277 ] {fa796ef5-7df1-4519-b53b-94f9dadbe7b2} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3304 | 2024.11.13 20:48:04.300858 [ 277 ] {fa796ef5-7df1-4519-b53b-94f9dadbe7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3305 | 2024.11.13 20:48:04.301267 [ 277 ] {fa796ef5-7df1-4519-b53b-94f9dadbe7b2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3306 | 2024.11.13 20:48:04.301520 [ 277 ] {fa796ef5-7df1-4519-b53b-94f9dadbe7b2} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3307 | 2024.11.13 20:48:04.301776 [ 277 ] {fa796ef5-7df1-4519-b53b-94f9dadbe7b2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001798 sec., 1112.3470522803116 rows/sec., 90.70 KiB/sec. | ||
| 3308 | 2024.11.13 20:48:04.301971 [ 277 ] {fa796ef5-7df1-4519-b53b-94f9dadbe7b2} <Debug> TCPHandler: Processed in 0.00230034 sec. | ||
| 3309 | 2024.11.13 20:48:04.302247 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3310 | 2024.11.13 20:48:04.302462 [ 274 ] {6a3f77fc-8f0a-4e6d-abd6-446d0a6b249e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3311 | 2024.11.13 20:48:04.302548 [ 274 ] {6a3f77fc-8f0a-4e6d-abd6-446d0a6b249e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3312 | 2024.11.13 20:48:04.303402 [ 274 ] {6a3f77fc-8f0a-4e6d-abd6-446d0a6b249e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2024.11.13 20:48:04.303449 [ 274 ] {6a3f77fc-8f0a-4e6d-abd6-446d0a6b249e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3314 | 2024.11.13 20:48:04.303878 [ 274 ] {6a3f77fc-8f0a-4e6d-abd6-446d0a6b249e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3315 | 2024.11.13 20:48:04.304128 [ 274 ] {6a3f77fc-8f0a-4e6d-abd6-446d0a6b249e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2024.11.13 20:48:04.304325 [ 116 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3317 | 2024.11.13 20:48:04.304390 [ 274 ] {6a3f77fc-8f0a-4e6d-abd6-446d0a6b249e} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001985 sec., 28715.365239294715 rows/sec., 2.19 MiB/sec. | ||
| 3318 | 2024.11.13 20:48:04.304408 [ 116 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3319 | 2024.11.13 20:48:04.304481 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3320 | 2024.11.13 20:48:04.304519 [ 274 ] {6a3f77fc-8f0a-4e6d-abd6-446d0a6b249e} <Debug> TCPHandler: Processed in 0.002413823 sec. | ||
| 3321 | 2024.11.13 20:48:04.304786 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3322 | 2024.11.13 20:48:04.304878 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3323 | 2024.11.13 20:48:04.305192 [ 277 ] {72b4a26a-62bd-4eae-862a-bfe5348d3c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3324 | 2024.11.13 20:48:04.305385 [ 277 ] {72b4a26a-62bd-4eae-862a-bfe5348d3c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3325 | 2024.11.13 20:48:04.305424 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3326 | 2024.11.13 20:48:04.305547 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1389 rows starting from the beginning of the part | ||
| 3327 | 2024.11.13 20:48:04.305662 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 245 rows starting from the beginning of the part | ||
| 3328 | 2024.11.13 20:48:04.306152 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 75 rows starting from the beginning of the part | ||
| 3329 | 2024.11.13 20:48:04.306470 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part | ||
| 3330 | 2024.11.13 20:48:04.306889 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 287 rows starting from the beginning of the part | ||
| 3331 | 2024.11.13 20:48:04.307171 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 57 rows starting from the beginning of the part | ||
| 3332 | 2024.11.13 20:48:04.307921 [ 277 ] {72b4a26a-62bd-4eae-862a-bfe5348d3c35} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3333 | 2024.11.13 20:48:04.307969 [ 277 ] {72b4a26a-62bd-4eae-862a-bfe5348d3c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3334 | 2024.11.13 20:48:04.308553 [ 277 ] {72b4a26a-62bd-4eae-862a-bfe5348d3c35} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3335 | 2024.11.13 20:48:04.308844 [ 277 ] {72b4a26a-62bd-4eae-862a-bfe5348d3c35} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3336 | 2024.11.13 20:48:04.309173 [ 277 ] {72b4a26a-62bd-4eae-862a-bfe5348d3c35} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004115 sec., 486.0267314702309 rows/sec., 33.94 KiB/sec. | ||
| 3337 | 2024.11.13 20:48:04.309365 [ 277 ] {72b4a26a-62bd-4eae-862a-bfe5348d3c35} <Debug> TCPHandler: Processed in 0.004724023 sec. | ||
| 3338 | 2024.11.13 20:48:04.309443 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2109 rows, containing 5 columns (5 merged, 0 gathered) in 0.004861755 sec., 433793.96946164506 rows/sec., 38.19 MiB/sec. | ||
| 3339 | 2024.11.13 20:48:04.309553 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3340 | 2024.11.13 20:48:04.309677 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3341 | 2024.11.13 20:48:04.309796 [ 274 ] {1f29a1c8-3c26-44e2-be5b-431b53d12859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3342 | 2024.11.13 20:48:04.309899 [ 274 ] {1f29a1c8-3c26-44e2-be5b-431b53d12859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3343 | 2024.11.13 20:48:04.310292 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3344 | 2024.11.13 20:48:04.310566 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_21_4} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3345 | 2024.11.13 20:48:04.310747 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 3346 | 2024.11.13 20:48:04.311092 [ 274 ] {1f29a1c8-3c26-44e2-be5b-431b53d12859} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3347 | 2024.11.13 20:48:04.311138 [ 274 ] {1f29a1c8-3c26-44e2-be5b-431b53d12859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3348 | 2024.11.13 20:48:04.311509 [ 274 ] {1f29a1c8-3c26-44e2-be5b-431b53d12859} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3349 | 2024.11.13 20:48:04.311756 [ 274 ] {1f29a1c8-3c26-44e2-be5b-431b53d12859} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3350 | 2024.11.13 20:48:04.311941 [ 116 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3351 | 2024.11.13 20:48:04.312016 [ 116 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2024.11.13 20:48:04.312025 [ 274 ] {1f29a1c8-3c26-44e2-be5b-431b53d12859} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002312 sec., 28546.71280276817 rows/sec., 2.23 MiB/sec. | ||
| 3353 | 2024.11.13 20:48:04.312056 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3354 | 2024.11.13 20:48:04.312206 [ 274 ] {1f29a1c8-3c26-44e2-be5b-431b53d12859} <Debug> TCPHandler: Processed in 0.002736938 sec. | ||
| 3355 | 2024.11.13 20:48:04.312329 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 3356 | 2024.11.13 20:48:04.312419 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3357 | 2024.11.13 20:48:04.312596 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3358 | 2024.11.13 20:48:04.312657 [ 277 ] {47ee33b2-129a-4779-b436-82a1a6ee366c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3359 | 2024.11.13 20:48:04.312668 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 871 rows starting from the beginning of the part | ||
| 3360 | 2024.11.13 20:48:04.312777 [ 277 ] {47ee33b2-129a-4779-b436-82a1a6ee366c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3361 | 2024.11.13 20:48:04.312923 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 388 rows starting from the beginning of the part | ||
| 3362 | 2024.11.13 20:48:04.313253 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 78 rows starting from the beginning of the part | ||
| 3363 | 2024.11.13 20:48:04.313749 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
| 3364 | 2024.11.13 20:48:04.314117 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 424 rows starting from the beginning of the part | ||
| 3365 | 2024.11.13 20:48:04.314407 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 66 rows starting from the beginning of the part | ||
| 3366 | 2024.11.13 20:48:04.315515 [ 277 ] {47ee33b2-129a-4779-b436-82a1a6ee366c} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3367 | 2024.11.13 20:48:04.315570 [ 277 ] {47ee33b2-129a-4779-b436-82a1a6ee366c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3368 | 2024.11.13 20:48:04.316544 [ 277 ] {47ee33b2-129a-4779-b436-82a1a6ee366c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3369 | 2024.11.13 20:48:04.316899 [ 277 ] {47ee33b2-129a-4779-b436-82a1a6ee366c} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3370 | 2024.11.13 20:48:04.317529 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1891 rows, containing 5 columns (5 merged, 0 gathered) in 0.005329814 sec., 354796.6214205599 rows/sec., 27.10 MiB/sec. | ||
| 3371 | 2024.11.13 20:48:04.317585 [ 277 ] {47ee33b2-129a-4779-b436-82a1a6ee366c} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.004979 sec., 25908.817031532435 rows/sec., 1.80 MiB/sec. | ||
| 3372 | 2024.11.13 20:48:04.317852 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3373 | 2024.11.13 20:48:04.317923 [ 277 ] {47ee33b2-129a-4779-b436-82a1a6ee366c} <Debug> TCPHandler: Processed in 0.005602468 sec. | ||
| 3374 | 2024.11.13 20:48:04.318216 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3375 | 2024.11.13 20:48:04.318406 [ 274 ] {f51bc960-68c6-46c3-83ec-8befc93faea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3376 | 2024.11.13 20:48:04.318487 [ 274 ] {f51bc960-68c6-46c3-83ec-8befc93faea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3377 | 2024.11.13 20:48:04.318566 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_21_4} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3378 | 2024.11.13 20:48:04.318819 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_21_4} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3379 | 2024.11.13 20:48:04.319020 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3380 | 2024.11.13 20:48:04.319350 [ 274 ] {f51bc960-68c6-46c3-83ec-8befc93faea3} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3381 | 2024.11.13 20:48:04.319393 [ 274 ] {f51bc960-68c6-46c3-83ec-8befc93faea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3382 | 2024.11.13 20:48:04.319775 [ 274 ] {f51bc960-68c6-46c3-83ec-8befc93faea3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3383 | 2024.11.13 20:48:04.320017 [ 274 ] {f51bc960-68c6-46c3-83ec-8befc93faea3} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3384 | 2024.11.13 20:48:04.320231 [ 274 ] {f51bc960-68c6-46c3-83ec-8befc93faea3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001881 sec., 25518.34130781499 rows/sec., 1.72 MiB/sec. | ||
| 3385 | 2024.11.13 20:48:04.320287 [ 274 ] {f51bc960-68c6-46c3-83ec-8befc93faea3} <Debug> TCPHandler: Processed in 0.002237539 sec. | ||
| 3386 | 2024.11.13 20:48:05.920150 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 510 | ||
| 3387 | 2024.11.13 20:48:05.923145 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2024.11.13 20:48:05.923201 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3389 | 2024.11.13 20:48:05.924629 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3390 | 2024.11.13 20:48:05.924969 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3391 | 2024.11.13 20:48:05.925797 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 510 | ||
| 3392 | 2024.11.13 20:48:09.300523 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3393 | 2024.11.13 20:48:09.300723 [ 277 ] {ff5762e3-a5bc-4a08-b527-81f73d4a58b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3394 | 2024.11.13 20:48:09.300793 [ 277 ] {ff5762e3-a5bc-4a08-b527-81f73d4a58b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3395 | 2024.11.13 20:48:09.301587 [ 277 ] {ff5762e3-a5bc-4a08-b527-81f73d4a58b2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2024.11.13 20:48:09.301631 [ 277 ] {ff5762e3-a5bc-4a08-b527-81f73d4a58b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3397 | 2024.11.13 20:48:09.302057 [ 277 ] {ff5762e3-a5bc-4a08-b527-81f73d4a58b2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3398 | 2024.11.13 20:48:09.302309 [ 277 ] {ff5762e3-a5bc-4a08-b527-81f73d4a58b2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2024.11.13 20:48:09.302507 [ 277 ] {ff5762e3-a5bc-4a08-b527-81f73d4a58b2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.33 MiB/sec. | ||
| 3400 | 2024.11.13 20:48:09.302570 [ 277 ] {ff5762e3-a5bc-4a08-b527-81f73d4a58b2} <Debug> TCPHandler: Processed in 0.002174758 sec. | ||
| 3401 | 2024.11.13 20:48:09.302873 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3402 | 2024.11.13 20:48:09.303077 [ 274 ] {bac38c8b-1520-4964-ac1e-9fd4eba55792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3403 | 2024.11.13 20:48:09.303154 [ 274 ] {bac38c8b-1520-4964-ac1e-9fd4eba55792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3404 | 2024.11.13 20:48:09.303954 [ 274 ] {bac38c8b-1520-4964-ac1e-9fd4eba55792} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3405 | 2024.11.13 20:48:09.304006 [ 274 ] {bac38c8b-1520-4964-ac1e-9fd4eba55792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3406 | 2024.11.13 20:48:09.304452 [ 274 ] {bac38c8b-1520-4964-ac1e-9fd4eba55792} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3407 | 2024.11.13 20:48:09.304713 [ 274 ] {bac38c8b-1520-4964-ac1e-9fd4eba55792} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3408 | 2024.11.13 20:48:09.304952 [ 274 ] {bac38c8b-1520-4964-ac1e-9fd4eba55792} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001931 sec., 33143.44899016054 rows/sec., 2.59 MiB/sec. | ||
| 3409 | 2024.11.13 20:48:09.305018 [ 274 ] {bac38c8b-1520-4964-ac1e-9fd4eba55792} <Debug> TCPHandler: Processed in 0.002312911 sec. | ||
| 3410 | 2024.11.13 20:48:09.305195 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3411 | 2024.11.13 20:48:09.305326 [ 277 ] {aab43c47-bc2b-45fe-9061-a6e2a4f3d5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3412 | 2024.11.13 20:48:09.305382 [ 277 ] {aab43c47-bc2b-45fe-9061-a6e2a4f3d5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3413 | 2024.11.13 20:48:09.305978 [ 277 ] {aab43c47-bc2b-45fe-9061-a6e2a4f3d5c0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3414 | 2024.11.13 20:48:09.306015 [ 277 ] {aab43c47-bc2b-45fe-9061-a6e2a4f3d5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3415 | 2024.11.13 20:48:09.306416 [ 277 ] {aab43c47-bc2b-45fe-9061-a6e2a4f3d5c0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3416 | 2024.11.13 20:48:09.306657 [ 277 ] {aab43c47-bc2b-45fe-9061-a6e2a4f3d5c0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3417 | 2024.11.13 20:48:09.306781 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3418 | 2024.11.13 20:48:09.306822 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3419 | 2024.11.13 20:48:09.306849 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3420 | 2024.11.13 20:48:09.306849 [ 277 ] {aab43c47-bc2b-45fe-9061-a6e2a4f3d5c0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
| 3421 | 2024.11.13 20:48:09.306973 [ 277 ] {aab43c47-bc2b-45fe-9061-a6e2a4f3d5c0} <Debug> TCPHandler: Processed in 0.001847762 sec. | ||
| 3422 | 2024.11.13 20:48:09.307122 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 3423 | 2024.11.13 20:48:09.307171 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3424 | 2024.11.13 20:48:09.307416 [ 274 ] {37ff6cdb-5cb5-4981-b370-0047c8e9ec4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3425 | 2024.11.13 20:48:09.307430 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3426 | 2024.11.13 20:48:09.307511 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2891 rows starting from the beginning of the part | ||
| 3427 | 2024.11.13 20:48:09.307521 [ 274 ] {37ff6cdb-5cb5-4981-b370-0047c8e9ec4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3428 | 2024.11.13 20:48:09.307888 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 141 rows starting from the beginning of the part | ||
| 3429 | 2024.11.13 20:48:09.308327 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 3430 | 2024.11.13 20:48:09.308717 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 3431 | 2024.11.13 20:48:09.309037 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 129 rows starting from the beginning of the part | ||
| 3432 | 2024.11.13 20:48:09.309164 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 3433 | 2024.11.13 20:48:09.310076 [ 274 ] {37ff6cdb-5cb5-4981-b370-0047c8e9ec4f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3434 | 2024.11.13 20:48:09.310138 [ 274 ] {37ff6cdb-5cb5-4981-b370-0047c8e9ec4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3435 | 2024.11.13 20:48:09.311113 [ 274 ] {37ff6cdb-5cb5-4981-b370-0047c8e9ec4f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3436 | 2024.11.13 20:48:09.311712 [ 274 ] {37ff6cdb-5cb5-4981-b370-0047c8e9ec4f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2024.11.13 20:48:09.312030 [ 107 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 3438 | 2024.11.13 20:48:09.312157 [ 107 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3439 | 2024.11.13 20:48:09.312253 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3440 | 2024.11.13 20:48:09.312275 [ 274 ] {37ff6cdb-5cb5-4981-b370-0047c8e9ec4f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004951 sec., 12118.76388608362 rows/sec., 836.32 KiB/sec. | ||
| 3441 | 2024.11.13 20:48:09.312755 [ 274 ] {37ff6cdb-5cb5-4981-b370-0047c8e9ec4f} <Debug> TCPHandler: Processed in 0.005662369 sec. | ||
| 3442 | 2024.11.13 20:48:09.312971 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 3443 | 2024.11.13 20:48:09.313127 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3718 rows, containing 5 columns (5 merged, 0 gathered) in 0.006177589 sec., 601852.9235272855 rows/sec., 40.32 MiB/sec. | ||
| 3444 | 2024.11.13 20:48:09.313180 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3445 | 2024.11.13 20:48:09.313219 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 520 rows starting from the beginning of the part | ||
| 3446 | 2024.11.13 20:48:09.313367 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 52 rows starting from the beginning of the part | ||
| 3447 | 2024.11.13 20:48:09.313536 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3448 | 2024.11.13 20:48:09.313722 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3449 | 2024.11.13 20:48:09.313988 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 3450 | 2024.11.13 20:48:09.314188 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part | ||
| 3451 | 2024.11.13 20:48:09.314462 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3452 | 2024.11.13 20:48:09.314589 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3453 | 2024.11.13 20:48:09.315073 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3454 | 2024.11.13 20:48:09.315178 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 3455 | 2024.11.13 20:48:09.316031 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 822 rows, containing 4 columns (4 merged, 0 gathered) in 0.003660104 sec., 224583.78231875377 rows/sec., 14.25 MiB/sec. | ||
| 3456 | 2024.11.13 20:48:09.316174 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 3457 | 2024.11.13 20:48:09.316434 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3458 | 2024.11.13 20:48:09.316502 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_20_4} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 3459 | 2024.11.13 20:48:09.316566 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 3460 | 2024.11.13 20:48:10.803446 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3461 | 2024.11.13 20:48:10.803500 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3462 | 2024.11.13 20:48:12.242651 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60463, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3463 | 2024.11.13 20:48:12.459891 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3464 | 2024.11.13 20:48:12.465270 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3465 | 2024.11.13 20:48:12.486736 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38827, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3466 | 2024.11.13 20:48:12.733202 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3467 | 2024.11.13 20:48:12.737562 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60206, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3468 | 2024.11.13 20:48:12.755956 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3469 | 2024.11.13 20:48:12.760358 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3470 | 2024.11.13 20:48:14.307657 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3471 | 2024.11.13 20:48:14.307880 [ 277 ] {b09c7a4c-3269-4b34-a4be-e1ffde3f7a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3472 | 2024.11.13 20:48:14.307961 [ 277 ] {b09c7a4c-3269-4b34-a4be-e1ffde3f7a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3473 | 2024.11.13 20:48:14.308734 [ 277 ] {b09c7a4c-3269-4b34-a4be-e1ffde3f7a91} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3474 | 2024.11.13 20:48:14.308783 [ 277 ] {b09c7a4c-3269-4b34-a4be-e1ffde3f7a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3475 | 2024.11.13 20:48:14.309186 [ 277 ] {b09c7a4c-3269-4b34-a4be-e1ffde3f7a91} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3476 | 2024.11.13 20:48:14.309439 [ 277 ] {b09c7a4c-3269-4b34-a4be-e1ffde3f7a91} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3477 | 2024.11.13 20:48:14.309668 [ 277 ] {b09c7a4c-3269-4b34-a4be-e1ffde3f7a91} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec. | ||
| 3478 | 2024.11.13 20:48:14.309723 [ 277 ] {b09c7a4c-3269-4b34-a4be-e1ffde3f7a91} <Debug> TCPHandler: Processed in 0.002209039 sec. | ||
| 3479 | 2024.11.13 20:48:14.310022 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3480 | 2024.11.13 20:48:14.310246 [ 274 ] {d5882daa-003c-4f6e-8532-cd1d79f65620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3481 | 2024.11.13 20:48:14.310333 [ 274 ] {d5882daa-003c-4f6e-8532-cd1d79f65620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3482 | 2024.11.13 20:48:14.311230 [ 274 ] {d5882daa-003c-4f6e-8532-cd1d79f65620} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3483 | 2024.11.13 20:48:14.311282 [ 274 ] {d5882daa-003c-4f6e-8532-cd1d79f65620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3484 | 2024.11.13 20:48:14.311736 [ 274 ] {d5882daa-003c-4f6e-8532-cd1d79f65620} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3485 | 2024.11.13 20:48:14.312002 [ 274 ] {d5882daa-003c-4f6e-8532-cd1d79f65620} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3486 | 2024.11.13 20:48:14.312253 [ 274 ] {d5882daa-003c-4f6e-8532-cd1d79f65620} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.00207 sec., 138647.3429951691 rows/sec., 12.24 MiB/sec. | ||
| 3487 | 2024.11.13 20:48:14.312321 [ 274 ] {d5882daa-003c-4f6e-8532-cd1d79f65620} <Debug> TCPHandler: Processed in 0.002454203 sec. | ||
| 3488 | 2024.11.13 20:48:14.312499 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3489 | 2024.11.13 20:48:14.312639 [ 277 ] {b7ac466f-73b5-470b-b68d-08adb779c6ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3490 | 2024.11.13 20:48:14.312697 [ 277 ] {b7ac466f-73b5-470b-b68d-08adb779c6ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3491 | 2024.11.13 20:48:14.313388 [ 277 ] {b7ac466f-73b5-470b-b68d-08adb779c6ed} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3492 | 2024.11.13 20:48:14.313438 [ 277 ] {b7ac466f-73b5-470b-b68d-08adb779c6ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3493 | 2024.11.13 20:48:14.313801 [ 277 ] {b7ac466f-73b5-470b-b68d-08adb779c6ed} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3494 | 2024.11.13 20:48:14.314050 [ 277 ] {b7ac466f-73b5-470b-b68d-08adb779c6ed} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3495 | 2024.11.13 20:48:14.314206 [ 102 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3496 | 2024.11.13 20:48:14.314278 [ 277 ] {b7ac466f-73b5-470b-b68d-08adb779c6ed} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001666 sec., 29411.764705882353 rows/sec., 2.12 MiB/sec. | ||
| 3497 | 2024.11.13 20:48:14.314291 [ 102 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2024.11.13 20:48:14.314355 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3499 | 2024.11.13 20:48:14.314401 [ 277 ] {b7ac466f-73b5-470b-b68d-08adb779c6ed} <Debug> TCPHandler: Processed in 0.001972444 sec. | ||
| 3500 | 2024.11.13 20:48:14.314571 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 3501 | 2024.11.13 20:48:14.314603 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3502 | 2024.11.13 20:48:14.314762 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3503 | 2024.11.13 20:48:14.314831 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 50 rows starting from the beginning of the part | ||
| 3504 | 2024.11.13 20:48:14.314834 [ 274 ] {bfd61b89-7ff0-4228-a89c-fe43c6fefc52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3505 | 2024.11.13 20:48:14.314988 [ 274 ] {bfd61b89-7ff0-4228-a89c-fe43c6fefc52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3506 | 2024.11.13 20:48:14.315084 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part | ||
| 3507 | 2024.11.13 20:48:14.315535 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 3508 | 2024.11.13 20:48:14.315750 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 49 rows starting from the beginning of the part | ||
| 3509 | 2024.11.13 20:48:14.316123 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 3510 | 2024.11.13 20:48:14.316501 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 49 rows starting from the beginning of the part | ||
| 3511 | 2024.11.13 20:48:14.318180 [ 274 ] {bfd61b89-7ff0-4228-a89c-fe43c6fefc52} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3512 | 2024.11.13 20:48:14.318257 [ 274 ] {bfd61b89-7ff0-4228-a89c-fe43c6fefc52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3513 | 2024.11.13 20:48:14.319336 [ 274 ] {bfd61b89-7ff0-4228-a89c-fe43c6fefc52} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3514 | 2024.11.13 20:48:14.319408 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.004959907 sec., 41331.42012541767 rows/sec., 3.12 MiB/sec. | ||
| 3515 | 2024.11.13 20:48:14.319617 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3516 | 2024.11.13 20:48:14.319881 [ 274 ] {bfd61b89-7ff0-4228-a89c-fe43c6fefc52} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3517 | 2024.11.13 20:48:14.320223 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_16_3} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3518 | 2024.11.13 20:48:14.320353 [ 274 ] {bfd61b89-7ff0-4228-a89c-fe43c6fefc52} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005569 sec., 2513.916322499551 rows/sec., 176.06 KiB/sec. | ||
| 3519 | 2024.11.13 20:48:14.320383 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_16_3} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3520 | 2024.11.13 20:48:14.320585 [ 274 ] {bfd61b89-7ff0-4228-a89c-fe43c6fefc52} <Debug> TCPHandler: Processed in 0.006072546 sec. | ||
| 3521 | 2024.11.13 20:48:14.320616 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3522 | 2024.11.13 20:48:14.320791 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3523 | 2024.11.13 20:48:14.320926 [ 277 ] {4c2d7daa-7339-4cab-a5d2-c789e871b2e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3524 | 2024.11.13 20:48:14.320983 [ 277 ] {4c2d7daa-7339-4cab-a5d2-c789e871b2e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3525 | 2024.11.13 20:48:14.321628 [ 277 ] {4c2d7daa-7339-4cab-a5d2-c789e871b2e6} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3526 | 2024.11.13 20:48:14.321666 [ 277 ] {4c2d7daa-7339-4cab-a5d2-c789e871b2e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3527 | 2024.11.13 20:48:14.322012 [ 277 ] {4c2d7daa-7339-4cab-a5d2-c789e871b2e6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3528 | 2024.11.13 20:48:14.322249 [ 277 ] {4c2d7daa-7339-4cab-a5d2-c789e871b2e6} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3529 | 2024.11.13 20:48:14.322485 [ 277 ] {4c2d7daa-7339-4cab-a5d2-c789e871b2e6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 3530 | 2024.11.13 20:48:14.322647 [ 277 ] {4c2d7daa-7339-4cab-a5d2-c789e871b2e6} <Debug> TCPHandler: Processed in 0.001921694 sec. | ||
| 3531 | 2024.11.13 20:48:14.322836 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3532 | 2024.11.13 20:48:14.322981 [ 274 ] {db751edb-794a-43d1-9d2f-9e5d854fe663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3533 | 2024.11.13 20:48:14.323041 [ 274 ] {db751edb-794a-43d1-9d2f-9e5d854fe663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3534 | 2024.11.13 20:48:14.323810 [ 274 ] {db751edb-794a-43d1-9d2f-9e5d854fe663} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3535 | 2024.11.13 20:48:14.323849 [ 274 ] {db751edb-794a-43d1-9d2f-9e5d854fe663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3536 | 2024.11.13 20:48:14.324238 [ 274 ] {db751edb-794a-43d1-9d2f-9e5d854fe663} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3537 | 2024.11.13 20:48:14.324478 [ 274 ] {db751edb-794a-43d1-9d2f-9e5d854fe663} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3538 | 2024.11.13 20:48:14.324661 [ 274 ] {db751edb-794a-43d1-9d2f-9e5d854fe663} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001716 sec., 247086.24708624708 rows/sec., 17.67 MiB/sec. | ||
| 3539 | 2024.11.13 20:48:14.324712 [ 274 ] {db751edb-794a-43d1-9d2f-9e5d854fe663} <Debug> TCPHandler: Processed in 0.001954474 sec. | ||
| 3540 | 2024.11.13 20:48:14.324865 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3541 | 2024.11.13 20:48:14.324986 [ 277 ] {81ef315b-82a5-4ffe-a8e1-6d765a800bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3542 | 2024.11.13 20:48:14.325037 [ 277 ] {81ef315b-82a5-4ffe-a8e1-6d765a800bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3543 | 2024.11.13 20:48:14.325523 [ 277 ] {81ef315b-82a5-4ffe-a8e1-6d765a800bbd} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3544 | 2024.11.13 20:48:14.325562 [ 277 ] {81ef315b-82a5-4ffe-a8e1-6d765a800bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3545 | 2024.11.13 20:48:14.325921 [ 277 ] {81ef315b-82a5-4ffe-a8e1-6d765a800bbd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3546 | 2024.11.13 20:48:14.326159 [ 277 ] {81ef315b-82a5-4ffe-a8e1-6d765a800bbd} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3547 | 2024.11.13 20:48:14.326395 [ 277 ] {81ef315b-82a5-4ffe-a8e1-6d765a800bbd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. | ||
| 3548 | 2024.11.13 20:48:14.326479 [ 277 ] {81ef315b-82a5-4ffe-a8e1-6d765a800bbd} <Debug> TCPHandler: Processed in 0.00166905 sec. | ||
| 3549 | 2024.11.13 20:48:14.326631 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3550 | 2024.11.13 20:48:14.326771 [ 274 ] {85d74a5a-b000-4343-a50d-3c38078a66fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3551 | 2024.11.13 20:48:14.326834 [ 274 ] {85d74a5a-b000-4343-a50d-3c38078a66fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3552 | 2024.11.13 20:48:14.327492 [ 274 ] {85d74a5a-b000-4343-a50d-3c38078a66fe} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3553 | 2024.11.13 20:48:14.327531 [ 274 ] {85d74a5a-b000-4343-a50d-3c38078a66fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3554 | 2024.11.13 20:48:14.327928 [ 274 ] {85d74a5a-b000-4343-a50d-3c38078a66fe} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3555 | 2024.11.13 20:48:14.328169 [ 274 ] {85d74a5a-b000-4343-a50d-3c38078a66fe} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3556 | 2024.11.13 20:48:14.328344 [ 274 ] {85d74a5a-b000-4343-a50d-3c38078a66fe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001605 sec., 147663.55140186916 rows/sec., 9.90 MiB/sec. | ||
| 3557 | 2024.11.13 20:48:14.328394 [ 274 ] {85d74a5a-b000-4343-a50d-3c38078a66fe} <Debug> TCPHandler: Processed in 0.001832263 sec. | ||
| 3558 | 2024.11.13 20:48:14.328571 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3559 | 2024.11.13 20:48:14.328710 [ 277 ] {c2caedca-67f6-4e52-84e8-f59c84f8ccd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3560 | 2024.11.13 20:48:14.328770 [ 277 ] {c2caedca-67f6-4e52-84e8-f59c84f8ccd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3561 | 2024.11.13 20:48:14.329311 [ 277 ] {c2caedca-67f6-4e52-84e8-f59c84f8ccd5} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3562 | 2024.11.13 20:48:14.329356 [ 277 ] {c2caedca-67f6-4e52-84e8-f59c84f8ccd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3563 | 2024.11.13 20:48:14.329712 [ 277 ] {c2caedca-67f6-4e52-84e8-f59c84f8ccd5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3564 | 2024.11.13 20:48:14.329961 [ 277 ] {c2caedca-67f6-4e52-84e8-f59c84f8ccd5} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2024.11.13 20:48:14.330277 [ 277 ] {c2caedca-67f6-4e52-84e8-f59c84f8ccd5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001565 sec., 638.9776357827476 rows/sec., 43.06 KiB/sec. | ||
| 3566 | 2024.11.13 20:48:14.330408 [ 277 ] {c2caedca-67f6-4e52-84e8-f59c84f8ccd5} <Debug> TCPHandler: Processed in 0.001906114 sec. | ||
| 3567 | 2024.11.13 20:48:14.330552 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3568 | 2024.11.13 20:48:14.330690 [ 274 ] {9c3ad2a8-f8ad-46f8-85fa-8d70426fefdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3569 | 2024.11.13 20:48:14.330784 [ 274 ] {9c3ad2a8-f8ad-46f8-85fa-8d70426fefdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3570 | 2024.11.13 20:48:14.332033 [ 274 ] {9c3ad2a8-f8ad-46f8-85fa-8d70426fefdf} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2024.11.13 20:48:14.332071 [ 274 ] {9c3ad2a8-f8ad-46f8-85fa-8d70426fefdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3572 | 2024.11.13 20:48:14.332729 [ 274 ] {9c3ad2a8-f8ad-46f8-85fa-8d70426fefdf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3573 | 2024.11.13 20:48:14.333000 [ 274 ] {9c3ad2a8-f8ad-46f8-85fa-8d70426fefdf} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3574 | 2024.11.13 20:48:14.333239 [ 274 ] {9c3ad2a8-f8ad-46f8-85fa-8d70426fefdf} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002569 sec., 16348.773841961853 rows/sec., 29.30 MiB/sec. | ||
| 3575 | 2024.11.13 20:48:14.333684 [ 274 ] {9c3ad2a8-f8ad-46f8-85fa-8d70426fefdf} <Debug> TCPHandler: Processed in 0.003199096 sec. | ||
| 3576 | 2024.11.13 20:48:14.333854 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3577 | 2024.11.13 20:48:14.333995 [ 277 ] {67c056bf-271c-48e8-abb9-5cb48b93c91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3578 | 2024.11.13 20:48:14.334054 [ 277 ] {67c056bf-271c-48e8-abb9-5cb48b93c91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3579 | 2024.11.13 20:48:14.334573 [ 277 ] {67c056bf-271c-48e8-abb9-5cb48b93c91e} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3580 | 2024.11.13 20:48:14.334612 [ 277 ] {67c056bf-271c-48e8-abb9-5cb48b93c91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3581 | 2024.11.13 20:48:14.334982 [ 277 ] {67c056bf-271c-48e8-abb9-5cb48b93c91e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3582 | 2024.11.13 20:48:14.335233 [ 277 ] {67c056bf-271c-48e8-abb9-5cb48b93c91e} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3583 | 2024.11.13 20:48:14.335447 [ 277 ] {67c056bf-271c-48e8-abb9-5cb48b93c91e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001483 sec., 55293.32434254889 rows/sec., 3.51 MiB/sec. | ||
| 3584 | 2024.11.13 20:48:14.335496 [ 277 ] {67c056bf-271c-48e8-abb9-5cb48b93c91e} <Debug> TCPHandler: Processed in 0.00171336 sec. | ||
| 3585 | 2024.11.13 20:48:15.925970 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 540 | ||
| 3586 | 2024.11.13 20:48:15.928891 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3587 | 2024.11.13 20:48:15.928953 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3588 | 2024.11.13 20:48:15.930543 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3589 | 2024.11.13 20:48:15.930862 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3590 | 2024.11.13 20:48:15.931982 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 540 | ||
| 3591 | 2024.11.13 20:48:16.393821 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36810, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3592 | 2024.11.13 20:48:16.672131 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3593 | 2024.11.13 20:48:17.087702 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3594 | 2024.11.13 20:48:17.236353 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3595 | 2024.11.13 20:48:17.267745 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3596 | 2024.11.13 20:48:17.271066 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55305, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3597 | 2024.11.13 20:48:17.277412 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3598 | 2024.11.13 20:48:17.295829 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49233, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3599 | 2024.11.13 20:48:17.299283 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3600 | 2024.11.13 20:48:17.336841 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3601 | 2024.11.13 20:48:17.426126 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35426, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3602 | 2024.11.13 20:48:17.443454 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3603 | 2024.11.13 20:48:17.488795 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3604 | 2024.11.13 20:48:17.547996 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3605 | 2024.11.13 20:48:17.548043 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3606 | 2024.11.13 20:48:17.566335 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3607 | 2024.11.13 20:48:18.624798 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3608 | 2024.11.13 20:48:19.176119 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3609 | 2024.11.13 20:48:19.261908 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49769, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3610 | 2024.11.13 20:48:19.301848 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3611 | 2024.11.13 20:48:19.302165 [ 277 ] {c8f751b7-b4a7-4cd2-babe-39829eac0f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3612 | 2024.11.13 20:48:19.302280 [ 277 ] {c8f751b7-b4a7-4cd2-babe-39829eac0f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3613 | 2024.11.13 20:48:19.302587 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3614 | 2024.11.13 20:48:19.303431 [ 277 ] {c8f751b7-b4a7-4cd2-babe-39829eac0f3a} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3615 | 2024.11.13 20:48:19.303508 [ 277 ] {c8f751b7-b4a7-4cd2-babe-39829eac0f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3616 | 2024.11.13 20:48:19.304109 [ 277 ] {c8f751b7-b4a7-4cd2-babe-39829eac0f3a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3617 | 2024.11.13 20:48:19.304464 [ 277 ] {c8f751b7-b4a7-4cd2-babe-39829eac0f3a} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3618 | 2024.11.13 20:48:19.304853 [ 277 ] {c8f751b7-b4a7-4cd2-babe-39829eac0f3a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002777 sec., 720.2016564638099 rows/sec., 58.73 KiB/sec. | ||
| 3619 | 2024.11.13 20:48:19.305080 [ 277 ] {c8f751b7-b4a7-4cd2-babe-39829eac0f3a} <Debug> TCPHandler: Processed in 0.003456641 sec. | ||
| 3620 | 2024.11.13 20:48:19.305429 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3621 | 2024.11.13 20:48:19.305636 [ 274 ] {61eebe15-a9c9-44b0-b9ef-85e07300d3e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3622 | 2024.11.13 20:48:19.305729 [ 274 ] {61eebe15-a9c9-44b0-b9ef-85e07300d3e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3623 | 2024.11.13 20:48:19.306704 [ 274 ] {61eebe15-a9c9-44b0-b9ef-85e07300d3e0} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3624 | 2024.11.13 20:48:19.306757 [ 274 ] {61eebe15-a9c9-44b0-b9ef-85e07300d3e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3625 | 2024.11.13 20:48:19.307258 [ 274 ] {61eebe15-a9c9-44b0-b9ef-85e07300d3e0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3626 | 2024.11.13 20:48:19.307560 [ 274 ] {61eebe15-a9c9-44b0-b9ef-85e07300d3e0} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3627 | 2024.11.13 20:48:19.307787 [ 274 ] {61eebe15-a9c9-44b0-b9ef-85e07300d3e0} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00221 sec., 25791.855203619907 rows/sec., 1.97 MiB/sec. | ||
| 3628 | 2024.11.13 20:48:19.307867 [ 274 ] {61eebe15-a9c9-44b0-b9ef-85e07300d3e0} <Debug> TCPHandler: Processed in 0.002603806 sec. | ||
| 3629 | 2024.11.13 20:48:19.308133 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3630 | 2024.11.13 20:48:19.308337 [ 277 ] {947c2a43-147b-477d-b6c3-c9ac33d86c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3631 | 2024.11.13 20:48:19.308423 [ 277 ] {947c2a43-147b-477d-b6c3-c9ac33d86c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3632 | 2024.11.13 20:48:19.309332 [ 277 ] {947c2a43-147b-477d-b6c3-c9ac33d86c68} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3633 | 2024.11.13 20:48:19.309384 [ 277 ] {947c2a43-147b-477d-b6c3-c9ac33d86c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3634 | 2024.11.13 20:48:19.309823 [ 277 ] {947c2a43-147b-477d-b6c3-c9ac33d86c68} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3635 | 2024.11.13 20:48:19.310104 [ 277 ] {947c2a43-147b-477d-b6c3-c9ac33d86c68} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3636 | 2024.11.13 20:48:19.310383 [ 277 ] {947c2a43-147b-477d-b6c3-c9ac33d86c68} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.0021 sec., 952.3809523809524 rows/sec., 66.50 KiB/sec. | ||
| 3637 | 2024.11.13 20:48:19.310481 [ 277 ] {947c2a43-147b-477d-b6c3-c9ac33d86c68} <Debug> TCPHandler: Processed in 0.002477243 sec. | ||
| 3638 | 2024.11.13 20:48:19.310738 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3639 | 2024.11.13 20:48:19.310907 [ 274 ] {53337454-4850-4eb0-bf32-7a8c05a2b70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3640 | 2024.11.13 20:48:19.310980 [ 274 ] {53337454-4850-4eb0-bf32-7a8c05a2b70b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3641 | 2024.11.13 20:48:19.311796 [ 274 ] {53337454-4850-4eb0-bf32-7a8c05a2b70b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3642 | 2024.11.13 20:48:19.311847 [ 274 ] {53337454-4850-4eb0-bf32-7a8c05a2b70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3643 | 2024.11.13 20:48:19.312348 [ 274 ] {53337454-4850-4eb0-bf32-7a8c05a2b70b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3644 | 2024.11.13 20:48:19.312671 [ 274 ] {53337454-4850-4eb0-bf32-7a8c05a2b70b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3645 | 2024.11.13 20:48:19.312940 [ 274 ] {53337454-4850-4eb0-bf32-7a8c05a2b70b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002073 sec., 31837.916063675828 rows/sec., 2.49 MiB/sec. | ||
| 3646 | 2024.11.13 20:48:19.313161 [ 274 ] {53337454-4850-4eb0-bf32-7a8c05a2b70b} <Debug> TCPHandler: Processed in 0.002521444 sec. | ||
| 3647 | 2024.11.13 20:48:19.313427 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3648 | 2024.11.13 20:48:19.313629 [ 277 ] {defd461e-d309-4c5e-a369-1ec5690a6fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3649 | 2024.11.13 20:48:19.313722 [ 277 ] {defd461e-d309-4c5e-a369-1ec5690a6fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3650 | 2024.11.13 20:48:19.314559 [ 277 ] {defd461e-d309-4c5e-a369-1ec5690a6fb7} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3651 | 2024.11.13 20:48:19.314620 [ 277 ] {defd461e-d309-4c5e-a369-1ec5690a6fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3652 | 2024.11.13 20:48:19.315216 [ 277 ] {defd461e-d309-4c5e-a369-1ec5690a6fb7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3653 | 2024.11.13 20:48:19.315535 [ 277 ] {defd461e-d309-4c5e-a369-1ec5690a6fb7} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3654 | 2024.11.13 20:48:19.315861 [ 277 ] {defd461e-d309-4c5e-a369-1ec5690a6fb7} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.002285 sec., 56455.14223194748 rows/sec., 3.93 MiB/sec. | ||
| 3655 | 2024.11.13 20:48:19.315951 [ 277 ] {defd461e-d309-4c5e-a369-1ec5690a6fb7} <Debug> TCPHandler: Processed in 0.002633226 sec. | ||
| 3656 | 2024.11.13 20:48:19.316139 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3657 | 2024.11.13 20:48:19.316274 [ 274 ] {cb89b0f7-1537-4160-9a0e-ed6a287042e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3658 | 2024.11.13 20:48:19.316333 [ 274 ] {cb89b0f7-1537-4160-9a0e-ed6a287042e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3659 | 2024.11.13 20:48:19.316885 [ 274 ] {cb89b0f7-1537-4160-9a0e-ed6a287042e6} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3660 | 2024.11.13 20:48:19.316925 [ 274 ] {cb89b0f7-1537-4160-9a0e-ed6a287042e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3661 | 2024.11.13 20:48:19.317463 [ 274 ] {cb89b0f7-1537-4160-9a0e-ed6a287042e6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3662 | 2024.11.13 20:48:19.317763 [ 274 ] {cb89b0f7-1537-4160-9a0e-ed6a287042e6} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3663 | 2024.11.13 20:48:19.317959 [ 274 ] {cb89b0f7-1537-4160-9a0e-ed6a287042e6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001718 sec., 27939.464493597206 rows/sec., 1.88 MiB/sec. | ||
| 3664 | 2024.11.13 20:48:19.318015 [ 274 ] {cb89b0f7-1537-4160-9a0e-ed6a287042e6} <Debug> TCPHandler: Processed in 0.001938653 sec. | ||
| 3665 | 2024.11.13 20:48:19.320195 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3666 | 2024.11.13 20:48:19.530597 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3667 | 2024.11.13 20:48:19.540015 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39204, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3668 | 2024.11.13 20:48:19.544336 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60178, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3669 | 2024.11.13 20:48:24.301259 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3670 | 2024.11.13 20:48:24.301484 [ 277 ] {e44c2acf-1168-4ae0-9117-fb68c10c1807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3671 | 2024.11.13 20:48:24.301564 [ 277 ] {e44c2acf-1168-4ae0-9117-fb68c10c1807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3672 | 2024.11.13 20:48:24.302343 [ 277 ] {e44c2acf-1168-4ae0-9117-fb68c10c1807} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3673 | 2024.11.13 20:48:24.302397 [ 277 ] {e44c2acf-1168-4ae0-9117-fb68c10c1807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3674 | 2024.11.13 20:48:24.302816 [ 277 ] {e44c2acf-1168-4ae0-9117-fb68c10c1807} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3675 | 2024.11.13 20:48:24.303072 [ 277 ] {e44c2acf-1168-4ae0-9117-fb68c10c1807} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3676 | 2024.11.13 20:48:24.303312 [ 277 ] {e44c2acf-1168-4ae0-9117-fb68c10c1807} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001883 sec., 29739.776951672862 rows/sec., 2.27 MiB/sec. | ||
| 3677 | 2024.11.13 20:48:24.303376 [ 277 ] {e44c2acf-1168-4ae0-9117-fb68c10c1807} <Debug> TCPHandler: Processed in 0.002254499 sec. | ||
| 3678 | 2024.11.13 20:48:24.303645 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3679 | 2024.11.13 20:48:24.303867 [ 274 ] {29daa3e2-d4e3-454f-a005-6d1eb6e24877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3680 | 2024.11.13 20:48:24.303951 [ 274 ] {29daa3e2-d4e3-454f-a005-6d1eb6e24877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3681 | 2024.11.13 20:48:24.304793 [ 274 ] {29daa3e2-d4e3-454f-a005-6d1eb6e24877} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3682 | 2024.11.13 20:48:24.304848 [ 274 ] {29daa3e2-d4e3-454f-a005-6d1eb6e24877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3683 | 2024.11.13 20:48:24.305289 [ 274 ] {29daa3e2-d4e3-454f-a005-6d1eb6e24877} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3684 | 2024.11.13 20:48:24.305555 [ 274 ] {29daa3e2-d4e3-454f-a005-6d1eb6e24877} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2024.11.13 20:48:24.305852 [ 274 ] {29daa3e2-d4e3-454f-a005-6d1eb6e24877} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002036 sec., 31434.18467583497 rows/sec., 2.45 MiB/sec. | ||
| 3686 | 2024.11.13 20:48:24.306054 [ 274 ] {29daa3e2-d4e3-454f-a005-6d1eb6e24877} <Debug> TCPHandler: Processed in 0.002543964 sec. | ||
| 3687 | 2024.11.13 20:48:24.306266 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3688 | 2024.11.13 20:48:24.306442 [ 277 ] {c0475209-e996-4aed-a27b-5d1db035a389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3689 | 2024.11.13 20:48:24.306515 [ 277 ] {c0475209-e996-4aed-a27b-5d1db035a389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3690 | 2024.11.13 20:48:24.307103 [ 277 ] {c0475209-e996-4aed-a27b-5d1db035a389} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3691 | 2024.11.13 20:48:24.307145 [ 277 ] {c0475209-e996-4aed-a27b-5d1db035a389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3692 | 2024.11.13 20:48:24.307535 [ 277 ] {c0475209-e996-4aed-a27b-5d1db035a389} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3693 | 2024.11.13 20:48:24.307771 [ 277 ] {c0475209-e996-4aed-a27b-5d1db035a389} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3694 | 2024.11.13 20:48:24.307979 [ 277 ] {c0475209-e996-4aed-a27b-5d1db035a389} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
| 3695 | 2024.11.13 20:48:24.308035 [ 277 ] {c0475209-e996-4aed-a27b-5d1db035a389} <Debug> TCPHandler: Processed in 0.001863143 sec. | ||
| 3696 | 2024.11.13 20:48:24.308216 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3697 | 2024.11.13 20:48:24.308367 [ 274 ] {60b9954b-189b-44f7-92fd-aacd9d427d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3698 | 2024.11.13 20:48:24.308430 [ 274 ] {60b9954b-189b-44f7-92fd-aacd9d427d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3699 | 2024.11.13 20:48:24.308969 [ 274 ] {60b9954b-189b-44f7-92fd-aacd9d427d23} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3700 | 2024.11.13 20:48:24.309011 [ 274 ] {60b9954b-189b-44f7-92fd-aacd9d427d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3701 | 2024.11.13 20:48:24.309396 [ 274 ] {60b9954b-189b-44f7-92fd-aacd9d427d23} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3702 | 2024.11.13 20:48:24.309634 [ 274 ] {60b9954b-189b-44f7-92fd-aacd9d427d23} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3703 | 2024.11.13 20:48:24.309851 [ 274 ] {60b9954b-189b-44f7-92fd-aacd9d427d23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001521 sec., 39447.731755424065 rows/sec., 2.66 MiB/sec. | ||
| 3704 | 2024.11.13 20:48:24.309910 [ 274 ] {60b9954b-189b-44f7-92fd-aacd9d427d23} <Debug> TCPHandler: Processed in 0.001763131 sec. | ||
| 3705 | 2024.11.13 20:48:25.803754 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3706 | 2024.11.13 20:48:25.803846 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3707 | 2024.11.13 20:48:25.932191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 560 | ||
| 3708 | 2024.11.13 20:48:25.935052 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3709 | 2024.11.13 20:48:25.935109 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3710 | 2024.11.13 20:48:25.936720 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3711 | 2024.11.13 20:48:25.937034 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3712 | 2024.11.13 20:48:25.937322 [ 92 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3713 | 2024.11.13 20:48:25.937499 [ 92 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3714 | 2024.11.13 20:48:25.937618 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3715 | 2024.11.13 20:48:25.938114 [ 194 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 3716 | 2024.11.13 20:48:25.938946 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 560 | ||
| 3717 | 2024.11.13 20:48:25.939317 [ 194 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3718 | 2024.11.13 20:48:25.939453 [ 194 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 424 rows starting from the beginning of the part | ||
| 3719 | 2024.11.13 20:48:25.940046 [ 194 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 3720 | 2024.11.13 20:48:25.940597 [ 194 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part | ||
| 3721 | 2024.11.13 20:48:25.941070 [ 194 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 3722 | 2024.11.13 20:48:25.941525 [ 194 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 3723 | 2024.11.13 20:48:25.941977 [ 194 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 20 rows starting from the beginning of the part | ||
| 3724 | 2024.11.13 20:48:25.950438 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 72 columns (72 merged, 0 gathered) in 0.012647521 sec., 44277.45168400985 rows/sec., 39.15 MiB/sec. | ||
| 3725 | 2024.11.13 20:48:25.951512 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3726 | 2024.11.13 20:48:25.952345 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_16_3} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3727 | 2024.11.13 20:48:25.952441 [ 201 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_16_3} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3728 | 2024.11.13 20:48:25.952764 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 3729 | 2024.11.13 20:48:26.000182 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.22 MiB, peak 160.95 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 1.54 MiB | ||
| 3730 | 2024.11.13 20:48:29.308350 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3731 | 2024.11.13 20:48:29.308572 [ 277 ] {a1356cb9-7aec-477d-b712-14025b7befb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3732 | 2024.11.13 20:48:29.308650 [ 277 ] {a1356cb9-7aec-477d-b712-14025b7befb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3733 | 2024.11.13 20:48:29.309360 [ 277 ] {a1356cb9-7aec-477d-b712-14025b7befb4} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3734 | 2024.11.13 20:48:29.309409 [ 277 ] {a1356cb9-7aec-477d-b712-14025b7befb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3735 | 2024.11.13 20:48:29.309828 [ 277 ] {a1356cb9-7aec-477d-b712-14025b7befb4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3736 | 2024.11.13 20:48:29.310078 [ 277 ] {a1356cb9-7aec-477d-b712-14025b7befb4} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3737 | 2024.11.13 20:48:29.310348 [ 277 ] {a1356cb9-7aec-477d-b712-14025b7befb4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001808 sec., 7743.362831858407 rows/sec., 557.42 KiB/sec. | ||
| 3738 | 2024.11.13 20:48:29.310649 [ 277 ] {a1356cb9-7aec-477d-b712-14025b7befb4} <Debug> TCPHandler: Processed in 0.002425633 sec. | ||
| 3739 | 2024.11.13 20:48:29.310980 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3740 | 2024.11.13 20:48:29.311172 [ 274 ] {c77580a1-307d-44f6-a24d-42842e6e918e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3741 | 2024.11.13 20:48:29.311247 [ 274 ] {c77580a1-307d-44f6-a24d-42842e6e918e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3742 | 2024.11.13 20:48:29.312099 [ 274 ] {c77580a1-307d-44f6-a24d-42842e6e918e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3743 | 2024.11.13 20:48:29.312146 [ 274 ] {c77580a1-307d-44f6-a24d-42842e6e918e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3744 | 2024.11.13 20:48:29.312606 [ 274 ] {c77580a1-307d-44f6-a24d-42842e6e918e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3745 | 2024.11.13 20:48:29.312869 [ 274 ] {c77580a1-307d-44f6-a24d-42842e6e918e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3746 | 2024.11.13 20:48:29.313028 [ 89 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3747 | 2024.11.13 20:48:29.313082 [ 89 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3748 | 2024.11.13 20:48:29.313090 [ 274 ] {c77580a1-307d-44f6-a24d-42842e6e918e} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.001967 sec., 145907.47330960855 rows/sec., 12.88 MiB/sec. | ||
| 3749 | 2024.11.13 20:48:29.313112 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3750 | 2024.11.13 20:48:29.313169 [ 274 ] {c77580a1-307d-44f6-a24d-42842e6e918e} <Debug> TCPHandler: Processed in 0.002380932 sec. | ||
| 3751 | 2024.11.13 20:48:29.313597 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 3752 | 2024.11.13 20:48:29.313687 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3753 | 2024.11.13 20:48:29.314111 [ 277 ] {feb80bf0-c2db-4b4f-a113-f20fc7cfda15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3754 | 2024.11.13 20:48:29.314213 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3755 | 2024.11.13 20:48:29.314267 [ 277 ] {feb80bf0-c2db-4b4f-a113-f20fc7cfda15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3756 | 2024.11.13 20:48:29.314367 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1434 rows starting from the beginning of the part | ||
| 3757 | 2024.11.13 20:48:29.314751 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3758 | 2024.11.13 20:48:29.315311 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 287 rows starting from the beginning of the part | ||
| 3759 | 2024.11.13 20:48:29.315803 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 57 rows starting from the beginning of the part | ||
| 3760 | 2024.11.13 20:48:29.316227 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3761 | 2024.11.13 20:48:29.316574 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 287 rows starting from the beginning of the part | ||
| 3762 | 2024.11.13 20:48:29.317752 [ 277 ] {feb80bf0-c2db-4b4f-a113-f20fc7cfda15} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3763 | 2024.11.13 20:48:29.317837 [ 277 ] {feb80bf0-c2db-4b4f-a113-f20fc7cfda15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3764 | 2024.11.13 20:48:29.318850 [ 277 ] {feb80bf0-c2db-4b4f-a113-f20fc7cfda15} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3765 | 2024.11.13 20:48:29.319360 [ 277 ] {feb80bf0-c2db-4b4f-a113-f20fc7cfda15} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3766 | 2024.11.13 20:48:29.320053 [ 277 ] {feb80bf0-c2db-4b4f-a113-f20fc7cfda15} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.006017 sec., 8143.593152733921 rows/sec., 600.67 KiB/sec. | ||
| 3767 | 2024.11.13 20:48:29.320691 [ 277 ] {feb80bf0-c2db-4b4f-a113-f20fc7cfda15} <Debug> TCPHandler: Processed in 0.00739386 sec. | ||
| 3768 | 2024.11.13 20:48:29.321080 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3769 | 2024.11.13 20:48:29.321155 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2177 rows, containing 5 columns (5 merged, 0 gathered) in 0.00796079 sec., 273465.3219090065 rows/sec., 24.06 MiB/sec. | ||
| 3770 | 2024.11.13 20:48:29.321232 [ 274 ] {b513acf5-1a80-4130-8a43-c6ec185dd691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3771 | 2024.11.13 20:48:29.321290 [ 274 ] {b513acf5-1a80-4130-8a43-c6ec185dd691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3772 | 2024.11.13 20:48:29.321365 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3773 | 2024.11.13 20:48:29.321722 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_26_5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3774 | 2024.11.13 20:48:29.321799 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_26_5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3775 | 2024.11.13 20:48:29.321893 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3776 | 2024.11.13 20:48:29.322055 [ 274 ] {b513acf5-1a80-4130-8a43-c6ec185dd691} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3777 | 2024.11.13 20:48:29.322093 [ 274 ] {b513acf5-1a80-4130-8a43-c6ec185dd691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3778 | 2024.11.13 20:48:29.322439 [ 274 ] {b513acf5-1a80-4130-8a43-c6ec185dd691} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3779 | 2024.11.13 20:48:29.322680 [ 274 ] {b513acf5-1a80-4130-8a43-c6ec185dd691} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3780 | 2024.11.13 20:48:29.322930 [ 274 ] {b513acf5-1a80-4130-8a43-c6ec185dd691} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001723 sec., 8125.3627394080095 rows/sec., 569.05 KiB/sec. | ||
| 3781 | 2024.11.13 20:48:29.323340 [ 274 ] {b513acf5-1a80-4130-8a43-c6ec185dd691} <Debug> TCPHandler: Processed in 0.002434283 sec. | ||
| 3782 | 2024.11.13 20:48:29.323585 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3783 | 2024.11.13 20:48:29.323723 [ 277 ] {f46179c3-f48f-4907-b372-00b484b3088b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3784 | 2024.11.13 20:48:29.323780 [ 277 ] {f46179c3-f48f-4907-b372-00b484b3088b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3785 | 2024.11.13 20:48:29.324457 [ 277 ] {f46179c3-f48f-4907-b372-00b484b3088b} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3786 | 2024.11.13 20:48:29.324504 [ 277 ] {f46179c3-f48f-4907-b372-00b484b3088b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3787 | 2024.11.13 20:48:29.324897 [ 277 ] {f46179c3-f48f-4907-b372-00b484b3088b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3788 | 2024.11.13 20:48:29.325131 [ 277 ] {f46179c3-f48f-4907-b372-00b484b3088b} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3789 | 2024.11.13 20:48:29.325490 [ 277 ] {f46179c3-f48f-4907-b372-00b484b3088b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001762 sec., 7377.979568671964 rows/sec., 460.02 KiB/sec. | ||
| 3790 | 2024.11.13 20:48:29.325749 [ 277 ] {f46179c3-f48f-4907-b372-00b484b3088b} <Debug> TCPHandler: Processed in 0.00229591 sec. | ||
| 3791 | 2024.11.13 20:48:29.325933 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3792 | 2024.11.13 20:48:29.326075 [ 274 ] {2d71e4d3-2101-4fca-bb9c-2228938a2b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3793 | 2024.11.13 20:48:29.326134 [ 274 ] {2d71e4d3-2101-4fca-bb9c-2228938a2b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3794 | 2024.11.13 20:48:29.326979 [ 274 ] {2d71e4d3-2101-4fca-bb9c-2228938a2b4e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3795 | 2024.11.13 20:48:29.327018 [ 274 ] {2d71e4d3-2101-4fca-bb9c-2228938a2b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3796 | 2024.11.13 20:48:29.327399 [ 274 ] {2d71e4d3-2101-4fca-bb9c-2228938a2b4e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3797 | 2024.11.13 20:48:29.327639 [ 274 ] {2d71e4d3-2101-4fca-bb9c-2228938a2b4e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3798 | 2024.11.13 20:48:29.327768 [ 89 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3799 | 2024.11.13 20:48:29.327814 [ 89 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3800 | 2024.11.13 20:48:29.327830 [ 274 ] {2d71e4d3-2101-4fca-bb9c-2228938a2b4e} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001789 sec., 237003.91280044717 rows/sec., 16.95 MiB/sec. | ||
| 3801 | 2024.11.13 20:48:29.327841 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3802 | 2024.11.13 20:48:29.327941 [ 274 ] {2d71e4d3-2101-4fca-bb9c-2228938a2b4e} <Debug> TCPHandler: Processed in 0.002067016 sec. | ||
| 3803 | 2024.11.13 20:48:29.328258 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3804 | 2024.11.13 20:48:29.328415 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 3805 | 2024.11.13 20:48:29.328660 [ 277 ] {24c54dbc-32ea-4d1b-85b5-94c77aa47590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3806 | 2024.11.13 20:48:29.328820 [ 277 ] {24c54dbc-32ea-4d1b-85b5-94c77aa47590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3807 | 2024.11.13 20:48:29.328836 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3808 | 2024.11.13 20:48:29.328931 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part | ||
| 3809 | 2024.11.13 20:48:29.329313 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3810 | 2024.11.13 20:48:29.329688 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 424 rows starting from the beginning of the part | ||
| 3811 | 2024.11.13 20:48:29.329950 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 66 rows starting from the beginning of the part | ||
| 3812 | 2024.11.13 20:48:29.330110 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3813 | 2024.11.13 20:48:29.330494 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 424 rows starting from the beginning of the part | ||
| 3814 | 2024.11.13 20:48:29.331226 [ 277 ] {24c54dbc-32ea-4d1b-85b5-94c77aa47590} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3815 | 2024.11.13 20:48:29.331284 [ 277 ] {24c54dbc-32ea-4d1b-85b5-94c77aa47590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3816 | 2024.11.13 20:48:29.332170 [ 277 ] {24c54dbc-32ea-4d1b-85b5-94c77aa47590} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3817 | 2024.11.13 20:48:29.332701 [ 277 ] {24c54dbc-32ea-4d1b-85b5-94c77aa47590} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3818 | 2024.11.13 20:48:29.333158 [ 277 ] {24c54dbc-32ea-4d1b-85b5-94c77aa47590} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004621 sec., 1298.4202553559835 rows/sec., 67.84 KiB/sec. | ||
| 3819 | 2024.11.13 20:48:29.333301 [ 277 ] {24c54dbc-32ea-4d1b-85b5-94c77aa47590} <Debug> TCPHandler: Processed in 0.005237432 sec. | ||
| 3820 | 2024.11.13 20:48:29.333608 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3821 | 2024.11.13 20:48:29.333668 [ 197 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.00571339 sec., 341653.55419462005 rows/sec., 26.15 MiB/sec. | ||
| 3822 | 2024.11.13 20:48:29.333795 [ 274 ] {42d3daf2-3acb-417a-b74d-ad23006d1a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3823 | 2024.11.13 20:48:29.333870 [ 274 ] {42d3daf2-3acb-417a-b74d-ad23006d1a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3824 | 2024.11.13 20:48:29.333878 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3825 | 2024.11.13 20:48:29.334516 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_26_5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3826 | 2024.11.13 20:48:29.334688 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_26_5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3827 | 2024.11.13 20:48:29.334855 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3828 | 2024.11.13 20:48:29.335042 [ 274 ] {42d3daf2-3acb-417a-b74d-ad23006d1a54} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3829 | 2024.11.13 20:48:29.335085 [ 274 ] {42d3daf2-3acb-417a-b74d-ad23006d1a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3830 | 2024.11.13 20:48:29.335482 [ 274 ] {42d3daf2-3acb-417a-b74d-ad23006d1a54} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3831 | 2024.11.13 20:48:29.335728 [ 274 ] {42d3daf2-3acb-417a-b74d-ad23006d1a54} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3832 | 2024.11.13 20:48:29.336024 [ 274 ] {42d3daf2-3acb-417a-b74d-ad23006d1a54} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002278 sec., 104038.63037752414 rows/sec., 6.97 MiB/sec. | ||
| 3833 | 2024.11.13 20:48:29.336513 [ 274 ] {42d3daf2-3acb-417a-b74d-ad23006d1a54} <Debug> TCPHandler: Processed in 0.003078004 sec. | ||
| 3834 | 2024.11.13 20:48:29.336804 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3835 | 2024.11.13 20:48:29.336943 [ 277 ] {de254fd1-71ab-4248-9b81-cc70138c4b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3836 | 2024.11.13 20:48:29.337002 [ 277 ] {de254fd1-71ab-4248-9b81-cc70138c4b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3837 | 2024.11.13 20:48:29.337542 [ 277 ] {de254fd1-71ab-4248-9b81-cc70138c4b3b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3838 | 2024.11.13 20:48:29.337587 [ 277 ] {de254fd1-71ab-4248-9b81-cc70138c4b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3839 | 2024.11.13 20:48:29.337966 [ 277 ] {de254fd1-71ab-4248-9b81-cc70138c4b3b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3840 | 2024.11.13 20:48:29.338200 [ 277 ] {de254fd1-71ab-4248-9b81-cc70138c4b3b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3841 | 2024.11.13 20:48:29.338550 [ 277 ] {de254fd1-71ab-4248-9b81-cc70138c4b3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001607 sec., 622.2775357809584 rows/sec., 41.93 KiB/sec. | ||
| 3842 | 2024.11.13 20:48:29.338882 [ 277 ] {de254fd1-71ab-4248-9b81-cc70138c4b3b} <Debug> TCPHandler: Processed in 0.0022404 sec. | ||
| 3843 | 2024.11.13 20:48:29.339067 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3844 | 2024.11.13 20:48:29.339206 [ 274 ] {2ff622b8-3184-4373-ab9d-0b1a1c990b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3845 | 2024.11.13 20:48:29.339298 [ 274 ] {2ff622b8-3184-4373-ab9d-0b1a1c990b4a} <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 | ||
| 3846 | 2024.11.13 20:48:29.340593 [ 274 ] {2ff622b8-3184-4373-ab9d-0b1a1c990b4a} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3847 | 2024.11.13 20:48:29.340631 [ 274 ] {2ff622b8-3184-4373-ab9d-0b1a1c990b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3848 | 2024.11.13 20:48:29.341310 [ 274 ] {2ff622b8-3184-4373-ab9d-0b1a1c990b4a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3849 | 2024.11.13 20:48:29.341569 [ 274 ] {2ff622b8-3184-4373-ab9d-0b1a1c990b4a} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3850 | 2024.11.13 20:48:29.341972 [ 274 ] {2ff622b8-3184-4373-ab9d-0b1a1c990b4a} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002768 sec., 15173.410404624277 rows/sec., 27.19 MiB/sec. | ||
| 3851 | 2024.11.13 20:48:29.342412 [ 274 ] {2ff622b8-3184-4373-ab9d-0b1a1c990b4a} <Debug> TCPHandler: Processed in 0.003410589 sec. | ||
| 3852 | 2024.11.13 20:48:29.342604 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3853 | 2024.11.13 20:48:29.342741 [ 277 ] {1eea141b-9ced-4bf4-afd6-001d9fc57fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3854 | 2024.11.13 20:48:29.342801 [ 277 ] {1eea141b-9ced-4bf4-afd6-001d9fc57fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3855 | 2024.11.13 20:48:29.343386 [ 277 ] {1eea141b-9ced-4bf4-afd6-001d9fc57fcf} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3856 | 2024.11.13 20:48:29.343430 [ 277 ] {1eea141b-9ced-4bf4-afd6-001d9fc57fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3857 | 2024.11.13 20:48:29.343858 [ 277 ] {1eea141b-9ced-4bf4-afd6-001d9fc57fcf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3858 | 2024.11.13 20:48:29.344092 [ 277 ] {1eea141b-9ced-4bf4-afd6-001d9fc57fcf} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3859 | 2024.11.13 20:48:29.344394 [ 277 ] {1eea141b-9ced-4bf4-afd6-001d9fc57fcf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001653 sec., 49606.77555958863 rows/sec., 3.15 MiB/sec. | ||
| 3860 | 2024.11.13 20:48:29.344589 [ 277 ] {1eea141b-9ced-4bf4-afd6-001d9fc57fcf} <Debug> TCPHandler: Processed in 0.002047186 sec. | ||
| 3861 | 2024.11.13 20:48:31.696303 [ 87 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3862 | 2024.11.13 20:48:31.696359 [ 87 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3863 | 2024.11.13 20:48:31.696380 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3864 | 2024.11.13 20:48:31.696631 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 3865 | 2024.11.13 20:48:31.696793 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3866 | 2024.11.13 20:48:31.696829 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 3867 | 2024.11.13 20:48:31.696938 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 3868 | 2024.11.13 20:48:31.697176 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 3869 | 2024.11.13 20:48:31.697308 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 3870 | 2024.11.13 20:48:31.697419 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 3871 | 2024.11.13 20:48:31.698309 [ 200 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.001848042 sec., 10822.264861945778 rows/sec., 924.75 KiB/sec. | ||
| 3872 | 2024.11.13 20:48:31.698427 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3873 | 2024.11.13 20:48:31.698698 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_5_1} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3874 | 2024.11.13 20:48:31.698777 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_5_1} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3875 | 2024.11.13 20:48:31.698849 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3876 | 2024.11.13 20:48:34.299910 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3877 | 2024.11.13 20:48:34.300138 [ 277 ] {1ed74857-5273-4c43-9163-ae6c4d2258d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3878 | 2024.11.13 20:48:34.300219 [ 277 ] {1ed74857-5273-4c43-9163-ae6c4d2258d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3879 | 2024.11.13 20:48:34.301056 [ 277 ] {1ed74857-5273-4c43-9163-ae6c4d2258d6} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3880 | 2024.11.13 20:48:34.301110 [ 277 ] {1ed74857-5273-4c43-9163-ae6c4d2258d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3881 | 2024.11.13 20:48:34.301524 [ 277 ] {1ed74857-5273-4c43-9163-ae6c4d2258d6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3882 | 2024.11.13 20:48:34.301781 [ 277 ] {1ed74857-5273-4c43-9163-ae6c4d2258d6} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3883 | 2024.11.13 20:48:34.302017 [ 277 ] {1ed74857-5273-4c43-9163-ae6c4d2258d6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001935 sec., 2067.1834625322995 rows/sec., 168.56 KiB/sec. | ||
| 3884 | 2024.11.13 20:48:34.302081 [ 277 ] {1ed74857-5273-4c43-9163-ae6c4d2258d6} <Debug> TCPHandler: Processed in 0.00231163 sec. | ||
| 3885 | 2024.11.13 20:48:34.302333 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3886 | 2024.11.13 20:48:34.302533 [ 274 ] {525eedf5-70c6-4945-bb5f-5320066b847a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3887 | 2024.11.13 20:48:34.302604 [ 274 ] {525eedf5-70c6-4945-bb5f-5320066b847a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3888 | 2024.11.13 20:48:34.303360 [ 274 ] {525eedf5-70c6-4945-bb5f-5320066b847a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3889 | 2024.11.13 20:48:34.303401 [ 274 ] {525eedf5-70c6-4945-bb5f-5320066b847a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3890 | 2024.11.13 20:48:34.303835 [ 274 ] {525eedf5-70c6-4945-bb5f-5320066b847a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3891 | 2024.11.13 20:48:34.304082 [ 274 ] {525eedf5-70c6-4945-bb5f-5320066b847a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3892 | 2024.11.13 20:48:34.304274 [ 274 ] {525eedf5-70c6-4945-bb5f-5320066b847a} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001802 sec., 32186.45948945616 rows/sec., 2.45 MiB/sec. | ||
| 3893 | 2024.11.13 20:48:34.304328 [ 274 ] {525eedf5-70c6-4945-bb5f-5320066b847a} <Debug> TCPHandler: Processed in 0.002127377 sec. | ||
| 3894 | 2024.11.13 20:48:34.304497 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3895 | 2024.11.13 20:48:34.304644 [ 277 ] {68583868-2acd-4d81-874a-ba590817635c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3896 | 2024.11.13 20:48:34.304706 [ 277 ] {68583868-2acd-4d81-874a-ba590817635c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3897 | 2024.11.13 20:48:34.305332 [ 277 ] {68583868-2acd-4d81-874a-ba590817635c} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3898 | 2024.11.13 20:48:34.305373 [ 277 ] {68583868-2acd-4d81-874a-ba590817635c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3899 | 2024.11.13 20:48:34.305727 [ 277 ] {68583868-2acd-4d81-874a-ba590817635c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3900 | 2024.11.13 20:48:34.305963 [ 277 ] {68583868-2acd-4d81-874a-ba590817635c} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3901 | 2024.11.13 20:48:34.306171 [ 277 ] {68583868-2acd-4d81-874a-ba590817635c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001563 sec., 2559.181062060141 rows/sec., 178.69 KiB/sec. | ||
| 3902 | 2024.11.13 20:48:34.306224 [ 277 ] {68583868-2acd-4d81-874a-ba590817635c} <Debug> TCPHandler: Processed in 0.001798991 sec. | ||
| 3903 | 2024.11.13 20:48:34.306383 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3904 | 2024.11.13 20:48:34.306521 [ 274 ] {426245a6-90ae-4245-9a51-ec026aaccaa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3905 | 2024.11.13 20:48:34.306577 [ 274 ] {426245a6-90ae-4245-9a51-ec026aaccaa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3906 | 2024.11.13 20:48:34.307225 [ 274 ] {426245a6-90ae-4245-9a51-ec026aaccaa6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3907 | 2024.11.13 20:48:34.307262 [ 274 ] {426245a6-90ae-4245-9a51-ec026aaccaa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3908 | 2024.11.13 20:48:34.307613 [ 274 ] {426245a6-90ae-4245-9a51-ec026aaccaa6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3909 | 2024.11.13 20:48:34.307852 [ 274 ] {426245a6-90ae-4245-9a51-ec026aaccaa6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3910 | 2024.11.13 20:48:34.308041 [ 274 ] {426245a6-90ae-4245-9a51-ec026aaccaa6} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001551 sec., 43842.682140554476 rows/sec., 3.43 MiB/sec. | ||
| 3911 | 2024.11.13 20:48:34.308173 [ 274 ] {426245a6-90ae-4245-9a51-ec026aaccaa6} <Debug> TCPHandler: Processed in 0.001855162 sec. | ||
| 3912 | 2024.11.13 20:48:34.308338 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3913 | 2024.11.13 20:48:34.308475 [ 277 ] {b1c0be67-bcae-4e26-af64-1b8c18b1ce3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3914 | 2024.11.13 20:48:34.308539 [ 277 ] {b1c0be67-bcae-4e26-af64-1b8c18b1ce3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3915 | 2024.11.13 20:48:34.309149 [ 277 ] {b1c0be67-bcae-4e26-af64-1b8c18b1ce3d} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3916 | 2024.11.13 20:48:34.309188 [ 277 ] {b1c0be67-bcae-4e26-af64-1b8c18b1ce3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3917 | 2024.11.13 20:48:34.309578 [ 277 ] {b1c0be67-bcae-4e26-af64-1b8c18b1ce3d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3918 | 2024.11.13 20:48:34.309811 [ 277 ] {b1c0be67-bcae-4e26-af64-1b8c18b1ce3d} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3919 | 2024.11.13 20:48:34.309969 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3920 | 2024.11.13 20:48:34.310036 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3921 | 2024.11.13 20:48:34.310044 [ 277 ] {b1c0be67-bcae-4e26-af64-1b8c18b1ce3d} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001591 sec., 81709.61659333753 rows/sec., 5.69 MiB/sec. | ||
| 3922 | 2024.11.13 20:48:34.310073 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3923 | 2024.11.13 20:48:34.310165 [ 277 ] {b1c0be67-bcae-4e26-af64-1b8c18b1ce3d} <Debug> TCPHandler: Processed in 0.001892123 sec. | ||
| 3924 | 2024.11.13 20:48:34.310464 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3925 | 2024.11.13 20:48:34.310661 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 3926 | 2024.11.13 20:48:34.310819 [ 274 ] {30b14a7e-b7ba-4173-85b5-1e1b91233eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3927 | 2024.11.13 20:48:34.310951 [ 274 ] {30b14a7e-b7ba-4173-85b5-1e1b91233eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3928 | 2024.11.13 20:48:34.311114 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3929 | 2024.11.13 20:48:34.311229 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3718 rows starting from the beginning of the part | ||
| 3930 | 2024.11.13 20:48:34.311594 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 3931 | 2024.11.13 20:48:34.311970 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 129 rows starting from the beginning of the part | ||
| 3932 | 2024.11.13 20:48:34.312202 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 3933 | 2024.11.13 20:48:34.312581 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 3934 | 2024.11.13 20:48:34.313157 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 130 rows starting from the beginning of the part | ||
| 3935 | 2024.11.13 20:48:34.313472 [ 274 ] {30b14a7e-b7ba-4173-85b5-1e1b91233eb4} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3936 | 2024.11.13 20:48:34.313555 [ 274 ] {30b14a7e-b7ba-4173-85b5-1e1b91233eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3937 | 2024.11.13 20:48:34.314426 [ 274 ] {30b14a7e-b7ba-4173-85b5-1e1b91233eb4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3938 | 2024.11.13 20:48:34.314934 [ 274 ] {30b14a7e-b7ba-4173-85b5-1e1b91233eb4} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3939 | 2024.11.13 20:48:34.315264 [ 85 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 3940 | 2024.11.13 20:48:34.315388 [ 85 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3941 | 2024.11.13 20:48:34.315479 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3942 | 2024.11.13 20:48:34.315642 [ 274 ] {30b14a7e-b7ba-4173-85b5-1e1b91233eb4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004874 sec., 9848.173984407058 rows/sec., 679.63 KiB/sec. | ||
| 3943 | 2024.11.13 20:48:34.315954 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 3944 | 2024.11.13 20:48:34.315982 [ 274 ] {30b14a7e-b7ba-4173-85b5-1e1b91233eb4} <Debug> TCPHandler: Processed in 0.00568332 sec. | ||
| 3945 | 2024.11.13 20:48:34.316296 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3946 | 2024.11.13 20:48:34.316332 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 822 rows starting from the beginning of the part | ||
| 3947 | 2024.11.13 20:48:34.316441 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 3948 | 2024.11.13 20:48:34.316709 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 3949 | 2024.11.13 20:48:34.317147 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 3950 | 2024.11.13 20:48:34.317346 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 3951 | 2024.11.13 20:48:34.317748 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part | ||
| 3952 | 2024.11.13 20:48:34.318224 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4611 rows, containing 5 columns (5 merged, 0 gathered) in 0.00799851 sec., 576482.369841383 rows/sec., 38.76 MiB/sec. | ||
| 3953 | 2024.11.13 20:48:34.318719 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3954 | 2024.11.13 20:48:34.319118 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3955 | 2024.11.13 20:48:34.319238 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3956 | 2024.11.13 20:48:34.319343 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 3957 | 2024.11.13 20:48:34.319495 [ 200 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1142 rows, containing 4 columns (4 merged, 0 gathered) in 0.003881748 sec., 294197.3564486927 rows/sec., 18.83 MiB/sec. | ||
| 3958 | 2024.11.13 20:48:34.319677 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 3959 | 2024.11.13 20:48:34.319951 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3960 | 2024.11.13 20:48:34.320026 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_25_5} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 3961 | 2024.11.13 20:48:34.320099 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3962 | 2024.11.13 20:48:35.939088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 594 | ||
| 3963 | 2024.11.13 20:48:35.942086 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3964 | 2024.11.13 20:48:35.942144 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 3965 | 2024.11.13 20:48:35.943604 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3966 | 2024.11.13 20:48:35.943915 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3967 | 2024.11.13 20:48:35.945237 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 594 | ||
| 3968 | 2024.11.13 20:48:39.300887 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3969 | 2024.11.13 20:48:39.301114 [ 277 ] {f89c96b4-adc6-4141-bec7-cc977e210035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3970 | 2024.11.13 20:48:39.301185 [ 277 ] {f89c96b4-adc6-4141-bec7-cc977e210035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3971 | 2024.11.13 20:48:39.301956 [ 277 ] {f89c96b4-adc6-4141-bec7-cc977e210035} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3972 | 2024.11.13 20:48:39.302010 [ 277 ] {f89c96b4-adc6-4141-bec7-cc977e210035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3973 | 2024.11.13 20:48:39.302456 [ 277 ] {f89c96b4-adc6-4141-bec7-cc977e210035} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3974 | 2024.11.13 20:48:39.302743 [ 277 ] {f89c96b4-adc6-4141-bec7-cc977e210035} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3975 | 2024.11.13 20:48:39.302995 [ 277 ] {f89c96b4-adc6-4141-bec7-cc977e210035} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.21 MiB/sec. | ||
| 3976 | 2024.11.13 20:48:39.303058 [ 277 ] {f89c96b4-adc6-4141-bec7-cc977e210035} <Debug> TCPHandler: Processed in 0.002310101 sec. | ||
| 3977 | 2024.11.13 20:48:39.303324 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3978 | 2024.11.13 20:48:39.303520 [ 274 ] {650c3f7d-876f-4fdc-80c4-eb5885623aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3979 | 2024.11.13 20:48:39.303595 [ 274 ] {650c3f7d-876f-4fdc-80c4-eb5885623aa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3980 | 2024.11.13 20:48:39.304373 [ 274 ] {650c3f7d-876f-4fdc-80c4-eb5885623aa7} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3981 | 2024.11.13 20:48:39.304423 [ 274 ] {650c3f7d-876f-4fdc-80c4-eb5885623aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3982 | 2024.11.13 20:48:39.304859 [ 274 ] {650c3f7d-876f-4fdc-80c4-eb5885623aa7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3983 | 2024.11.13 20:48:39.305121 [ 274 ] {650c3f7d-876f-4fdc-80c4-eb5885623aa7} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3984 | 2024.11.13 20:48:39.305368 [ 274 ] {650c3f7d-876f-4fdc-80c4-eb5885623aa7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001903 sec., 33631.108775617446 rows/sec., 2.62 MiB/sec. | ||
| 3985 | 2024.11.13 20:48:39.305506 [ 274 ] {650c3f7d-876f-4fdc-80c4-eb5885623aa7} <Debug> TCPHandler: Processed in 0.002319701 sec. | ||
| 3986 | 2024.11.13 20:48:39.305675 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3987 | 2024.11.13 20:48:39.305797 [ 277 ] {4511ff91-1b6d-4d05-9631-cd761e04c096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3988 | 2024.11.13 20:48:39.305855 [ 277 ] {4511ff91-1b6d-4d05-9631-cd761e04c096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3989 | 2024.11.13 20:48:39.306439 [ 277 ] {4511ff91-1b6d-4d05-9631-cd761e04c096} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3990 | 2024.11.13 20:48:39.306480 [ 277 ] {4511ff91-1b6d-4d05-9631-cd761e04c096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3991 | 2024.11.13 20:48:39.306873 [ 277 ] {4511ff91-1b6d-4d05-9631-cd761e04c096} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3992 | 2024.11.13 20:48:39.307115 [ 277 ] {4511ff91-1b6d-4d05-9631-cd761e04c096} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3993 | 2024.11.13 20:48:39.307327 [ 277 ] {4511ff91-1b6d-4d05-9631-cd761e04c096} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
| 3994 | 2024.11.13 20:48:39.307382 [ 277 ] {4511ff91-1b6d-4d05-9631-cd761e04c096} <Debug> TCPHandler: Processed in 0.001766251 sec. | ||
| 3995 | 2024.11.13 20:48:39.307537 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3996 | 2024.11.13 20:48:39.307686 [ 274 ] {b13ba8fb-6d4b-412e-89c9-201be76dc714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3997 | 2024.11.13 20:48:39.307749 [ 274 ] {b13ba8fb-6d4b-412e-89c9-201be76dc714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3998 | 2024.11.13 20:48:39.308308 [ 274 ] {b13ba8fb-6d4b-412e-89c9-201be76dc714} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3999 | 2024.11.13 20:48:39.308348 [ 274 ] {b13ba8fb-6d4b-412e-89c9-201be76dc714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4000 | 2024.11.13 20:48:39.308728 [ 274 ] {b13ba8fb-6d4b-412e-89c9-201be76dc714} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4001 | 2024.11.13 20:48:39.308967 [ 274 ] {b13ba8fb-6d4b-412e-89c9-201be76dc714} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2024.11.13 20:48:39.309181 [ 274 ] {b13ba8fb-6d4b-412e-89c9-201be76dc714} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
| 4003 | 2024.11.13 20:48:39.309234 [ 274 ] {b13ba8fb-6d4b-412e-89c9-201be76dc714} <Debug> TCPHandler: Processed in 0.001767471 sec. | ||
| 4004 | 2024.11.13 20:48:40.803906 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4005 | 2024.11.13 20:48:40.803961 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4006 | 2024.11.13 20:48:42.250886 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4007 | 2024.11.13 20:48:42.469197 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4008 | 2024.11.13 20:48:42.471631 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50449, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4009 | 2024.11.13 20:48:42.498042 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4010 | 2024.11.13 20:48:42.753600 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4011 | 2024.11.13 20:48:42.754908 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4012 | 2024.11.13 20:48:42.768187 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54486, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4013 | 2024.11.13 20:48:42.771659 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48748, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4014 | 2024.11.13 20:48:44.308231 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4015 | 2024.11.13 20:48:44.308433 [ 277 ] {cf3a1c34-b5f3-438d-911c-5d029f0e6260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4016 | 2024.11.13 20:48:44.308507 [ 277 ] {cf3a1c34-b5f3-438d-911c-5d029f0e6260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4017 | 2024.11.13 20:48:44.309273 [ 277 ] {cf3a1c34-b5f3-438d-911c-5d029f0e6260} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4018 | 2024.11.13 20:48:44.309328 [ 277 ] {cf3a1c34-b5f3-438d-911c-5d029f0e6260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4019 | 2024.11.13 20:48:44.309844 [ 277 ] {cf3a1c34-b5f3-438d-911c-5d029f0e6260} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4020 | 2024.11.13 20:48:44.310180 [ 277 ] {cf3a1c34-b5f3-438d-911c-5d029f0e6260} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4021 | 2024.11.13 20:48:44.310429 [ 76 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4022 | 2024.11.13 20:48:44.310514 [ 277 ] {cf3a1c34-b5f3-438d-911c-5d029f0e6260} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002122 sec., 6597.549481621111 rows/sec., 474.94 KiB/sec. | ||
| 4023 | 2024.11.13 20:48:44.310523 [ 76 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4024 | 2024.11.13 20:48:44.310618 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4025 | 2024.11.13 20:48:44.310689 [ 277 ] {cf3a1c34-b5f3-438d-911c-5d029f0e6260} <Debug> TCPHandler: Processed in 0.002583195 sec. | ||
| 4026 | 2024.11.13 20:48:44.311044 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 4027 | 2024.11.13 20:48:44.311206 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4028 | 2024.11.13 20:48:44.311305 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4029 | 2024.11.13 20:48:44.311385 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 4030 | 2024.11.13 20:48:44.311603 [ 274 ] {e219b2d8-18e2-440b-bfd6-ba555cebeb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4031 | 2024.11.13 20:48:44.311627 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 4032 | 2024.11.13 20:48:44.311803 [ 274 ] {e219b2d8-18e2-440b-bfd6-ba555cebeb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4033 | 2024.11.13 20:48:44.311977 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 4034 | 2024.11.13 20:48:44.312350 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 4035 | 2024.11.13 20:48:44.312716 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 4036 | 2024.11.13 20:48:44.314579 [ 274 ] {e219b2d8-18e2-440b-bfd6-ba555cebeb0e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4037 | 2024.11.13 20:48:44.314677 [ 274 ] {e219b2d8-18e2-440b-bfd6-ba555cebeb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4038 | 2024.11.13 20:48:44.315385 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.0046029 sec., 15207.803775880424 rows/sec., 1.13 MiB/sec. | ||
| 4039 | 2024.11.13 20:48:44.315686 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4040 | 2024.11.13 20:48:44.315724 [ 274 ] {e219b2d8-18e2-440b-bfd6-ba555cebeb0e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4041 | 2024.11.13 20:48:44.316232 [ 274 ] {e219b2d8-18e2-440b-bfd6-ba555cebeb0e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4042 | 2024.11.13 20:48:44.316365 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_13_3} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4043 | 2024.11.13 20:48:44.316598 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_13_3} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4044 | 2024.11.13 20:48:44.316667 [ 274 ] {e219b2d8-18e2-440b-bfd6-ba555cebeb0e} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.005233 sec., 54844.25759602523 rows/sec., 4.84 MiB/sec. | ||
| 4045 | 2024.11.13 20:48:44.316769 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4046 | 2024.11.13 20:48:44.316879 [ 274 ] {e219b2d8-18e2-440b-bfd6-ba555cebeb0e} <Debug> TCPHandler: Processed in 0.005913194 sec. | ||
| 4047 | 2024.11.13 20:48:44.317074 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4048 | 2024.11.13 20:48:44.317206 [ 277 ] {41e26a26-0974-458f-aba9-0923d9fd9a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4049 | 2024.11.13 20:48:44.317261 [ 277 ] {41e26a26-0974-458f-aba9-0923d9fd9a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4050 | 2024.11.13 20:48:44.317905 [ 277 ] {41e26a26-0974-458f-aba9-0923d9fd9a99} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2024.11.13 20:48:44.317948 [ 277 ] {41e26a26-0974-458f-aba9-0923d9fd9a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4052 | 2024.11.13 20:48:44.318329 [ 277 ] {41e26a26-0974-458f-aba9-0923d9fd9a99} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4053 | 2024.11.13 20:48:44.318574 [ 277 ] {41e26a26-0974-458f-aba9-0923d9fd9a99} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4054 | 2024.11.13 20:48:44.318802 [ 277 ] {41e26a26-0974-458f-aba9-0923d9fd9a99} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001628 sec., 30098.280098280095 rows/sec., 2.17 MiB/sec. | ||
| 4055 | 2024.11.13 20:48:44.318861 [ 277 ] {41e26a26-0974-458f-aba9-0923d9fd9a99} <Debug> TCPHandler: Processed in 0.001848753 sec. | ||
| 4056 | 2024.11.13 20:48:44.319018 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4057 | 2024.11.13 20:48:44.319144 [ 274 ] {1371ab22-d9da-490b-8afb-e7a8706eeaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4058 | 2024.11.13 20:48:44.319199 [ 274 ] {1371ab22-d9da-490b-8afb-e7a8706eeaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4059 | 2024.11.13 20:48:44.319907 [ 274 ] {1371ab22-d9da-490b-8afb-e7a8706eeaf0} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2024.11.13 20:48:44.319956 [ 274 ] {1371ab22-d9da-490b-8afb-e7a8706eeaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4061 | 2024.11.13 20:48:44.320357 [ 274 ] {1371ab22-d9da-490b-8afb-e7a8706eeaf0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4062 | 2024.11.13 20:48:44.320598 [ 274 ] {1371ab22-d9da-490b-8afb-e7a8706eeaf0} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4063 | 2024.11.13 20:48:44.320813 [ 274 ] {1371ab22-d9da-490b-8afb-e7a8706eeaf0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001701 sec., 8230.452674897118 rows/sec., 576.41 KiB/sec. | ||
| 4064 | 2024.11.13 20:48:44.320865 [ 274 ] {1371ab22-d9da-490b-8afb-e7a8706eeaf0} <Debug> TCPHandler: Processed in 0.001907764 sec. | ||
| 4065 | 2024.11.13 20:48:44.321012 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4066 | 2024.11.13 20:48:44.321133 [ 277 ] {2759e7a7-2217-45e6-8b71-4442b7505612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4067 | 2024.11.13 20:48:44.321183 [ 277 ] {2759e7a7-2217-45e6-8b71-4442b7505612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4068 | 2024.11.13 20:48:44.321870 [ 277 ] {2759e7a7-2217-45e6-8b71-4442b7505612} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2024.11.13 20:48:44.321919 [ 277 ] {2759e7a7-2217-45e6-8b71-4442b7505612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4070 | 2024.11.13 20:48:44.322316 [ 277 ] {2759e7a7-2217-45e6-8b71-4442b7505612} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4071 | 2024.11.13 20:48:44.322550 [ 277 ] {2759e7a7-2217-45e6-8b71-4442b7505612} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2024.11.13 20:48:44.322709 [ 76 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4073 | 2024.11.13 20:48:44.322775 [ 76 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4074 | 2024.11.13 20:48:44.322803 [ 277 ] {2759e7a7-2217-45e6-8b71-4442b7505612} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001689 sec., 7696.8620485494375 rows/sec., 479.90 KiB/sec. | ||
| 4075 | 2024.11.13 20:48:44.322817 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4076 | 2024.11.13 20:48:44.322962 [ 277 ] {2759e7a7-2217-45e6-8b71-4442b7505612} <Debug> TCPHandler: Processed in 0.002005555 sec. | ||
| 4077 | 2024.11.13 20:48:44.323031 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 4078 | 2024.11.13 20:48:44.323137 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4079 | 2024.11.13 20:48:44.323205 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4080 | 2024.11.13 20:48:44.323264 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 4081 | 2024.11.13 20:48:44.323348 [ 274 ] {8011b929-a626-40df-b254-bd907ed878ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4082 | 2024.11.13 20:48:44.323489 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 4083 | 2024.11.13 20:48:44.323591 [ 274 ] {8011b929-a626-40df-b254-bd907ed878ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4084 | 2024.11.13 20:48:44.323792 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 4085 | 2024.11.13 20:48:44.324169 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 4086 | 2024.11.13 20:48:44.324467 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 4087 | 2024.11.13 20:48:44.326696 [ 274 ] {8011b929-a626-40df-b254-bd907ed878ce} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4088 | 2024.11.13 20:48:44.326786 [ 274 ] {8011b929-a626-40df-b254-bd907ed878ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4089 | 2024.11.13 20:48:44.327049 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004089772 sec., 15893.306521732751 rows/sec., 1.03 MiB/sec. | ||
| 4090 | 2024.11.13 20:48:44.327231 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4091 | 2024.11.13 20:48:44.327669 [ 274 ] {8011b929-a626-40df-b254-bd907ed878ce} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4092 | 2024.11.13 20:48:44.327761 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_13_3} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2024.11.13 20:48:44.327877 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_13_3} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4094 | 2024.11.13 20:48:44.327999 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4095 | 2024.11.13 20:48:44.328083 [ 274 ] {8011b929-a626-40df-b254-bd907ed878ce} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2024.11.13 20:48:44.328304 [ 274 ] {8011b929-a626-40df-b254-bd907ed878ce} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.005008 sec., 84664.53674121405 rows/sec., 6.05 MiB/sec. | ||
| 4097 | 2024.11.13 20:48:44.328369 [ 274 ] {8011b929-a626-40df-b254-bd907ed878ce} <Debug> TCPHandler: Processed in 0.005311543 sec. | ||
| 4098 | 2024.11.13 20:48:44.328560 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4099 | 2024.11.13 20:48:44.328699 [ 277 ] {b8b2dff4-a0f7-4f40-bc50-f432669a7fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4100 | 2024.11.13 20:48:44.328759 [ 277 ] {b8b2dff4-a0f7-4f40-bc50-f432669a7fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4101 | 2024.11.13 20:48:44.329318 [ 277 ] {b8b2dff4-a0f7-4f40-bc50-f432669a7fb0} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4102 | 2024.11.13 20:48:44.329356 [ 277 ] {b8b2dff4-a0f7-4f40-bc50-f432669a7fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4103 | 2024.11.13 20:48:44.329713 [ 277 ] {b8b2dff4-a0f7-4f40-bc50-f432669a7fb0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4104 | 2024.11.13 20:48:44.329959 [ 277 ] {b8b2dff4-a0f7-4f40-bc50-f432669a7fb0} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2024.11.13 20:48:44.330166 [ 277 ] {b8b2dff4-a0f7-4f40-bc50-f432669a7fb0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 209.12 KiB/sec. | ||
| 4106 | 2024.11.13 20:48:44.330215 [ 277 ] {b8b2dff4-a0f7-4f40-bc50-f432669a7fb0} <Debug> TCPHandler: Processed in 0.00172344 sec. | ||
| 4107 | 2024.11.13 20:48:44.330412 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4108 | 2024.11.13 20:48:44.330633 [ 274 ] {71fdf472-c7e1-4dd6-b8ba-b29ad5c394af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4109 | 2024.11.13 20:48:44.330731 [ 274 ] {71fdf472-c7e1-4dd6-b8ba-b29ad5c394af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4110 | 2024.11.13 20:48:44.331535 [ 274 ] {71fdf472-c7e1-4dd6-b8ba-b29ad5c394af} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4111 | 2024.11.13 20:48:44.331574 [ 274 ] {71fdf472-c7e1-4dd6-b8ba-b29ad5c394af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4112 | 2024.11.13 20:48:44.331963 [ 274 ] {71fdf472-c7e1-4dd6-b8ba-b29ad5c394af} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4113 | 2024.11.13 20:48:44.332198 [ 274 ] {71fdf472-c7e1-4dd6-b8ba-b29ad5c394af} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4114 | 2024.11.13 20:48:44.332404 [ 274 ] {71fdf472-c7e1-4dd6-b8ba-b29ad5c394af} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001827 sec., 129720.85385878489 rows/sec., 8.69 MiB/sec. | ||
| 4115 | 2024.11.13 20:48:44.332456 [ 274 ] {71fdf472-c7e1-4dd6-b8ba-b29ad5c394af} <Debug> TCPHandler: Processed in 0.002156768 sec. | ||
| 4116 | 2024.11.13 20:48:44.332608 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4117 | 2024.11.13 20:48:44.332744 [ 277 ] {fd08d3c0-f88e-4b6d-b380-4be7c2aa9ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4118 | 2024.11.13 20:48:44.332803 [ 277 ] {fd08d3c0-f88e-4b6d-b380-4be7c2aa9ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4119 | 2024.11.13 20:48:44.333323 [ 277 ] {fd08d3c0-f88e-4b6d-b380-4be7c2aa9ce5} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2024.11.13 20:48:44.333361 [ 277 ] {fd08d3c0-f88e-4b6d-b380-4be7c2aa9ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4121 | 2024.11.13 20:48:44.333712 [ 277 ] {fd08d3c0-f88e-4b6d-b380-4be7c2aa9ce5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4122 | 2024.11.13 20:48:44.333944 [ 277 ] {fd08d3c0-f88e-4b6d-b380-4be7c2aa9ce5} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2024.11.13 20:48:44.334210 [ 277 ] {fd08d3c0-f88e-4b6d-b380-4be7c2aa9ce5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. | ||
| 4124 | 2024.11.13 20:48:44.334459 [ 277 ] {fd08d3c0-f88e-4b6d-b380-4be7c2aa9ce5} <Debug> TCPHandler: Processed in 0.001912654 sec. | ||
| 4125 | 2024.11.13 20:48:44.334689 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4126 | 2024.11.13 20:48:44.334904 [ 274 ] {9c664654-8a08-40c6-b1be-c015bf4ff015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4127 | 2024.11.13 20:48:44.335038 [ 274 ] {9c664654-8a08-40c6-b1be-c015bf4ff015} <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 | ||
| 4128 | 2024.11.13 20:48:44.336304 [ 274 ] {9c664654-8a08-40c6-b1be-c015bf4ff015} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2024.11.13 20:48:44.336343 [ 274 ] {9c664654-8a08-40c6-b1be-c015bf4ff015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4130 | 2024.11.13 20:48:44.336988 [ 274 ] {9c664654-8a08-40c6-b1be-c015bf4ff015} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4131 | 2024.11.13 20:48:44.337239 [ 274 ] {9c664654-8a08-40c6-b1be-c015bf4ff015} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2024.11.13 20:48:44.337492 [ 274 ] {9c664654-8a08-40c6-b1be-c015bf4ff015} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.00264 sec., 15909.09090909091 rows/sec., 28.51 MiB/sec. | ||
| 4133 | 2024.11.13 20:48:44.337692 [ 274 ] {9c664654-8a08-40c6-b1be-c015bf4ff015} <Debug> TCPHandler: Processed in 0.003131766 sec. | ||
| 4134 | 2024.11.13 20:48:44.337845 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4135 | 2024.11.13 20:48:44.337982 [ 277 ] {80cca007-3b55-4fe7-92df-15351bdb1d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4136 | 2024.11.13 20:48:44.338040 [ 277 ] {80cca007-3b55-4fe7-92df-15351bdb1d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4137 | 2024.11.13 20:48:44.338544 [ 277 ] {80cca007-3b55-4fe7-92df-15351bdb1d48} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4138 | 2024.11.13 20:48:44.338583 [ 277 ] {80cca007-3b55-4fe7-92df-15351bdb1d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4139 | 2024.11.13 20:48:44.338950 [ 277 ] {80cca007-3b55-4fe7-92df-15351bdb1d48} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4140 | 2024.11.13 20:48:44.339186 [ 277 ] {80cca007-3b55-4fe7-92df-15351bdb1d48} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4141 | 2024.11.13 20:48:44.339394 [ 277 ] {80cca007-3b55-4fe7-92df-15351bdb1d48} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001442 sec., 56865.464632454925 rows/sec., 3.61 MiB/sec. | ||
| 4142 | 2024.11.13 20:48:44.339441 [ 277 ] {80cca007-3b55-4fe7-92df-15351bdb1d48} <Debug> TCPHandler: Processed in 0.001666149 sec. | ||
| 4143 | 2024.11.13 20:48:45.945486 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 624 | ||
| 4144 | 2024.11.13 20:48:45.948815 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4145 | 2024.11.13 20:48:45.948876 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4146 | 2024.11.13 20:48:45.950352 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4147 | 2024.11.13 20:48:45.950683 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2024.11.13 20:48:45.951859 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624 | ||
| 4149 | 2024.11.13 20:48:46.395299 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4150 | 2024.11.13 20:48:46.690845 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4151 | 2024.11.13 20:48:47.101730 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37486, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4152 | 2024.11.13 20:48:47.237326 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46671, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4153 | 2024.11.13 20:48:47.270864 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4154 | 2024.11.13 20:48:47.281291 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63283, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4155 | 2024.11.13 20:48:47.298744 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40534, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4156 | 2024.11.13 20:48:47.309038 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4157 | 2024.11.13 20:48:47.315314 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4158 | 2024.11.13 20:48:47.353902 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4159 | 2024.11.13 20:48:47.428682 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4160 | 2024.11.13 20:48:47.458059 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4161 | 2024.11.13 20:48:47.491341 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39697, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4162 | 2024.11.13 20:48:47.551718 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4163 | 2024.11.13 20:48:47.564980 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53451, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4164 | 2024.11.13 20:48:47.587235 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4165 | 2024.11.13 20:48:48.645600 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63526, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4166 | 2024.11.13 20:48:49.185842 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4167 | 2024.11.13 20:48:49.280172 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49120, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4168 | 2024.11.13 20:48:49.300281 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4169 | 2024.11.13 20:48:49.300480 [ 277 ] {06691ed4-4dde-4e1c-adbf-fa0ff13fd0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4170 | 2024.11.13 20:48:49.300555 [ 277 ] {06691ed4-4dde-4e1c-adbf-fa0ff13fd0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4171 | 2024.11.13 20:48:49.301284 [ 277 ] {06691ed4-4dde-4e1c-adbf-fa0ff13fd0f2} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4172 | 2024.11.13 20:48:49.301340 [ 277 ] {06691ed4-4dde-4e1c-adbf-fa0ff13fd0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4173 | 2024.11.13 20:48:49.301766 [ 277 ] {06691ed4-4dde-4e1c-adbf-fa0ff13fd0f2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4174 | 2024.11.13 20:48:49.302031 [ 277 ] {06691ed4-4dde-4e1c-adbf-fa0ff13fd0f2} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4175 | 2024.11.13 20:48:49.302250 [ 277 ] {06691ed4-4dde-4e1c-adbf-fa0ff13fd0f2} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001814 sec., 5512.679162072767 rows/sec., 449.52 KiB/sec. | ||
| 4176 | 2024.11.13 20:48:49.302422 [ 277 ] {06691ed4-4dde-4e1c-adbf-fa0ff13fd0f2} <Debug> TCPHandler: Processed in 0.0022647 sec. | ||
| 4177 | 2024.11.13 20:48:49.302670 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4178 | 2024.11.13 20:48:49.302847 [ 274 ] {17d3cfea-7a61-4bc8-8a4f-f1e5f2e59793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4179 | 2024.11.13 20:48:49.302921 [ 274 ] {17d3cfea-7a61-4bc8-8a4f-f1e5f2e59793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4180 | 2024.11.13 20:48:49.303694 [ 274 ] {17d3cfea-7a61-4bc8-8a4f-f1e5f2e59793} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4181 | 2024.11.13 20:48:49.303743 [ 274 ] {17d3cfea-7a61-4bc8-8a4f-f1e5f2e59793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4182 | 2024.11.13 20:48:49.304192 [ 274 ] {17d3cfea-7a61-4bc8-8a4f-f1e5f2e59793} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4183 | 2024.11.13 20:48:49.304455 [ 274 ] {17d3cfea-7a61-4bc8-8a4f-f1e5f2e59793} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4184 | 2024.11.13 20:48:49.304749 [ 274 ] {17d3cfea-7a61-4bc8-8a4f-f1e5f2e59793} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001945 sec., 31362.46786632391 rows/sec., 2.38 MiB/sec. | ||
| 4185 | 2024.11.13 20:48:49.304970 [ 274 ] {17d3cfea-7a61-4bc8-8a4f-f1e5f2e59793} <Debug> TCPHandler: Processed in 0.002426723 sec. | ||
| 4186 | 2024.11.13 20:48:49.305172 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4187 | 2024.11.13 20:48:49.305301 [ 277 ] {b350a0d0-f693-4740-9a18-a3954256243a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4188 | 2024.11.13 20:48:49.305353 [ 277 ] {b350a0d0-f693-4740-9a18-a3954256243a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4189 | 2024.11.13 20:48:49.305933 [ 277 ] {b350a0d0-f693-4740-9a18-a3954256243a} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4190 | 2024.11.13 20:48:49.305973 [ 277 ] {b350a0d0-f693-4740-9a18-a3954256243a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4191 | 2024.11.13 20:48:49.306334 [ 277 ] {b350a0d0-f693-4740-9a18-a3954256243a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4192 | 2024.11.13 20:48:49.306576 [ 277 ] {b350a0d0-f693-4740-9a18-a3954256243a} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4193 | 2024.11.13 20:48:49.306726 [ 71 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4194 | 2024.11.13 20:48:49.306777 [ 277 ] {b350a0d0-f693-4740-9a18-a3954256243a} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001504 sec., 6648.936170212766 rows/sec., 464.26 KiB/sec. | ||
| 4195 | 2024.11.13 20:48:49.306782 [ 71 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4196 | 2024.11.13 20:48:49.306834 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4197 | 2024.11.13 20:48:49.306846 [ 277 ] {b350a0d0-f693-4740-9a18-a3954256243a} <Debug> TCPHandler: Processed in 0.001762081 sec. | ||
| 4198 | 2024.11.13 20:48:49.307073 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4199 | 2024.11.13 20:48:49.307195 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 4200 | 2024.11.13 20:48:49.307386 [ 274 ] {83bf8637-2ec4-49b4-980d-aed5611607f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4201 | 2024.11.13 20:48:49.307489 [ 274 ] {83bf8637-2ec4-49b4-980d-aed5611607f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4202 | 2024.11.13 20:48:49.307641 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4203 | 2024.11.13 20:48:49.307747 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 61 rows starting from the beginning of the part | ||
| 4204 | 2024.11.13 20:48:49.307979 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 4205 | 2024.11.13 20:48:49.308370 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 49 rows starting from the beginning of the part | ||
| 4206 | 2024.11.13 20:48:49.308849 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
| 4207 | 2024.11.13 20:48:49.309226 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 49 rows starting from the beginning of the part | ||
| 4208 | 2024.11.13 20:48:49.309579 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
| 4209 | 2024.11.13 20:48:49.310679 [ 274 ] {83bf8637-2ec4-49b4-980d-aed5611607f4} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4210 | 2024.11.13 20:48:49.310743 [ 274 ] {83bf8637-2ec4-49b4-980d-aed5611607f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4211 | 2024.11.13 20:48:49.311768 [ 274 ] {83bf8637-2ec4-49b4-980d-aed5611607f4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4212 | 2024.11.13 20:48:49.312344 [ 274 ] {83bf8637-2ec4-49b4-980d-aed5611607f4} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4213 | 2024.11.13 20:48:49.313062 [ 274 ] {83bf8637-2ec4-49b4-980d-aed5611607f4} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.005775 sec., 12813.852813852815 rows/sec., 1.00 MiB/sec. | ||
| 4214 | 2024.11.13 20:48:49.313221 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.00626053 sec., 27952.904945747403 rows/sec., 2.10 MiB/sec. | ||
| 4215 | 2024.11.13 20:48:49.313251 [ 274 ] {83bf8637-2ec4-49b4-980d-aed5611607f4} <Debug> TCPHandler: Processed in 0.006305841 sec. | ||
| 4216 | 2024.11.13 20:48:49.313469 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4217 | 2024.11.13 20:48:49.313521 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4218 | 2024.11.13 20:48:49.313767 [ 277 ] {a0415299-4553-412a-b2b4-c43bc9730321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4219 | 2024.11.13 20:48:49.313901 [ 277 ] {a0415299-4553-412a-b2b4-c43bc9730321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4220 | 2024.11.13 20:48:49.314215 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_21_4} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4221 | 2024.11.13 20:48:49.314422 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4222 | 2024.11.13 20:48:49.314613 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_21_4} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4223 | 2024.11.13 20:48:49.314872 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4224 | 2024.11.13 20:48:49.315401 [ 277 ] {a0415299-4553-412a-b2b4-c43bc9730321} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4225 | 2024.11.13 20:48:49.315457 [ 277 ] {a0415299-4553-412a-b2b4-c43bc9730321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4226 | 2024.11.13 20:48:49.315930 [ 277 ] {a0415299-4553-412a-b2b4-c43bc9730321} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4227 | 2024.11.13 20:48:49.316195 [ 277 ] {a0415299-4553-412a-b2b4-c43bc9730321} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4228 | 2024.11.13 20:48:49.316403 [ 277 ] {a0415299-4553-412a-b2b4-c43bc9730321} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.002711 sec., 49059.38767982295 rows/sec., 3.42 MiB/sec. | ||
| 4229 | 2024.11.13 20:48:49.316475 [ 277 ] {a0415299-4553-412a-b2b4-c43bc9730321} <Debug> TCPHandler: Processed in 0.003059773 sec. | ||
| 4230 | 2024.11.13 20:48:49.316634 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4231 | 2024.11.13 20:48:49.316786 [ 274 ] {9d8ad4a2-1464-424c-bf43-8ef6446ced2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4232 | 2024.11.13 20:48:49.316847 [ 274 ] {9d8ad4a2-1464-424c-bf43-8ef6446ced2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4233 | 2024.11.13 20:48:49.317397 [ 274 ] {9d8ad4a2-1464-424c-bf43-8ef6446ced2d} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4234 | 2024.11.13 20:48:49.317439 [ 274 ] {9d8ad4a2-1464-424c-bf43-8ef6446ced2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4235 | 2024.11.13 20:48:49.317846 [ 274 ] {9d8ad4a2-1464-424c-bf43-8ef6446ced2d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4236 | 2024.11.13 20:48:49.318089 [ 274 ] {9d8ad4a2-1464-424c-bf43-8ef6446ced2d} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4237 | 2024.11.13 20:48:49.318307 [ 274 ] {9d8ad4a2-1464-424c-bf43-8ef6446ced2d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001553 sec., 30907.920154539603 rows/sec., 2.08 MiB/sec. | ||
| 4238 | 2024.11.13 20:48:49.318373 [ 274 ] {9d8ad4a2-1464-424c-bf43-8ef6446ced2d} <Debug> TCPHandler: Processed in 0.001802522 sec. | ||
| 4239 | 2024.11.13 20:48:49.336909 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4240 | 2024.11.13 20:48:49.542621 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4241 | 2024.11.13 20:48:49.553935 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61568, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4242 | 2024.11.13 20:48:49.557287 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4243 | 2024.11.13 20:48:54.303474 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4244 | 2024.11.13 20:48:54.303728 [ 277 ] {9716be9c-7dc4-4e1a-aa97-0977ea851054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4245 | 2024.11.13 20:48:54.303813 [ 277 ] {9716be9c-7dc4-4e1a-aa97-0977ea851054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4246 | 2024.11.13 20:48:54.304750 [ 277 ] {9716be9c-7dc4-4e1a-aa97-0977ea851054} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2024.11.13 20:48:54.304806 [ 277 ] {9716be9c-7dc4-4e1a-aa97-0977ea851054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4248 | 2024.11.13 20:48:54.305289 [ 277 ] {9716be9c-7dc4-4e1a-aa97-0977ea851054} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4249 | 2024.11.13 20:48:54.305545 [ 277 ] {9716be9c-7dc4-4e1a-aa97-0977ea851054} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2024.11.13 20:48:54.305739 [ 66 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4251 | 2024.11.13 20:48:54.305796 [ 277 ] {9716be9c-7dc4-4e1a-aa97-0977ea851054} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002136 sec., 26217.228464419477 rows/sec., 2.00 MiB/sec. | ||
| 4252 | 2024.11.13 20:48:54.305824 [ 66 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4253 | 2024.11.13 20:48:54.305883 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4254 | 2024.11.13 20:48:54.305933 [ 277 ] {9716be9c-7dc4-4e1a-aa97-0977ea851054} <Debug> TCPHandler: Processed in 0.002602536 sec. | ||
| 4255 | 2024.11.13 20:48:54.306099 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 4256 | 2024.11.13 20:48:54.306242 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4257 | 2024.11.13 20:48:54.306276 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1435 rows starting from the beginning of the part | ||
| 4258 | 2024.11.13 20:48:54.306330 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4259 | 2024.11.13 20:48:54.306390 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 58 rows starting from the beginning of the part | ||
| 4260 | 2024.11.13 20:48:54.306736 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
| 4261 | 2024.11.13 20:48:54.306882 [ 274 ] {1d79de04-53df-45d7-86a4-b04fafb8fda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4262 | 2024.11.13 20:48:54.307051 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 287 rows starting from the beginning of the part | ||
| 4263 | 2024.11.13 20:48:54.307119 [ 274 ] {1d79de04-53df-45d7-86a4-b04fafb8fda2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4264 | 2024.11.13 20:48:54.307373 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 61 rows starting from the beginning of the part | ||
| 4265 | 2024.11.13 20:48:54.307774 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
| 4266 | 2024.11.13 20:48:54.309589 [ 274 ] {1d79de04-53df-45d7-86a4-b04fafb8fda2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4267 | 2024.11.13 20:48:54.309658 [ 274 ] {1d79de04-53df-45d7-86a4-b04fafb8fda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4268 | 2024.11.13 20:48:54.310815 [ 274 ] {1d79de04-53df-45d7-86a4-b04fafb8fda2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4269 | 2024.11.13 20:48:54.311401 [ 274 ] {1d79de04-53df-45d7-86a4-b04fafb8fda2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4270 | 2024.11.13 20:48:54.311412 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.005439436 sec., 359044.5774157468 rows/sec., 31.28 MiB/sec. | ||
| 4271 | 2024.11.13 20:48:54.311671 [ 66 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4272 | 2024.11.13 20:48:54.311753 [ 66 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4273 | 2024.11.13 20:48:54.311812 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4274 | 2024.11.13 20:48:54.311825 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4275 | 2024.11.13 20:48:54.311904 [ 274 ] {1d79de04-53df-45d7-86a4-b04fafb8fda2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005269 sec., 12146.517365724047 rows/sec., 970.82 KiB/sec. | ||
| 4276 | 2024.11.13 20:48:54.312261 [ 274 ] {1d79de04-53df-45d7-86a4-b04fafb8fda2} <Debug> TCPHandler: Processed in 0.006082136 sec. | ||
| 4277 | 2024.11.13 20:48:54.312463 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 4278 | 2024.11.13 20:48:54.312534 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4279 | 2024.11.13 20:48:54.312661 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_31_6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4280 | 2024.11.13 20:48:54.312681 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4281 | 2024.11.13 20:48:54.312758 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 912 rows starting from the beginning of the part | ||
| 4282 | 2024.11.13 20:48:54.312769 [ 277 ] {cb9ddf80-49a2-4acf-9cd0-2979bfce0722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4283 | 2024.11.13 20:48:54.312937 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_31_6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4284 | 2024.11.13 20:48:54.313055 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 68 rows starting from the beginning of the part | ||
| 4285 | 2024.11.13 20:48:54.313041 [ 277 ] {cb9ddf80-49a2-4acf-9cd0-2979bfce0722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4286 | 2024.11.13 20:48:54.313419 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 4287 | 2024.11.13 20:48:54.313635 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part | ||
| 4288 | 2024.11.13 20:48:54.313859 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 424 rows starting from the beginning of the part | ||
| 4289 | 2024.11.13 20:48:54.314314 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 74 rows starting from the beginning of the part | ||
| 4290 | 2024.11.13 20:48:54.314621 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
| 4291 | 2024.11.13 20:48:54.315597 [ 277 ] {cb9ddf80-49a2-4acf-9cd0-2979bfce0722} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2024.11.13 20:48:54.315641 [ 277 ] {cb9ddf80-49a2-4acf-9cd0-2979bfce0722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4293 | 2024.11.13 20:48:54.316249 [ 277 ] {cb9ddf80-49a2-4acf-9cd0-2979bfce0722} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4294 | 2024.11.13 20:48:54.316577 [ 277 ] {cb9ddf80-49a2-4acf-9cd0-2979bfce0722} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4295 | 2024.11.13 20:48:54.316719 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1606 rows, containing 5 columns (5 merged, 0 gathered) in 0.004741483 sec., 338712.59266351897 rows/sec., 26.12 MiB/sec. | ||
| 4296 | 2024.11.13 20:48:54.316910 [ 277 ] {cb9ddf80-49a2-4acf-9cd0-2979bfce0722} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00422 sec., 37914.69194312797 rows/sec., 2.64 MiB/sec. | ||
| 4297 | 2024.11.13 20:48:54.316988 [ 277 ] {cb9ddf80-49a2-4acf-9cd0-2979bfce0722} <Debug> TCPHandler: Processed in 0.00457818 sec. | ||
| 4298 | 2024.11.13 20:48:54.317010 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4299 | 2024.11.13 20:48:54.317159 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4300 | 2024.11.13 20:48:54.317396 [ 274 ] {c8a9c848-b997-4636-993a-9935c7c09c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4301 | 2024.11.13 20:48:54.317424 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_31_6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4302 | 2024.11.13 20:48:54.317526 [ 274 ] {c8a9c848-b997-4636-993a-9935c7c09c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4303 | 2024.11.13 20:48:54.317641 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_31_6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4304 | 2024.11.13 20:48:54.317861 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 4305 | 2024.11.13 20:48:54.318317 [ 274 ] {c8a9c848-b997-4636-993a-9935c7c09c09} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4306 | 2024.11.13 20:48:54.318362 [ 274 ] {c8a9c848-b997-4636-993a-9935c7c09c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4307 | 2024.11.13 20:48:54.318782 [ 274 ] {c8a9c848-b997-4636-993a-9935c7c09c09} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4308 | 2024.11.13 20:48:54.319052 [ 274 ] {c8a9c848-b997-4636-993a-9935c7c09c09} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4309 | 2024.11.13 20:48:54.319290 [ 274 ] {c8a9c848-b997-4636-993a-9935c7c09c09} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001976 sec., 30364.37246963563 rows/sec., 2.05 MiB/sec. | ||
| 4310 | 2024.11.13 20:48:54.319350 [ 274 ] {c8a9c848-b997-4636-993a-9935c7c09c09} <Debug> TCPHandler: Processed in 0.00226406 sec. | ||
| 4311 | 2024.11.13 20:48:55.164239 [ 66 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4312 | 2024.11.13 20:48:55.164339 [ 66 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4313 | 2024.11.13 20:48:55.164379 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4314 | 2024.11.13 20:48:55.164674 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 4315 | 2024.11.13 20:48:55.164919 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4316 | 2024.11.13 20:48:55.164979 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 4317 | 2024.11.13 20:48:55.165112 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 4318 | 2024.11.13 20:48:55.165363 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 4319 | 2024.11.13 20:48:55.165574 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 4320 | 2024.11.13 20:48:55.165696 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 4321 | 2024.11.13 20:48:55.166808 [ 191 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.002335741 sec., 33394.11347405384 rows/sec., 1.70 MiB/sec. | ||
| 4322 | 2024.11.13 20:48:55.167038 [ 193 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4323 | 2024.11.13 20:48:55.167450 [ 193 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_13_3} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4324 | 2024.11.13 20:48:55.167551 [ 193 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_13_3} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4325 | 2024.11.13 20:48:55.167651 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4326 | 2024.11.13 20:48:55.804225 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4327 | 2024.11.13 20:48:55.804307 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4328 | 2024.11.13 20:48:55.952061 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 644 | ||
| 4329 | 2024.11.13 20:48:55.955019 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4330 | 2024.11.13 20:48:55.955058 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4331 | 2024.11.13 20:48:55.956465 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4332 | 2024.11.13 20:48:55.956775 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4333 | 2024.11.13 20:48:55.957238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 644 | ||
| 4334 | 2024.11.13 20:48:56.008561 [ 66 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4335 | 2024.11.13 20:48:56.008619 [ 66 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4336 | 2024.11.13 20:48:56.008643 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4337 | 2024.11.13 20:48:56.008868 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 4338 | 2024.11.13 20:48:56.009071 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4339 | 2024.11.13 20:48:56.009113 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 4340 | 2024.11.13 20:48:56.009217 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 4341 | 2024.11.13 20:48:56.009431 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 4342 | 2024.11.13 20:48:56.009642 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 4343 | 2024.11.13 20:48:56.009786 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 4344 | 2024.11.13 20:48:56.010933 [ 193 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002210759 sec., 134795.33499580913 rows/sec., 9.66 MiB/sec. | ||
| 4345 | 2024.11.13 20:48:56.011128 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4346 | 2024.11.13 20:48:56.011470 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_13_3} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4347 | 2024.11.13 20:48:56.011567 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_13_3} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4348 | 2024.11.13 20:48:56.011644 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4349 | 2024.11.13 20:48:56.264079 [ 64 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4350 | 2024.11.13 20:48:56.264156 [ 64 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4351 | 2024.11.13 20:48:56.264184 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4352 | 2024.11.13 20:48:56.264386 [ 191 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 4353 | 2024.11.13 20:48:56.264593 [ 191 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4354 | 2024.11.13 20:48:56.264627 [ 191 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 4355 | 2024.11.13 20:48:56.264699 [ 191 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 4356 | 2024.11.13 20:48:56.264846 [ 191 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 4357 | 2024.11.13 20:48:56.265130 [ 191 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 4358 | 2024.11.13 20:48:56.265255 [ 191 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 4359 | 2024.11.13 20:48:56.266345 [ 193 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.002081236 sec., 6246.288263320449 rows/sec., 420.89 KiB/sec. | ||
| 4360 | 2024.11.13 20:48:56.266499 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4361 | 2024.11.13 20:48:56.266797 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_13_3} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4362 | 2024.11.13 20:48:56.266879 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_13_3} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4363 | 2024.11.13 20:48:56.266950 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4364 | 2024.11.13 20:48:59.306798 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4365 | 2024.11.13 20:48:59.307022 [ 277 ] {9aae71b6-8631-4ebe-a940-e2508176b0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4366 | 2024.11.13 20:48:59.307128 [ 277 ] {9aae71b6-8631-4ebe-a940-e2508176b0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4367 | 2024.11.13 20:48:59.307928 [ 277 ] {9aae71b6-8631-4ebe-a940-e2508176b0b4} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4368 | 2024.11.13 20:48:59.307982 [ 277 ] {9aae71b6-8631-4ebe-a940-e2508176b0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4369 | 2024.11.13 20:48:59.308399 [ 277 ] {9aae71b6-8631-4ebe-a940-e2508176b0b4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4370 | 2024.11.13 20:48:59.308646 [ 277 ] {9aae71b6-8631-4ebe-a940-e2508176b0b4} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4371 | 2024.11.13 20:48:59.308866 [ 277 ] {9aae71b6-8631-4ebe-a940-e2508176b0b4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001902 sec., 7360.672975814931 rows/sec., 529.87 KiB/sec. | ||
| 4372 | 2024.11.13 20:48:59.308929 [ 277 ] {9aae71b6-8631-4ebe-a940-e2508176b0b4} <Debug> TCPHandler: Processed in 0.002266429 sec. | ||
| 4373 | 2024.11.13 20:48:59.309208 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4374 | 2024.11.13 20:48:59.309431 [ 274 ] {ae19730a-e7b1-485b-9851-da7337878fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4375 | 2024.11.13 20:48:59.309515 [ 274 ] {ae19730a-e7b1-485b-9851-da7337878fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4376 | 2024.11.13 20:48:59.310451 [ 274 ] {ae19730a-e7b1-485b-9851-da7337878fce} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4377 | 2024.11.13 20:48:59.310506 [ 274 ] {ae19730a-e7b1-485b-9851-da7337878fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4378 | 2024.11.13 20:48:59.310982 [ 274 ] {ae19730a-e7b1-485b-9851-da7337878fce} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4379 | 2024.11.13 20:48:59.311241 [ 274 ] {ae19730a-e7b1-485b-9851-da7337878fce} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4380 | 2024.11.13 20:48:59.311483 [ 274 ] {ae19730a-e7b1-485b-9851-da7337878fce} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002116 sec., 135633.27032136108 rows/sec., 11.97 MiB/sec. | ||
| 4381 | 2024.11.13 20:48:59.311542 [ 274 ] {ae19730a-e7b1-485b-9851-da7337878fce} <Debug> TCPHandler: Processed in 0.002480603 sec. | ||
| 4382 | 2024.11.13 20:48:59.311709 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4383 | 2024.11.13 20:48:59.311854 [ 277 ] {77bf7467-404b-4b94-9646-fc1b632dc3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4384 | 2024.11.13 20:48:59.311915 [ 277 ] {77bf7467-404b-4b94-9646-fc1b632dc3b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4385 | 2024.11.13 20:48:59.312758 [ 277 ] {77bf7467-404b-4b94-9646-fc1b632dc3b3} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2024.11.13 20:48:59.312797 [ 277 ] {77bf7467-404b-4b94-9646-fc1b632dc3b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4387 | 2024.11.13 20:48:59.313157 [ 277 ] {77bf7467-404b-4b94-9646-fc1b632dc3b3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4388 | 2024.11.13 20:48:59.313396 [ 277 ] {77bf7467-404b-4b94-9646-fc1b632dc3b3} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2024.11.13 20:48:59.313650 [ 277 ] {77bf7467-404b-4b94-9646-fc1b632dc3b3} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001831 sec., 26761.332605133808 rows/sec., 1.93 MiB/sec. | ||
| 4390 | 2024.11.13 20:48:59.313887 [ 277 ] {77bf7467-404b-4b94-9646-fc1b632dc3b3} <Debug> TCPHandler: Processed in 0.002243039 sec. | ||
| 4391 | 2024.11.13 20:48:59.314057 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4392 | 2024.11.13 20:48:59.314175 [ 274 ] {42d9384b-15a7-4811-8f95-4e9e307ca5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4393 | 2024.11.13 20:48:59.314225 [ 274 ] {42d9384b-15a7-4811-8f95-4e9e307ca5f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4394 | 2024.11.13 20:48:59.314808 [ 274 ] {42d9384b-15a7-4811-8f95-4e9e307ca5f0} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4395 | 2024.11.13 20:48:59.314847 [ 274 ] {42d9384b-15a7-4811-8f95-4e9e307ca5f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4396 | 2024.11.13 20:48:59.315203 [ 274 ] {42d9384b-15a7-4811-8f95-4e9e307ca5f0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4397 | 2024.11.13 20:48:59.315441 [ 274 ] {42d9384b-15a7-4811-8f95-4e9e307ca5f0} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4398 | 2024.11.13 20:48:59.315709 [ 274 ] {42d9384b-15a7-4811-8f95-4e9e307ca5f0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001546 sec., 9055.627425614488 rows/sec., 634.20 KiB/sec. | ||
| 4399 | 2024.11.13 20:48:59.315888 [ 274 ] {42d9384b-15a7-4811-8f95-4e9e307ca5f0} <Debug> TCPHandler: Processed in 0.001886023 sec. | ||
| 4400 | 2024.11.13 20:48:59.316073 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4401 | 2024.11.13 20:48:59.316213 [ 277 ] {0de66e94-4018-4836-bd3a-e798eb6f17b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4402 | 2024.11.13 20:48:59.316271 [ 277 ] {0de66e94-4018-4836-bd3a-e798eb6f17b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4403 | 2024.11.13 20:48:59.316892 [ 277 ] {0de66e94-4018-4836-bd3a-e798eb6f17b4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4404 | 2024.11.13 20:48:59.316931 [ 277 ] {0de66e94-4018-4836-bd3a-e798eb6f17b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4405 | 2024.11.13 20:48:59.317274 [ 277 ] {0de66e94-4018-4836-bd3a-e798eb6f17b4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4406 | 2024.11.13 20:48:59.317519 [ 277 ] {0de66e94-4018-4836-bd3a-e798eb6f17b4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4407 | 2024.11.13 20:48:59.317720 [ 277 ] {0de66e94-4018-4836-bd3a-e798eb6f17b4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec. | ||
| 4408 | 2024.11.13 20:48:59.317772 [ 277 ] {0de66e94-4018-4836-bd3a-e798eb6f17b4} <Debug> TCPHandler: Processed in 0.001769831 sec. | ||
| 4409 | 2024.11.13 20:48:59.317921 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4410 | 2024.11.13 20:48:59.318061 [ 274 ] {b9836948-ebfb-4713-8f2d-5842e56d73d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4411 | 2024.11.13 20:48:59.318118 [ 274 ] {b9836948-ebfb-4713-8f2d-5842e56d73d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4412 | 2024.11.13 20:48:59.318967 [ 274 ] {b9836948-ebfb-4713-8f2d-5842e56d73d3} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4413 | 2024.11.13 20:48:59.319008 [ 274 ] {b9836948-ebfb-4713-8f2d-5842e56d73d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4414 | 2024.11.13 20:48:59.319389 [ 274 ] {b9836948-ebfb-4713-8f2d-5842e56d73d3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4415 | 2024.11.13 20:48:59.319639 [ 274 ] {b9836948-ebfb-4713-8f2d-5842e56d73d3} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4416 | 2024.11.13 20:48:59.319862 [ 274 ] {b9836948-ebfb-4713-8f2d-5842e56d73d3} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001829 sec., 231820.66703116457 rows/sec., 16.58 MiB/sec. | ||
| 4417 | 2024.11.13 20:48:59.320003 [ 274 ] {b9836948-ebfb-4713-8f2d-5842e56d73d3} <Debug> TCPHandler: Processed in 0.002147307 sec. | ||
| 4418 | 2024.11.13 20:48:59.320170 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4419 | 2024.11.13 20:48:59.320310 [ 277 ] {f84308a8-90a3-4324-a787-941251d3e684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4420 | 2024.11.13 20:48:59.320370 [ 277 ] {f84308a8-90a3-4324-a787-941251d3e684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4421 | 2024.11.13 20:48:59.320892 [ 277 ] {f84308a8-90a3-4324-a787-941251d3e684} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4422 | 2024.11.13 20:48:59.320931 [ 277 ] {f84308a8-90a3-4324-a787-941251d3e684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4423 | 2024.11.13 20:48:59.321286 [ 277 ] {f84308a8-90a3-4324-a787-941251d3e684} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4424 | 2024.11.13 20:48:59.321517 [ 277 ] {f84308a8-90a3-4324-a787-941251d3e684} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4425 | 2024.11.13 20:48:59.321720 [ 277 ] {f84308a8-90a3-4324-a787-941251d3e684} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 4426 | 2024.11.13 20:48:59.321771 [ 277 ] {f84308a8-90a3-4324-a787-941251d3e684} <Debug> TCPHandler: Processed in 0.001667879 sec. | ||
| 4427 | 2024.11.13 20:48:59.321914 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4428 | 2024.11.13 20:48:59.322034 [ 274 ] {c937453e-5e71-4723-9727-c1a9b63fff5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4429 | 2024.11.13 20:48:59.322090 [ 274 ] {c937453e-5e71-4723-9727-c1a9b63fff5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4430 | 2024.11.13 20:48:59.322772 [ 274 ] {c937453e-5e71-4723-9727-c1a9b63fff5b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4431 | 2024.11.13 20:48:59.322813 [ 274 ] {c937453e-5e71-4723-9727-c1a9b63fff5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4432 | 2024.11.13 20:48:59.323221 [ 274 ] {c937453e-5e71-4723-9727-c1a9b63fff5b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4433 | 2024.11.13 20:48:59.323462 [ 274 ] {c937453e-5e71-4723-9727-c1a9b63fff5b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4434 | 2024.11.13 20:48:59.323623 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4435 | 2024.11.13 20:48:59.323693 [ 274 ] {c937453e-5e71-4723-9727-c1a9b63fff5b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00168 sec., 141071.42857142858 rows/sec., 9.46 MiB/sec. | ||
| 4436 | 2024.11.13 20:48:59.323703 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2024.11.13 20:48:59.323784 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4438 | 2024.11.13 20:48:59.323826 [ 274 ] {c937453e-5e71-4723-9727-c1a9b63fff5b} <Debug> TCPHandler: Processed in 0.001962504 sec. | ||
| 4439 | 2024.11.13 20:48:59.324033 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4440 | 2024.11.13 20:48:59.324041 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 4441 | 2024.11.13 20:48:59.324171 [ 277 ] {c47859fd-716a-4e01-9ac7-84c78889213b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4442 | 2024.11.13 20:48:59.324198 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4443 | 2024.11.13 20:48:59.324235 [ 277 ] {c47859fd-716a-4e01-9ac7-84c78889213b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4444 | 2024.11.13 20:48:59.324240 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4611 rows starting from the beginning of the part | ||
| 4445 | 2024.11.13 20:48:59.324416 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 4446 | 2024.11.13 20:48:59.324918 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 4447 | 2024.11.13 20:48:59.325304 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 133 rows starting from the beginning of the part | ||
| 4448 | 2024.11.13 20:48:59.325660 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 4449 | 2024.11.13 20:48:59.325945 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 4450 | 2024.11.13 20:48:59.326627 [ 277 ] {c47859fd-716a-4e01-9ac7-84c78889213b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4451 | 2024.11.13 20:48:59.326674 [ 277 ] {c47859fd-716a-4e01-9ac7-84c78889213b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4452 | 2024.11.13 20:48:59.327215 [ 277 ] {c47859fd-716a-4e01-9ac7-84c78889213b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4453 | 2024.11.13 20:48:59.327639 [ 277 ] {c47859fd-716a-4e01-9ac7-84c78889213b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4454 | 2024.11.13 20:48:59.327980 [ 277 ] {c47859fd-716a-4e01-9ac7-84c78889213b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003837 sec., 260.62027625749283 rows/sec., 17.56 KiB/sec. | ||
| 4455 | 2024.11.13 20:48:59.328092 [ 277 ] {c47859fd-716a-4e01-9ac7-84c78889213b} <Debug> TCPHandler: Processed in 0.004145743 sec. | ||
| 4456 | 2024.11.13 20:48:59.328372 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4457 | 2024.11.13 20:48:59.328535 [ 274 ] {77893831-8cd4-44bb-b674-760daea73974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4458 | 2024.11.13 20:48:59.328835 [ 274 ] {77893831-8cd4-44bb-b674-760daea73974} <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 | ||
| 4459 | 2024.11.13 20:48:59.329976 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 5 columns (5 merged, 0 gathered) in 0.006074846 sec., 911628.0478550403 rows/sec., 61.46 MiB/sec. | ||
| 4460 | 2024.11.13 20:48:59.330635 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4461 | 2024.11.13 20:48:59.331102 [ 274 ] {77893831-8cd4-44bb-b674-760daea73974} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4462 | 2024.11.13 20:48:59.331175 [ 274 ] {77893831-8cd4-44bb-b674-760daea73974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4463 | 2024.11.13 20:48:59.331439 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4464 | 2024.11.13 20:48:59.331691 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4465 | 2024.11.13 20:48:59.331873 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 4466 | 2024.11.13 20:48:59.332339 [ 274 ] {77893831-8cd4-44bb-b674-760daea73974} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4467 | 2024.11.13 20:48:59.332613 [ 274 ] {77893831-8cd4-44bb-b674-760daea73974} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4468 | 2024.11.13 20:48:59.332789 [ 62 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4469 | 2024.11.13 20:48:59.332869 [ 62 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4470 | 2024.11.13 20:48:59.332921 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4471 | 2024.11.13 20:48:59.332941 [ 274 ] {77893831-8cd4-44bb-b674-760daea73974} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.004434 sec., 9472.259810554804 rows/sec., 16.97 MiB/sec. | ||
| 4472 | 2024.11.13 20:48:59.333361 [ 191 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::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 | ||
| 4473 | 2024.11.13 20:48:59.333875 [ 274 ] {77893831-8cd4-44bb-b674-760daea73974} <Debug> TCPHandler: Processed in 0.005685229 sec. | ||
| 4474 | 2024.11.13 20:48:59.334118 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4475 | 2024.11.13 20:48:59.334258 [ 191 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4476 | 2024.11.13 20:48:59.334277 [ 277 ] {c4cc4b0b-1813-4a55-91e4-18fc0a77a693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4477 | 2024.11.13 20:48:59.334328 [ 191 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 273 rows starting from the beginning of the part | ||
| 4478 | 2024.11.13 20:48:59.334337 [ 277 ] {c4cc4b0b-1813-4a55-91e4-18fc0a77a693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4479 | 2024.11.13 20:48:59.335021 [ 191 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part | ||
| 4480 | 2024.11.13 20:48:59.335634 [ 191 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part | ||
| 4481 | 2024.11.13 20:48:59.336211 [ 277 ] {c4cc4b0b-1813-4a55-91e4-18fc0a77a693} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4482 | 2024.11.13 20:48:59.336250 [ 191 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part | ||
| 4483 | 2024.11.13 20:48:59.336259 [ 277 ] {c4cc4b0b-1813-4a55-91e4-18fc0a77a693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4484 | 2024.11.13 20:48:59.336830 [ 191 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part | ||
| 4485 | 2024.11.13 20:48:59.337393 [ 191 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part | ||
| 4486 | 2024.11.13 20:48:59.337416 [ 277 ] {c4cc4b0b-1813-4a55-91e4-18fc0a77a693} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4487 | 2024.11.13 20:48:59.337970 [ 277 ] {c4cc4b0b-1813-4a55-91e4-18fc0a77a693} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4488 | 2024.11.13 20:48:59.338271 [ 60 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 4489 | 2024.11.13 20:48:59.338356 [ 277 ] {c4cc4b0b-1813-4a55-91e4-18fc0a77a693} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004098 sec., 20009.76085895559 rows/sec., 1.27 MiB/sec. | ||
| 4490 | 2024.11.13 20:48:59.338402 [ 60 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4491 | 2024.11.13 20:48:59.338516 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4492 | 2024.11.13 20:48:59.338600 [ 277 ] {c4cc4b0b-1813-4a55-91e4-18fc0a77a693} <Debug> TCPHandler: Processed in 0.004598661 sec. | ||
| 4493 | 2024.11.13 20:48:59.339047 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 4494 | 2024.11.13 20:48:59.339337 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4495 | 2024.11.13 20:48:59.339388 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 1142 rows starting from the beginning of the part | ||
| 4496 | 2024.11.13 20:48:59.339513 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 4497 | 2024.11.13 20:48:59.339814 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 4498 | 2024.11.13 20:48:59.340084 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part | ||
| 4499 | 2024.11.13 20:48:59.340325 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4500 | 2024.11.13 20:48:59.340678 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 4501 | 2024.11.13 20:48:59.344641 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1474 rows, containing 4 columns (4 merged, 0 gathered) in 0.005871553 sec., 251040.90859777643 rows/sec., 16.15 MiB/sec. | ||
| 4502 | 2024.11.13 20:48:59.345001 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 4503 | 2024.11.13 20:48:59.345703 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4504 | 2024.11.13 20:48:59.345791 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_30_6} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 4505 | 2024.11.13 20:48:59.346149 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 4506 | 2024.11.13 20:48:59.347069 [ 198 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 483 rows, containing 19 columns (19 merged, 0 gathered) in 0.014062877 sec., 34345.74589538115 rows/sec., 61.55 MiB/sec. | ||
| 4507 | 2024.11.13 20:48:59.347663 [ 201 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4508 | 2024.11.13 20:48:59.348072 [ 201 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2024.11.13 20:48:59.348144 [ 201 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4510 | 2024.11.13 20:48:59.348283 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. | ||
| 4511 | 2024.11.13 20:49:00.000177 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.63 MiB, peak 166.44 MiB, free memory in arenas 0.00 B, will set to 161.54 MiB (RSS), difference: 1.91 MiB | ||
| 4512 | 2024.11.13 20:49:04.301176 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4513 | 2024.11.13 20:49:04.301397 [ 277 ] {73f24d4a-f5bf-481d-b7ed-160f5d6e1ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4514 | 2024.11.13 20:49:04.301475 [ 277 ] {73f24d4a-f5bf-481d-b7ed-160f5d6e1ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4515 | 2024.11.13 20:49:04.302224 [ 277 ] {73f24d4a-f5bf-481d-b7ed-160f5d6e1ec8} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4516 | 2024.11.13 20:49:04.302275 [ 277 ] {73f24d4a-f5bf-481d-b7ed-160f5d6e1ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4517 | 2024.11.13 20:49:04.302734 [ 277 ] {73f24d4a-f5bf-481d-b7ed-160f5d6e1ec8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4518 | 2024.11.13 20:49:04.302989 [ 277 ] {73f24d4a-f5bf-481d-b7ed-160f5d6e1ec8} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4519 | 2024.11.13 20:49:04.303264 [ 277 ] {73f24d4a-f5bf-481d-b7ed-160f5d6e1ec8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001915 sec., 1044.3864229765013 rows/sec., 85.16 KiB/sec. | ||
| 4520 | 2024.11.13 20:49:04.303481 [ 277 ] {73f24d4a-f5bf-481d-b7ed-160f5d6e1ec8} <Debug> TCPHandler: Processed in 0.002445002 sec. | ||
| 4521 | 2024.11.13 20:49:04.303765 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4522 | 2024.11.13 20:49:04.303961 [ 274 ] {591316ed-3ac7-42fc-89ff-6327ab052a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4523 | 2024.11.13 20:49:04.304035 [ 274 ] {591316ed-3ac7-42fc-89ff-6327ab052a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4524 | 2024.11.13 20:49:04.304803 [ 274 ] {591316ed-3ac7-42fc-89ff-6327ab052a1b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4525 | 2024.11.13 20:49:04.304847 [ 274 ] {591316ed-3ac7-42fc-89ff-6327ab052a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4526 | 2024.11.13 20:49:04.305287 [ 274 ] {591316ed-3ac7-42fc-89ff-6327ab052a1b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4527 | 2024.11.13 20:49:04.305542 [ 274 ] {591316ed-3ac7-42fc-89ff-6327ab052a1b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4528 | 2024.11.13 20:49:04.305783 [ 274 ] {591316ed-3ac7-42fc-89ff-6327ab052a1b} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001865 sec., 30563.00268096515 rows/sec., 2.33 MiB/sec. | ||
| 4529 | 2024.11.13 20:49:04.305863 [ 274 ] {591316ed-3ac7-42fc-89ff-6327ab052a1b} <Debug> TCPHandler: Processed in 0.002233379 sec. | ||
| 4530 | 2024.11.13 20:49:04.306099 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4531 | 2024.11.13 20:49:04.306257 [ 277 ] {4c83343d-2ab3-4fc5-8829-bd998723e972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4532 | 2024.11.13 20:49:04.306317 [ 277 ] {4c83343d-2ab3-4fc5-8829-bd998723e972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4533 | 2024.11.13 20:49:04.306988 [ 277 ] {4c83343d-2ab3-4fc5-8829-bd998723e972} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4534 | 2024.11.13 20:49:04.307027 [ 277 ] {4c83343d-2ab3-4fc5-8829-bd998723e972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4535 | 2024.11.13 20:49:04.307383 [ 277 ] {4c83343d-2ab3-4fc5-8829-bd998723e972} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4536 | 2024.11.13 20:49:04.307618 [ 277 ] {4c83343d-2ab3-4fc5-8829-bd998723e972} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4537 | 2024.11.13 20:49:04.307799 [ 277 ] {4c83343d-2ab3-4fc5-8829-bd998723e972} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001577 sec., 1268.2308180088776 rows/sec., 88.55 KiB/sec. | ||
| 4538 | 2024.11.13 20:49:04.307853 [ 277 ] {4c83343d-2ab3-4fc5-8829-bd998723e972} <Debug> TCPHandler: Processed in 0.001880893 sec. | ||
| 4539 | 2024.11.13 20:49:04.308010 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4540 | 2024.11.13 20:49:04.308151 [ 274 ] {05e32afb-7164-4164-98a9-80925302bf60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4541 | 2024.11.13 20:49:04.308210 [ 274 ] {05e32afb-7164-4164-98a9-80925302bf60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4542 | 2024.11.13 20:49:04.308940 [ 274 ] {05e32afb-7164-4164-98a9-80925302bf60} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4543 | 2024.11.13 20:49:04.308981 [ 274 ] {05e32afb-7164-4164-98a9-80925302bf60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4544 | 2024.11.13 20:49:04.309350 [ 274 ] {05e32afb-7164-4164-98a9-80925302bf60} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4545 | 2024.11.13 20:49:04.309592 [ 274 ] {05e32afb-7164-4164-98a9-80925302bf60} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4546 | 2024.11.13 20:49:04.309819 [ 274 ] {05e32afb-7164-4164-98a9-80925302bf60} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001701 sec., 38800.705467372136 rows/sec., 3.03 MiB/sec. | ||
| 4547 | 2024.11.13 20:49:04.309961 [ 274 ] {05e32afb-7164-4164-98a9-80925302bf60} <Debug> TCPHandler: Processed in 0.002022445 sec. | ||
| 4548 | 2024.11.13 20:49:04.310152 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4549 | 2024.11.13 20:49:04.310293 [ 277 ] {14cf0f3c-fbd5-4fcb-9b9b-00d684a70542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4550 | 2024.11.13 20:49:04.310354 [ 277 ] {14cf0f3c-fbd5-4fcb-9b9b-00d684a70542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4551 | 2024.11.13 20:49:04.311010 [ 277 ] {14cf0f3c-fbd5-4fcb-9b9b-00d684a70542} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4552 | 2024.11.13 20:49:04.311047 [ 277 ] {14cf0f3c-fbd5-4fcb-9b9b-00d684a70542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4553 | 2024.11.13 20:49:04.311433 [ 277 ] {14cf0f3c-fbd5-4fcb-9b9b-00d684a70542} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4554 | 2024.11.13 20:49:04.311676 [ 277 ] {14cf0f3c-fbd5-4fcb-9b9b-00d684a70542} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4555 | 2024.11.13 20:49:04.311852 [ 277 ] {14cf0f3c-fbd5-4fcb-9b9b-00d684a70542} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001593 sec., 101067.16886377904 rows/sec., 7.04 MiB/sec. | ||
| 4556 | 2024.11.13 20:49:04.311900 [ 277 ] {14cf0f3c-fbd5-4fcb-9b9b-00d684a70542} <Debug> TCPHandler: Processed in 0.001817732 sec. | ||
| 4557 | 2024.11.13 20:49:04.312052 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4558 | 2024.11.13 20:49:04.312192 [ 274 ] {5cbb233b-2408-453b-ae94-29ac75449e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4559 | 2024.11.13 20:49:04.312253 [ 274 ] {5cbb233b-2408-453b-ae94-29ac75449e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4560 | 2024.11.13 20:49:04.312849 [ 274 ] {5cbb233b-2408-453b-ae94-29ac75449e9b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4561 | 2024.11.13 20:49:04.312889 [ 274 ] {5cbb233b-2408-453b-ae94-29ac75449e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4562 | 2024.11.13 20:49:04.313268 [ 274 ] {5cbb233b-2408-453b-ae94-29ac75449e9b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4563 | 2024.11.13 20:49:04.313510 [ 274 ] {5cbb233b-2408-453b-ae94-29ac75449e9b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4564 | 2024.11.13 20:49:04.313729 [ 274 ] {5cbb233b-2408-453b-ae94-29ac75449e9b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec. | ||
| 4565 | 2024.11.13 20:49:04.313779 [ 274 ] {5cbb233b-2408-453b-ae94-29ac75449e9b} <Debug> TCPHandler: Processed in 0.001794791 sec. | ||
| 4566 | 2024.11.13 20:49:05.957404 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 678 | ||
| 4567 | 2024.11.13 20:49:05.960667 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4568 | 2024.11.13 20:49:05.960716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4569 | 2024.11.13 20:49:05.962123 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4570 | 2024.11.13 20:49:05.962440 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4571 | 2024.11.13 20:49:05.962989 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 678 | ||
| 4572 | 2024.11.13 20:49:09.300673 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4573 | 2024.11.13 20:49:09.300919 [ 277 ] {38dcdb62-a621-4bc3-ab50-21f88c7c6205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4574 | 2024.11.13 20:49:09.300998 [ 277 ] {38dcdb62-a621-4bc3-ab50-21f88c7c6205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4575 | 2024.11.13 20:49:09.301779 [ 277 ] {38dcdb62-a621-4bc3-ab50-21f88c7c6205} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2024.11.13 20:49:09.301831 [ 277 ] {38dcdb62-a621-4bc3-ab50-21f88c7c6205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4577 | 2024.11.13 20:49:09.302278 [ 277 ] {38dcdb62-a621-4bc3-ab50-21f88c7c6205} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4578 | 2024.11.13 20:49:09.302530 [ 277 ] {38dcdb62-a621-4bc3-ab50-21f88c7c6205} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2024.11.13 20:49:09.302760 [ 277 ] {38dcdb62-a621-4bc3-ab50-21f88c7c6205} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.25 MiB/sec. | ||
| 4580 | 2024.11.13 20:49:09.302824 [ 277 ] {38dcdb62-a621-4bc3-ab50-21f88c7c6205} <Debug> TCPHandler: Processed in 0.00228547 sec. | ||
| 4581 | 2024.11.13 20:49:09.303093 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4582 | 2024.11.13 20:49:09.303290 [ 274 ] {a67c4df3-1b46-4e87-b116-c6d82569843e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4583 | 2024.11.13 20:49:09.303366 [ 274 ] {a67c4df3-1b46-4e87-b116-c6d82569843e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4584 | 2024.11.13 20:49:09.304151 [ 274 ] {a67c4df3-1b46-4e87-b116-c6d82569843e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4585 | 2024.11.13 20:49:09.304198 [ 274 ] {a67c4df3-1b46-4e87-b116-c6d82569843e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4586 | 2024.11.13 20:49:09.304640 [ 274 ] {a67c4df3-1b46-4e87-b116-c6d82569843e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4587 | 2024.11.13 20:49:09.304913 [ 274 ] {a67c4df3-1b46-4e87-b116-c6d82569843e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4588 | 2024.11.13 20:49:09.305167 [ 274 ] {a67c4df3-1b46-4e87-b116-c6d82569843e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00193 sec., 33160.62176165803 rows/sec., 2.59 MiB/sec. | ||
| 4589 | 2024.11.13 20:49:09.305233 [ 274 ] {a67c4df3-1b46-4e87-b116-c6d82569843e} <Debug> TCPHandler: Processed in 0.0022762 sec. | ||
| 4590 | 2024.11.13 20:49:09.305412 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4591 | 2024.11.13 20:49:09.305560 [ 277 ] {7a942253-5fff-4cdc-89c9-5ee4aec1ca2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4592 | 2024.11.13 20:49:09.305627 [ 277 ] {7a942253-5fff-4cdc-89c9-5ee4aec1ca2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4593 | 2024.11.13 20:49:09.306277 [ 277 ] {7a942253-5fff-4cdc-89c9-5ee4aec1ca2e} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4594 | 2024.11.13 20:49:09.306318 [ 277 ] {7a942253-5fff-4cdc-89c9-5ee4aec1ca2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4595 | 2024.11.13 20:49:09.306716 [ 277 ] {7a942253-5fff-4cdc-89c9-5ee4aec1ca2e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4596 | 2024.11.13 20:49:09.306958 [ 277 ] {7a942253-5fff-4cdc-89c9-5ee4aec1ca2e} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4597 | 2024.11.13 20:49:09.307168 [ 277 ] {7a942253-5fff-4cdc-89c9-5ee4aec1ca2e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001645 sec., 97264.4376899696 rows/sec., 6.77 MiB/sec. | ||
| 4598 | 2024.11.13 20:49:09.307224 [ 277 ] {7a942253-5fff-4cdc-89c9-5ee4aec1ca2e} <Debug> TCPHandler: Processed in 0.001880863 sec. | ||
| 4599 | 2024.11.13 20:49:09.307396 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4600 | 2024.11.13 20:49:09.307545 [ 274 ] {2fa09b40-8255-4bd3-85b3-bf8c8e4fde43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4601 | 2024.11.13 20:49:09.307612 [ 274 ] {2fa09b40-8255-4bd3-85b3-bf8c8e4fde43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4602 | 2024.11.13 20:49:09.308194 [ 274 ] {2fa09b40-8255-4bd3-85b3-bf8c8e4fde43} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4603 | 2024.11.13 20:49:09.308236 [ 274 ] {2fa09b40-8255-4bd3-85b3-bf8c8e4fde43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4604 | 2024.11.13 20:49:09.308622 [ 274 ] {2fa09b40-8255-4bd3-85b3-bf8c8e4fde43} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4605 | 2024.11.13 20:49:09.308869 [ 274 ] {2fa09b40-8255-4bd3-85b3-bf8c8e4fde43} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4606 | 2024.11.13 20:49:09.309096 [ 274 ] {2fa09b40-8255-4bd3-85b3-bf8c8e4fde43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001588 sec., 37783.37531486146 rows/sec., 2.55 MiB/sec. | ||
| 4607 | 2024.11.13 20:49:09.309147 [ 274 ] {2fa09b40-8255-4bd3-85b3-bf8c8e4fde43} <Debug> TCPHandler: Processed in 0.001820452 sec. | ||
| 4608 | 2024.11.13 20:49:10.804581 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4609 | 2024.11.13 20:49:10.804659 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4610 | 2024.11.13 20:49:12.271969 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4611 | 2024.11.13 20:49:12.483377 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4612 | 2024.11.13 20:49:12.483385 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56797, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4613 | 2024.11.13 20:49:12.507780 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62572, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4614 | 2024.11.13 20:49:12.770385 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47659, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4615 | 2024.11.13 20:49:12.770501 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47926, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4616 | 2024.11.13 20:49:12.788940 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4617 | 2024.11.13 20:49:12.791241 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4618 | 2024.11.13 20:49:14.307109 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4619 | 2024.11.13 20:49:14.307296 [ 277 ] {0c4f13ad-a176-4a01-a9f3-eb4a9f6435cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4620 | 2024.11.13 20:49:14.307366 [ 277 ] {0c4f13ad-a176-4a01-a9f3-eb4a9f6435cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4621 | 2024.11.13 20:49:14.308104 [ 277 ] {0c4f13ad-a176-4a01-a9f3-eb4a9f6435cd} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4622 | 2024.11.13 20:49:14.308160 [ 277 ] {0c4f13ad-a176-4a01-a9f3-eb4a9f6435cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4623 | 2024.11.13 20:49:14.308570 [ 277 ] {0c4f13ad-a176-4a01-a9f3-eb4a9f6435cd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4624 | 2024.11.13 20:49:14.308820 [ 277 ] {0c4f13ad-a176-4a01-a9f3-eb4a9f6435cd} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4625 | 2024.11.13 20:49:14.309051 [ 277 ] {0c4f13ad-a176-4a01-a9f3-eb4a9f6435cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001806 sec., 7751.937984496124 rows/sec., 558.04 KiB/sec. | ||
| 4626 | 2024.11.13 20:49:14.309116 [ 277 ] {0c4f13ad-a176-4a01-a9f3-eb4a9f6435cd} <Debug> TCPHandler: Processed in 0.002133367 sec. | ||
| 4627 | 2024.11.13 20:49:14.309365 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4628 | 2024.11.13 20:49:14.309567 [ 274 ] {6666a4ea-58f7-4f6d-b69e-d64cbe83ac2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4629 | 2024.11.13 20:49:14.309644 [ 274 ] {6666a4ea-58f7-4f6d-b69e-d64cbe83ac2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4630 | 2024.11.13 20:49:14.310501 [ 274 ] {6666a4ea-58f7-4f6d-b69e-d64cbe83ac2e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4631 | 2024.11.13 20:49:14.310554 [ 274 ] {6666a4ea-58f7-4f6d-b69e-d64cbe83ac2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4632 | 2024.11.13 20:49:14.311004 [ 274 ] {6666a4ea-58f7-4f6d-b69e-d64cbe83ac2e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4633 | 2024.11.13 20:49:14.311258 [ 274 ] {6666a4ea-58f7-4f6d-b69e-d64cbe83ac2e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4634 | 2024.11.13 20:49:14.311497 [ 274 ] {6666a4ea-58f7-4f6d-b69e-d64cbe83ac2e} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.001992 sec., 144076.30522088354 rows/sec., 12.72 MiB/sec. | ||
| 4635 | 2024.11.13 20:49:14.311555 [ 274 ] {6666a4ea-58f7-4f6d-b69e-d64cbe83ac2e} <Debug> TCPHandler: Processed in 0.002329861 sec. | ||
| 4636 | 2024.11.13 20:49:14.311704 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4637 | 2024.11.13 20:49:14.311849 [ 277 ] {a82f76eb-3d22-4d2c-afbf-3b90dfcf3336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4638 | 2024.11.13 20:49:14.311908 [ 277 ] {a82f76eb-3d22-4d2c-afbf-3b90dfcf3336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4639 | 2024.11.13 20:49:14.312541 [ 277 ] {a82f76eb-3d22-4d2c-afbf-3b90dfcf3336} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4640 | 2024.11.13 20:49:14.312586 [ 277 ] {a82f76eb-3d22-4d2c-afbf-3b90dfcf3336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4641 | 2024.11.13 20:49:14.312942 [ 277 ] {a82f76eb-3d22-4d2c-afbf-3b90dfcf3336} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4642 | 2024.11.13 20:49:14.313181 [ 277 ] {a82f76eb-3d22-4d2c-afbf-3b90dfcf3336} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4643 | 2024.11.13 20:49:14.313413 [ 277 ] {a82f76eb-3d22-4d2c-afbf-3b90dfcf3336} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001589 sec., 30837.004405286345 rows/sec., 2.22 MiB/sec. | ||
| 4644 | 2024.11.13 20:49:14.313490 [ 277 ] {a82f76eb-3d22-4d2c-afbf-3b90dfcf3336} <Debug> TCPHandler: Processed in 0.001854923 sec. | ||
| 4645 | 2024.11.13 20:49:14.313708 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4646 | 2024.11.13 20:49:14.313834 [ 274 ] {8cbf5705-993b-4e47-bce9-0d13c4720888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4647 | 2024.11.13 20:49:14.313885 [ 274 ] {8cbf5705-993b-4e47-bce9-0d13c4720888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4648 | 2024.11.13 20:49:14.314498 [ 274 ] {8cbf5705-993b-4e47-bce9-0d13c4720888} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4649 | 2024.11.13 20:49:14.314539 [ 274 ] {8cbf5705-993b-4e47-bce9-0d13c4720888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4650 | 2024.11.13 20:49:14.314892 [ 274 ] {8cbf5705-993b-4e47-bce9-0d13c4720888} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4651 | 2024.11.13 20:49:14.315144 [ 274 ] {8cbf5705-993b-4e47-bce9-0d13c4720888} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4652 | 2024.11.13 20:49:14.315382 [ 274 ] {8cbf5705-993b-4e47-bce9-0d13c4720888} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec. | ||
| 4653 | 2024.11.13 20:49:14.315516 [ 274 ] {8cbf5705-993b-4e47-bce9-0d13c4720888} <Debug> TCPHandler: Processed in 0.001924504 sec. | ||
| 4654 | 2024.11.13 20:49:14.315714 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4655 | 2024.11.13 20:49:14.315855 [ 277 ] {52e218ae-8fd8-4110-b798-88bec6ff7415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4656 | 2024.11.13 20:49:14.315912 [ 277 ] {52e218ae-8fd8-4110-b798-88bec6ff7415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4657 | 2024.11.13 20:49:14.316508 [ 277 ] {52e218ae-8fd8-4110-b798-88bec6ff7415} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4658 | 2024.11.13 20:49:14.316547 [ 277 ] {52e218ae-8fd8-4110-b798-88bec6ff7415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4659 | 2024.11.13 20:49:14.316898 [ 277 ] {52e218ae-8fd8-4110-b798-88bec6ff7415} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4660 | 2024.11.13 20:49:14.317130 [ 277 ] {52e218ae-8fd8-4110-b798-88bec6ff7415} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4661 | 2024.11.13 20:49:14.317380 [ 277 ] {52e218ae-8fd8-4110-b798-88bec6ff7415} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001557 sec., 8349.389852280026 rows/sec., 520.58 KiB/sec. | ||
| 4662 | 2024.11.13 20:49:14.317590 [ 277 ] {52e218ae-8fd8-4110-b798-88bec6ff7415} <Debug> TCPHandler: Processed in 0.001943184 sec. | ||
| 4663 | 2024.11.13 20:49:14.317807 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4664 | 2024.11.13 20:49:14.318029 [ 274 ] {9f70cc34-4602-495d-abe6-971d3ba63a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4665 | 2024.11.13 20:49:14.318120 [ 274 ] {9f70cc34-4602-495d-abe6-971d3ba63a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4666 | 2024.11.13 20:49:14.318858 [ 274 ] {9f70cc34-4602-495d-abe6-971d3ba63a34} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4667 | 2024.11.13 20:49:14.318900 [ 274 ] {9f70cc34-4602-495d-abe6-971d3ba63a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4668 | 2024.11.13 20:49:14.319284 [ 274 ] {9f70cc34-4602-495d-abe6-971d3ba63a34} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4669 | 2024.11.13 20:49:14.319525 [ 274 ] {9f70cc34-4602-495d-abe6-971d3ba63a34} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4670 | 2024.11.13 20:49:14.319749 [ 274 ] {9f70cc34-4602-495d-abe6-971d3ba63a34} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001775 sec., 238873.2394366197 rows/sec., 17.08 MiB/sec. | ||
| 4671 | 2024.11.13 20:49:14.319802 [ 274 ] {9f70cc34-4602-495d-abe6-971d3ba63a34} <Debug> TCPHandler: Processed in 0.002108677 sec. | ||
| 4672 | 2024.11.13 20:49:14.319953 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4673 | 2024.11.13 20:49:14.320090 [ 277 ] {82b7553d-9d65-4696-ab57-680c61e94aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4674 | 2024.11.13 20:49:14.320140 [ 277 ] {82b7553d-9d65-4696-ab57-680c61e94aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4675 | 2024.11.13 20:49:14.320623 [ 277 ] {82b7553d-9d65-4696-ab57-680c61e94aff} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4676 | 2024.11.13 20:49:14.320660 [ 277 ] {82b7553d-9d65-4696-ab57-680c61e94aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4677 | 2024.11.13 20:49:14.321015 [ 277 ] {82b7553d-9d65-4696-ab57-680c61e94aff} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4678 | 2024.11.13 20:49:14.321246 [ 277 ] {82b7553d-9d65-4696-ab57-680c61e94aff} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2024.11.13 20:49:14.321497 [ 277 ] {82b7553d-9d65-4696-ab57-680c61e94aff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 219.98 KiB/sec. | ||
| 4680 | 2024.11.13 20:49:14.321697 [ 277 ] {82b7553d-9d65-4696-ab57-680c61e94aff} <Debug> TCPHandler: Processed in 0.001809261 sec. | ||
| 4681 | 2024.11.13 20:49:14.321842 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4682 | 2024.11.13 20:49:14.321961 [ 274 ] {a274b960-2db2-4559-893a-dd9cc5e4b313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4683 | 2024.11.13 20:49:14.322015 [ 274 ] {a274b960-2db2-4559-893a-dd9cc5e4b313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4684 | 2024.11.13 20:49:14.322673 [ 274 ] {a274b960-2db2-4559-893a-dd9cc5e4b313} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4685 | 2024.11.13 20:49:14.322721 [ 274 ] {a274b960-2db2-4559-893a-dd9cc5e4b313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4686 | 2024.11.13 20:49:14.323168 [ 274 ] {a274b960-2db2-4559-893a-dd9cc5e4b313} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4687 | 2024.11.13 20:49:14.323410 [ 274 ] {a274b960-2db2-4559-893a-dd9cc5e4b313} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4688 | 2024.11.13 20:49:14.323615 [ 274 ] {a274b960-2db2-4559-893a-dd9cc5e4b313} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00168 sec., 141071.42857142858 rows/sec., 9.46 MiB/sec. | ||
| 4689 | 2024.11.13 20:49:14.323667 [ 274 ] {a274b960-2db2-4559-893a-dd9cc5e4b313} <Debug> TCPHandler: Processed in 0.001879803 sec. | ||
| 4690 | 2024.11.13 20:49:14.323806 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4691 | 2024.11.13 20:49:14.323923 [ 277 ] {faae680a-b99e-46f1-b2b2-55a1802123af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4692 | 2024.11.13 20:49:14.323973 [ 277 ] {faae680a-b99e-46f1-b2b2-55a1802123af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4693 | 2024.11.13 20:49:14.324497 [ 277 ] {faae680a-b99e-46f1-b2b2-55a1802123af} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4694 | 2024.11.13 20:49:14.324542 [ 277 ] {faae680a-b99e-46f1-b2b2-55a1802123af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4695 | 2024.11.13 20:49:14.324950 [ 277 ] {faae680a-b99e-46f1-b2b2-55a1802123af} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4696 | 2024.11.13 20:49:14.325206 [ 277 ] {faae680a-b99e-46f1-b2b2-55a1802123af} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4697 | 2024.11.13 20:49:14.325455 [ 277 ] {faae680a-b99e-46f1-b2b2-55a1802123af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001549 sec., 645.5777921239509 rows/sec., 43.50 KiB/sec. | ||
| 4698 | 2024.11.13 20:49:14.325683 [ 277 ] {faae680a-b99e-46f1-b2b2-55a1802123af} <Debug> TCPHandler: Processed in 0.001928313 sec. | ||
| 4699 | 2024.11.13 20:49:14.325891 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4700 | 2024.11.13 20:49:14.326009 [ 274 ] {8f492bf0-c5e6-4e3e-ab19-e1ad6a8ab9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4701 | 2024.11.13 20:49:14.326095 [ 274 ] {8f492bf0-c5e6-4e3e-ab19-e1ad6a8ab9c0} <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 | ||
| 4702 | 2024.11.13 20:49:14.327398 [ 274 ] {8f492bf0-c5e6-4e3e-ab19-e1ad6a8ab9c0} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4703 | 2024.11.13 20:49:14.327438 [ 274 ] {8f492bf0-c5e6-4e3e-ab19-e1ad6a8ab9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4704 | 2024.11.13 20:49:14.328116 [ 274 ] {8f492bf0-c5e6-4e3e-ab19-e1ad6a8ab9c0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4705 | 2024.11.13 20:49:14.328381 [ 274 ] {8f492bf0-c5e6-4e3e-ab19-e1ad6a8ab9c0} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4706 | 2024.11.13 20:49:14.328677 [ 274 ] {8f492bf0-c5e6-4e3e-ab19-e1ad6a8ab9c0} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002691 sec., 15607.58082497213 rows/sec., 27.97 MiB/sec. | ||
| 4707 | 2024.11.13 20:49:14.329065 [ 274 ] {8f492bf0-c5e6-4e3e-ab19-e1ad6a8ab9c0} <Debug> TCPHandler: Processed in 0.003281778 sec. | ||
| 4708 | 2024.11.13 20:49:14.329223 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4709 | 2024.11.13 20:49:14.329360 [ 277 ] {68bb82cc-1b40-4e47-b20b-30731be5cbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4710 | 2024.11.13 20:49:14.329418 [ 277 ] {68bb82cc-1b40-4e47-b20b-30731be5cbf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4711 | 2024.11.13 20:49:14.329990 [ 277 ] {68bb82cc-1b40-4e47-b20b-30731be5cbf0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4712 | 2024.11.13 20:49:14.330035 [ 277 ] {68bb82cc-1b40-4e47-b20b-30731be5cbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4713 | 2024.11.13 20:49:14.330395 [ 277 ] {68bb82cc-1b40-4e47-b20b-30731be5cbf0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4714 | 2024.11.13 20:49:14.330622 [ 277 ] {68bb82cc-1b40-4e47-b20b-30731be5cbf0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4715 | 2024.11.13 20:49:14.330825 [ 277 ] {68bb82cc-1b40-4e47-b20b-30731be5cbf0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001496 sec., 54812.83422459893 rows/sec., 3.48 MiB/sec. | ||
| 4716 | 2024.11.13 20:49:14.330871 [ 277 ] {68bb82cc-1b40-4e47-b20b-30731be5cbf0} <Debug> TCPHandler: Processed in 0.00171752 sec. | ||
| 4717 | 2024.11.13 20:49:15.963229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 708 | ||
| 4718 | 2024.11.13 20:49:15.966254 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4719 | 2024.11.13 20:49:15.966301 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4720 | 2024.11.13 20:49:15.967720 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4721 | 2024.11.13 20:49:15.968026 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4722 | 2024.11.13 20:49:15.968242 [ 51 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4723 | 2024.11.13 20:49:15.968355 [ 51 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4724 | 2024.11.13 20:49:15.968424 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4725 | 2024.11.13 20:49:15.968773 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 4726 | 2024.11.13 20:49:15.969057 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 708 | ||
| 4727 | 2024.11.13 20:49:15.969488 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4728 | 2024.11.13 20:49:15.969604 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 560 rows starting from the beginning of the part | ||
| 4729 | 2024.11.13 20:49:15.970137 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part | ||
| 4730 | 2024.11.13 20:49:15.970622 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 4731 | 2024.11.13 20:49:15.971090 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 20 rows starting from the beginning of the part | ||
| 4732 | 2024.11.13 20:49:15.971530 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 34 rows starting from the beginning of the part | ||
| 4733 | 2024.11.13 20:49:15.971977 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 4734 | 2024.11.13 20:49:15.979473 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 72 columns (72 merged, 0 gathered) in 0.010892681 sec., 64997.77235742055 rows/sec., 55.06 MiB/sec. | ||
| 4735 | 2024.11.13 20:49:15.980942 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4736 | 2024.11.13 20:49:15.981806 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_21_4} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2024.11.13 20:49:15.981909 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_21_4} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4738 | 2024.11.13 20:49:15.982252 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 4739 | 2024.11.13 20:49:16.401702 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4740 | 2024.11.13 20:49:16.702595 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37827, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4741 | 2024.11.13 20:49:17.105233 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4742 | 2024.11.13 20:49:17.246205 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4743 | 2024.11.13 20:49:17.278546 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4744 | 2024.11.13 20:49:17.282862 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54630, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4745 | 2024.11.13 20:49:17.316138 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4746 | 2024.11.13 20:49:17.317360 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45559, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4747 | 2024.11.13 20:49:17.336690 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4748 | 2024.11.13 20:49:17.372429 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36565, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4749 | 2024.11.13 20:49:17.440648 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4750 | 2024.11.13 20:49:17.475035 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4751 | 2024.11.13 20:49:17.511394 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40902, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4752 | 2024.11.13 20:49:17.560923 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4753 | 2024.11.13 20:49:17.575500 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59547, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4754 | 2024.11.13 20:49:17.591799 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35186, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4755 | 2024.11.13 20:49:18.653741 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4756 | 2024.11.13 20:49:19.202978 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4757 | 2024.11.13 20:49:19.291965 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4758 | 2024.11.13 20:49:19.301425 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4759 | 2024.11.13 20:49:19.301645 [ 277 ] {feb196d5-617a-45ce-885a-c39ea9262bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4760 | 2024.11.13 20:49:19.301726 [ 277 ] {feb196d5-617a-45ce-885a-c39ea9262bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4761 | 2024.11.13 20:49:19.302489 [ 277 ] {feb196d5-617a-45ce-885a-c39ea9262bea} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4762 | 2024.11.13 20:49:19.302542 [ 277 ] {feb196d5-617a-45ce-885a-c39ea9262bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4763 | 2024.11.13 20:49:19.302973 [ 277 ] {feb196d5-617a-45ce-885a-c39ea9262bea} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4764 | 2024.11.13 20:49:19.303226 [ 277 ] {feb196d5-617a-45ce-885a-c39ea9262bea} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4765 | 2024.11.13 20:49:19.303447 [ 277 ] {feb196d5-617a-45ce-885a-c39ea9262bea} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001854 sec., 1078.7486515641856 rows/sec., 87.96 KiB/sec. | ||
| 4766 | 2024.11.13 20:49:19.303539 [ 277 ] {feb196d5-617a-45ce-885a-c39ea9262bea} <Debug> TCPHandler: Processed in 0.002249709 sec. | ||
| 4767 | 2024.11.13 20:49:19.303823 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4768 | 2024.11.13 20:49:19.304030 [ 274 ] {a6b59fae-44d2-46ca-a629-571f90e1907c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4769 | 2024.11.13 20:49:19.304109 [ 274 ] {a6b59fae-44d2-46ca-a629-571f90e1907c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4770 | 2024.11.13 20:49:19.304877 [ 274 ] {a6b59fae-44d2-46ca-a629-571f90e1907c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4771 | 2024.11.13 20:49:19.304918 [ 274 ] {a6b59fae-44d2-46ca-a629-571f90e1907c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4772 | 2024.11.13 20:49:19.305366 [ 274 ] {a6b59fae-44d2-46ca-a629-571f90e1907c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4773 | 2024.11.13 20:49:19.305631 [ 274 ] {a6b59fae-44d2-46ca-a629-571f90e1907c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4774 | 2024.11.13 20:49:19.305787 [ 49 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4775 | 2024.11.13 20:49:19.305834 [ 274 ] {a6b59fae-44d2-46ca-a629-571f90e1907c} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001863 sec., 30595.813204508857 rows/sec., 2.33 MiB/sec. | ||
| 4776 | 2024.11.13 20:49:19.305839 [ 49 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4777 | 2024.11.13 20:49:19.305890 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4778 | 2024.11.13 20:49:19.305907 [ 274 ] {a6b59fae-44d2-46ca-a629-571f90e1907c} <Debug> TCPHandler: Processed in 0.00223147 sec. | ||
| 4779 | 2024.11.13 20:49:19.306048 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 4780 | 2024.11.13 20:49:19.306106 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4781 | 2024.11.13 20:49:19.306186 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4782 | 2024.11.13 20:49:19.306264 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1437 rows starting from the beginning of the part | ||
| 4783 | 2024.11.13 20:49:19.306323 [ 277 ] {e8618302-81c7-4c1d-82e9-ca907cf9b239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4784 | 2024.11.13 20:49:19.306480 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 287 rows starting from the beginning of the part | ||
| 4785 | 2024.11.13 20:49:19.306515 [ 277 ] {e8618302-81c7-4c1d-82e9-ca907cf9b239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4786 | 2024.11.13 20:49:19.306807 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 57 rows starting from the beginning of the part | ||
| 4787 | 2024.11.13 20:49:19.307267 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 4788 | 2024.11.13 20:49:19.307591 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 287 rows starting from the beginning of the part | ||
| 4789 | 2024.11.13 20:49:19.307936 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 57 rows starting from the beginning of the part | ||
| 4790 | 2024.11.13 20:49:19.309463 [ 277 ] {e8618302-81c7-4c1d-82e9-ca907cf9b239} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4791 | 2024.11.13 20:49:19.309530 [ 277 ] {e8618302-81c7-4c1d-82e9-ca907cf9b239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4792 | 2024.11.13 20:49:19.310650 [ 277 ] {e8618302-81c7-4c1d-82e9-ca907cf9b239} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4793 | 2024.11.13 20:49:19.311056 [ 277 ] {e8618302-81c7-4c1d-82e9-ca907cf9b239} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4794 | 2024.11.13 20:49:19.311654 [ 277 ] {e8618302-81c7-4c1d-82e9-ca907cf9b239} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005404 sec., 370.0962250185048 rows/sec., 25.84 KiB/sec. | ||
| 4795 | 2024.11.13 20:49:19.311672 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005704791 sec., 382310.237132263 rows/sec., 33.63 MiB/sec. | ||
| 4796 | 2024.11.13 20:49:19.311758 [ 277 ] {e8618302-81c7-4c1d-82e9-ca907cf9b239} <Debug> TCPHandler: Processed in 0.005743911 sec. | ||
| 4797 | 2024.11.13 20:49:19.311937 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4798 | 2024.11.13 20:49:19.312095 [ 274 ] {d7d5c036-ee51-42c3-b15f-1f017eb470c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4799 | 2024.11.13 20:49:19.312104 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4800 | 2024.11.13 20:49:19.312173 [ 274 ] {d7d5c036-ee51-42c3-b15f-1f017eb470c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4801 | 2024.11.13 20:49:19.312985 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_36_7} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4802 | 2024.11.13 20:49:19.313282 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_36_7} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4803 | 2024.11.13 20:49:19.313538 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 4804 | 2024.11.13 20:49:19.313574 [ 274 ] {d7d5c036-ee51-42c3-b15f-1f017eb470c6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4805 | 2024.11.13 20:49:19.313634 [ 274 ] {d7d5c036-ee51-42c3-b15f-1f017eb470c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4806 | 2024.11.13 20:49:19.314019 [ 274 ] {d7d5c036-ee51-42c3-b15f-1f017eb470c6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4807 | 2024.11.13 20:49:19.314271 [ 274 ] {d7d5c036-ee51-42c3-b15f-1f017eb470c6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4808 | 2024.11.13 20:49:19.314407 [ 49 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4809 | 2024.11.13 20:49:19.314451 [ 49 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2024.11.13 20:49:19.314467 [ 274 ] {d7d5c036-ee51-42c3-b15f-1f017eb470c6} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002415 sec., 27329.19254658385 rows/sec., 2.13 MiB/sec. | ||
| 4811 | 2024.11.13 20:49:19.314478 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4812 | 2024.11.13 20:49:19.314668 [ 274 ] {d7d5c036-ee51-42c3-b15f-1f017eb470c6} <Debug> TCPHandler: Processed in 0.002788119 sec. | ||
| 4813 | 2024.11.13 20:49:19.314989 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4814 | 2024.11.13 20:49:19.315054 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 4815 | 2024.11.13 20:49:19.315380 [ 277 ] {01a89618-3219-4012-a560-50e5c50e4275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4816 | 2024.11.13 20:49:19.315548 [ 277 ] {01a89618-3219-4012-a560-50e5c50e4275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4817 | 2024.11.13 20:49:19.315577 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4818 | 2024.11.13 20:49:19.315680 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 916 rows starting from the beginning of the part | ||
| 4819 | 2024.11.13 20:49:19.316034 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 424 rows starting from the beginning of the part | ||
| 4820 | 2024.11.13 20:49:19.316433 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 66 rows starting from the beginning of the part | ||
| 4821 | 2024.11.13 20:49:19.316830 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
| 4822 | 2024.11.13 20:49:19.317024 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 424 rows starting from the beginning of the part | ||
| 4823 | 2024.11.13 20:49:19.317383 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 66 rows starting from the beginning of the part | ||
| 4824 | 2024.11.13 20:49:19.318333 [ 277 ] {01a89618-3219-4012-a560-50e5c50e4275} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4825 | 2024.11.13 20:49:19.318397 [ 277 ] {01a89618-3219-4012-a560-50e5c50e4275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4826 | 2024.11.13 20:49:19.319317 [ 277 ] {01a89618-3219-4012-a560-50e5c50e4275} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4827 | 2024.11.13 20:49:19.319906 [ 277 ] {01a89618-3219-4012-a560-50e5c50e4275} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2024.11.13 20:49:19.320387 [ 277 ] {01a89618-3219-4012-a560-50e5c50e4275} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005143 sec., 31304.685980944974 rows/sec., 2.18 MiB/sec. | ||
| 4829 | 2024.11.13 20:49:19.320690 [ 277 ] {01a89618-3219-4012-a560-50e5c50e4275} <Debug> TCPHandler: Processed in 0.005895434 sec. | ||
| 4830 | 2024.11.13 20:49:19.321008 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4831 | 2024.11.13 20:49:19.321362 [ 274 ] {b21da69d-35a0-46c2-aa94-8f6ca3af5bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4832 | 2024.11.13 20:49:19.321466 [ 274 ] {b21da69d-35a0-46c2-aa94-8f6ca3af5bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4833 | 2024.11.13 20:49:19.321465 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.00687429 sec., 285120.3542474932 rows/sec., 21.83 MiB/sec. | ||
| 4834 | 2024.11.13 20:49:19.321801 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4835 | 2024.11.13 20:49:19.322381 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_36_7} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4836 | 2024.11.13 20:49:19.322549 [ 274 ] {b21da69d-35a0-46c2-aa94-8f6ca3af5bab} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4837 | 2024.11.13 20:49:19.322616 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_36_7} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4838 | 2024.11.13 20:49:19.322639 [ 274 ] {b21da69d-35a0-46c2-aa94-8f6ca3af5bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 4839 | 2024.11.13 20:49:19.322752 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4840 | 2024.11.13 20:49:19.323147 [ 274 ] {b21da69d-35a0-46c2-aa94-8f6ca3af5bab} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4841 | 2024.11.13 20:49:19.323399 [ 274 ] {b21da69d-35a0-46c2-aa94-8f6ca3af5bab} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4842 | 2024.11.13 20:49:19.323601 [ 274 ] {b21da69d-35a0-46c2-aa94-8f6ca3af5bab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002355 sec., 25477.707006369426 rows/sec., 1.72 MiB/sec. | ||
| 4843 | 2024.11.13 20:49:19.323738 [ 274 ] {b21da69d-35a0-46c2-aa94-8f6ca3af5bab} <Debug> TCPHandler: Processed in 0.002912871 sec. | ||
| 4844 | 2024.11.13 20:49:19.331381 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4845 | 2024.11.13 20:49:19.348377 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4846 | 2024.11.13 20:49:19.552963 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42687, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4847 | 2024.11.13 20:49:19.567919 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48292, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4848 | 2024.11.13 20:49:19.575388 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49068, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4849 | 2024.11.13 20:49:24.300628 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4850 | 2024.11.13 20:49:24.300851 [ 277 ] {8e4ff7b6-aa1c-4833-a28a-e13f27ec18e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4851 | 2024.11.13 20:49:24.300931 [ 277 ] {8e4ff7b6-aa1c-4833-a28a-e13f27ec18e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4852 | 2024.11.13 20:49:24.301737 [ 277 ] {8e4ff7b6-aa1c-4833-a28a-e13f27ec18e2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4853 | 2024.11.13 20:49:24.301791 [ 277 ] {8e4ff7b6-aa1c-4833-a28a-e13f27ec18e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4854 | 2024.11.13 20:49:24.302217 [ 277 ] {8e4ff7b6-aa1c-4833-a28a-e13f27ec18e2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4855 | 2024.11.13 20:49:24.302470 [ 277 ] {8e4ff7b6-aa1c-4833-a28a-e13f27ec18e2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4856 | 2024.11.13 20:49:24.302711 [ 277 ] {8e4ff7b6-aa1c-4833-a28a-e13f27ec18e2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.23 MiB/sec. | ||
| 4857 | 2024.11.13 20:49:24.302772 [ 277 ] {8e4ff7b6-aa1c-4833-a28a-e13f27ec18e2} <Debug> TCPHandler: Processed in 0.00228307 sec. | ||
| 4858 | 2024.11.13 20:49:24.303045 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4859 | 2024.11.13 20:49:24.303255 [ 274 ] {727253dd-33fb-4474-908a-ed90019953da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4860 | 2024.11.13 20:49:24.303336 [ 274 ] {727253dd-33fb-4474-908a-ed90019953da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4861 | 2024.11.13 20:49:24.304105 [ 274 ] {727253dd-33fb-4474-908a-ed90019953da} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4862 | 2024.11.13 20:49:24.304150 [ 274 ] {727253dd-33fb-4474-908a-ed90019953da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4863 | 2024.11.13 20:49:24.304576 [ 274 ] {727253dd-33fb-4474-908a-ed90019953da} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4864 | 2024.11.13 20:49:24.304834 [ 274 ] {727253dd-33fb-4474-908a-ed90019953da} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4865 | 2024.11.13 20:49:24.305073 [ 274 ] {727253dd-33fb-4474-908a-ed90019953da} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001877 sec., 34096.96323921151 rows/sec., 2.66 MiB/sec. | ||
| 4866 | 2024.11.13 20:49:24.305206 [ 274 ] {727253dd-33fb-4474-908a-ed90019953da} <Debug> TCPHandler: Processed in 0.00230215 sec. | ||
| 4867 | 2024.11.13 20:49:24.305378 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4868 | 2024.11.13 20:49:24.305523 [ 277 ] {4c4f02fb-a73e-451e-a414-c89c2c93e100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4869 | 2024.11.13 20:49:24.305590 [ 277 ] {4c4f02fb-a73e-451e-a414-c89c2c93e100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4870 | 2024.11.13 20:49:24.306263 [ 277 ] {4c4f02fb-a73e-451e-a414-c89c2c93e100} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4871 | 2024.11.13 20:49:24.306311 [ 277 ] {4c4f02fb-a73e-451e-a414-c89c2c93e100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4872 | 2024.11.13 20:49:24.306716 [ 277 ] {4c4f02fb-a73e-451e-a414-c89c2c93e100} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4873 | 2024.11.13 20:49:24.306960 [ 277 ] {4c4f02fb-a73e-451e-a414-c89c2c93e100} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4874 | 2024.11.13 20:49:24.307126 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4875 | 2024.11.13 20:49:24.307194 [ 277 ] {4c4f02fb-a73e-451e-a414-c89c2c93e100} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec. | ||
| 4876 | 2024.11.13 20:49:24.307208 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4877 | 2024.11.13 20:49:24.307279 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4878 | 2024.11.13 20:49:24.307334 [ 277 ] {4c4f02fb-a73e-451e-a414-c89c2c93e100} <Debug> TCPHandler: Processed in 0.002024845 sec. | ||
| 4879 | 2024.11.13 20:49:24.307583 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4880 | 2024.11.13 20:49:24.307617 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 4881 | 2024.11.13 20:49:24.307806 [ 274 ] {b9e8a868-6e31-48b3-b37e-8ca06e078854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4882 | 2024.11.13 20:49:24.307933 [ 274 ] {b9e8a868-6e31-48b3-b37e-8ca06e078854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4883 | 2024.11.13 20:49:24.308228 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4884 | 2024.11.13 20:49:24.308389 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5538 rows starting from the beginning of the part | ||
| 4885 | 2024.11.13 20:49:24.308733 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
| 4886 | 2024.11.13 20:49:24.309140 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 4887 | 2024.11.13 20:49:24.309516 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 4888 | 2024.11.13 20:49:24.309814 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 161 rows starting from the beginning of the part | ||
| 4889 | 2024.11.13 20:49:24.310194 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 4890 | 2024.11.13 20:49:24.310417 [ 274 ] {b9e8a868-6e31-48b3-b37e-8ca06e078854} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4891 | 2024.11.13 20:49:24.310535 [ 274 ] {b9e8a868-6e31-48b3-b37e-8ca06e078854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4892 | 2024.11.13 20:49:24.311444 [ 274 ] {b9e8a868-6e31-48b3-b37e-8ca06e078854} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4893 | 2024.11.13 20:49:24.311798 [ 274 ] {b9e8a868-6e31-48b3-b37e-8ca06e078854} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4894 | 2024.11.13 20:49:24.312197 [ 44 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 4895 | 2024.11.13 20:49:24.312405 [ 274 ] {b9e8a868-6e31-48b3-b37e-8ca06e078854} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00465 sec., 12903.225806451614 rows/sec., 890.46 KiB/sec. | ||
| 4896 | 2024.11.13 20:49:24.312468 [ 44 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4897 | 2024.11.13 20:49:24.312600 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4898 | 2024.11.13 20:49:24.312706 [ 274 ] {b9e8a868-6e31-48b3-b37e-8ca06e078854} <Debug> TCPHandler: Processed in 0.005264682 sec. | ||
| 4899 | 2024.11.13 20:49:24.313149 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 4900 | 2024.11.13 20:49:24.313723 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4901 | 2024.11.13 20:49:24.313844 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 1474 rows starting from the beginning of the part | ||
| 4902 | 2024.11.13 20:49:24.314221 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 4903 | 2024.11.13 20:49:24.314490 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 4904 | 2024.11.13 20:49:24.314752 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 4905 | 2024.11.13 20:49:24.314962 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 4906 | 2024.11.13 20:49:24.315232 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 4907 | 2024.11.13 20:49:24.315880 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6417 rows, containing 5 columns (5 merged, 0 gathered) in 0.008446778 sec., 759697.9582037079 rows/sec., 51.38 MiB/sec. | ||
| 4908 | 2024.11.13 20:49:24.316506 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4909 | 2024.11.13 20:49:24.317168 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4910 | 2024.11.13 20:49:24.317318 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4911 | 2024.11.13 20:49:24.317592 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. | ||
| 4912 | 2024.11.13 20:49:24.317747 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1796 rows, containing 4 columns (4 merged, 0 gathered) in 0.004972957 sec., 361153.3339218497 rows/sec., 23.37 MiB/sec. | ||
| 4913 | 2024.11.13 20:49:24.318050 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 4914 | 2024.11.13 20:49:24.318402 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4915 | 2024.11.13 20:49:24.318485 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_35_7} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 4916 | 2024.11.13 20:49:24.318584 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4917 | 2024.11.13 20:49:25.804735 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4918 | 2024.11.13 20:49:25.804816 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4919 | 2024.11.13 20:49:25.969264 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 728 | ||
| 4920 | 2024.11.13 20:49:25.972328 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4921 | 2024.11.13 20:49:25.972376 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4922 | 2024.11.13 20:49:25.973755 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4923 | 2024.11.13 20:49:25.974052 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4924 | 2024.11.13 20:49:25.975104 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 4925 | 2024.11.13 20:49:26.001337 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000916326 sec. | ||
| 4926 | 2024.11.13 20:49:29.307807 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4927 | 2024.11.13 20:49:29.308010 [ 277 ] {67bb4d86-663d-4b06-818a-7bacca02ca29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4928 | 2024.11.13 20:49:29.308082 [ 277 ] {67bb4d86-663d-4b06-818a-7bacca02ca29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4929 | 2024.11.13 20:49:29.308817 [ 277 ] {67bb4d86-663d-4b06-818a-7bacca02ca29} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4930 | 2024.11.13 20:49:29.308870 [ 277 ] {67bb4d86-663d-4b06-818a-7bacca02ca29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4931 | 2024.11.13 20:49:29.309311 [ 277 ] {67bb4d86-663d-4b06-818a-7bacca02ca29} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4932 | 2024.11.13 20:49:29.309571 [ 277 ] {67bb4d86-663d-4b06-818a-7bacca02ca29} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4933 | 2024.11.13 20:49:29.309809 [ 277 ] {67bb4d86-663d-4b06-818a-7bacca02ca29} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec. | ||
| 4934 | 2024.11.13 20:49:29.309876 [ 277 ] {67bb4d86-663d-4b06-818a-7bacca02ca29} <Debug> TCPHandler: Processed in 0.002200409 sec. | ||
| 4935 | 2024.11.13 20:49:29.310141 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4936 | 2024.11.13 20:49:29.310339 [ 274 ] {5723636b-1380-4fc0-99b1-9a962a6e8aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4937 | 2024.11.13 20:49:29.310415 [ 274 ] {5723636b-1380-4fc0-99b1-9a962a6e8aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4938 | 2024.11.13 20:49:29.311303 [ 274 ] {5723636b-1380-4fc0-99b1-9a962a6e8aec} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4939 | 2024.11.13 20:49:29.311357 [ 274 ] {5723636b-1380-4fc0-99b1-9a962a6e8aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4940 | 2024.11.13 20:49:29.311831 [ 274 ] {5723636b-1380-4fc0-99b1-9a962a6e8aec} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4941 | 2024.11.13 20:49:29.312096 [ 274 ] {5723636b-1380-4fc0-99b1-9a962a6e8aec} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4942 | 2024.11.13 20:49:29.312373 [ 274 ] {5723636b-1380-4fc0-99b1-9a962a6e8aec} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002076 sec., 138246.6281310212 rows/sec., 12.20 MiB/sec. | ||
| 4943 | 2024.11.13 20:49:29.312458 [ 274 ] {5723636b-1380-4fc0-99b1-9a962a6e8aec} <Debug> TCPHandler: Processed in 0.002454953 sec. | ||
| 4944 | 2024.11.13 20:49:29.312688 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4945 | 2024.11.13 20:49:29.312843 [ 277 ] {98520a16-4e8f-4b25-ba48-6d460a412686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4946 | 2024.11.13 20:49:29.312897 [ 277 ] {98520a16-4e8f-4b25-ba48-6d460a412686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4947 | 2024.11.13 20:49:29.313520 [ 277 ] {98520a16-4e8f-4b25-ba48-6d460a412686} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4948 | 2024.11.13 20:49:29.313563 [ 277 ] {98520a16-4e8f-4b25-ba48-6d460a412686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4949 | 2024.11.13 20:49:29.314035 [ 277 ] {98520a16-4e8f-4b25-ba48-6d460a412686} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4950 | 2024.11.13 20:49:29.314322 [ 277 ] {98520a16-4e8f-4b25-ba48-6d460a412686} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4951 | 2024.11.13 20:49:29.314511 [ 40 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4952 | 2024.11.13 20:49:29.314586 [ 277 ] {98520a16-4e8f-4b25-ba48-6d460a412686} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001771 sec., 27667.98418972332 rows/sec., 1.99 MiB/sec. | ||
| 4953 | 2024.11.13 20:49:29.314617 [ 40 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4954 | 2024.11.13 20:49:29.314694 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4955 | 2024.11.13 20:49:29.314715 [ 277 ] {98520a16-4e8f-4b25-ba48-6d460a412686} <Debug> TCPHandler: Processed in 0.002135828 sec. | ||
| 4956 | 2024.11.13 20:49:29.314975 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 4957 | 2024.11.13 20:49:29.314992 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4958 | 2024.11.13 20:49:29.315259 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4959 | 2024.11.13 20:49:29.315296 [ 274 ] {b7c6f46e-85a7-4d9e-8ce5-97b26fbfd67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4960 | 2024.11.13 20:49:29.315331 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 67 rows starting from the beginning of the part | ||
| 4961 | 2024.11.13 20:49:29.315413 [ 274 ] {b7c6f46e-85a7-4d9e-8ce5-97b26fbfd67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4962 | 2024.11.13 20:49:29.315580 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 49 rows starting from the beginning of the part | ||
| 4963 | 2024.11.13 20:49:29.315957 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 4964 | 2024.11.13 20:49:29.316431 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 49 rows starting from the beginning of the part | ||
| 4965 | 2024.11.13 20:49:29.316793 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
| 4966 | 2024.11.13 20:49:29.317262 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 49 rows starting from the beginning of the part | ||
| 4967 | 2024.11.13 20:49:29.318659 [ 274 ] {b7c6f46e-85a7-4d9e-8ce5-97b26fbfd67d} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4968 | 2024.11.13 20:49:29.318742 [ 274 ] {b7c6f46e-85a7-4d9e-8ce5-97b26fbfd67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4969 | 2024.11.13 20:49:29.319782 [ 274 ] {b7c6f46e-85a7-4d9e-8ce5-97b26fbfd67d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4970 | 2024.11.13 20:49:29.320201 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 5 columns (5 merged, 0 gathered) in 0.005372224 sec., 40579.097223049524 rows/sec., 3.06 MiB/sec. | ||
| 4971 | 2024.11.13 20:49:29.320371 [ 274 ] {b7c6f46e-85a7-4d9e-8ce5-97b26fbfd67d} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4972 | 2024.11.13 20:49:29.320431 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4973 | 2024.11.13 20:49:29.320884 [ 274 ] {b7c6f46e-85a7-4d9e-8ce5-97b26fbfd67d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005667 sec., 2470.44291512264 rows/sec., 173.01 KiB/sec. | ||
| 4974 | 2024.11.13 20:49:29.321246 [ 274 ] {b7c6f46e-85a7-4d9e-8ce5-97b26fbfd67d} <Debug> TCPHandler: Processed in 0.006410642 sec. | ||
| 4975 | 2024.11.13 20:49:29.321282 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_26_5} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4976 | 2024.11.13 20:49:29.321412 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_26_5} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4977 | 2024.11.13 20:49:29.321415 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4978 | 2024.11.13 20:49:29.321520 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4979 | 2024.11.13 20:49:29.321572 [ 277 ] {fbbbfd7c-67a9-45c6-a127-ed4c7e929faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4980 | 2024.11.13 20:49:29.321622 [ 277 ] {fbbbfd7c-67a9-45c6-a127-ed4c7e929faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4981 | 2024.11.13 20:49:29.322187 [ 277 ] {fbbbfd7c-67a9-45c6-a127-ed4c7e929faa} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4982 | 2024.11.13 20:49:29.322226 [ 277 ] {fbbbfd7c-67a9-45c6-a127-ed4c7e929faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4983 | 2024.11.13 20:49:29.322591 [ 277 ] {fbbbfd7c-67a9-45c6-a127-ed4c7e929faa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4984 | 2024.11.13 20:49:29.322848 [ 277 ] {fbbbfd7c-67a9-45c6-a127-ed4c7e929faa} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4985 | 2024.11.13 20:49:29.323120 [ 277 ] {fbbbfd7c-67a9-45c6-a127-ed4c7e929faa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 4986 | 2024.11.13 20:49:29.323304 [ 277 ] {fbbbfd7c-67a9-45c6-a127-ed4c7e929faa} <Debug> TCPHandler: Processed in 0.001954684 sec. | ||
| 4987 | 2024.11.13 20:49:29.323456 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4988 | 2024.11.13 20:49:29.323577 [ 274 ] {aa260832-bdb1-4774-8883-e5c84b5904be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4989 | 2024.11.13 20:49:29.323634 [ 274 ] {aa260832-bdb1-4774-8883-e5c84b5904be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4990 | 2024.11.13 20:49:29.324411 [ 274 ] {aa260832-bdb1-4774-8883-e5c84b5904be} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4991 | 2024.11.13 20:49:29.324452 [ 274 ] {aa260832-bdb1-4774-8883-e5c84b5904be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4992 | 2024.11.13 20:49:29.324848 [ 274 ] {aa260832-bdb1-4774-8883-e5c84b5904be} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4993 | 2024.11.13 20:49:29.325102 [ 274 ] {aa260832-bdb1-4774-8883-e5c84b5904be} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4994 | 2024.11.13 20:49:29.325342 [ 274 ] {aa260832-bdb1-4774-8883-e5c84b5904be} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001792 sec., 236607.14285714287 rows/sec., 16.92 MiB/sec. | ||
| 4995 | 2024.11.13 20:49:29.325397 [ 274 ] {aa260832-bdb1-4774-8883-e5c84b5904be} <Debug> TCPHandler: Processed in 0.002000115 sec. | ||
| 4996 | 2024.11.13 20:49:29.325560 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4997 | 2024.11.13 20:49:29.325698 [ 277 ] {d5a7efd5-2617-4ab1-be7e-c8716d63ec0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4998 | 2024.11.13 20:49:29.325759 [ 277 ] {d5a7efd5-2617-4ab1-be7e-c8716d63ec0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4999 | 2024.11.13 20:49:29.326368 [ 277 ] {d5a7efd5-2617-4ab1-be7e-c8716d63ec0a} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5000 | 2024.11.13 20:49:29.326415 [ 277 ] {d5a7efd5-2617-4ab1-be7e-c8716d63ec0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5001 | 2024.11.13 20:49:29.326799 [ 277 ] {d5a7efd5-2617-4ab1-be7e-c8716d63ec0a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5002 | 2024.11.13 20:49:29.327042 [ 277 ] {d5a7efd5-2617-4ab1-be7e-c8716d63ec0a} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5003 | 2024.11.13 20:49:29.327255 [ 277 ] {d5a7efd5-2617-4ab1-be7e-c8716d63ec0a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 197.28 KiB/sec. | ||
| 5004 | 2024.11.13 20:49:29.327304 [ 277 ] {d5a7efd5-2617-4ab1-be7e-c8716d63ec0a} <Debug> TCPHandler: Processed in 0.001815092 sec. | ||
| 5005 | 2024.11.13 20:49:29.327445 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5006 | 2024.11.13 20:49:29.327580 [ 274 ] {94e2047d-f6c2-4575-a99f-227dd27fd117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5007 | 2024.11.13 20:49:29.327647 [ 274 ] {94e2047d-f6c2-4575-a99f-227dd27fd117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5008 | 2024.11.13 20:49:29.328345 [ 274 ] {94e2047d-f6c2-4575-a99f-227dd27fd117} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5009 | 2024.11.13 20:49:29.328393 [ 274 ] {94e2047d-f6c2-4575-a99f-227dd27fd117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5010 | 2024.11.13 20:49:29.328815 [ 274 ] {94e2047d-f6c2-4575-a99f-227dd27fd117} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5011 | 2024.11.13 20:49:29.329055 [ 274 ] {94e2047d-f6c2-4575-a99f-227dd27fd117} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5012 | 2024.11.13 20:49:29.329263 [ 274 ] {94e2047d-f6c2-4575-a99f-227dd27fd117} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001717 sec., 138031.4502038439 rows/sec., 9.25 MiB/sec. | ||
| 5013 | 2024.11.13 20:49:29.329313 [ 274 ] {94e2047d-f6c2-4575-a99f-227dd27fd117} <Debug> TCPHandler: Processed in 0.001924834 sec. | ||
| 5014 | 2024.11.13 20:49:29.329454 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5015 | 2024.11.13 20:49:29.329589 [ 277 ] {f9766e43-3022-4e33-ba7e-eab65e08725b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5016 | 2024.11.13 20:49:29.329648 [ 277 ] {f9766e43-3022-4e33-ba7e-eab65e08725b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5017 | 2024.11.13 20:49:29.330203 [ 277 ] {f9766e43-3022-4e33-ba7e-eab65e08725b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5018 | 2024.11.13 20:49:29.330249 [ 277 ] {f9766e43-3022-4e33-ba7e-eab65e08725b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5019 | 2024.11.13 20:49:29.330646 [ 277 ] {f9766e43-3022-4e33-ba7e-eab65e08725b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5020 | 2024.11.13 20:49:29.330883 [ 277 ] {f9766e43-3022-4e33-ba7e-eab65e08725b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5021 | 2024.11.13 20:49:29.331152 [ 277 ] {f9766e43-3022-4e33-ba7e-eab65e08725b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00159 sec., 628.9308176100628 rows/sec., 42.38 KiB/sec. | ||
| 5022 | 2024.11.13 20:49:29.331332 [ 277 ] {f9766e43-3022-4e33-ba7e-eab65e08725b} <Debug> TCPHandler: Processed in 0.001931344 sec. | ||
| 5023 | 2024.11.13 20:49:29.331489 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5024 | 2024.11.13 20:49:29.331625 [ 274 ] {eb0ad341-e7fb-4a9c-a237-eb7c1104914d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5025 | 2024.11.13 20:49:29.331748 [ 274 ] {eb0ad341-e7fb-4a9c-a237-eb7c1104914d} <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 | ||
| 5026 | 2024.11.13 20:49:29.333016 [ 274 ] {eb0ad341-e7fb-4a9c-a237-eb7c1104914d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5027 | 2024.11.13 20:49:29.333055 [ 274 ] {eb0ad341-e7fb-4a9c-a237-eb7c1104914d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5028 | 2024.11.13 20:49:29.333710 [ 274 ] {eb0ad341-e7fb-4a9c-a237-eb7c1104914d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5029 | 2024.11.13 20:49:29.333964 [ 274 ] {eb0ad341-e7fb-4a9c-a237-eb7c1104914d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5030 | 2024.11.13 20:49:29.334207 [ 274 ] {eb0ad341-e7fb-4a9c-a237-eb7c1104914d} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002613 sec., 16073.478760045926 rows/sec., 28.80 MiB/sec. | ||
| 5031 | 2024.11.13 20:49:29.334324 [ 274 ] {eb0ad341-e7fb-4a9c-a237-eb7c1104914d} <Debug> TCPHandler: Processed in 0.00289212 sec. | ||
| 5032 | 2024.11.13 20:49:29.334481 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5033 | 2024.11.13 20:49:29.334619 [ 277 ] {3270aa26-8405-40f4-a395-93e9fc0c090a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5034 | 2024.11.13 20:49:29.334678 [ 277 ] {3270aa26-8405-40f4-a395-93e9fc0c090a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5035 | 2024.11.13 20:49:29.335264 [ 277 ] {3270aa26-8405-40f4-a395-93e9fc0c090a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5036 | 2024.11.13 20:49:29.335310 [ 277 ] {3270aa26-8405-40f4-a395-93e9fc0c090a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5037 | 2024.11.13 20:49:29.335714 [ 277 ] {3270aa26-8405-40f4-a395-93e9fc0c090a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5038 | 2024.11.13 20:49:29.335952 [ 277 ] {3270aa26-8405-40f4-a395-93e9fc0c090a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5039 | 2024.11.13 20:49:29.336161 [ 277 ] {3270aa26-8405-40f4-a395-93e9fc0c090a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001573 sec., 52129.68849332486 rows/sec., 3.31 MiB/sec. | ||
| 5040 | 2024.11.13 20:49:29.336210 [ 277 ] {3270aa26-8405-40f4-a395-93e9fc0c090a} <Debug> TCPHandler: Processed in 0.001798192 sec. | ||
| 5041 | 2024.11.13 20:49:32.375199 [ 38 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5042 | 2024.11.13 20:49:32.375266 [ 38 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5043 | 2024.11.13 20:49:32.375293 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5044 | 2024.11.13 20:49:32.375498 [ 199 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 5045 | 2024.11.13 20:49:32.375690 [ 199 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5046 | 2024.11.13 20:49:32.375734 [ 199 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 5047 | 2024.11.13 20:49:32.375826 [ 199 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 5048 | 2024.11.13 20:49:32.376041 [ 199 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 5049 | 2024.11.13 20:49:32.376319 [ 199 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 5050 | 2024.11.13 20:49:32.376531 [ 199 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 5051 | 2024.11.13 20:49:32.377621 [ 197 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002246949 sec., 14241.533741976344 rows/sec., 1.19 MiB/sec. | ||
| 5052 | 2024.11.13 20:49:32.377823 [ 197 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5053 | 2024.11.13 20:49:32.378208 [ 197 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_9_2} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5054 | 2024.11.13 20:49:32.378307 [ 197 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_9_2} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5055 | 2024.11.13 20:49:32.378418 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5056 | 2024.11.13 20:49:34.301369 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5057 | 2024.11.13 20:49:34.301590 [ 277 ] {9a240731-b446-4e3a-9be2-ba0215308292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5058 | 2024.11.13 20:49:34.301668 [ 277 ] {9a240731-b446-4e3a-9be2-ba0215308292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5059 | 2024.11.13 20:49:34.302387 [ 277 ] {9a240731-b446-4e3a-9be2-ba0215308292} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5060 | 2024.11.13 20:49:34.302437 [ 277 ] {9a240731-b446-4e3a-9be2-ba0215308292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5061 | 2024.11.13 20:49:34.302846 [ 277 ] {9a240731-b446-4e3a-9be2-ba0215308292} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5062 | 2024.11.13 20:49:34.303087 [ 277 ] {9a240731-b446-4e3a-9be2-ba0215308292} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5063 | 2024.11.13 20:49:34.303340 [ 277 ] {9a240731-b446-4e3a-9be2-ba0215308292} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001803 sec., 2218.524681087077 rows/sec., 180.91 KiB/sec. | ||
| 5064 | 2024.11.13 20:49:34.303456 [ 277 ] {9a240731-b446-4e3a-9be2-ba0215308292} <Debug> TCPHandler: Processed in 0.002218978 sec. | ||
| 5065 | 2024.11.13 20:49:34.303761 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5066 | 2024.11.13 20:49:34.303976 [ 274 ] {42579472-f85d-47ac-a64d-fa38c33b7bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5067 | 2024.11.13 20:49:34.304059 [ 274 ] {42579472-f85d-47ac-a64d-fa38c33b7bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5068 | 2024.11.13 20:49:34.304929 [ 274 ] {42579472-f85d-47ac-a64d-fa38c33b7bd4} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5069 | 2024.11.13 20:49:34.304979 [ 274 ] {42579472-f85d-47ac-a64d-fa38c33b7bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5070 | 2024.11.13 20:49:34.305405 [ 274 ] {42579472-f85d-47ac-a64d-fa38c33b7bd4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5071 | 2024.11.13 20:49:34.305658 [ 274 ] {42579472-f85d-47ac-a64d-fa38c33b7bd4} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5072 | 2024.11.13 20:49:34.305933 [ 274 ] {42579472-f85d-47ac-a64d-fa38c33b7bd4} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.002009 sec., 28870.08461921354 rows/sec., 2.20 MiB/sec. | ||
| 5073 | 2024.11.13 20:49:34.306099 [ 274 ] {42579472-f85d-47ac-a64d-fa38c33b7bd4} <Debug> TCPHandler: Processed in 0.002505984 sec. | ||
| 5074 | 2024.11.13 20:49:34.306332 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5075 | 2024.11.13 20:49:34.306469 [ 277 ] {c672e550-8f2d-4284-b94d-5cd882724c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5076 | 2024.11.13 20:49:34.306522 [ 277 ] {c672e550-8f2d-4284-b94d-5cd882724c0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5077 | 2024.11.13 20:49:34.307117 [ 277 ] {c672e550-8f2d-4284-b94d-5cd882724c0d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5078 | 2024.11.13 20:49:34.307160 [ 277 ] {c672e550-8f2d-4284-b94d-5cd882724c0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5079 | 2024.11.13 20:49:34.307527 [ 277 ] {c672e550-8f2d-4284-b94d-5cd882724c0d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5080 | 2024.11.13 20:49:34.307774 [ 277 ] {c672e550-8f2d-4284-b94d-5cd882724c0d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5081 | 2024.11.13 20:49:34.307983 [ 277 ] {c672e550-8f2d-4284-b94d-5cd882724c0d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001544 sec., 2590.6735751295337 rows/sec., 180.89 KiB/sec. | ||
| 5082 | 2024.11.13 20:49:34.308047 [ 277 ] {c672e550-8f2d-4284-b94d-5cd882724c0d} <Debug> TCPHandler: Processed in 0.001828672 sec. | ||
| 5083 | 2024.11.13 20:49:34.308258 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5084 | 2024.11.13 20:49:34.308477 [ 274 ] {e9c56371-ccac-43f9-a8a0-0ec324a49676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5085 | 2024.11.13 20:49:34.308567 [ 274 ] {e9c56371-ccac-43f9-a8a0-0ec324a49676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5086 | 2024.11.13 20:49:34.309245 [ 274 ] {e9c56371-ccac-43f9-a8a0-0ec324a49676} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5087 | 2024.11.13 20:49:34.309284 [ 274 ] {e9c56371-ccac-43f9-a8a0-0ec324a49676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5088 | 2024.11.13 20:49:34.309644 [ 274 ] {e9c56371-ccac-43f9-a8a0-0ec324a49676} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5089 | 2024.11.13 20:49:34.309879 [ 274 ] {e9c56371-ccac-43f9-a8a0-0ec324a49676} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5090 | 2024.11.13 20:49:34.310139 [ 274 ] {e9c56371-ccac-43f9-a8a0-0ec324a49676} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001707 sec., 39835.969537199766 rows/sec., 3.11 MiB/sec. | ||
| 5091 | 2024.11.13 20:49:34.310269 [ 274 ] {e9c56371-ccac-43f9-a8a0-0ec324a49676} <Debug> TCPHandler: Processed in 0.002117597 sec. | ||
| 5092 | 2024.11.13 20:49:34.310482 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5093 | 2024.11.13 20:49:34.310630 [ 277 ] {0181ccca-cbc9-4e82-bdea-5cada2175acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5094 | 2024.11.13 20:49:34.310695 [ 277 ] {0181ccca-cbc9-4e82-bdea-5cada2175acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5095 | 2024.11.13 20:49:34.311429 [ 277 ] {0181ccca-cbc9-4e82-bdea-5cada2175acd} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5096 | 2024.11.13 20:49:34.311477 [ 277 ] {0181ccca-cbc9-4e82-bdea-5cada2175acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5097 | 2024.11.13 20:49:34.311912 [ 277 ] {0181ccca-cbc9-4e82-bdea-5cada2175acd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5098 | 2024.11.13 20:49:34.312163 [ 277 ] {0181ccca-cbc9-4e82-bdea-5cada2175acd} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5099 | 2024.11.13 20:49:34.312389 [ 277 ] {0181ccca-cbc9-4e82-bdea-5cada2175acd} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001792 sec., 90401.78571428571 rows/sec., 6.30 MiB/sec. | ||
| 5100 | 2024.11.13 20:49:34.312448 [ 277 ] {0181ccca-cbc9-4e82-bdea-5cada2175acd} <Debug> TCPHandler: Processed in 0.002073526 sec. | ||
| 5101 | 2024.11.13 20:49:34.312592 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5102 | 2024.11.13 20:49:34.312718 [ 274 ] {ae550a50-cdc0-4060-bae2-4b3200d0a8c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5103 | 2024.11.13 20:49:34.312777 [ 274 ] {ae550a50-cdc0-4060-bae2-4b3200d0a8c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5104 | 2024.11.13 20:49:34.313371 [ 274 ] {ae550a50-cdc0-4060-bae2-4b3200d0a8c0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5105 | 2024.11.13 20:49:34.313417 [ 274 ] {ae550a50-cdc0-4060-bae2-4b3200d0a8c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5106 | 2024.11.13 20:49:34.313853 [ 274 ] {ae550a50-cdc0-4060-bae2-4b3200d0a8c0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5107 | 2024.11.13 20:49:34.314097 [ 274 ] {ae550a50-cdc0-4060-bae2-4b3200d0a8c0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5108 | 2024.11.13 20:49:34.314310 [ 274 ] {ae550a50-cdc0-4060-bae2-4b3200d0a8c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001622 sec., 36991.368680641186 rows/sec., 2.49 MiB/sec. | ||
| 5109 | 2024.11.13 20:49:34.314359 [ 274 ] {ae550a50-cdc0-4060-bae2-4b3200d0a8c0} <Debug> TCPHandler: Processed in 0.001825692 sec. | ||
| 5110 | 2024.11.13 20:49:35.975239 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 762 | ||
| 5111 | 2024.11.13 20:49:35.978106 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5112 | 2024.11.13 20:49:35.978163 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5113 | 2024.11.13 20:49:35.979603 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5114 | 2024.11.13 20:49:35.979945 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5115 | 2024.11.13 20:49:35.981578 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 762 | ||
| 5116 | 2024.11.13 20:49:39.301207 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5117 | 2024.11.13 20:49:39.301418 [ 277 ] {776e48a2-e411-4fb8-a9eb-8f4132e3a871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5118 | 2024.11.13 20:49:39.301490 [ 277 ] {776e48a2-e411-4fb8-a9eb-8f4132e3a871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5119 | 2024.11.13 20:49:39.302251 [ 277 ] {776e48a2-e411-4fb8-a9eb-8f4132e3a871} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5120 | 2024.11.13 20:49:39.302306 [ 277 ] {776e48a2-e411-4fb8-a9eb-8f4132e3a871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5121 | 2024.11.13 20:49:39.302785 [ 277 ] {776e48a2-e411-4fb8-a9eb-8f4132e3a871} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5122 | 2024.11.13 20:49:39.303157 [ 277 ] {776e48a2-e411-4fb8-a9eb-8f4132e3a871} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5123 | 2024.11.13 20:49:39.303497 [ 277 ] {776e48a2-e411-4fb8-a9eb-8f4132e3a871} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002122 sec., 26390.197926484445 rows/sec., 2.01 MiB/sec. | ||
| 5124 | 2024.11.13 20:49:39.303753 [ 277 ] {776e48a2-e411-4fb8-a9eb-8f4132e3a871} <Debug> TCPHandler: Processed in 0.002668977 sec. | ||
| 5125 | 2024.11.13 20:49:39.304038 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5126 | 2024.11.13 20:49:39.304229 [ 274 ] {af68ec13-e201-4623-b1cf-7e70ba2674c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5127 | 2024.11.13 20:49:39.304300 [ 274 ] {af68ec13-e201-4623-b1cf-7e70ba2674c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5128 | 2024.11.13 20:49:39.305081 [ 274 ] {af68ec13-e201-4623-b1cf-7e70ba2674c5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5129 | 2024.11.13 20:49:39.305128 [ 274 ] {af68ec13-e201-4623-b1cf-7e70ba2674c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5130 | 2024.11.13 20:49:39.305559 [ 274 ] {af68ec13-e201-4623-b1cf-7e70ba2674c5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5131 | 2024.11.13 20:49:39.305824 [ 274 ] {af68ec13-e201-4623-b1cf-7e70ba2674c5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5132 | 2024.11.13 20:49:39.306075 [ 274 ] {af68ec13-e201-4623-b1cf-7e70ba2674c5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec. | ||
| 5133 | 2024.11.13 20:49:39.306198 [ 274 ] {af68ec13-e201-4623-b1cf-7e70ba2674c5} <Debug> TCPHandler: Processed in 0.00229202 sec. | ||
| 5134 | 2024.11.13 20:49:39.306387 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5135 | 2024.11.13 20:49:39.306524 [ 277 ] {4f8c0b0e-5881-4be7-a9ee-db6c1cc9f975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5136 | 2024.11.13 20:49:39.306587 [ 277 ] {4f8c0b0e-5881-4be7-a9ee-db6c1cc9f975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5137 | 2024.11.13 20:49:39.307192 [ 277 ] {4f8c0b0e-5881-4be7-a9ee-db6c1cc9f975} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5138 | 2024.11.13 20:49:39.307233 [ 277 ] {4f8c0b0e-5881-4be7-a9ee-db6c1cc9f975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5139 | 2024.11.13 20:49:39.307631 [ 277 ] {4f8c0b0e-5881-4be7-a9ee-db6c1cc9f975} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5140 | 2024.11.13 20:49:39.307874 [ 277 ] {4f8c0b0e-5881-4be7-a9ee-db6c1cc9f975} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5141 | 2024.11.13 20:49:39.308077 [ 277 ] {4f8c0b0e-5881-4be7-a9ee-db6c1cc9f975} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00158 sec., 101265.82278481012 rows/sec., 7.05 MiB/sec. | ||
| 5142 | 2024.11.13 20:49:39.308133 [ 277 ] {4f8c0b0e-5881-4be7-a9ee-db6c1cc9f975} <Debug> TCPHandler: Processed in 0.001810481 sec. | ||
| 5143 | 2024.11.13 20:49:39.308287 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5144 | 2024.11.13 20:49:39.308427 [ 274 ] {095246de-60f2-4d9e-9c6d-8d443304713c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5145 | 2024.11.13 20:49:39.308490 [ 274 ] {095246de-60f2-4d9e-9c6d-8d443304713c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5146 | 2024.11.13 20:49:39.309054 [ 274 ] {095246de-60f2-4d9e-9c6d-8d443304713c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5147 | 2024.11.13 20:49:39.309093 [ 274 ] {095246de-60f2-4d9e-9c6d-8d443304713c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5148 | 2024.11.13 20:49:39.309487 [ 274 ] {095246de-60f2-4d9e-9c6d-8d443304713c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5149 | 2024.11.13 20:49:39.309737 [ 274 ] {095246de-60f2-4d9e-9c6d-8d443304713c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5150 | 2024.11.13 20:49:39.309964 [ 274 ] {095246de-60f2-4d9e-9c6d-8d443304713c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec. | ||
| 5151 | 2024.11.13 20:49:39.310012 [ 274 ] {095246de-60f2-4d9e-9c6d-8d443304713c} <Debug> TCPHandler: Processed in 0.001791961 sec. | ||
| 5152 | 2024.11.13 20:49:40.805088 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5153 | 2024.11.13 20:49:40.805166 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5154 | 2024.11.13 20:49:42.294218 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58514, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5155 | 2024.11.13 20:49:42.487771 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43944, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5156 | 2024.11.13 20:49:42.499128 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5157 | 2024.11.13 20:49:42.520409 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39789, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5158 | 2024.11.13 20:49:42.776751 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51990, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5159 | 2024.11.13 20:49:42.780233 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5160 | 2024.11.13 20:49:42.808745 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5161 | 2024.11.13 20:49:42.811142 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5162 | 2024.11.13 20:49:44.308425 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5163 | 2024.11.13 20:49:44.308607 [ 277 ] {945d9a49-5bcd-4d23-80e6-371dd00b2e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5164 | 2024.11.13 20:49:44.308676 [ 277 ] {945d9a49-5bcd-4d23-80e6-371dd00b2e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5165 | 2024.11.13 20:49:44.309394 [ 277 ] {945d9a49-5bcd-4d23-80e6-371dd00b2e44} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5166 | 2024.11.13 20:49:44.309443 [ 277 ] {945d9a49-5bcd-4d23-80e6-371dd00b2e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5167 | 2024.11.13 20:49:44.309846 [ 277 ] {945d9a49-5bcd-4d23-80e6-371dd00b2e44} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5168 | 2024.11.13 20:49:44.310087 [ 277 ] {945d9a49-5bcd-4d23-80e6-371dd00b2e44} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5169 | 2024.11.13 20:49:44.310274 [ 23 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5170 | 2024.11.13 20:49:44.310321 [ 277 ] {945d9a49-5bcd-4d23-80e6-371dd00b2e44} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001758 sec., 7963.5949943117175 rows/sec., 573.27 KiB/sec. | ||
| 5171 | 2024.11.13 20:49:44.310348 [ 23 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5172 | 2024.11.13 20:49:44.310410 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5173 | 2024.11.13 20:49:44.310433 [ 277 ] {945d9a49-5bcd-4d23-80e6-371dd00b2e44} <Debug> TCPHandler: Processed in 0.002133287 sec. | ||
| 5174 | 2024.11.13 20:49:44.310553 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 5175 | 2024.11.13 20:49:44.310668 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5176 | 2024.11.13 20:49:44.310706 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 5177 | 2024.11.13 20:49:44.310737 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5178 | 2024.11.13 20:49:44.310821 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5179 | 2024.11.13 20:49:44.311150 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5180 | 2024.11.13 20:49:44.311261 [ 274 ] {38a11d9f-ed7e-4785-b9e6-310c876dffd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5181 | 2024.11.13 20:49:44.311476 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 5182 | 2024.11.13 20:49:44.311501 [ 274 ] {38a11d9f-ed7e-4785-b9e6-310c876dffd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5183 | 2024.11.13 20:49:44.311950 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 5184 | 2024.11.13 20:49:44.314314 [ 274 ] {38a11d9f-ed7e-4785-b9e6-310c876dffd6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5185 | 2024.11.13 20:49:44.314419 [ 274 ] {38a11d9f-ed7e-4785-b9e6-310c876dffd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5186 | 2024.11.13 20:49:44.314478 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00398285 sec., 17575.35433169715 rows/sec., 1.30 MiB/sec. | ||
| 5187 | 2024.11.13 20:49:44.314685 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5188 | 2024.11.13 20:49:44.315302 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_17_4} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5189 | 2024.11.13 20:49:44.315389 [ 274 ] {38a11d9f-ed7e-4785-b9e6-310c876dffd6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5190 | 2024.11.13 20:49:44.315436 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_17_4} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5191 | 2024.11.13 20:49:44.315572 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5192 | 2024.11.13 20:49:44.315798 [ 274 ] {38a11d9f-ed7e-4785-b9e6-310c876dffd6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5193 | 2024.11.13 20:49:44.316021 [ 23 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5194 | 2024.11.13 20:49:44.316105 [ 23 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5195 | 2024.11.13 20:49:44.316105 [ 274 ] {38a11d9f-ed7e-4785-b9e6-310c876dffd6} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.005018 sec., 57194.101235552014 rows/sec., 5.05 MiB/sec. | ||
| 5196 | 2024.11.13 20:49:44.316153 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5197 | 2024.11.13 20:49:44.316303 [ 274 ] {38a11d9f-ed7e-4785-b9e6-310c876dffd6} <Debug> TCPHandler: Processed in 0.00573252 sec. | ||
| 5198 | 2024.11.13 20:49:44.316426 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 5199 | 2024.11.13 20:49:44.316555 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5200 | 2024.11.13 20:49:44.316563 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5201 | 2024.11.13 20:49:44.316634 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1437 rows starting from the beginning of the part | ||
| 5202 | 2024.11.13 20:49:44.316878 [ 277 ] {a21f5244-4b3a-4739-b922-d4a796915d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5203 | 2024.11.13 20:49:44.316913 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 5204 | 2024.11.13 20:49:44.317034 [ 277 ] {a21f5244-4b3a-4739-b922-d4a796915d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5205 | 2024.11.13 20:49:44.317210 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 287 rows starting from the beginning of the part | ||
| 5206 | 2024.11.13 20:49:44.317559 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 58 rows starting from the beginning of the part | ||
| 5207 | 2024.11.13 20:49:44.317849 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part | ||
| 5208 | 2024.11.13 20:49:44.318163 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 287 rows starting from the beginning of the part | ||
| 5209 | 2024.11.13 20:49:44.319762 [ 277 ] {a21f5244-4b3a-4739-b922-d4a796915d1f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5210 | 2024.11.13 20:49:44.319833 [ 277 ] {a21f5244-4b3a-4739-b922-d4a796915d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5211 | 2024.11.13 20:49:44.320868 [ 277 ] {a21f5244-4b3a-4739-b922-d4a796915d1f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5212 | 2024.11.13 20:49:44.321264 [ 277 ] {a21f5244-4b3a-4739-b922-d4a796915d1f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5213 | 2024.11.13 20:49:44.321688 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005358193 sec., 407040.2092645786 rows/sec., 35.81 MiB/sec. | ||
| 5214 | 2024.11.13 20:49:44.321778 [ 277 ] {a21f5244-4b3a-4739-b922-d4a796915d1f} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.005059 sec., 9685.708638070764 rows/sec., 714.42 KiB/sec. | ||
| 5215 | 2024.11.13 20:49:44.321899 [ 277 ] {a21f5244-4b3a-4739-b922-d4a796915d1f} <Debug> TCPHandler: Processed in 0.005425755 sec. | ||
| 5216 | 2024.11.13 20:49:44.322005 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5217 | 2024.11.13 20:49:44.322080 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5218 | 2024.11.13 20:49:44.322231 [ 274 ] {c2612120-cbcf-4855-a64a-0c7fb307cbf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5219 | 2024.11.13 20:49:44.322299 [ 274 ] {c2612120-cbcf-4855-a64a-0c7fb307cbf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5220 | 2024.11.13 20:49:44.322328 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_41_8} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5221 | 2024.11.13 20:49:44.322458 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_41_8} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5222 | 2024.11.13 20:49:44.322544 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5223 | 2024.11.13 20:49:44.323056 [ 274 ] {c2612120-cbcf-4855-a64a-0c7fb307cbf1} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2024.11.13 20:49:44.323095 [ 274 ] {c2612120-cbcf-4855-a64a-0c7fb307cbf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5225 | 2024.11.13 20:49:44.323448 [ 274 ] {c2612120-cbcf-4855-a64a-0c7fb307cbf1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5226 | 2024.11.13 20:49:44.323700 [ 274 ] {c2612120-cbcf-4855-a64a-0c7fb307cbf1} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2024.11.13 20:49:44.323939 [ 274 ] {c2612120-cbcf-4855-a64a-0c7fb307cbf1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001742 sec., 8036.739380022962 rows/sec., 562.84 KiB/sec. | ||
| 5228 | 2024.11.13 20:49:44.324071 [ 274 ] {c2612120-cbcf-4855-a64a-0c7fb307cbf1} <Debug> TCPHandler: Processed in 0.002071846 sec. | ||
| 5229 | 2024.11.13 20:49:44.324229 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5230 | 2024.11.13 20:49:44.324367 [ 277 ] {d116714d-d49d-4c1d-a156-d09fd2ed2c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5231 | 2024.11.13 20:49:44.324424 [ 277 ] {d116714d-d49d-4c1d-a156-d09fd2ed2c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5232 | 2024.11.13 20:49:44.325070 [ 277 ] {d116714d-d49d-4c1d-a156-d09fd2ed2c99} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5233 | 2024.11.13 20:49:44.325109 [ 277 ] {d116714d-d49d-4c1d-a156-d09fd2ed2c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5234 | 2024.11.13 20:49:44.325455 [ 277 ] {d116714d-d49d-4c1d-a156-d09fd2ed2c99} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5235 | 2024.11.13 20:49:44.325696 [ 277 ] {d116714d-d49d-4c1d-a156-d09fd2ed2c99} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5236 | 2024.11.13 20:49:44.325841 [ 23 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5237 | 2024.11.13 20:49:44.325899 [ 23 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5238 | 2024.11.13 20:49:44.325936 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5239 | 2024.11.13 20:49:44.325944 [ 277 ] {d116714d-d49d-4c1d-a156-d09fd2ed2c99} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec. | ||
| 5240 | 2024.11.13 20:49:44.326222 [ 277 ] {d116714d-d49d-4c1d-a156-d09fd2ed2c99} <Debug> TCPHandler: Processed in 0.002053876 sec. | ||
| 5241 | 2024.11.13 20:49:44.326460 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5242 | 2024.11.13 20:49:44.326493 [ 194 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 5243 | 2024.11.13 20:49:44.326857 [ 274 ] {88cb2f83-31de-47ed-a77f-5cbf48dcb301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5244 | 2024.11.13 20:49:44.327050 [ 274 ] {88cb2f83-31de-47ed-a77f-5cbf48dcb301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5245 | 2024.11.13 20:49:44.327238 [ 194 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5246 | 2024.11.13 20:49:44.327330 [ 194 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 5247 | 2024.11.13 20:49:44.327646 [ 194 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 5248 | 2024.11.13 20:49:44.328045 [ 194 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 5249 | 2024.11.13 20:49:44.328414 [ 194 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 5250 | 2024.11.13 20:49:44.328871 [ 194 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 5251 | 2024.11.13 20:49:44.330035 [ 274 ] {88cb2f83-31de-47ed-a77f-5cbf48dcb301} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5252 | 2024.11.13 20:49:44.330099 [ 274 ] {88cb2f83-31de-47ed-a77f-5cbf48dcb301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5253 | 2024.11.13 20:49:44.331099 [ 274 ] {88cb2f83-31de-47ed-a77f-5cbf48dcb301} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5254 | 2024.11.13 20:49:44.331321 [ 193 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005265062 sec., 12345.53363284231 rows/sec., 817.97 KiB/sec. | ||
| 5255 | 2024.11.13 20:49:44.331528 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5256 | 2024.11.13 20:49:44.331591 [ 274 ] {88cb2f83-31de-47ed-a77f-5cbf48dcb301} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5257 | 2024.11.13 20:49:44.331881 [ 23 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5258 | 2024.11.13 20:49:44.331987 [ 23 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5259 | 2024.11.13 20:49:44.332059 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5260 | 2024.11.13 20:49:44.332211 [ 274 ] {88cb2f83-31de-47ed-a77f-5cbf48dcb301} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.0055 sec., 77090.90909090909 rows/sec., 5.51 MiB/sec. | ||
| 5261 | 2024.11.13 20:49:44.332371 [ 193 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_17_4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5262 | 2024.11.13 20:49:44.332827 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 5263 | 2024.11.13 20:49:44.332857 [ 274 ] {88cb2f83-31de-47ed-a77f-5cbf48dcb301} <Debug> TCPHandler: Processed in 0.006514094 sec. | ||
| 5264 | 2024.11.13 20:49:44.333288 [ 193 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_17_4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5265 | 2024.11.13 20:49:44.333321 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5266 | 2024.11.13 20:49:44.333743 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5267 | 2024.11.13 20:49:44.333808 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5268 | 2024.11.13 20:49:44.333960 [ 277 ] {8308bc27-0776-409c-b1bd-1b5e1e3ae237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5269 | 2024.11.13 20:49:44.333978 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 916 rows starting from the beginning of the part | ||
| 5270 | 2024.11.13 20:49:44.334129 [ 277 ] {8308bc27-0776-409c-b1bd-1b5e1e3ae237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5271 | 2024.11.13 20:49:44.334401 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5272 | 2024.11.13 20:49:44.334803 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 424 rows starting from the beginning of the part | ||
| 5273 | 2024.11.13 20:49:44.335152 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 68 rows starting from the beginning of the part | ||
| 5274 | 2024.11.13 20:49:44.335521 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part | ||
| 5275 | 2024.11.13 20:49:44.335936 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 424 rows starting from the beginning of the part | ||
| 5276 | 2024.11.13 20:49:44.336659 [ 277 ] {8308bc27-0776-409c-b1bd-1b5e1e3ae237} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5277 | 2024.11.13 20:49:44.336703 [ 277 ] {8308bc27-0776-409c-b1bd-1b5e1e3ae237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5278 | 2024.11.13 20:49:44.337214 [ 277 ] {8308bc27-0776-409c-b1bd-1b5e1e3ae237} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5279 | 2024.11.13 20:49:44.337512 [ 277 ] {8308bc27-0776-409c-b1bd-1b5e1e3ae237} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5280 | 2024.11.13 20:49:44.337874 [ 277 ] {8308bc27-0776-409c-b1bd-1b5e1e3ae237} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004108 sec., 1460.5647517039922 rows/sec., 76.31 KiB/sec. | ||
| 5281 | 2024.11.13 20:49:44.338295 [ 277 ] {8308bc27-0776-409c-b1bd-1b5e1e3ae237} <Debug> TCPHandler: Processed in 0.005275153 sec. | ||
| 5282 | 2024.11.13 20:49:44.338776 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5283 | 2024.11.13 20:49:44.338810 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.006518465 sec., 300684.2868681507 rows/sec., 23.02 MiB/sec. | ||
| 5284 | 2024.11.13 20:49:44.338939 [ 274 ] {4adfb8b9-6710-473e-a9f2-8f13e4693e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5285 | 2024.11.13 20:49:44.339014 [ 274 ] {4adfb8b9-6710-473e-a9f2-8f13e4693e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5286 | 2024.11.13 20:49:44.339075 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5287 | 2024.11.13 20:49:44.339755 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_41_8} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5288 | 2024.11.13 20:49:44.339990 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_41_8} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5289 | 2024.11.13 20:49:44.340175 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 5290 | 2024.11.13 20:49:44.340316 [ 274 ] {4adfb8b9-6710-473e-a9f2-8f13e4693e6b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5291 | 2024.11.13 20:49:44.340359 [ 274 ] {4adfb8b9-6710-473e-a9f2-8f13e4693e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5292 | 2024.11.13 20:49:44.340759 [ 274 ] {4adfb8b9-6710-473e-a9f2-8f13e4693e6b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5293 | 2024.11.13 20:49:44.341000 [ 274 ] {4adfb8b9-6710-473e-a9f2-8f13e4693e6b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5294 | 2024.11.13 20:49:44.341249 [ 274 ] {4adfb8b9-6710-473e-a9f2-8f13e4693e6b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002342 sec., 101195.55935098208 rows/sec., 6.78 MiB/sec. | ||
| 5295 | 2024.11.13 20:49:44.341323 [ 274 ] {4adfb8b9-6710-473e-a9f2-8f13e4693e6b} <Debug> TCPHandler: Processed in 0.002888381 sec. | ||
| 5296 | 2024.11.13 20:49:44.341569 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5297 | 2024.11.13 20:49:44.341735 [ 277 ] {a1c05878-edc3-4fb6-805d-3488ef19ad6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5298 | 2024.11.13 20:49:44.341795 [ 277 ] {a1c05878-edc3-4fb6-805d-3488ef19ad6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5299 | 2024.11.13 20:49:44.342303 [ 277 ] {a1c05878-edc3-4fb6-805d-3488ef19ad6f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5300 | 2024.11.13 20:49:44.342341 [ 277 ] {a1c05878-edc3-4fb6-805d-3488ef19ad6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5301 | 2024.11.13 20:49:44.342694 [ 277 ] {a1c05878-edc3-4fb6-805d-3488ef19ad6f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5302 | 2024.11.13 20:49:44.342927 [ 277 ] {a1c05878-edc3-4fb6-805d-3488ef19ad6f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5303 | 2024.11.13 20:49:44.343171 [ 277 ] {a1c05878-edc3-4fb6-805d-3488ef19ad6f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec. | ||
| 5304 | 2024.11.13 20:49:44.343368 [ 277 ] {a1c05878-edc3-4fb6-805d-3488ef19ad6f} <Debug> TCPHandler: Processed in 0.001930314 sec. | ||
| 5305 | 2024.11.13 20:49:44.343559 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5306 | 2024.11.13 20:49:44.343695 [ 274 ] {173162ec-479e-4065-a3d4-10102d2fa0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5307 | 2024.11.13 20:49:44.343787 [ 274 ] {173162ec-479e-4065-a3d4-10102d2fa0a8} <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 | ||
| 5308 | 2024.11.13 20:49:44.344998 [ 274 ] {173162ec-479e-4065-a3d4-10102d2fa0a8} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5309 | 2024.11.13 20:49:44.345036 [ 274 ] {173162ec-479e-4065-a3d4-10102d2fa0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5310 | 2024.11.13 20:49:44.345693 [ 274 ] {173162ec-479e-4065-a3d4-10102d2fa0a8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5311 | 2024.11.13 20:49:44.345955 [ 274 ] {173162ec-479e-4065-a3d4-10102d2fa0a8} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5312 | 2024.11.13 20:49:44.346231 [ 274 ] {173162ec-479e-4065-a3d4-10102d2fa0a8} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002561 sec., 16399.843811011324 rows/sec., 29.39 MiB/sec. | ||
| 5313 | 2024.11.13 20:49:44.346451 [ 274 ] {173162ec-479e-4065-a3d4-10102d2fa0a8} <Debug> TCPHandler: Processed in 0.002960072 sec. | ||
| 5314 | 2024.11.13 20:49:44.346605 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5315 | 2024.11.13 20:49:44.346742 [ 277 ] {bfebc541-9fb5-452c-adde-b897e930dd98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5316 | 2024.11.13 20:49:44.346799 [ 277 ] {bfebc541-9fb5-452c-adde-b897e930dd98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5317 | 2024.11.13 20:49:44.347307 [ 277 ] {bfebc541-9fb5-452c-adde-b897e930dd98} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5318 | 2024.11.13 20:49:44.347345 [ 277 ] {bfebc541-9fb5-452c-adde-b897e930dd98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5319 | 2024.11.13 20:49:44.347703 [ 277 ] {bfebc541-9fb5-452c-adde-b897e930dd98} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5320 | 2024.11.13 20:49:44.347934 [ 277 ] {bfebc541-9fb5-452c-adde-b897e930dd98} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5321 | 2024.11.13 20:49:44.348157 [ 277 ] {bfebc541-9fb5-452c-adde-b897e930dd98} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001446 sec., 56708.160442600274 rows/sec., 3.60 MiB/sec. | ||
| 5322 | 2024.11.13 20:49:44.348204 [ 277 ] {bfebc541-9fb5-452c-adde-b897e930dd98} <Debug> TCPHandler: Processed in 0.00166342 sec. | ||
| 5323 | 2024.11.13 20:49:45.981801 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 792 | ||
| 5324 | 2024.11.13 20:49:45.984820 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5325 | 2024.11.13 20:49:45.984878 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5326 | 2024.11.13 20:49:45.986295 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5327 | 2024.11.13 20:49:45.986616 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5328 | 2024.11.13 20:49:45.987745 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 792 | ||
| 5329 | 2024.11.13 20:49:46.406785 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5330 | 2024.11.13 20:49:46.719254 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5331 | 2024.11.13 20:49:47.125278 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5332 | 2024.11.13 20:49:47.264557 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36080, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5333 | 2024.11.13 20:49:47.285029 [ 271 ] {} <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) | ||
| 5334 | 2024.11.13 20:49:47.289341 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5335 | 2024.11.13 20:49:47.322654 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5336 | 2024.11.13 20:49:47.326040 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5337 | 2024.11.13 20:49:47.356341 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5338 | 2024.11.13 20:49:47.377990 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5339 | 2024.11.13 20:49:47.456792 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5340 | 2024.11.13 20:49:47.487162 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39209, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5341 | 2024.11.13 20:49:47.530574 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5342 | 2024.11.13 20:49:47.572670 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5343 | 2024.11.13 20:49:47.579172 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5344 | 2024.11.13 20:49:47.610886 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5345 | 2024.11.13 20:49:48.659580 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5346 | 2024.11.13 20:49:49.209726 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5347 | 2024.11.13 20:49:49.301599 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5348 | 2024.11.13 20:49:49.301791 [ 277 ] {bb11cd22-3ba1-47ff-a729-9fd061ff2e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5349 | 2024.11.13 20:49:49.301862 [ 277 ] {bb11cd22-3ba1-47ff-a729-9fd061ff2e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5350 | 2024.11.13 20:49:49.302572 [ 277 ] {bb11cd22-3ba1-47ff-a729-9fd061ff2e2d} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5351 | 2024.11.13 20:49:49.302626 [ 277 ] {bb11cd22-3ba1-47ff-a729-9fd061ff2e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5352 | 2024.11.13 20:49:49.303054 [ 277 ] {bb11cd22-3ba1-47ff-a729-9fd061ff2e2d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5353 | 2024.11.13 20:49:49.303307 [ 277 ] {bb11cd22-3ba1-47ff-a729-9fd061ff2e2d} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5354 | 2024.11.13 20:49:49.303553 [ 277 ] {bb11cd22-3ba1-47ff-a729-9fd061ff2e2d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00181 sec., 5524.861878453039 rows/sec., 450.51 KiB/sec. | ||
| 5355 | 2024.11.13 20:49:49.303668 [ 277 ] {bb11cd22-3ba1-47ff-a729-9fd061ff2e2d} <Debug> TCPHandler: Processed in 0.002197449 sec. | ||
| 5356 | 2024.11.13 20:49:49.303947 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5357 | 2024.11.13 20:49:49.304151 [ 274 ] {35a13f20-ac2f-4e45-867b-7be0f515d446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5358 | 2024.11.13 20:49:49.304226 [ 274 ] {35a13f20-ac2f-4e45-867b-7be0f515d446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5359 | 2024.11.13 20:49:49.305016 [ 274 ] {35a13f20-ac2f-4e45-867b-7be0f515d446} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5360 | 2024.11.13 20:49:49.305071 [ 274 ] {35a13f20-ac2f-4e45-867b-7be0f515d446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5361 | 2024.11.13 20:49:49.305515 [ 274 ] {35a13f20-ac2f-4e45-867b-7be0f515d446} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5362 | 2024.11.13 20:49:49.305777 [ 274 ] {35a13f20-ac2f-4e45-867b-7be0f515d446} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5363 | 2024.11.13 20:49:49.306003 [ 274 ] {35a13f20-ac2f-4e45-867b-7be0f515d446} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001904 sec., 32037.81512605042 rows/sec., 2.43 MiB/sec. | ||
| 5364 | 2024.11.13 20:49:49.306123 [ 274 ] {35a13f20-ac2f-4e45-867b-7be0f515d446} <Debug> TCPHandler: Processed in 0.002312911 sec. | ||
| 5365 | 2024.11.13 20:49:49.306346 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5366 | 2024.11.13 20:49:49.306492 [ 277 ] {388b0a06-78bb-4aa2-9be6-61f7c2034bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5367 | 2024.11.13 20:49:49.306542 [ 277 ] {388b0a06-78bb-4aa2-9be6-61f7c2034bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5368 | 2024.11.13 20:49:49.307128 [ 277 ] {388b0a06-78bb-4aa2-9be6-61f7c2034bee} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5369 | 2024.11.13 20:49:49.307168 [ 277 ] {388b0a06-78bb-4aa2-9be6-61f7c2034bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5370 | 2024.11.13 20:49:49.307520 [ 277 ] {388b0a06-78bb-4aa2-9be6-61f7c2034bee} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5371 | 2024.11.13 20:49:49.307766 [ 277 ] {388b0a06-78bb-4aa2-9be6-61f7c2034bee} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5372 | 2024.11.13 20:49:49.307986 [ 277 ] {388b0a06-78bb-4aa2-9be6-61f7c2034bee} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001513 sec., 6609.385327164574 rows/sec., 461.50 KiB/sec. | ||
| 5373 | 2024.11.13 20:49:49.308071 [ 277 ] {388b0a06-78bb-4aa2-9be6-61f7c2034bee} <Debug> TCPHandler: Processed in 0.001836782 sec. | ||
| 5374 | 2024.11.13 20:49:49.308311 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5375 | 2024.11.13 20:49:49.308461 [ 274 ] {40d1d55e-c39d-44d5-9250-49f34526ae4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5376 | 2024.11.13 20:49:49.308529 [ 274 ] {40d1d55e-c39d-44d5-9250-49f34526ae4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5377 | 2024.11.13 20:49:49.309180 [ 274 ] {40d1d55e-c39d-44d5-9250-49f34526ae4b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5378 | 2024.11.13 20:49:49.309221 [ 274 ] {40d1d55e-c39d-44d5-9250-49f34526ae4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5379 | 2024.11.13 20:49:49.309702 [ 274 ] {40d1d55e-c39d-44d5-9250-49f34526ae4b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5380 | 2024.11.13 20:49:49.309982 [ 274 ] {40d1d55e-c39d-44d5-9250-49f34526ae4b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2024.11.13 20:49:49.310206 [ 274 ] {40d1d55e-c39d-44d5-9250-49f34526ae4b} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001777 sec., 41643.21890827237 rows/sec., 3.26 MiB/sec. | ||
| 5382 | 2024.11.13 20:49:49.310262 [ 274 ] {40d1d55e-c39d-44d5-9250-49f34526ae4b} <Debug> TCPHandler: Processed in 0.002036636 sec. | ||
| 5383 | 2024.11.13 20:49:49.310410 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5384 | 2024.11.13 20:49:49.310547 [ 277 ] {56b90c5f-f777-4137-b47c-8636a0dad89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5385 | 2024.11.13 20:49:49.310608 [ 277 ] {56b90c5f-f777-4137-b47c-8636a0dad89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5386 | 2024.11.13 20:49:49.311223 [ 277 ] {56b90c5f-f777-4137-b47c-8636a0dad89e} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2024.11.13 20:49:49.311263 [ 277 ] {56b90c5f-f777-4137-b47c-8636a0dad89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5388 | 2024.11.13 20:49:49.311487 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43774, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5389 | 2024.11.13 20:49:49.311746 [ 277 ] {56b90c5f-f777-4137-b47c-8636a0dad89e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5390 | 2024.11.13 20:49:49.311999 [ 277 ] {56b90c5f-f777-4137-b47c-8636a0dad89e} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2024.11.13 20:49:49.312184 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5392 | 2024.11.13 20:49:49.312207 [ 277 ] {56b90c5f-f777-4137-b47c-8636a0dad89e} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001692 sec., 78605.20094562648 rows/sec., 5.47 MiB/sec. | ||
| 5393 | 2024.11.13 20:49:49.312274 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5394 | 2024.11.13 20:49:49.312318 [ 277 ] {56b90c5f-f777-4137-b47c-8636a0dad89e} <Debug> TCPHandler: Processed in 0.001972425 sec. | ||
| 5395 | 2024.11.13 20:49:49.312340 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5396 | 2024.11.13 20:49:49.312546 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5397 | 2024.11.13 20:49:49.312555 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5398 | 2024.11.13 20:49:49.312784 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5399 | 2024.11.13 20:49:49.312805 [ 274 ] {abd87812-d9d5-4237-87f8-5b6e71f66ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5400 | 2024.11.13 20:49:49.312850 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 6417 rows starting from the beginning of the part | ||
| 5401 | 2024.11.13 20:49:49.312914 [ 274 ] {abd87812-d9d5-4237-87f8-5b6e71f66ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5402 | 2024.11.13 20:49:49.313112 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 5403 | 2024.11.13 20:49:49.313471 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 162 rows starting from the beginning of the part | ||
| 5404 | 2024.11.13 20:49:49.313777 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 5405 | 2024.11.13 20:49:49.314138 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 5406 | 2024.11.13 20:49:49.314436 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 133 rows starting from the beginning of the part | ||
| 5407 | 2024.11.13 20:49:49.315619 [ 274 ] {abd87812-d9d5-4237-87f8-5b6e71f66ccb} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5408 | 2024.11.13 20:49:49.315671 [ 274 ] {abd87812-d9d5-4237-87f8-5b6e71f66ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5409 | 2024.11.13 20:49:49.316242 [ 274 ] {abd87812-d9d5-4237-87f8-5b6e71f66ccb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5410 | 2024.11.13 20:49:49.316572 [ 274 ] {abd87812-d9d5-4237-87f8-5b6e71f66ccb} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5411 | 2024.11.13 20:49:49.316846 [ 106 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 5412 | 2024.11.13 20:49:49.316973 [ 106 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5413 | 2024.11.13 20:49:49.317036 [ 274 ] {abd87812-d9d5-4237-87f8-5b6e71f66ccb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004294 sec., 11178.388448998603 rows/sec., 771.43 KiB/sec. | ||
| 5414 | 2024.11.13 20:49:49.317051 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5415 | 2024.11.13 20:49:49.317380 [ 274 ] {abd87812-d9d5-4237-87f8-5b6e71f66ccb} <Debug> TCPHandler: Processed in 0.004963877 sec. | ||
| 5416 | 2024.11.13 20:49:49.317651 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 5417 | 2024.11.13 20:49:49.317779 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5418 | 2024.11.13 20:49:49.317865 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 1796 rows starting from the beginning of the part | ||
| 5419 | 2024.11.13 20:49:49.317957 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 5420 | 2024.11.13 20:49:49.318377 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5421 | 2024.11.13 20:49:49.318654 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 5422 | 2024.11.13 20:49:49.318819 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 5423 | 2024.11.13 20:49:49.319143 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 48 rows starting from the beginning of the part | ||
| 5424 | 2024.11.13 20:49:49.319877 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7346 rows, containing 5 columns (5 merged, 0 gathered) in 0.007388329 sec., 994270.8290331955 rows/sec., 67.33 MiB/sec. | ||
| 5425 | 2024.11.13 20:49:49.320504 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5426 | 2024.11.13 20:49:49.321227 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2024.11.13 20:49:49.321351 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5428 | 2024.11.13 20:49:49.321533 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 5429 | 2024.11.13 20:49:49.321768 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2128 rows, containing 4 columns (4 merged, 0 gathered) in 0.004500729 sec., 472812.2932973747 rows/sec., 30.65 MiB/sec. | ||
| 5430 | 2024.11.13 20:49:49.322061 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 5431 | 2024.11.13 20:49:49.322352 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5432 | 2024.11.13 20:49:49.322432 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_40_8} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 5433 | 2024.11.13 20:49:49.322513 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5434 | 2024.11.13 20:49:49.340915 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5435 | 2024.11.13 20:49:49.357303 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62300, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5436 | 2024.11.13 20:49:49.565604 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5437 | 2024.11.13 20:49:49.576911 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5438 | 2024.11.13 20:49:49.586162 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5439 | 2024.11.13 20:49:54.301220 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5440 | 2024.11.13 20:49:54.301421 [ 277 ] {8e283b12-1891-4f70-96bc-bc433321708e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5441 | 2024.11.13 20:49:54.301490 [ 277 ] {8e283b12-1891-4f70-96bc-bc433321708e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5442 | 2024.11.13 20:49:54.302249 [ 277 ] {8e283b12-1891-4f70-96bc-bc433321708e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5443 | 2024.11.13 20:49:54.302298 [ 277 ] {8e283b12-1891-4f70-96bc-bc433321708e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5444 | 2024.11.13 20:49:54.302726 [ 277 ] {8e283b12-1891-4f70-96bc-bc433321708e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5445 | 2024.11.13 20:49:54.302984 [ 277 ] {8e283b12-1891-4f70-96bc-bc433321708e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5446 | 2024.11.13 20:49:54.303225 [ 277 ] {8e283b12-1891-4f70-96bc-bc433321708e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001856 sec., 30172.41379310345 rows/sec., 2.30 MiB/sec. | ||
| 5447 | 2024.11.13 20:49:54.303286 [ 277 ] {8e283b12-1891-4f70-96bc-bc433321708e} <Debug> TCPHandler: Processed in 0.002199479 sec. | ||
| 5448 | 2024.11.13 20:49:54.303554 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5449 | 2024.11.13 20:49:54.303755 [ 274 ] {1e4e6ff0-b619-49da-ab4e-c26c2ce179c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5450 | 2024.11.13 20:49:54.303831 [ 274 ] {1e4e6ff0-b619-49da-ab4e-c26c2ce179c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5451 | 2024.11.13 20:49:54.304612 [ 274 ] {1e4e6ff0-b619-49da-ab4e-c26c2ce179c5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5452 | 2024.11.13 20:49:54.304667 [ 274 ] {1e4e6ff0-b619-49da-ab4e-c26c2ce179c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5453 | 2024.11.13 20:49:54.305106 [ 274 ] {1e4e6ff0-b619-49da-ab4e-c26c2ce179c5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5454 | 2024.11.13 20:49:54.305370 [ 274 ] {1e4e6ff0-b619-49da-ab4e-c26c2ce179c5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5455 | 2024.11.13 20:49:54.305623 [ 274 ] {1e4e6ff0-b619-49da-ab4e-c26c2ce179c5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001922 sec., 33298.64724245577 rows/sec., 2.60 MiB/sec. | ||
| 5456 | 2024.11.13 20:49:54.305689 [ 274 ] {1e4e6ff0-b619-49da-ab4e-c26c2ce179c5} <Debug> TCPHandler: Processed in 0.00227814 sec. | ||
| 5457 | 2024.11.13 20:49:54.305843 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5458 | 2024.11.13 20:49:54.305969 [ 277 ] {34de3c5d-5e9a-4ee6-bf75-49648bf35c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5459 | 2024.11.13 20:49:54.306027 [ 277 ] {34de3c5d-5e9a-4ee6-bf75-49648bf35c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5460 | 2024.11.13 20:49:54.306619 [ 277 ] {34de3c5d-5e9a-4ee6-bf75-49648bf35c92} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5461 | 2024.11.13 20:49:54.306661 [ 277 ] {34de3c5d-5e9a-4ee6-bf75-49648bf35c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5462 | 2024.11.13 20:49:54.307061 [ 277 ] {34de3c5d-5e9a-4ee6-bf75-49648bf35c92} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5463 | 2024.11.13 20:49:54.307310 [ 277 ] {34de3c5d-5e9a-4ee6-bf75-49648bf35c92} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5464 | 2024.11.13 20:49:54.307498 [ 277 ] {34de3c5d-5e9a-4ee6-bf75-49648bf35c92} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
| 5465 | 2024.11.13 20:49:54.307557 [ 277 ] {34de3c5d-5e9a-4ee6-bf75-49648bf35c92} <Debug> TCPHandler: Processed in 0.001771291 sec. | ||
| 5466 | 2024.11.13 20:49:54.307710 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5467 | 2024.11.13 20:49:54.307857 [ 274 ] {de74c0bc-c7d1-4825-ba88-808d7efbb4e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5468 | 2024.11.13 20:49:54.307922 [ 274 ] {de74c0bc-c7d1-4825-ba88-808d7efbb4e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5469 | 2024.11.13 20:49:54.308481 [ 274 ] {de74c0bc-c7d1-4825-ba88-808d7efbb4e4} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5470 | 2024.11.13 20:49:54.308523 [ 274 ] {de74c0bc-c7d1-4825-ba88-808d7efbb4e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5471 | 2024.11.13 20:49:54.308910 [ 274 ] {de74c0bc-c7d1-4825-ba88-808d7efbb4e4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5472 | 2024.11.13 20:49:54.309153 [ 274 ] {de74c0bc-c7d1-4825-ba88-808d7efbb4e4} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5473 | 2024.11.13 20:49:54.309365 [ 274 ] {de74c0bc-c7d1-4825-ba88-808d7efbb4e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. | ||
| 5474 | 2024.11.13 20:49:54.309419 [ 274 ] {de74c0bc-c7d1-4825-ba88-808d7efbb4e4} <Debug> TCPHandler: Processed in 0.001779541 sec. | ||
| 5475 | 2024.11.13 20:49:55.805437 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5476 | 2024.11.13 20:49:55.805511 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5477 | 2024.11.13 20:49:55.987910 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 812 | ||
| 5478 | 2024.11.13 20:49:55.990524 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5479 | 2024.11.13 20:49:55.990572 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5480 | 2024.11.13 20:49:55.992158 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5481 | 2024.11.13 20:49:55.992459 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5482 | 2024.11.13 20:49:55.993668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 812 | ||
| 5483 | 2024.11.13 20:49:57.060021 [ 151 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5484 | 2024.11.13 20:49:57.060090 [ 151 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2024.11.13 20:49:57.060120 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5486 | 2024.11.13 20:49:57.060295 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 5487 | 2024.11.13 20:49:57.060482 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5488 | 2024.11.13 20:49:57.060528 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 5489 | 2024.11.13 20:49:57.060612 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 5490 | 2024.11.13 20:49:57.060834 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 5491 | 2024.11.13 20:49:57.061018 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 5492 | 2024.11.13 20:49:57.061152 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 5493 | 2024.11.13 20:49:57.062311 [ 192 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.002104627 sec., 48464.64480404366 rows/sec., 2.47 MiB/sec. | ||
| 5494 | 2024.11.13 20:49:57.062520 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5495 | 2024.11.13 20:49:57.062926 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_17_4} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5496 | 2024.11.13 20:49:57.063034 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_17_4} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5497 | 2024.11.13 20:49:57.063143 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5498 | 2024.11.13 20:49:57.344878 [ 137 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5499 | 2024.11.13 20:49:57.344930 [ 137 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5500 | 2024.11.13 20:49:57.344954 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5501 | 2024.11.13 20:49:57.345099 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 5502 | 2024.11.13 20:49:57.345244 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5503 | 2024.11.13 20:49:57.345282 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 5504 | 2024.11.13 20:49:57.345355 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 5505 | 2024.11.13 20:49:57.345626 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 5506 | 2024.11.13 20:49:57.345790 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 5507 | 2024.11.13 20:49:57.345927 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 5508 | 2024.11.13 20:49:57.346969 [ 192 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.001952134 sec., 8708.418581921118 rows/sec., 586.80 KiB/sec. | ||
| 5509 | 2024.11.13 20:49:57.347172 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5510 | 2024.11.13 20:49:57.347538 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_17_4} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5511 | 2024.11.13 20:49:57.347637 [ 187 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_17_4} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5512 | 2024.11.13 20:49:57.347741 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5513 | 2024.11.13 20:49:58.179157 [ 137 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5514 | 2024.11.13 20:49:58.179278 [ 137 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5515 | 2024.11.13 20:49:58.179320 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5516 | 2024.11.13 20:49:58.179673 [ 190 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 5517 | 2024.11.13 20:49:58.179949 [ 190 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5518 | 2024.11.13 20:49:58.180014 [ 190 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 5519 | 2024.11.13 20:49:58.180156 [ 190 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 5520 | 2024.11.13 20:49:58.180502 [ 190 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 5521 | 2024.11.13 20:49:58.180828 [ 190 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 5522 | 2024.11.13 20:49:58.180964 [ 190 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 5523 | 2024.11.13 20:49:58.182050 [ 192 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002607546 sec., 114283.69815911206 rows/sec., 8.19 MiB/sec. | ||
| 5524 | 2024.11.13 20:49:58.182255 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5525 | 2024.11.13 20:49:58.182576 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_17_4} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5526 | 2024.11.13 20:49:58.182669 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_17_4} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5527 | 2024.11.13 20:49:58.182751 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5528 | 2024.11.13 20:49:59.307108 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5529 | 2024.11.13 20:49:59.307289 [ 277 ] {c35e8815-c776-4302-89ea-811a47b43d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5530 | 2024.11.13 20:49:59.307357 [ 277 ] {c35e8815-c776-4302-89ea-811a47b43d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5531 | 2024.11.13 20:49:59.308069 [ 277 ] {c35e8815-c776-4302-89ea-811a47b43d57} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5532 | 2024.11.13 20:49:59.308117 [ 277 ] {c35e8815-c776-4302-89ea-811a47b43d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5533 | 2024.11.13 20:49:59.308530 [ 277 ] {c35e8815-c776-4302-89ea-811a47b43d57} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5534 | 2024.11.13 20:49:59.308782 [ 277 ] {c35e8815-c776-4302-89ea-811a47b43d57} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5535 | 2024.11.13 20:49:59.309010 [ 277 ] {c35e8815-c776-4302-89ea-811a47b43d57} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00177 sec., 7909.604519774011 rows/sec., 569.39 KiB/sec. | ||
| 5536 | 2024.11.13 20:49:59.309066 [ 277 ] {c35e8815-c776-4302-89ea-811a47b43d57} <Debug> TCPHandler: Processed in 0.002080296 sec. | ||
| 5537 | 2024.11.13 20:49:59.309328 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5538 | 2024.11.13 20:49:59.309523 [ 274 ] {e6edc65e-491b-41f2-afa0-ecbd0f90c695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5539 | 2024.11.13 20:49:59.309596 [ 274 ] {e6edc65e-491b-41f2-afa0-ecbd0f90c695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5540 | 2024.11.13 20:49:59.310507 [ 274 ] {e6edc65e-491b-41f2-afa0-ecbd0f90c695} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5541 | 2024.11.13 20:49:59.310547 [ 274 ] {e6edc65e-491b-41f2-afa0-ecbd0f90c695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5542 | 2024.11.13 20:49:59.311019 [ 274 ] {e6edc65e-491b-41f2-afa0-ecbd0f90c695} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5543 | 2024.11.13 20:49:59.311281 [ 274 ] {e6edc65e-491b-41f2-afa0-ecbd0f90c695} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5544 | 2024.11.13 20:49:59.311492 [ 274 ] {e6edc65e-491b-41f2-afa0-ecbd0f90c695} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002025 sec., 141728.3950617284 rows/sec., 12.51 MiB/sec. | ||
| 5545 | 2024.11.13 20:49:59.311547 [ 274 ] {e6edc65e-491b-41f2-afa0-ecbd0f90c695} <Debug> TCPHandler: Processed in 0.002358772 sec. | ||
| 5546 | 2024.11.13 20:49:59.311713 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5547 | 2024.11.13 20:49:59.311853 [ 277 ] {1d2a1564-93d1-4b30-9fe9-f4764f80ca8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5548 | 2024.11.13 20:49:59.311909 [ 277 ] {1d2a1564-93d1-4b30-9fe9-f4764f80ca8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5549 | 2024.11.13 20:49:59.312572 [ 277 ] {1d2a1564-93d1-4b30-9fe9-f4764f80ca8e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5550 | 2024.11.13 20:49:59.312612 [ 277 ] {1d2a1564-93d1-4b30-9fe9-f4764f80ca8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5551 | 2024.11.13 20:49:59.312979 [ 277 ] {1d2a1564-93d1-4b30-9fe9-f4764f80ca8e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5552 | 2024.11.13 20:49:59.313216 [ 277 ] {1d2a1564-93d1-4b30-9fe9-f4764f80ca8e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5553 | 2024.11.13 20:49:59.313458 [ 277 ] {1d2a1564-93d1-4b30-9fe9-f4764f80ca8e} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001636 sec., 29951.100244498775 rows/sec., 2.16 MiB/sec. | ||
| 5554 | 2024.11.13 20:49:59.313606 [ 277 ] {1d2a1564-93d1-4b30-9fe9-f4764f80ca8e} <Debug> TCPHandler: Processed in 0.001956985 sec. | ||
| 5555 | 2024.11.13 20:49:59.313826 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5556 | 2024.11.13 20:49:59.313944 [ 274 ] {a82640fa-e455-45ca-b007-512acd244036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5557 | 2024.11.13 20:49:59.313993 [ 274 ] {a82640fa-e455-45ca-b007-512acd244036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5558 | 2024.11.13 20:49:59.314618 [ 274 ] {a82640fa-e455-45ca-b007-512acd244036} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5559 | 2024.11.13 20:49:59.314657 [ 274 ] {a82640fa-e455-45ca-b007-512acd244036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5560 | 2024.11.13 20:49:59.315026 [ 274 ] {a82640fa-e455-45ca-b007-512acd244036} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5561 | 2024.11.13 20:49:59.315296 [ 274 ] {a82640fa-e455-45ca-b007-512acd244036} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5562 | 2024.11.13 20:49:59.315533 [ 274 ] {a82640fa-e455-45ca-b007-512acd244036} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001608 sec., 8706.467661691542 rows/sec., 609.74 KiB/sec. | ||
| 5563 | 2024.11.13 20:49:59.315747 [ 274 ] {a82640fa-e455-45ca-b007-512acd244036} <Debug> TCPHandler: Processed in 0.002034925 sec. | ||
| 5564 | 2024.11.13 20:49:59.315923 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5565 | 2024.11.13 20:49:59.316058 [ 277 ] {26a8d630-73ff-4052-9f9e-6a2e7e07c05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5566 | 2024.11.13 20:49:59.316114 [ 277 ] {26a8d630-73ff-4052-9f9e-6a2e7e07c05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5567 | 2024.11.13 20:49:59.316714 [ 277 ] {26a8d630-73ff-4052-9f9e-6a2e7e07c05c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5568 | 2024.11.13 20:49:59.316753 [ 277 ] {26a8d630-73ff-4052-9f9e-6a2e7e07c05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5569 | 2024.11.13 20:49:59.317095 [ 277 ] {26a8d630-73ff-4052-9f9e-6a2e7e07c05c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5570 | 2024.11.13 20:49:59.317327 [ 277 ] {26a8d630-73ff-4052-9f9e-6a2e7e07c05c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2024.11.13 20:49:59.317524 [ 277 ] {26a8d630-73ff-4052-9f9e-6a2e7e07c05c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001495 sec., 8695.652173913044 rows/sec., 542.17 KiB/sec. | ||
| 5572 | 2024.11.13 20:49:59.317575 [ 277 ] {26a8d630-73ff-4052-9f9e-6a2e7e07c05c} <Debug> TCPHandler: Processed in 0.00171987 sec. | ||
| 5573 | 2024.11.13 20:49:59.317720 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5574 | 2024.11.13 20:49:59.317839 [ 274 ] {bff57086-dfeb-45b4-a11a-fd2efc5b54d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5575 | 2024.11.13 20:49:59.317890 [ 274 ] {bff57086-dfeb-45b4-a11a-fd2efc5b54d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5576 | 2024.11.13 20:49:59.318643 [ 274 ] {bff57086-dfeb-45b4-a11a-fd2efc5b54d7} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5577 | 2024.11.13 20:49:59.318681 [ 274 ] {bff57086-dfeb-45b4-a11a-fd2efc5b54d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5578 | 2024.11.13 20:49:59.319076 [ 274 ] {bff57086-dfeb-45b4-a11a-fd2efc5b54d7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5579 | 2024.11.13 20:49:59.319324 [ 274 ] {bff57086-dfeb-45b4-a11a-fd2efc5b54d7} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5580 | 2024.11.13 20:49:59.319551 [ 274 ] {bff57086-dfeb-45b4-a11a-fd2efc5b54d7} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001733 sec., 244662.43508366993 rows/sec., 17.49 MiB/sec. | ||
| 5581 | 2024.11.13 20:49:59.319744 [ 274 ] {bff57086-dfeb-45b4-a11a-fd2efc5b54d7} <Debug> TCPHandler: Processed in 0.002079076 sec. | ||
| 5582 | 2024.11.13 20:49:59.319983 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5583 | 2024.11.13 20:49:59.320124 [ 277 ] {29865e5b-5d9d-441c-bebf-29c0d22b6ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5584 | 2024.11.13 20:49:59.320182 [ 277 ] {29865e5b-5d9d-441c-bebf-29c0d22b6ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5585 | 2024.11.13 20:49:59.320697 [ 277 ] {29865e5b-5d9d-441c-bebf-29c0d22b6ee0} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5586 | 2024.11.13 20:49:59.320736 [ 277 ] {29865e5b-5d9d-441c-bebf-29c0d22b6ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5587 | 2024.11.13 20:49:59.321089 [ 277 ] {29865e5b-5d9d-441c-bebf-29c0d22b6ee0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5588 | 2024.11.13 20:49:59.321330 [ 277 ] {29865e5b-5d9d-441c-bebf-29c0d22b6ee0} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5589 | 2024.11.13 20:49:59.321504 [ 277 ] {29865e5b-5d9d-441c-bebf-29c0d22b6ee0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00141 sec., 4255.31914893617 rows/sec., 222.32 KiB/sec. | ||
| 5590 | 2024.11.13 20:49:59.321551 [ 277 ] {29865e5b-5d9d-441c-bebf-29c0d22b6ee0} <Debug> TCPHandler: Processed in 0.00169547 sec. | ||
| 5591 | 2024.11.13 20:49:59.321684 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5592 | 2024.11.13 20:49:59.321802 [ 274 ] {9775a124-88f5-4ced-9871-1f2c76b90c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5593 | 2024.11.13 20:49:59.321858 [ 274 ] {9775a124-88f5-4ced-9871-1f2c76b90c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5594 | 2024.11.13 20:49:59.322475 [ 274 ] {9775a124-88f5-4ced-9871-1f2c76b90c2f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5595 | 2024.11.13 20:49:59.322513 [ 274 ] {9775a124-88f5-4ced-9871-1f2c76b90c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5596 | 2024.11.13 20:49:59.322920 [ 274 ] {9775a124-88f5-4ced-9871-1f2c76b90c2f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5597 | 2024.11.13 20:49:59.323167 [ 274 ] {9775a124-88f5-4ced-9871-1f2c76b90c2f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5598 | 2024.11.13 20:49:59.323393 [ 274 ] {9775a124-88f5-4ced-9871-1f2c76b90c2f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001615 sec., 146749.22600619195 rows/sec., 9.84 MiB/sec. | ||
| 5599 | 2024.11.13 20:49:59.323447 [ 274 ] {9775a124-88f5-4ced-9871-1f2c76b90c2f} <Debug> TCPHandler: Processed in 0.001818862 sec. | ||
| 5600 | 2024.11.13 20:49:59.323580 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5601 | 2024.11.13 20:49:59.323695 [ 277 ] {09ced3bc-5144-4615-8e7a-39a46b6ed3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5602 | 2024.11.13 20:49:59.323745 [ 277 ] {09ced3bc-5144-4615-8e7a-39a46b6ed3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5603 | 2024.11.13 20:49:59.324208 [ 277 ] {09ced3bc-5144-4615-8e7a-39a46b6ed3ca} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5604 | 2024.11.13 20:49:59.324243 [ 277 ] {09ced3bc-5144-4615-8e7a-39a46b6ed3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5605 | 2024.11.13 20:49:59.324596 [ 277 ] {09ced3bc-5144-4615-8e7a-39a46b6ed3ca} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5606 | 2024.11.13 20:49:59.324831 [ 277 ] {09ced3bc-5144-4615-8e7a-39a46b6ed3ca} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5607 | 2024.11.13 20:49:59.325004 [ 277 ] {09ced3bc-5144-4615-8e7a-39a46b6ed3ca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001331 sec., 751.3148009015778 rows/sec., 50.63 KiB/sec. | ||
| 5608 | 2024.11.13 20:49:59.325050 [ 277 ] {09ced3bc-5144-4615-8e7a-39a46b6ed3ca} <Debug> TCPHandler: Processed in 0.001524767 sec. | ||
| 5609 | 2024.11.13 20:49:59.325184 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5610 | 2024.11.13 20:49:59.325303 [ 274 ] {05b11d52-bc34-47f8-9e3b-3a72ab6a0866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5611 | 2024.11.13 20:49:59.325383 [ 274 ] {05b11d52-bc34-47f8-9e3b-3a72ab6a0866} <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 | ||
| 5612 | 2024.11.13 20:49:59.326637 [ 274 ] {05b11d52-bc34-47f8-9e3b-3a72ab6a0866} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5613 | 2024.11.13 20:49:59.326678 [ 274 ] {05b11d52-bc34-47f8-9e3b-3a72ab6a0866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5614 | 2024.11.13 20:49:59.327378 [ 274 ] {05b11d52-bc34-47f8-9e3b-3a72ab6a0866} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5615 | 2024.11.13 20:49:59.327653 [ 274 ] {05b11d52-bc34-47f8-9e3b-3a72ab6a0866} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5616 | 2024.11.13 20:49:59.327911 [ 274 ] {05b11d52-bc34-47f8-9e3b-3a72ab6a0866} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002634 sec., 15945.330296127562 rows/sec., 28.57 MiB/sec. | ||
| 5617 | 2024.11.13 20:49:59.328005 [ 274 ] {05b11d52-bc34-47f8-9e3b-3a72ab6a0866} <Debug> TCPHandler: Processed in 0.00287855 sec. | ||
| 5618 | 2024.11.13 20:49:59.328171 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5619 | 2024.11.13 20:49:59.328310 [ 277 ] {7ea80c7f-d438-4c2e-b026-40bf20e0143c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5620 | 2024.11.13 20:49:59.328369 [ 277 ] {7ea80c7f-d438-4c2e-b026-40bf20e0143c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5621 | 2024.11.13 20:49:59.328861 [ 277 ] {7ea80c7f-d438-4c2e-b026-40bf20e0143c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5622 | 2024.11.13 20:49:59.328897 [ 277 ] {7ea80c7f-d438-4c2e-b026-40bf20e0143c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5623 | 2024.11.13 20:49:59.329255 [ 277 ] {7ea80c7f-d438-4c2e-b026-40bf20e0143c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5624 | 2024.11.13 20:49:59.329487 [ 277 ] {7ea80c7f-d438-4c2e-b026-40bf20e0143c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5625 | 2024.11.13 20:49:59.329676 [ 277 ] {7ea80c7f-d438-4c2e-b026-40bf20e0143c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec. | ||
| 5626 | 2024.11.13 20:49:59.329792 [ 277 ] {7ea80c7f-d438-4c2e-b026-40bf20e0143c} <Debug> TCPHandler: Processed in 0.001684809 sec. | ||
| 5627 | 2024.11.13 20:50:04.299368 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5628 | 2024.11.13 20:50:04.299588 [ 277 ] {fe967b09-65f3-4f69-b760-85bec08d2fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5629 | 2024.11.13 20:50:04.299680 [ 277 ] {fe967b09-65f3-4f69-b760-85bec08d2fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5630 | 2024.11.13 20:50:04.300427 [ 277 ] {fe967b09-65f3-4f69-b760-85bec08d2fae} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5631 | 2024.11.13 20:50:04.300475 [ 277 ] {fe967b09-65f3-4f69-b760-85bec08d2fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5632 | 2024.11.13 20:50:04.300881 [ 277 ] {fe967b09-65f3-4f69-b760-85bec08d2fae} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5633 | 2024.11.13 20:50:04.301134 [ 277 ] {fe967b09-65f3-4f69-b760-85bec08d2fae} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5634 | 2024.11.13 20:50:04.301363 [ 277 ] {fe967b09-65f3-4f69-b760-85bec08d2fae} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001829 sec., 1093.4937124111536 rows/sec., 89.17 KiB/sec. | ||
| 5635 | 2024.11.13 20:50:04.301478 [ 277 ] {fe967b09-65f3-4f69-b760-85bec08d2fae} <Debug> TCPHandler: Processed in 0.002244389 sec. | ||
| 5636 | 2024.11.13 20:50:04.301741 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5637 | 2024.11.13 20:50:04.301936 [ 274 ] {0b0420ed-87a6-45c5-a8bf-0ec3a6742c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5638 | 2024.11.13 20:50:04.302010 [ 274 ] {0b0420ed-87a6-45c5-a8bf-0ec3a6742c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5639 | 2024.11.13 20:50:04.302798 [ 274 ] {0b0420ed-87a6-45c5-a8bf-0ec3a6742c37} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5640 | 2024.11.13 20:50:04.302845 [ 274 ] {0b0420ed-87a6-45c5-a8bf-0ec3a6742c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5641 | 2024.11.13 20:50:04.303290 [ 274 ] {0b0420ed-87a6-45c5-a8bf-0ec3a6742c37} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5642 | 2024.11.13 20:50:04.303554 [ 274 ] {0b0420ed-87a6-45c5-a8bf-0ec3a6742c37} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5643 | 2024.11.13 20:50:04.303805 [ 274 ] {0b0420ed-87a6-45c5-a8bf-0ec3a6742c37} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001925 sec., 29610.389610389608 rows/sec., 2.26 MiB/sec. | ||
| 5644 | 2024.11.13 20:50:04.303863 [ 274 ] {0b0420ed-87a6-45c5-a8bf-0ec3a6742c37} <Debug> TCPHandler: Processed in 0.00225729 sec. | ||
| 5645 | 2024.11.13 20:50:04.304041 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5646 | 2024.11.13 20:50:04.304183 [ 277 ] {8ab1bb9f-2ac1-4353-9f23-0de8f1cd8e13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5647 | 2024.11.13 20:50:04.304244 [ 277 ] {8ab1bb9f-2ac1-4353-9f23-0de8f1cd8e13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5648 | 2024.11.13 20:50:04.304871 [ 277 ] {8ab1bb9f-2ac1-4353-9f23-0de8f1cd8e13} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5649 | 2024.11.13 20:50:04.304912 [ 277 ] {8ab1bb9f-2ac1-4353-9f23-0de8f1cd8e13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5650 | 2024.11.13 20:50:04.305276 [ 277 ] {8ab1bb9f-2ac1-4353-9f23-0de8f1cd8e13} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5651 | 2024.11.13 20:50:04.305540 [ 277 ] {8ab1bb9f-2ac1-4353-9f23-0de8f1cd8e13} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5652 | 2024.11.13 20:50:04.305715 [ 110 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5653 | 2024.11.13 20:50:04.305775 [ 277 ] {8ab1bb9f-2ac1-4353-9f23-0de8f1cd8e13} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001624 sec., 1231.527093596059 rows/sec., 85.99 KiB/sec. | ||
| 5654 | 2024.11.13 20:50:04.305790 [ 110 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5655 | 2024.11.13 20:50:04.305848 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5656 | 2024.11.13 20:50:04.305895 [ 277 ] {8ab1bb9f-2ac1-4353-9f23-0de8f1cd8e13} <Debug> TCPHandler: Processed in 0.001923284 sec. | ||
| 5657 | 2024.11.13 20:50:04.306023 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 5658 | 2024.11.13 20:50:04.306075 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5659 | 2024.11.13 20:50:04.306148 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5660 | 2024.11.13 20:50:04.306226 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 67 rows starting from the beginning of the part | ||
| 5661 | 2024.11.13 20:50:04.306280 [ 274 ] {802e0c0d-1b5d-412d-a595-c83a5e04af6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5662 | 2024.11.13 20:50:04.306436 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
| 5663 | 2024.11.13 20:50:04.306461 [ 274 ] {802e0c0d-1b5d-412d-a595-c83a5e04af6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5664 | 2024.11.13 20:50:04.306827 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 49 rows starting from the beginning of the part | ||
| 5665 | 2024.11.13 20:50:04.307231 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part | ||
| 5666 | 2024.11.13 20:50:04.307609 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 49 rows starting from the beginning of the part | ||
| 5667 | 2024.11.13 20:50:04.307933 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 5668 | 2024.11.13 20:50:04.309542 [ 274 ] {802e0c0d-1b5d-412d-a595-c83a5e04af6c} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5669 | 2024.11.13 20:50:04.309618 [ 274 ] {802e0c0d-1b5d-412d-a595-c83a5e04af6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5670 | 2024.11.13 20:50:04.310931 [ 274 ] {802e0c0d-1b5d-412d-a595-c83a5e04af6c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5671 | 2024.11.13 20:50:04.311134 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005174771 sec., 34977.39320252046 rows/sec., 2.63 MiB/sec. | ||
| 5672 | 2024.11.13 20:50:04.311389 [ 274 ] {802e0c0d-1b5d-412d-a595-c83a5e04af6c} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5673 | 2024.11.13 20:50:04.311495 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5674 | 2024.11.13 20:50:04.311833 [ 274 ] {802e0c0d-1b5d-412d-a595-c83a5e04af6c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00561 sec., 11764.70588235294 rows/sec., 940.88 KiB/sec. | ||
| 5675 | 2024.11.13 20:50:04.312008 [ 274 ] {802e0c0d-1b5d-412d-a595-c83a5e04af6c} <Debug> TCPHandler: Processed in 0.005993325 sec. | ||
| 5676 | 2024.11.13 20:50:04.312211 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5677 | 2024.11.13 20:50:04.312219 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_31_6} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5678 | 2024.11.13 20:50:04.312389 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_31_6} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5679 | 2024.11.13 20:50:04.312419 [ 277 ] {10089b67-28d3-4c2b-99e2-3e15b4b7cfa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5680 | 2024.11.13 20:50:04.312537 [ 277 ] {10089b67-28d3-4c2b-99e2-3e15b4b7cfa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5681 | 2024.11.13 20:50:04.312538 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5682 | 2024.11.13 20:50:04.313138 [ 277 ] {10089b67-28d3-4c2b-99e2-3e15b4b7cfa8} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5683 | 2024.11.13 20:50:04.313180 [ 277 ] {10089b67-28d3-4c2b-99e2-3e15b4b7cfa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5684 | 2024.11.13 20:50:04.313589 [ 277 ] {10089b67-28d3-4c2b-99e2-3e15b4b7cfa8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5685 | 2024.11.13 20:50:04.313847 [ 277 ] {10089b67-28d3-4c2b-99e2-3e15b4b7cfa8} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5686 | 2024.11.13 20:50:04.314055 [ 277 ] {10089b67-28d3-4c2b-99e2-3e15b4b7cfa8} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001694 sec., 76151.12160566707 rows/sec., 5.30 MiB/sec. | ||
| 5687 | 2024.11.13 20:50:04.314110 [ 277 ] {10089b67-28d3-4c2b-99e2-3e15b4b7cfa8} <Debug> TCPHandler: Processed in 0.001991304 sec. | ||
| 5688 | 2024.11.13 20:50:04.314256 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5689 | 2024.11.13 20:50:04.314373 [ 274 ] {ce1ee5ee-6143-4613-864a-3f1b1b30403b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5690 | 2024.11.13 20:50:04.314426 [ 274 ] {ce1ee5ee-6143-4613-864a-3f1b1b30403b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5691 | 2024.11.13 20:50:04.314956 [ 274 ] {ce1ee5ee-6143-4613-864a-3f1b1b30403b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5692 | 2024.11.13 20:50:04.315021 [ 274 ] {ce1ee5ee-6143-4613-864a-3f1b1b30403b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5693 | 2024.11.13 20:50:04.315419 [ 274 ] {ce1ee5ee-6143-4613-864a-3f1b1b30403b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5694 | 2024.11.13 20:50:04.315679 [ 274 ] {ce1ee5ee-6143-4613-864a-3f1b1b30403b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5695 | 2024.11.13 20:50:04.315895 [ 274 ] {ce1ee5ee-6143-4613-864a-3f1b1b30403b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001546 sec., 31047.865459249675 rows/sec., 2.09 MiB/sec. | ||
| 5696 | 2024.11.13 20:50:04.315949 [ 274 ] {ce1ee5ee-6143-4613-864a-3f1b1b30403b} <Debug> TCPHandler: Processed in 0.001748731 sec. | ||
| 5697 | 2024.11.13 20:50:05.993812 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 846 | ||
| 5698 | 2024.11.13 20:50:05.997545 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5699 | 2024.11.13 20:50:05.997601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5700 | 2024.11.13 20:50:05.999079 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5701 | 2024.11.13 20:50:05.999414 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5702 | 2024.11.13 20:50:05.999624 [ 115 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5703 | 2024.11.13 20:50:05.999745 [ 115 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5704 | 2024.11.13 20:50:05.999804 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5705 | 2024.11.13 20:50:06.000401 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 5706 | 2024.11.13 20:50:06.002178 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 846 | ||
| 5707 | 2024.11.13 20:50:06.002557 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5708 | 2024.11.13 20:50:06.002758 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 708 rows starting from the beginning of the part | ||
| 5709 | 2024.11.13 20:50:06.003430 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part | ||
| 5710 | 2024.11.13 20:50:06.004229 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
| 5711 | 2024.11.13 20:50:06.004751 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 5712 | 2024.11.13 20:50:06.005252 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part | ||
| 5713 | 2024.11.13 20:50:06.005725 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part | ||
| 5714 | 2024.11.13 20:50:06.013881 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 72 columns (72 merged, 0 gathered) in 0.013938604 sec., 60694.74389257346 rows/sec., 50.02 MiB/sec. | ||
| 5715 | 2024.11.13 20:50:06.015071 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5716 | 2024.11.13 20:50:06.015795 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_26_5} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5717 | 2024.11.13 20:50:06.015885 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_26_5} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5718 | 2024.11.13 20:50:06.016111 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5719 | 2024.11.13 20:50:09.300619 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5720 | 2024.11.13 20:50:09.300841 [ 277 ] {fa107269-0e48-47e8-b61e-a308a78be6fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5721 | 2024.11.13 20:50:09.300918 [ 277 ] {fa107269-0e48-47e8-b61e-a308a78be6fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5722 | 2024.11.13 20:50:09.301673 [ 277 ] {fa107269-0e48-47e8-b61e-a308a78be6fa} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5723 | 2024.11.13 20:50:09.301723 [ 277 ] {fa107269-0e48-47e8-b61e-a308a78be6fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5724 | 2024.11.13 20:50:09.302153 [ 277 ] {fa107269-0e48-47e8-b61e-a308a78be6fa} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5725 | 2024.11.13 20:50:09.302411 [ 277 ] {fa107269-0e48-47e8-b61e-a308a78be6fa} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5726 | 2024.11.13 20:50:09.302621 [ 141 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5727 | 2024.11.13 20:50:09.302664 [ 277 ] {fa107269-0e48-47e8-b61e-a308a78be6fa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001876 sec., 29850.746268656716 rows/sec., 2.28 MiB/sec. | ||
| 5728 | 2024.11.13 20:50:09.302732 [ 141 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5729 | 2024.11.13 20:50:09.302808 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5730 | 2024.11.13 20:50:09.302814 [ 277 ] {fa107269-0e48-47e8-b61e-a308a78be6fa} <Debug> TCPHandler: Processed in 0.002323681 sec. | ||
| 5731 | 2024.11.13 20:50:09.303130 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 5732 | 2024.11.13 20:50:09.303217 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5733 | 2024.11.13 20:50:09.303732 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5734 | 2024.11.13 20:50:09.303774 [ 274 ] {f47332b6-d65d-4faf-93f8-f5783690762e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5735 | 2024.11.13 20:50:09.303874 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1437 rows starting from the beginning of the part | ||
| 5736 | 2024.11.13 20:50:09.303971 [ 274 ] {f47332b6-d65d-4faf-93f8-f5783690762e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5737 | 2024.11.13 20:50:09.304205 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 61 rows starting from the beginning of the part | ||
| 5738 | 2024.11.13 20:50:09.304584 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 5739 | 2024.11.13 20:50:09.305012 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 287 rows starting from the beginning of the part | ||
| 5740 | 2024.11.13 20:50:09.305351 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 57 rows starting from the beginning of the part | ||
| 5741 | 2024.11.13 20:50:09.305720 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 5742 | 2024.11.13 20:50:09.306828 [ 274 ] {f47332b6-d65d-4faf-93f8-f5783690762e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5743 | 2024.11.13 20:50:09.306872 [ 274 ] {f47332b6-d65d-4faf-93f8-f5783690762e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5744 | 2024.11.13 20:50:09.307556 [ 274 ] {f47332b6-d65d-4faf-93f8-f5783690762e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5745 | 2024.11.13 20:50:09.307857 [ 274 ] {f47332b6-d65d-4faf-93f8-f5783690762e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5746 | 2024.11.13 20:50:09.308106 [ 141 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5747 | 2024.11.13 20:50:09.308110 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1954 rows, containing 5 columns (5 merged, 0 gathered) in 0.005194951 sec., 376134.4428465254 rows/sec., 32.77 MiB/sec. | ||
| 5748 | 2024.11.13 20:50:09.308165 [ 141 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5749 | 2024.11.13 20:50:09.308200 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5750 | 2024.11.13 20:50:09.308259 [ 274 ] {f47332b6-d65d-4faf-93f8-f5783690762e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00467 sec., 13704.496788008566 rows/sec., 1.07 MiB/sec. | ||
| 5751 | 2024.11.13 20:50:09.308537 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5752 | 2024.11.13 20:50:09.308787 [ 274 ] {f47332b6-d65d-4faf-93f8-f5783690762e} <Debug> TCPHandler: Processed in 0.005806592 sec. | ||
| 5753 | 2024.11.13 20:50:09.309031 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 5754 | 2024.11.13 20:50:09.309237 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5755 | 2024.11.13 20:50:09.309762 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5756 | 2024.11.13 20:50:09.309765 [ 277 ] {6a02c561-680c-4a72-8bc1-7c7f0f5e2dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5757 | 2024.11.13 20:50:09.309932 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 916 rows starting from the beginning of the part | ||
| 5758 | 2024.11.13 20:50:09.310092 [ 277 ] {6a02c561-680c-4a72-8bc1-7c7f0f5e2dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5759 | 2024.11.13 20:50:09.310436 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 74 rows starting from the beginning of the part | ||
| 5760 | 2024.11.13 20:50:09.310891 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 5761 | 2024.11.13 20:50:09.311356 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 424 rows starting from the beginning of the part | ||
| 5762 | 2024.11.13 20:50:09.311705 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 66 rows starting from the beginning of the part | ||
| 5763 | 2024.11.13 20:50:09.312087 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 5764 | 2024.11.13 20:50:09.312209 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_46_9} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5765 | 2024.11.13 20:50:09.312860 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_46_9} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5766 | 2024.11.13 20:50:09.313222 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 5767 | 2024.11.13 20:50:09.313759 [ 277 ] {6a02c561-680c-4a72-8bc1-7c7f0f5e2dfe} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5768 | 2024.11.13 20:50:09.313828 [ 277 ] {6a02c561-680c-4a72-8bc1-7c7f0f5e2dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5769 | 2024.11.13 20:50:09.314914 [ 277 ] {6a02c561-680c-4a72-8bc1-7c7f0f5e2dfe} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5770 | 2024.11.13 20:50:09.315255 [ 277 ] {6a02c561-680c-4a72-8bc1-7c7f0f5e2dfe} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5771 | 2024.11.13 20:50:09.315778 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 5 columns (5 merged, 0 gathered) in 0.007494091 sec., 214569.05180361436 rows/sec., 16.55 MiB/sec. | ||
| 5772 | 2024.11.13 20:50:09.315826 [ 277 ] {6a02c561-680c-4a72-8bc1-7c7f0f5e2dfe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006247 sec., 25612.293901072517 rows/sec., 1.78 MiB/sec. | ||
| 5773 | 2024.11.13 20:50:09.315969 [ 277 ] {6a02c561-680c-4a72-8bc1-7c7f0f5e2dfe} <Debug> TCPHandler: Processed in 0.006999973 sec. | ||
| 5774 | 2024.11.13 20:50:09.316050 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5775 | 2024.11.13 20:50:09.316166 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5776 | 2024.11.13 20:50:09.316395 [ 274 ] {2524e99f-e980-44c1-8eb2-2607fc427eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5777 | 2024.11.13 20:50:09.316481 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_46_9} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5778 | 2024.11.13 20:50:09.316516 [ 274 ] {2524e99f-e980-44c1-8eb2-2607fc427eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5779 | 2024.11.13 20:50:09.316703 [ 186 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_46_9} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5780 | 2024.11.13 20:50:09.316913 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 5781 | 2024.11.13 20:50:09.317364 [ 274 ] {2524e99f-e980-44c1-8eb2-2607fc427eaf} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5782 | 2024.11.13 20:50:09.317407 [ 274 ] {2524e99f-e980-44c1-8eb2-2607fc427eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 5783 | 2024.11.13 20:50:09.317806 [ 274 ] {2524e99f-e980-44c1-8eb2-2607fc427eaf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5784 | 2024.11.13 20:50:09.318049 [ 274 ] {2524e99f-e980-44c1-8eb2-2607fc427eaf} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5785 | 2024.11.13 20:50:09.318233 [ 274 ] {2524e99f-e980-44c1-8eb2-2607fc427eaf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001918 sec., 31282.586027111574 rows/sec., 2.11 MiB/sec. | ||
| 5786 | 2024.11.13 20:50:09.318285 [ 274 ] {2524e99f-e980-44c1-8eb2-2607fc427eaf} <Debug> TCPHandler: Processed in 0.002211498 sec. | ||
| 5787 | 2024.11.13 20:50:10.805561 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5788 | 2024.11.13 20:50:10.805616 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5789 | 2024.11.13 20:50:12.314432 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5790 | 2024.11.13 20:50:12.495449 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5791 | 2024.11.13 20:50:12.512862 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60211, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5792 | 2024.11.13 20:50:12.541198 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5793 | 2024.11.13 20:50:12.781775 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5794 | 2024.11.13 20:50:12.789085 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43732, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5795 | 2024.11.13 20:50:12.813471 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38686, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5796 | 2024.11.13 20:50:12.826973 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55503, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5797 | 2024.11.13 20:50:14.307869 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5798 | 2024.11.13 20:50:14.308076 [ 277 ] {7a7b89bb-c859-4389-bde7-9083d665f104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5799 | 2024.11.13 20:50:14.308156 [ 277 ] {7a7b89bb-c859-4389-bde7-9083d665f104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5800 | 2024.11.13 20:50:14.308974 [ 277 ] {7a7b89bb-c859-4389-bde7-9083d665f104} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5801 | 2024.11.13 20:50:14.309024 [ 277 ] {7a7b89bb-c859-4389-bde7-9083d665f104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5802 | 2024.11.13 20:50:14.309454 [ 277 ] {7a7b89bb-c859-4389-bde7-9083d665f104} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5803 | 2024.11.13 20:50:14.309722 [ 277 ] {7a7b89bb-c859-4389-bde7-9083d665f104} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5804 | 2024.11.13 20:50:14.309965 [ 277 ] {7a7b89bb-c859-4389-bde7-9083d665f104} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001943 sec., 7205.352547606793 rows/sec., 518.69 KiB/sec. | ||
| 5805 | 2024.11.13 20:50:14.310028 [ 277 ] {7a7b89bb-c859-4389-bde7-9083d665f104} <Debug> TCPHandler: Processed in 0.002294441 sec. | ||
| 5806 | 2024.11.13 20:50:14.310308 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5807 | 2024.11.13 20:50:14.310528 [ 274 ] {0f885811-8377-4fbe-8929-b313496224da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5808 | 2024.11.13 20:50:14.310612 [ 274 ] {0f885811-8377-4fbe-8929-b313496224da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5809 | 2024.11.13 20:50:14.311556 [ 274 ] {0f885811-8377-4fbe-8929-b313496224da} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5810 | 2024.11.13 20:50:14.311601 [ 274 ] {0f885811-8377-4fbe-8929-b313496224da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5811 | 2024.11.13 20:50:14.312064 [ 274 ] {0f885811-8377-4fbe-8929-b313496224da} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5812 | 2024.11.13 20:50:14.312334 [ 274 ] {0f885811-8377-4fbe-8929-b313496224da} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5813 | 2024.11.13 20:50:14.312543 [ 274 ] {0f885811-8377-4fbe-8929-b313496224da} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002076 sec., 138246.6281310212 rows/sec., 12.20 MiB/sec. | ||
| 5814 | 2024.11.13 20:50:14.312608 [ 274 ] {0f885811-8377-4fbe-8929-b313496224da} <Debug> TCPHandler: Processed in 0.002443863 sec. | ||
| 5815 | 2024.11.13 20:50:14.312759 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5816 | 2024.11.13 20:50:14.312950 [ 277 ] {26b9b1e6-16d5-484c-98a4-fd9fd65325fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5817 | 2024.11.13 20:50:14.313038 [ 277 ] {26b9b1e6-16d5-484c-98a4-fd9fd65325fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5818 | 2024.11.13 20:50:14.313989 [ 277 ] {26b9b1e6-16d5-484c-98a4-fd9fd65325fa} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5819 | 2024.11.13 20:50:14.314031 [ 277 ] {26b9b1e6-16d5-484c-98a4-fd9fd65325fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5820 | 2024.11.13 20:50:14.314391 [ 277 ] {26b9b1e6-16d5-484c-98a4-fd9fd65325fa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5821 | 2024.11.13 20:50:14.314630 [ 277 ] {26b9b1e6-16d5-484c-98a4-fd9fd65325fa} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5822 | 2024.11.13 20:50:14.314838 [ 277 ] {26b9b1e6-16d5-484c-98a4-fd9fd65325fa} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001941 sec., 25244.719216898506 rows/sec., 1.82 MiB/sec. | ||
| 5823 | 2024.11.13 20:50:14.314891 [ 277 ] {26b9b1e6-16d5-484c-98a4-fd9fd65325fa} <Debug> TCPHandler: Processed in 0.002199159 sec. | ||
| 5824 | 2024.11.13 20:50:14.315054 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5825 | 2024.11.13 20:50:14.315202 [ 274 ] {23c03365-9ddd-44da-b17d-62cd90e59c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5826 | 2024.11.13 20:50:14.315265 [ 274 ] {23c03365-9ddd-44da-b17d-62cd90e59c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5827 | 2024.11.13 20:50:14.315962 [ 274 ] {23c03365-9ddd-44da-b17d-62cd90e59c15} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5828 | 2024.11.13 20:50:14.316001 [ 274 ] {23c03365-9ddd-44da-b17d-62cd90e59c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5829 | 2024.11.13 20:50:14.316372 [ 274 ] {23c03365-9ddd-44da-b17d-62cd90e59c15} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5830 | 2024.11.13 20:50:14.316635 [ 274 ] {23c03365-9ddd-44da-b17d-62cd90e59c15} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5831 | 2024.11.13 20:50:14.316870 [ 274 ] {23c03365-9ddd-44da-b17d-62cd90e59c15} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001702 sec., 8225.616921269095 rows/sec., 576.07 KiB/sec. | ||
| 5832 | 2024.11.13 20:50:14.317085 [ 274 ] {23c03365-9ddd-44da-b17d-62cd90e59c15} <Debug> TCPHandler: Processed in 0.002095847 sec. | ||
| 5833 | 2024.11.13 20:50:14.317277 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5834 | 2024.11.13 20:50:14.317413 [ 277 ] {9ae482cc-6809-46f9-be24-00c2eefcdc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5835 | 2024.11.13 20:50:14.317470 [ 277 ] {9ae482cc-6809-46f9-be24-00c2eefcdc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5836 | 2024.11.13 20:50:14.318075 [ 277 ] {9ae482cc-6809-46f9-be24-00c2eefcdc98} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5837 | 2024.11.13 20:50:14.318114 [ 277 ] {9ae482cc-6809-46f9-be24-00c2eefcdc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5838 | 2024.11.13 20:50:14.318463 [ 277 ] {9ae482cc-6809-46f9-be24-00c2eefcdc98} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5839 | 2024.11.13 20:50:14.318703 [ 277 ] {9ae482cc-6809-46f9-be24-00c2eefcdc98} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5840 | 2024.11.13 20:50:14.318969 [ 277 ] {9ae482cc-6809-46f9-be24-00c2eefcdc98} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 5841 | 2024.11.13 20:50:14.319047 [ 277 ] {9ae482cc-6809-46f9-be24-00c2eefcdc98} <Debug> TCPHandler: Processed in 0.001837913 sec. | ||
| 5842 | 2024.11.13 20:50:14.319355 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5843 | 2024.11.13 20:50:14.319587 [ 274 ] {655661b4-32a8-4763-986f-fcfa5fad6b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5844 | 2024.11.13 20:50:14.319680 [ 274 ] {655661b4-32a8-4763-986f-fcfa5fad6b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5845 | 2024.11.13 20:50:14.320542 [ 274 ] {655661b4-32a8-4763-986f-fcfa5fad6b60} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5846 | 2024.11.13 20:50:14.320582 [ 274 ] {655661b4-32a8-4763-986f-fcfa5fad6b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5847 | 2024.11.13 20:50:14.320984 [ 274 ] {655661b4-32a8-4763-986f-fcfa5fad6b60} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5848 | 2024.11.13 20:50:14.321250 [ 274 ] {655661b4-32a8-4763-986f-fcfa5fad6b60} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2024.11.13 20:50:14.321482 [ 274 ] {655661b4-32a8-4763-986f-fcfa5fad6b60} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001945 sec., 217994.8586118252 rows/sec., 15.59 MiB/sec. | ||
| 5850 | 2024.11.13 20:50:14.321687 [ 274 ] {655661b4-32a8-4763-986f-fcfa5fad6b60} <Debug> TCPHandler: Processed in 0.002531495 sec. | ||
| 5851 | 2024.11.13 20:50:14.321903 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5852 | 2024.11.13 20:50:14.322040 [ 277 ] {b1076104-4abc-4e8a-b842-69cbffc75df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5853 | 2024.11.13 20:50:14.322097 [ 277 ] {b1076104-4abc-4e8a-b842-69cbffc75df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5854 | 2024.11.13 20:50:14.322655 [ 277 ] {b1076104-4abc-4e8a-b842-69cbffc75df9} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5855 | 2024.11.13 20:50:14.322701 [ 277 ] {b1076104-4abc-4e8a-b842-69cbffc75df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5856 | 2024.11.13 20:50:14.323076 [ 277 ] {b1076104-4abc-4e8a-b842-69cbffc75df9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5857 | 2024.11.13 20:50:14.323321 [ 277 ] {b1076104-4abc-4e8a-b842-69cbffc75df9} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5858 | 2024.11.13 20:50:14.323527 [ 277 ] {b1076104-4abc-4e8a-b842-69cbffc75df9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec. | ||
| 5859 | 2024.11.13 20:50:14.323576 [ 277 ] {b1076104-4abc-4e8a-b842-69cbffc75df9} <Debug> TCPHandler: Processed in 0.001785531 sec. | ||
| 5860 | 2024.11.13 20:50:14.323721 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5861 | 2024.11.13 20:50:14.323843 [ 274 ] {281ea7b1-f25a-4d95-8c21-b8c1f3270ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5862 | 2024.11.13 20:50:14.323897 [ 274 ] {281ea7b1-f25a-4d95-8c21-b8c1f3270ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5863 | 2024.11.13 20:50:14.324530 [ 274 ] {281ea7b1-f25a-4d95-8c21-b8c1f3270ba9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5864 | 2024.11.13 20:50:14.324568 [ 274 ] {281ea7b1-f25a-4d95-8c21-b8c1f3270ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5865 | 2024.11.13 20:50:14.324975 [ 274 ] {281ea7b1-f25a-4d95-8c21-b8c1f3270ba9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5866 | 2024.11.13 20:50:14.325226 [ 274 ] {281ea7b1-f25a-4d95-8c21-b8c1f3270ba9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5867 | 2024.11.13 20:50:14.325354 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5868 | 2024.11.13 20:50:14.325404 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5869 | 2024.11.13 20:50:14.325417 [ 274 ] {281ea7b1-f25a-4d95-8c21-b8c1f3270ba9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.93 MiB/sec. | ||
| 5870 | 2024.11.13 20:50:14.325431 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5871 | 2024.11.13 20:50:14.325526 [ 274 ] {281ea7b1-f25a-4d95-8c21-b8c1f3270ba9} <Debug> TCPHandler: Processed in 0.001859082 sec. | ||
| 5872 | 2024.11.13 20:50:14.325802 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 5873 | 2024.11.13 20:50:14.325888 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5874 | 2024.11.13 20:50:14.326301 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5875 | 2024.11.13 20:50:14.326376 [ 277 ] {bb0a317e-358d-4535-8492-20e78df8429e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5876 | 2024.11.13 20:50:14.326418 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 7346 rows starting from the beginning of the part | ||
| 5877 | 2024.11.13 20:50:14.326534 [ 277 ] {bb0a317e-358d-4535-8492-20e78df8429e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5878 | 2024.11.13 20:50:14.326656 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 5879 | 2024.11.13 20:50:14.327011 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 5880 | 2024.11.13 20:50:14.327354 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 129 rows starting from the beginning of the part | ||
| 5881 | 2024.11.13 20:50:14.327684 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 5882 | 2024.11.13 20:50:14.327990 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 5883 | 2024.11.13 20:50:14.329236 [ 277 ] {bb0a317e-358d-4535-8492-20e78df8429e} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5884 | 2024.11.13 20:50:14.329299 [ 277 ] {bb0a317e-358d-4535-8492-20e78df8429e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5885 | 2024.11.13 20:50:14.329842 [ 277 ] {bb0a317e-358d-4535-8492-20e78df8429e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5886 | 2024.11.13 20:50:14.330342 [ 277 ] {bb0a317e-358d-4535-8492-20e78df8429e} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5887 | 2024.11.13 20:50:14.330858 [ 277 ] {bb0a317e-358d-4535-8492-20e78df8429e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004667 sec., 214.27040925648168 rows/sec., 14.44 KiB/sec. | ||
| 5888 | 2024.11.13 20:50:14.330975 [ 277 ] {bb0a317e-358d-4535-8492-20e78df8429e} <Debug> TCPHandler: Processed in 0.005250232 sec. | ||
| 5889 | 2024.11.13 20:50:14.331217 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5890 | 2024.11.13 20:50:14.331503 [ 274 ] {217f6379-df0d-4ac8-ad97-d2292cec1b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5891 | 2024.11.13 20:50:14.331809 [ 274 ] {217f6379-df0d-4ac8-ad97-d2292cec1b19} <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 | ||
| 5892 | 2024.11.13 20:50:14.333249 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8269 rows, containing 5 columns (5 merged, 0 gathered) in 0.007700985 sec., 1073758.7464460717 rows/sec., 72.78 MiB/sec. | ||
| 5893 | 2024.11.13 20:50:14.333493 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5894 | 2024.11.13 20:50:14.334213 [ 274 ] {217f6379-df0d-4ac8-ad97-d2292cec1b19} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5895 | 2024.11.13 20:50:14.334271 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5896 | 2024.11.13 20:50:14.334280 [ 274 ] {217f6379-df0d-4ac8-ad97-d2292cec1b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5897 | 2024.11.13 20:50:14.334506 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5898 | 2024.11.13 20:50:14.334709 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
| 5899 | 2024.11.13 20:50:14.335318 [ 274 ] {217f6379-df0d-4ac8-ad97-d2292cec1b19} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5900 | 2024.11.13 20:50:14.335601 [ 274 ] {217f6379-df0d-4ac8-ad97-d2292cec1b19} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5901 | 2024.11.13 20:50:14.335737 [ 149 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5902 | 2024.11.13 20:50:14.335782 [ 149 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5903 | 2024.11.13 20:50:14.335811 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5904 | 2024.11.13 20:50:14.335820 [ 274 ] {217f6379-df0d-4ac8-ad97-d2292cec1b19} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.004388 sec., 9571.558796718322 rows/sec., 17.15 MiB/sec. | ||
| 5905 | 2024.11.13 20:50:14.336212 [ 193 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::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 | ||
| 5906 | 2024.11.13 20:50:14.336834 [ 274 ] {217f6379-df0d-4ac8-ad97-d2292cec1b19} <Debug> TCPHandler: Processed in 0.00573126 sec. | ||
| 5907 | 2024.11.13 20:50:14.337131 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5908 | 2024.11.13 20:50:14.337410 [ 193 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5909 | 2024.11.13 20:50:14.337444 [ 277 ] {38891034-60c6-4937-8ec0-0b44b090708d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5910 | 2024.11.13 20:50:14.337528 [ 193 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 483 rows starting from the beginning of the part | ||
| 5911 | 2024.11.13 20:50:14.337557 [ 277 ] {38891034-60c6-4937-8ec0-0b44b090708d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5912 | 2024.11.13 20:50:14.338380 [ 193 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part | ||
| 5913 | 2024.11.13 20:50:14.338960 [ 193 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part | ||
| 5914 | 2024.11.13 20:50:14.339790 [ 193 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part | ||
| 5915 | 2024.11.13 20:50:14.340045 [ 277 ] {38891034-60c6-4937-8ec0-0b44b090708d} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5916 | 2024.11.13 20:50:14.340163 [ 277 ] {38891034-60c6-4937-8ec0-0b44b090708d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5917 | 2024.11.13 20:50:14.340580 [ 193 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part | ||
| 5918 | 2024.11.13 20:50:14.341214 [ 193 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part | ||
| 5919 | 2024.11.13 20:50:14.341755 [ 277 ] {38891034-60c6-4937-8ec0-0b44b090708d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5920 | 2024.11.13 20:50:14.342302 [ 277 ] {38891034-60c6-4937-8ec0-0b44b090708d} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5921 | 2024.11.13 20:50:14.342567 [ 149 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 5922 | 2024.11.13 20:50:14.342677 [ 149 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5923 | 2024.11.13 20:50:14.342772 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5924 | 2024.11.13 20:50:14.342936 [ 277 ] {38891034-60c6-4937-8ec0-0b44b090708d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005539 sec., 14804.116266474093 rows/sec., 962.81 KiB/sec. | ||
| 5925 | 2024.11.13 20:50:14.343253 [ 277 ] {38891034-60c6-4937-8ec0-0b44b090708d} <Debug> TCPHandler: Processed in 0.00628834 sec. | ||
| 5926 | 2024.11.13 20:50:14.343620 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 5927 | 2024.11.13 20:50:14.343878 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5928 | 2024.11.13 20:50:14.343912 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 2128 rows starting from the beginning of the part | ||
| 5929 | 2024.11.13 20:50:14.344023 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5930 | 2024.11.13 20:50:14.344171 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
| 5931 | 2024.11.13 20:50:14.344465 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part | ||
| 5932 | 2024.11.13 20:50:14.344720 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 5933 | 2024.11.13 20:50:14.345052 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 5934 | 2024.11.13 20:50:14.349213 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2460 rows, containing 4 columns (4 merged, 0 gathered) in 0.006237979 sec., 394358.49335177307 rows/sec., 25.60 MiB/sec. | ||
| 5935 | 2024.11.13 20:50:14.349572 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 5936 | 2024.11.13 20:50:14.350104 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5937 | 2024.11.13 20:50:14.350185 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_45_9} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 5938 | 2024.11.13 20:50:14.350779 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5939 | 2024.11.13 20:50:14.366716 [ 193 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 693 rows, containing 19 columns (19 merged, 0 gathered) in 0.030836061 sec., 22473.687543944085 rows/sec., 40.27 MiB/sec. | ||
| 5940 | 2024.11.13 20:50:14.367671 [ 196 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5941 | 2024.11.13 20:50:14.368171 [ 196 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5942 | 2024.11.13 20:50:14.368264 [ 196 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5943 | 2024.11.13 20:50:14.368431 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. | ||
| 5944 | 2024.11.13 20:50:15.000241 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.97 MiB, peak 173.54 MiB, free memory in arenas 0.00 B, will set to 168.04 MiB (RSS), difference: 2.07 MiB | ||
| 5945 | 2024.11.13 20:50:16.002363 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 876 | ||
| 5946 | 2024.11.13 20:50:16.005232 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5947 | 2024.11.13 20:50:16.005283 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5948 | 2024.11.13 20:50:16.006750 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5949 | 2024.11.13 20:50:16.007088 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5950 | 2024.11.13 20:50:16.007617 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 876 | ||
| 5951 | 2024.11.13 20:50:16.419693 [ 284 ] {} <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) | ||
| 5952 | 2024.11.13 20:50:16.721649 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5953 | 2024.11.13 20:50:17.129989 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5954 | 2024.11.13 20:50:17.266209 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34108, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5955 | 2024.11.13 20:50:17.293801 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5956 | 2024.11.13 20:50:17.305255 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5957 | 2024.11.13 20:50:17.341701 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35827, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5958 | 2024.11.13 20:50:17.341716 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5959 | 2024.11.13 20:50:17.367061 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5960 | 2024.11.13 20:50:17.381635 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5961 | 2024.11.13 20:50:17.468265 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5962 | 2024.11.13 20:50:17.498731 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5963 | 2024.11.13 20:50:17.550378 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52565, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5964 | 2024.11.13 20:50:17.591280 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44664, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5965 | 2024.11.13 20:50:17.592564 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55902, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5966 | 2024.11.13 20:50:17.623956 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5967 | 2024.11.13 20:50:18.677940 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5968 | 2024.11.13 20:50:19.223361 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5969 | 2024.11.13 20:50:19.304215 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5970 | 2024.11.13 20:50:19.304446 [ 277 ] {7c7135cd-15e0-421b-b27c-9e9b041a6aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5971 | 2024.11.13 20:50:19.304552 [ 277 ] {7c7135cd-15e0-421b-b27c-9e9b041a6aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5972 | 2024.11.13 20:50:19.305413 [ 277 ] {7c7135cd-15e0-421b-b27c-9e9b041a6aec} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2024.11.13 20:50:19.305475 [ 277 ] {7c7135cd-15e0-421b-b27c-9e9b041a6aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5974 | 2024.11.13 20:50:19.306012 [ 277 ] {7c7135cd-15e0-421b-b27c-9e9b041a6aec} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5975 | 2024.11.13 20:50:19.306423 [ 277 ] {7c7135cd-15e0-421b-b27c-9e9b041a6aec} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2024.11.13 20:50:19.306666 [ 277 ] {7c7135cd-15e0-421b-b27c-9e9b041a6aec} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002282 sec., 876.4241893076248 rows/sec., 71.47 KiB/sec. | ||
| 5977 | 2024.11.13 20:50:19.306742 [ 277 ] {7c7135cd-15e0-421b-b27c-9e9b041a6aec} <Debug> TCPHandler: Processed in 0.002677597 sec. | ||
| 5978 | 2024.11.13 20:50:19.307074 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5979 | 2024.11.13 20:50:19.307323 [ 274 ] {2557a503-6c90-4f2d-bc72-a93d64d0b0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5980 | 2024.11.13 20:50:19.307419 [ 274 ] {2557a503-6c90-4f2d-bc72-a93d64d0b0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5981 | 2024.11.13 20:50:19.308369 [ 274 ] {2557a503-6c90-4f2d-bc72-a93d64d0b0a2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5982 | 2024.11.13 20:50:19.308432 [ 274 ] {2557a503-6c90-4f2d-bc72-a93d64d0b0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5983 | 2024.11.13 20:50:19.308994 [ 274 ] {2557a503-6c90-4f2d-bc72-a93d64d0b0a2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5984 | 2024.11.13 20:50:19.309311 [ 274 ] {2557a503-6c90-4f2d-bc72-a93d64d0b0a2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5985 | 2024.11.13 20:50:19.309600 [ 274 ] {2557a503-6c90-4f2d-bc72-a93d64d0b0a2} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002352 sec., 24234.69387755102 rows/sec., 1.85 MiB/sec. | ||
| 5986 | 2024.11.13 20:50:19.309675 [ 274 ] {2557a503-6c90-4f2d-bc72-a93d64d0b0a2} <Debug> TCPHandler: Processed in 0.002808739 sec. | ||
| 5987 | 2024.11.13 20:50:19.309867 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5988 | 2024.11.13 20:50:19.310030 [ 277 ] {ad06a053-3f54-4ca7-8c03-6fdc4cae3a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5989 | 2024.11.13 20:50:19.310102 [ 277 ] {ad06a053-3f54-4ca7-8c03-6fdc4cae3a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5990 | 2024.11.13 20:50:19.310884 [ 277 ] {ad06a053-3f54-4ca7-8c03-6fdc4cae3a2b} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5991 | 2024.11.13 20:50:19.310934 [ 277 ] {ad06a053-3f54-4ca7-8c03-6fdc4cae3a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 5992 | 2024.11.13 20:50:19.311392 [ 277 ] {ad06a053-3f54-4ca7-8c03-6fdc4cae3a2b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5993 | 2024.11.13 20:50:19.311699 [ 277 ] {ad06a053-3f54-4ca7-8c03-6fdc4cae3a2b} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5994 | 2024.11.13 20:50:19.311935 [ 277 ] {ad06a053-3f54-4ca7-8c03-6fdc4cae3a2b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001948 sec., 1026.694045174538 rows/sec., 71.69 KiB/sec. | ||
| 5995 | 2024.11.13 20:50:19.312016 [ 277 ] {ad06a053-3f54-4ca7-8c03-6fdc4cae3a2b} <Debug> TCPHandler: Processed in 0.002237819 sec. | ||
| 5996 | 2024.11.13 20:50:19.312200 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5997 | 2024.11.13 20:50:19.312333 [ 274 ] {7c32809d-fe14-4025-923b-30d386904701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5998 | 2024.11.13 20:50:19.312389 [ 274 ] {7c32809d-fe14-4025-923b-30d386904701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5999 | 2024.11.13 20:50:19.313097 [ 274 ] {7c32809d-fe14-4025-923b-30d386904701} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6000 | 2024.11.13 20:50:19.313150 [ 274 ] {7c32809d-fe14-4025-923b-30d386904701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6001 | 2024.11.13 20:50:19.313596 [ 274 ] {7c32809d-fe14-4025-923b-30d386904701} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6002 | 2024.11.13 20:50:19.313868 [ 274 ] {7c32809d-fe14-4025-923b-30d386904701} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6003 | 2024.11.13 20:50:19.314136 [ 274 ] {7c32809d-fe14-4025-923b-30d386904701} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001824 sec., 36184.21052631579 rows/sec., 2.83 MiB/sec. | ||
| 6004 | 2024.11.13 20:50:19.314286 [ 274 ] {7c32809d-fe14-4025-923b-30d386904701} <Debug> TCPHandler: Processed in 0.002144497 sec. | ||
| 6005 | 2024.11.13 20:50:19.314590 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6006 | 2024.11.13 20:50:19.314800 [ 277 ] {fbeace31-eb86-4966-99d9-d67e6c63990e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6007 | 2024.11.13 20:50:19.314884 [ 277 ] {fbeace31-eb86-4966-99d9-d67e6c63990e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6008 | 2024.11.13 20:50:19.315755 [ 277 ] {fbeace31-eb86-4966-99d9-d67e6c63990e} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6009 | 2024.11.13 20:50:19.315807 [ 277 ] {fbeace31-eb86-4966-99d9-d67e6c63990e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6010 | 2024.11.13 20:50:19.316427 [ 277 ] {fbeace31-eb86-4966-99d9-d67e6c63990e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6011 | 2024.11.13 20:50:19.316815 [ 277 ] {fbeace31-eb86-4966-99d9-d67e6c63990e} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6012 | 2024.11.13 20:50:19.317122 [ 277 ] {fbeace31-eb86-4966-99d9-d67e6c63990e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002367 sec., 68018.58893113646 rows/sec., 4.74 MiB/sec. | ||
| 6013 | 2024.11.13 20:50:19.317384 [ 277 ] {fbeace31-eb86-4966-99d9-d67e6c63990e} <Debug> TCPHandler: Processed in 0.002948271 sec. | ||
| 6014 | 2024.11.13 20:50:19.317642 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6015 | 2024.11.13 20:50:19.317773 [ 274 ] {2a278998-02c6-43f2-ba92-185607b85e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6016 | 2024.11.13 20:50:19.317828 [ 274 ] {2a278998-02c6-43f2-ba92-185607b85e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6017 | 2024.11.13 20:50:19.318346 [ 274 ] {2a278998-02c6-43f2-ba92-185607b85e0b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6018 | 2024.11.13 20:50:19.318385 [ 274 ] {2a278998-02c6-43f2-ba92-185607b85e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6019 | 2024.11.13 20:50:19.318978 [ 274 ] {2a278998-02c6-43f2-ba92-185607b85e0b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6020 | 2024.11.13 20:50:19.319326 [ 274 ] {2a278998-02c6-43f2-ba92-185607b85e0b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6021 | 2024.11.13 20:50:19.319606 [ 274 ] {2a278998-02c6-43f2-ba92-185607b85e0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001859 sec., 32275.416890801505 rows/sec., 2.18 MiB/sec. | ||
| 6022 | 2024.11.13 20:50:19.319678 [ 274 ] {2a278998-02c6-43f2-ba92-185607b85e0b} <Debug> TCPHandler: Processed in 0.002101247 sec. | ||
| 6023 | 2024.11.13 20:50:19.330507 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40744, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6024 | 2024.11.13 20:50:19.353684 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50420, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6025 | 2024.11.13 20:50:19.376179 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6026 | 2024.11.13 20:50:19.571851 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6027 | 2024.11.13 20:50:19.596247 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6028 | 2024.11.13 20:50:19.603597 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35904, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6029 | 2024.11.13 20:50:24.301494 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6030 | 2024.11.13 20:50:24.301695 [ 277 ] {e350e0ce-e206-4e05-a91c-090fc32e3e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6031 | 2024.11.13 20:50:24.301766 [ 277 ] {e350e0ce-e206-4e05-a91c-090fc32e3e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6032 | 2024.11.13 20:50:24.302520 [ 277 ] {e350e0ce-e206-4e05-a91c-090fc32e3e92} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6033 | 2024.11.13 20:50:24.302565 [ 277 ] {e350e0ce-e206-4e05-a91c-090fc32e3e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6034 | 2024.11.13 20:50:24.302983 [ 277 ] {e350e0ce-e206-4e05-a91c-090fc32e3e92} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6035 | 2024.11.13 20:50:24.303235 [ 277 ] {e350e0ce-e206-4e05-a91c-090fc32e3e92} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6036 | 2024.11.13 20:50:24.303432 [ 277 ] {e350e0ce-e206-4e05-a91c-090fc32e3e92} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00179 sec., 31284.91620111732 rows/sec., 2.39 MiB/sec. | ||
| 6037 | 2024.11.13 20:50:24.303495 [ 277 ] {e350e0ce-e206-4e05-a91c-090fc32e3e92} <Debug> TCPHandler: Processed in 0.002124397 sec. | ||
| 6038 | 2024.11.13 20:50:24.303752 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6039 | 2024.11.13 20:50:24.303968 [ 274 ] {0b16c71f-66cd-4bb2-a9e2-4c1abb4bc539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6040 | 2024.11.13 20:50:24.304053 [ 274 ] {0b16c71f-66cd-4bb2-a9e2-4c1abb4bc539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6041 | 2024.11.13 20:50:24.304836 [ 274 ] {0b16c71f-66cd-4bb2-a9e2-4c1abb4bc539} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2024.11.13 20:50:24.304885 [ 274 ] {0b16c71f-66cd-4bb2-a9e2-4c1abb4bc539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6043 | 2024.11.13 20:50:24.305310 [ 274 ] {0b16c71f-66cd-4bb2-a9e2-4c1abb4bc539} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6044 | 2024.11.13 20:50:24.305565 [ 274 ] {0b16c71f-66cd-4bb2-a9e2-4c1abb4bc539} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6045 | 2024.11.13 20:50:24.305805 [ 274 ] {0b16c71f-66cd-4bb2-a9e2-4c1abb4bc539} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001897 sec., 33737.48023194518 rows/sec., 2.63 MiB/sec. | ||
| 6046 | 2024.11.13 20:50:24.305872 [ 274 ] {0b16c71f-66cd-4bb2-a9e2-4c1abb4bc539} <Debug> TCPHandler: Processed in 0.002264669 sec. | ||
| 6047 | 2024.11.13 20:50:24.306027 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6048 | 2024.11.13 20:50:24.306152 [ 277 ] {d9ce89ab-8d85-475c-862d-4f92bd1983b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6049 | 2024.11.13 20:50:24.306209 [ 277 ] {d9ce89ab-8d85-475c-862d-4f92bd1983b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6050 | 2024.11.13 20:50:24.306780 [ 277 ] {d9ce89ab-8d85-475c-862d-4f92bd1983b4} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6051 | 2024.11.13 20:50:24.306816 [ 277 ] {d9ce89ab-8d85-475c-862d-4f92bd1983b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6052 | 2024.11.13 20:50:24.307210 [ 277 ] {d9ce89ab-8d85-475c-862d-4f92bd1983b4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6053 | 2024.11.13 20:50:24.307447 [ 277 ] {d9ce89ab-8d85-475c-862d-4f92bd1983b4} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6054 | 2024.11.13 20:50:24.307628 [ 277 ] {d9ce89ab-8d85-475c-862d-4f92bd1983b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
| 6055 | 2024.11.13 20:50:24.307682 [ 277 ] {d9ce89ab-8d85-475c-862d-4f92bd1983b4} <Debug> TCPHandler: Processed in 0.00171571 sec. | ||
| 6056 | 2024.11.13 20:50:24.307837 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6057 | 2024.11.13 20:50:24.307963 [ 274 ] {4c7093a3-c993-4ed9-bab2-718c7052dcca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6058 | 2024.11.13 20:50:24.308019 [ 274 ] {4c7093a3-c993-4ed9-bab2-718c7052dcca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6059 | 2024.11.13 20:50:24.308606 [ 274 ] {4c7093a3-c993-4ed9-bab2-718c7052dcca} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6060 | 2024.11.13 20:50:24.308653 [ 274 ] {4c7093a3-c993-4ed9-bab2-718c7052dcca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6061 | 2024.11.13 20:50:24.309109 [ 274 ] {4c7093a3-c993-4ed9-bab2-718c7052dcca} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6062 | 2024.11.13 20:50:24.309353 [ 274 ] {4c7093a3-c993-4ed9-bab2-718c7052dcca} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6063 | 2024.11.13 20:50:24.309561 [ 274 ] {4c7093a3-c993-4ed9-bab2-718c7052dcca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001629 sec., 36832.412523020255 rows/sec., 2.48 MiB/sec. | ||
| 6064 | 2024.11.13 20:50:24.309613 [ 274 ] {4c7093a3-c993-4ed9-bab2-718c7052dcca} <Debug> TCPHandler: Processed in 0.001833762 sec. | ||
| 6065 | 2024.11.13 20:50:25.805882 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6066 | 2024.11.13 20:50:25.805959 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6067 | 2024.11.13 20:50:26.007788 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 896 | ||
| 6068 | 2024.11.13 20:50:26.010443 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6069 | 2024.11.13 20:50:26.010501 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6070 | 2024.11.13 20:50:26.011917 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6071 | 2024.11.13 20:50:26.012225 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6072 | 2024.11.13 20:50:26.013527 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 896 | ||
| 6073 | 2024.11.13 20:50:29.307915 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6074 | 2024.11.13 20:50:29.308114 [ 277 ] {50a27885-2581-4b61-a32a-eeff2d2d3685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6075 | 2024.11.13 20:50:29.308186 [ 277 ] {50a27885-2581-4b61-a32a-eeff2d2d3685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6076 | 2024.11.13 20:50:29.308920 [ 277 ] {50a27885-2581-4b61-a32a-eeff2d2d3685} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6077 | 2024.11.13 20:50:29.308970 [ 277 ] {50a27885-2581-4b61-a32a-eeff2d2d3685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6078 | 2024.11.13 20:50:29.309396 [ 277 ] {50a27885-2581-4b61-a32a-eeff2d2d3685} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6079 | 2024.11.13 20:50:29.309655 [ 277 ] {50a27885-2581-4b61-a32a-eeff2d2d3685} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6080 | 2024.11.13 20:50:29.309929 [ 277 ] {50a27885-2581-4b61-a32a-eeff2d2d3685} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001852 sec., 7559.3952483801295 rows/sec., 544.18 KiB/sec. | ||
| 6081 | 2024.11.13 20:50:29.310024 [ 277 ] {50a27885-2581-4b61-a32a-eeff2d2d3685} <Debug> TCPHandler: Processed in 0.002236799 sec. | ||
| 6082 | 2024.11.13 20:50:29.310358 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6083 | 2024.11.13 20:50:29.310568 [ 274 ] {431fc3cc-1760-41bc-9e06-ce796e528142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6084 | 2024.11.13 20:50:29.310650 [ 274 ] {431fc3cc-1760-41bc-9e06-ce796e528142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6085 | 2024.11.13 20:50:29.311598 [ 274 ] {431fc3cc-1760-41bc-9e06-ce796e528142} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6086 | 2024.11.13 20:50:29.311644 [ 274 ] {431fc3cc-1760-41bc-9e06-ce796e528142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6087 | 2024.11.13 20:50:29.312104 [ 274 ] {431fc3cc-1760-41bc-9e06-ce796e528142} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6088 | 2024.11.13 20:50:29.312363 [ 274 ] {431fc3cc-1760-41bc-9e06-ce796e528142} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6089 | 2024.11.13 20:50:29.312618 [ 274 ] {431fc3cc-1760-41bc-9e06-ce796e528142} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002109 sec., 136083.45187292554 rows/sec., 12.01 MiB/sec. | ||
| 6090 | 2024.11.13 20:50:29.312676 [ 274 ] {431fc3cc-1760-41bc-9e06-ce796e528142} <Debug> TCPHandler: Processed in 0.002514484 sec. | ||
| 6091 | 2024.11.13 20:50:29.312826 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6092 | 2024.11.13 20:50:29.312971 [ 277 ] {147c9841-0da6-4ac9-90f8-89b736ee1ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6093 | 2024.11.13 20:50:29.313034 [ 277 ] {147c9841-0da6-4ac9-90f8-89b736ee1ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6094 | 2024.11.13 20:50:29.313682 [ 277 ] {147c9841-0da6-4ac9-90f8-89b736ee1ce1} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6095 | 2024.11.13 20:50:29.313723 [ 277 ] {147c9841-0da6-4ac9-90f8-89b736ee1ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6096 | 2024.11.13 20:50:29.314094 [ 277 ] {147c9841-0da6-4ac9-90f8-89b736ee1ce1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6097 | 2024.11.13 20:50:29.314338 [ 277 ] {147c9841-0da6-4ac9-90f8-89b736ee1ce1} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6098 | 2024.11.13 20:50:29.314543 [ 277 ] {147c9841-0da6-4ac9-90f8-89b736ee1ce1} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001607 sec., 30491.59925326696 rows/sec., 2.20 MiB/sec. | ||
| 6099 | 2024.11.13 20:50:29.314596 [ 277 ] {147c9841-0da6-4ac9-90f8-89b736ee1ce1} <Debug> TCPHandler: Processed in 0.001839252 sec. | ||
| 6100 | 2024.11.13 20:50:29.314755 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6101 | 2024.11.13 20:50:29.314893 [ 274 ] {390a08af-eb8b-4aba-8338-edf26d534beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6102 | 2024.11.13 20:50:29.314949 [ 274 ] {390a08af-eb8b-4aba-8338-edf26d534beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6103 | 2024.11.13 20:50:29.315584 [ 274 ] {390a08af-eb8b-4aba-8338-edf26d534beb} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6104 | 2024.11.13 20:50:29.315623 [ 274 ] {390a08af-eb8b-4aba-8338-edf26d534beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6105 | 2024.11.13 20:50:29.315977 [ 274 ] {390a08af-eb8b-4aba-8338-edf26d534beb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6106 | 2024.11.13 20:50:29.316213 [ 274 ] {390a08af-eb8b-4aba-8338-edf26d534beb} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6107 | 2024.11.13 20:50:29.316420 [ 274 ] {390a08af-eb8b-4aba-8338-edf26d534beb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 629.31 KiB/sec. | ||
| 6108 | 2024.11.13 20:50:29.316472 [ 274 ] {390a08af-eb8b-4aba-8338-edf26d534beb} <Debug> TCPHandler: Processed in 0.001783351 sec. | ||
| 6109 | 2024.11.13 20:50:29.316632 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6110 | 2024.11.13 20:50:29.316770 [ 277 ] {454f1484-4937-4e1e-a208-0133e702456a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6111 | 2024.11.13 20:50:29.316827 [ 277 ] {454f1484-4937-4e1e-a208-0133e702456a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6112 | 2024.11.13 20:50:29.317458 [ 277 ] {454f1484-4937-4e1e-a208-0133e702456a} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6113 | 2024.11.13 20:50:29.317497 [ 277 ] {454f1484-4937-4e1e-a208-0133e702456a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6114 | 2024.11.13 20:50:29.317847 [ 277 ] {454f1484-4937-4e1e-a208-0133e702456a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6115 | 2024.11.13 20:50:29.318093 [ 277 ] {454f1484-4937-4e1e-a208-0133e702456a} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6116 | 2024.11.13 20:50:29.318297 [ 277 ] {454f1484-4937-4e1e-a208-0133e702456a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001558 sec., 8344.03080872914 rows/sec., 520.25 KiB/sec. | ||
| 6117 | 2024.11.13 20:50:29.318349 [ 277 ] {454f1484-4937-4e1e-a208-0133e702456a} <Debug> TCPHandler: Processed in 0.001786051 sec. | ||
| 6118 | 2024.11.13 20:50:29.318538 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6119 | 2024.11.13 20:50:29.318763 [ 274 ] {468f6768-8c01-4ac2-a054-edd986fdca54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6120 | 2024.11.13 20:50:29.318855 [ 274 ] {468f6768-8c01-4ac2-a054-edd986fdca54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6121 | 2024.11.13 20:50:29.319784 [ 274 ] {468f6768-8c01-4ac2-a054-edd986fdca54} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6122 | 2024.11.13 20:50:29.319824 [ 274 ] {468f6768-8c01-4ac2-a054-edd986fdca54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6123 | 2024.11.13 20:50:29.320204 [ 274 ] {468f6768-8c01-4ac2-a054-edd986fdca54} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6124 | 2024.11.13 20:50:29.320444 [ 274 ] {468f6768-8c01-4ac2-a054-edd986fdca54} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6125 | 2024.11.13 20:50:29.320698 [ 274 ] {468f6768-8c01-4ac2-a054-edd986fdca54} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001979 sec., 214249.62102071755 rows/sec., 15.32 MiB/sec. | ||
| 6126 | 2024.11.13 20:50:29.320770 [ 274 ] {468f6768-8c01-4ac2-a054-edd986fdca54} <Debug> TCPHandler: Processed in 0.002339431 sec. | ||
| 6127 | 2024.11.13 20:50:29.321005 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6128 | 2024.11.13 20:50:29.321171 [ 277 ] {7b86731d-5490-440d-91e1-fbe9d9ca2c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6129 | 2024.11.13 20:50:29.321231 [ 277 ] {7b86731d-5490-440d-91e1-fbe9d9ca2c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6130 | 2024.11.13 20:50:29.321719 [ 277 ] {7b86731d-5490-440d-91e1-fbe9d9ca2c18} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6131 | 2024.11.13 20:50:29.321757 [ 277 ] {7b86731d-5490-440d-91e1-fbe9d9ca2c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6132 | 2024.11.13 20:50:29.322116 [ 277 ] {7b86731d-5490-440d-91e1-fbe9d9ca2c18} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6133 | 2024.11.13 20:50:29.322348 [ 277 ] {7b86731d-5490-440d-91e1-fbe9d9ca2c18} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6134 | 2024.11.13 20:50:29.322599 [ 277 ] {7b86731d-5490-440d-91e1-fbe9d9ca2c18} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec. | ||
| 6135 | 2024.11.13 20:50:29.322785 [ 277 ] {7b86731d-5490-440d-91e1-fbe9d9ca2c18} <Debug> TCPHandler: Processed in 0.001918374 sec. | ||
| 6136 | 2024.11.13 20:50:29.322944 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6137 | 2024.11.13 20:50:29.323063 [ 274 ] {108f2a51-ab92-4a31-ac4c-c8ae2778831b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6138 | 2024.11.13 20:50:29.323118 [ 274 ] {108f2a51-ab92-4a31-ac4c-c8ae2778831b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6139 | 2024.11.13 20:50:29.323708 [ 274 ] {108f2a51-ab92-4a31-ac4c-c8ae2778831b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6140 | 2024.11.13 20:50:29.323746 [ 274 ] {108f2a51-ab92-4a31-ac4c-c8ae2778831b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6141 | 2024.11.13 20:50:29.324136 [ 274 ] {108f2a51-ab92-4a31-ac4c-c8ae2778831b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6142 | 2024.11.13 20:50:29.324387 [ 274 ] {108f2a51-ab92-4a31-ac4c-c8ae2778831b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6143 | 2024.11.13 20:50:29.324611 [ 274 ] {108f2a51-ab92-4a31-ac4c-c8ae2778831b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00157 sec., 150955.41401273885 rows/sec., 10.12 MiB/sec. | ||
| 6144 | 2024.11.13 20:50:29.324670 [ 274 ] {108f2a51-ab92-4a31-ac4c-c8ae2778831b} <Debug> TCPHandler: Processed in 0.001783181 sec. | ||
| 6145 | 2024.11.13 20:50:29.324895 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6146 | 2024.11.13 20:50:29.325042 [ 277 ] {2c3164bb-53a0-49fb-aad2-18aa32f0dc4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6147 | 2024.11.13 20:50:29.325104 [ 277 ] {2c3164bb-53a0-49fb-aad2-18aa32f0dc4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6148 | 2024.11.13 20:50:29.325598 [ 277 ] {2c3164bb-53a0-49fb-aad2-18aa32f0dc4f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6149 | 2024.11.13 20:50:29.325638 [ 277 ] {2c3164bb-53a0-49fb-aad2-18aa32f0dc4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6150 | 2024.11.13 20:50:29.325998 [ 277 ] {2c3164bb-53a0-49fb-aad2-18aa32f0dc4f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6151 | 2024.11.13 20:50:29.326236 [ 277 ] {2c3164bb-53a0-49fb-aad2-18aa32f0dc4f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6152 | 2024.11.13 20:50:29.326485 [ 277 ] {2c3164bb-53a0-49fb-aad2-18aa32f0dc4f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec. | ||
| 6153 | 2024.11.13 20:50:29.326666 [ 277 ] {2c3164bb-53a0-49fb-aad2-18aa32f0dc4f} <Debug> TCPHandler: Processed in 0.001885383 sec. | ||
| 6154 | 2024.11.13 20:50:29.326867 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6155 | 2024.11.13 20:50:29.327087 [ 274 ] {8844cc74-eaab-4d30-bc4f-13163f55730d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6156 | 2024.11.13 20:50:29.327228 [ 274 ] {8844cc74-eaab-4d30-bc4f-13163f55730d} <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 | ||
| 6157 | 2024.11.13 20:50:29.328481 [ 274 ] {8844cc74-eaab-4d30-bc4f-13163f55730d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6158 | 2024.11.13 20:50:29.328521 [ 274 ] {8844cc74-eaab-4d30-bc4f-13163f55730d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6159 | 2024.11.13 20:50:29.329171 [ 274 ] {8844cc74-eaab-4d30-bc4f-13163f55730d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6160 | 2024.11.13 20:50:29.329429 [ 274 ] {8844cc74-eaab-4d30-bc4f-13163f55730d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6161 | 2024.11.13 20:50:29.329686 [ 274 ] {8844cc74-eaab-4d30-bc4f-13163f55730d} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002653 sec., 15831.1345646438 rows/sec., 28.37 MiB/sec. | ||
| 6162 | 2024.11.13 20:50:29.329780 [ 274 ] {8844cc74-eaab-4d30-bc4f-13163f55730d} <Debug> TCPHandler: Processed in 0.003021393 sec. | ||
| 6163 | 2024.11.13 20:50:29.329931 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6164 | 2024.11.13 20:50:29.330070 [ 277 ] {7431ba05-54ca-4a52-8910-368c4e8798ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6165 | 2024.11.13 20:50:29.330129 [ 277 ] {7431ba05-54ca-4a52-8910-368c4e8798ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6166 | 2024.11.13 20:50:29.330627 [ 277 ] {7431ba05-54ca-4a52-8910-368c4e8798ca} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6167 | 2024.11.13 20:50:29.330665 [ 277 ] {7431ba05-54ca-4a52-8910-368c4e8798ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6168 | 2024.11.13 20:50:29.331029 [ 277 ] {7431ba05-54ca-4a52-8910-368c4e8798ca} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6169 | 2024.11.13 20:50:29.331269 [ 277 ] {7431ba05-54ca-4a52-8910-368c4e8798ca} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6170 | 2024.11.13 20:50:29.331521 [ 277 ] {7431ba05-54ca-4a52-8910-368c4e8798ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001467 sec., 55896.387184730746 rows/sec., 3.55 MiB/sec. | ||
| 6171 | 2024.11.13 20:50:29.331577 [ 277 ] {7431ba05-54ca-4a52-8910-368c4e8798ca} <Debug> TCPHandler: Processed in 0.00170989 sec. | ||
| 6172 | 2024.11.13 20:50:30.118371 [ 133 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6173 | 2024.11.13 20:50:30.118442 [ 133 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6174 | 2024.11.13 20:50:30.118469 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6175 | 2024.11.13 20:50:30.118654 [ 189 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 6176 | 2024.11.13 20:50:30.118865 [ 189 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6177 | 2024.11.13 20:50:30.118901 [ 189 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 6178 | 2024.11.13 20:50:30.118984 [ 189 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 6179 | 2024.11.13 20:50:30.119222 [ 189 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 6180 | 2024.11.13 20:50:30.119422 [ 189 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 6181 | 2024.11.13 20:50:30.119574 [ 189 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
| 6182 | 2024.11.13 20:50:30.120626 [ 196 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002092396 sec., 17205.156194142983 rows/sec., 1.44 MiB/sec. | ||
| 6183 | 2024.11.13 20:50:30.120811 [ 201 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6184 | 2024.11.13 20:50:30.121160 [ 201 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_13_3} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6185 | 2024.11.13 20:50:30.121256 [ 201 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_13_3} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6186 | 2024.11.13 20:50:30.121341 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6187 | 2024.11.13 20:50:34.300113 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6188 | 2024.11.13 20:50:34.300335 [ 277 ] {17ec754e-0914-4bf2-b230-018e112a030b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6189 | 2024.11.13 20:50:34.300415 [ 277 ] {17ec754e-0914-4bf2-b230-018e112a030b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6190 | 2024.11.13 20:50:34.301121 [ 277 ] {17ec754e-0914-4bf2-b230-018e112a030b} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6191 | 2024.11.13 20:50:34.301173 [ 277 ] {17ec754e-0914-4bf2-b230-018e112a030b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6192 | 2024.11.13 20:50:34.301580 [ 277 ] {17ec754e-0914-4bf2-b230-018e112a030b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6193 | 2024.11.13 20:50:34.301832 [ 277 ] {17ec754e-0914-4bf2-b230-018e112a030b} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6194 | 2024.11.13 20:50:34.302061 [ 277 ] {17ec754e-0914-4bf2-b230-018e112a030b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001783 sec., 2243.409983174425 rows/sec., 182.93 KiB/sec. | ||
| 6195 | 2024.11.13 20:50:34.302124 [ 277 ] {17ec754e-0914-4bf2-b230-018e112a030b} <Debug> TCPHandler: Processed in 0.002147708 sec. | ||
| 6196 | 2024.11.13 20:50:34.302425 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6197 | 2024.11.13 20:50:34.302644 [ 274 ] {f7e227b8-f7f9-429f-90f2-bfcfaa9da308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6198 | 2024.11.13 20:50:34.302726 [ 274 ] {f7e227b8-f7f9-429f-90f2-bfcfaa9da308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6199 | 2024.11.13 20:50:34.303582 [ 274 ] {f7e227b8-f7f9-429f-90f2-bfcfaa9da308} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6200 | 2024.11.13 20:50:34.303628 [ 274 ] {f7e227b8-f7f9-429f-90f2-bfcfaa9da308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6201 | 2024.11.13 20:50:34.304065 [ 274 ] {f7e227b8-f7f9-429f-90f2-bfcfaa9da308} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6202 | 2024.11.13 20:50:34.304325 [ 274 ] {f7e227b8-f7f9-429f-90f2-bfcfaa9da308} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6203 | 2024.11.13 20:50:34.304514 [ 130 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6204 | 2024.11.13 20:50:34.304580 [ 274 ] {f7e227b8-f7f9-429f-90f2-bfcfaa9da308} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001993 sec., 29101.856497742097 rows/sec., 2.22 MiB/sec. | ||
| 6205 | 2024.11.13 20:50:34.304591 [ 130 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6206 | 2024.11.13 20:50:34.304658 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6207 | 2024.11.13 20:50:34.304713 [ 274 ] {f7e227b8-f7f9-429f-90f2-bfcfaa9da308} <Debug> TCPHandler: Processed in 0.002476014 sec. | ||
| 6208 | 2024.11.13 20:50:34.304983 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 6209 | 2024.11.13 20:50:34.305016 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6210 | 2024.11.13 20:50:34.305491 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6211 | 2024.11.13 20:50:34.305522 [ 277 ] {1323e51f-6d5f-41f6-994c-4be99b446909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6212 | 2024.11.13 20:50:34.305604 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1437 rows starting from the beginning of the part | ||
| 6213 | 2024.11.13 20:50:34.305722 [ 277 ] {1323e51f-6d5f-41f6-994c-4be99b446909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6214 | 2024.11.13 20:50:34.306000 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 287 rows starting from the beginning of the part | ||
| 6215 | 2024.11.13 20:50:34.306357 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 57 rows starting from the beginning of the part | ||
| 6216 | 2024.11.13 20:50:34.306623 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part | ||
| 6217 | 2024.11.13 20:50:34.306960 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 287 rows starting from the beginning of the part | ||
| 6218 | 2024.11.13 20:50:34.307312 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 58 rows starting from the beginning of the part | ||
| 6219 | 2024.11.13 20:50:34.308661 [ 277 ] {1323e51f-6d5f-41f6-994c-4be99b446909} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6220 | 2024.11.13 20:50:34.308739 [ 277 ] {1323e51f-6d5f-41f6-994c-4be99b446909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6221 | 2024.11.13 20:50:34.309754 [ 277 ] {1323e51f-6d5f-41f6-994c-4be99b446909} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6222 | 2024.11.13 20:50:34.310176 [ 277 ] {1323e51f-6d5f-41f6-994c-4be99b446909} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6223 | 2024.11.13 20:50:34.310646 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2182 rows, containing 5 columns (5 merged, 0 gathered) in 0.005876792 sec., 371291.00366322306 rows/sec., 32.66 MiB/sec. | ||
| 6224 | 2024.11.13 20:50:34.310776 [ 277 ] {1323e51f-6d5f-41f6-994c-4be99b446909} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.005434 sec., 736.1059992638941 rows/sec., 51.40 KiB/sec. | ||
| 6225 | 2024.11.13 20:50:34.311081 [ 277 ] {1323e51f-6d5f-41f6-994c-4be99b446909} <Debug> TCPHandler: Processed in 0.00625892 sec. | ||
| 6226 | 2024.11.13 20:50:34.311093 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6227 | 2024.11.13 20:50:34.311367 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6228 | 2024.11.13 20:50:34.311647 [ 274 ] {567b9b04-ca44-43c6-8fdf-6fd8ff4e4f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6229 | 2024.11.13 20:50:34.311704 [ 274 ] {567b9b04-ca44-43c6-8fdf-6fd8ff4e4f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6230 | 2024.11.13 20:50:34.311802 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_51_10} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6231 | 2024.11.13 20:50:34.311915 [ 189 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_51_10} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6232 | 2024.11.13 20:50:34.312031 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 6233 | 2024.11.13 20:50:34.312452 [ 274 ] {567b9b04-ca44-43c6-8fdf-6fd8ff4e4f09} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6234 | 2024.11.13 20:50:34.312491 [ 274 ] {567b9b04-ca44-43c6-8fdf-6fd8ff4e4f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6235 | 2024.11.13 20:50:34.312863 [ 274 ] {567b9b04-ca44-43c6-8fdf-6fd8ff4e4f09} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6236 | 2024.11.13 20:50:34.313113 [ 274 ] {567b9b04-ca44-43c6-8fdf-6fd8ff4e4f09} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6237 | 2024.11.13 20:50:34.313284 [ 130 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6238 | 2024.11.13 20:50:34.313356 [ 130 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6239 | 2024.11.13 20:50:34.313354 [ 274 ] {567b9b04-ca44-43c6-8fdf-6fd8ff4e4f09} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001764 sec., 38548.75283446712 rows/sec., 3.01 MiB/sec. | ||
| 6240 | 2024.11.13 20:50:34.313394 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6241 | 2024.11.13 20:50:34.313555 [ 274 ] {567b9b04-ca44-43c6-8fdf-6fd8ff4e4f09} <Debug> TCPHandler: Processed in 0.002347602 sec. | ||
| 6242 | 2024.11.13 20:50:34.313884 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6243 | 2024.11.13 20:50:34.313964 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 6244 | 2024.11.13 20:50:34.314251 [ 277 ] {b82e20e7-e1f6-43db-a89b-98e6d27c5dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6245 | 2024.11.13 20:50:34.314470 [ 277 ] {b82e20e7-e1f6-43db-a89b-98e6d27c5dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6246 | 2024.11.13 20:50:34.314744 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6247 | 2024.11.13 20:50:34.314884 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 916 rows starting from the beginning of the part | ||
| 6248 | 2024.11.13 20:50:34.315282 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 424 rows starting from the beginning of the part | ||
| 6249 | 2024.11.13 20:50:34.315643 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 66 rows starting from the beginning of the part | ||
| 6250 | 2024.11.13 20:50:34.316004 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part | ||
| 6251 | 2024.11.13 20:50:34.316310 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 424 rows starting from the beginning of the part | ||
| 6252 | 2024.11.13 20:50:34.316673 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 68 rows starting from the beginning of the part | ||
| 6253 | 2024.11.13 20:50:34.317292 [ 277 ] {b82e20e7-e1f6-43db-a89b-98e6d27c5dce} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6254 | 2024.11.13 20:50:34.317341 [ 277 ] {b82e20e7-e1f6-43db-a89b-98e6d27c5dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6255 | 2024.11.13 20:50:34.318248 [ 277 ] {b82e20e7-e1f6-43db-a89b-98e6d27c5dce} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6256 | 2024.11.13 20:50:34.318847 [ 277 ] {b82e20e7-e1f6-43db-a89b-98e6d27c5dce} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6257 | 2024.11.13 20:50:34.319271 [ 277 ] {b82e20e7-e1f6-43db-a89b-98e6d27c5dce} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.005165 sec., 25169.409486931265 rows/sec., 1.75 MiB/sec. | ||
| 6258 | 2024.11.13 20:50:34.319341 [ 277 ] {b82e20e7-e1f6-43db-a89b-98e6d27c5dce} <Debug> TCPHandler: Processed in 0.005638409 sec. | ||
| 6259 | 2024.11.13 20:50:34.319617 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6260 | 2024.11.13 20:50:34.319731 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1962 rows, containing 5 columns (5 merged, 0 gathered) in 0.006196339 sec., 316638.58287934214 rows/sec., 24.25 MiB/sec. | ||
| 6261 | 2024.11.13 20:50:34.319835 [ 274 ] {64095481-5d8f-4c04-b923-8dd4d99cd7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6262 | 2024.11.13 20:50:34.319923 [ 274 ] {64095481-5d8f-4c04-b923-8dd4d99cd7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6263 | 2024.11.13 20:50:34.320030 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6264 | 2024.11.13 20:50:34.320725 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_51_10} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6265 | 2024.11.13 20:50:34.320926 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_51_10} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6266 | 2024.11.13 20:50:34.321102 [ 274 ] {64095481-5d8f-4c04-b923-8dd4d99cd7de} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6267 | 2024.11.13 20:50:34.321120 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6268 | 2024.11.13 20:50:34.321164 [ 274 ] {64095481-5d8f-4c04-b923-8dd4d99cd7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6269 | 2024.11.13 20:50:34.321565 [ 274 ] {64095481-5d8f-4c04-b923-8dd4d99cd7de} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6270 | 2024.11.13 20:50:34.321811 [ 274 ] {64095481-5d8f-4c04-b923-8dd4d99cd7de} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6271 | 2024.11.13 20:50:34.322026 [ 274 ] {64095481-5d8f-4c04-b923-8dd4d99cd7de} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00224 sec., 21428.57142857143 rows/sec., 1.44 MiB/sec. | ||
| 6272 | 2024.11.13 20:50:34.322085 [ 274 ] {64095481-5d8f-4c04-b923-8dd4d99cd7de} <Debug> TCPHandler: Processed in 0.002627086 sec. | ||
| 6273 | 2024.11.13 20:50:36.013661 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 930 | ||
| 6274 | 2024.11.13 20:50:36.016626 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6275 | 2024.11.13 20:50:36.016689 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6276 | 2024.11.13 20:50:36.018116 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6277 | 2024.11.13 20:50:36.018436 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6278 | 2024.11.13 20:50:36.019650 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 930 | ||
| 6279 | 2024.11.13 20:50:39.300974 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6280 | 2024.11.13 20:50:39.301169 [ 277 ] {70d675c1-12df-4dbb-9966-252756792d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6281 | 2024.11.13 20:50:39.301239 [ 277 ] {70d675c1-12df-4dbb-9966-252756792d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6282 | 2024.11.13 20:50:39.301978 [ 277 ] {70d675c1-12df-4dbb-9966-252756792d37} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2024.11.13 20:50:39.302030 [ 277 ] {70d675c1-12df-4dbb-9966-252756792d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6284 | 2024.11.13 20:50:39.302449 [ 277 ] {70d675c1-12df-4dbb-9966-252756792d37} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6285 | 2024.11.13 20:50:39.302706 [ 277 ] {70d675c1-12df-4dbb-9966-252756792d37} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2024.11.13 20:50:39.302953 [ 277 ] {70d675c1-12df-4dbb-9966-252756792d37} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001825 sec., 30684.931506849316 rows/sec., 2.34 MiB/sec. | ||
| 6287 | 2024.11.13 20:50:39.303064 [ 277 ] {70d675c1-12df-4dbb-9966-252756792d37} <Debug> TCPHandler: Processed in 0.002213609 sec. | ||
| 6288 | 2024.11.13 20:50:39.303415 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6289 | 2024.11.13 20:50:39.303675 [ 274 ] {0775bcfe-b8cb-48c3-ba0c-53d4a26ed6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6290 | 2024.11.13 20:50:39.303753 [ 274 ] {0775bcfe-b8cb-48c3-ba0c-53d4a26ed6df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6291 | 2024.11.13 20:50:39.304508 [ 274 ] {0775bcfe-b8cb-48c3-ba0c-53d4a26ed6df} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6292 | 2024.11.13 20:50:39.304556 [ 274 ] {0775bcfe-b8cb-48c3-ba0c-53d4a26ed6df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6293 | 2024.11.13 20:50:39.305003 [ 274 ] {0775bcfe-b8cb-48c3-ba0c-53d4a26ed6df} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6294 | 2024.11.13 20:50:39.305264 [ 274 ] {0775bcfe-b8cb-48c3-ba0c-53d4a26ed6df} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6295 | 2024.11.13 20:50:39.305497 [ 274 ] {0775bcfe-b8cb-48c3-ba0c-53d4a26ed6df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001875 sec., 34133.333333333336 rows/sec., 2.66 MiB/sec. | ||
| 6296 | 2024.11.13 20:50:39.305557 [ 274 ] {0775bcfe-b8cb-48c3-ba0c-53d4a26ed6df} <Debug> TCPHandler: Processed in 0.002354122 sec. | ||
| 6297 | 2024.11.13 20:50:39.305695 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6298 | 2024.11.13 20:50:39.305821 [ 277 ] {c81f15b3-498b-429b-a0e0-21723592f85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6299 | 2024.11.13 20:50:39.305877 [ 277 ] {c81f15b3-498b-429b-a0e0-21723592f85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6300 | 2024.11.13 20:50:39.306459 [ 277 ] {c81f15b3-498b-429b-a0e0-21723592f85b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6301 | 2024.11.13 20:50:39.306499 [ 277 ] {c81f15b3-498b-429b-a0e0-21723592f85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6302 | 2024.11.13 20:50:39.306899 [ 277 ] {c81f15b3-498b-429b-a0e0-21723592f85b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6303 | 2024.11.13 20:50:39.307142 [ 277 ] {c81f15b3-498b-429b-a0e0-21723592f85b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6304 | 2024.11.13 20:50:39.307308 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6305 | 2024.11.13 20:50:39.307378 [ 277 ] {c81f15b3-498b-429b-a0e0-21723592f85b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
| 6306 | 2024.11.13 20:50:39.307393 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6307 | 2024.11.13 20:50:39.307465 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6308 | 2024.11.13 20:50:39.307511 [ 277 ] {c81f15b3-498b-429b-a0e0-21723592f85b} <Debug> TCPHandler: Processed in 0.001870143 sec. | ||
| 6309 | 2024.11.13 20:50:39.307745 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 6310 | 2024.11.13 20:50:39.307762 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6311 | 2024.11.13 20:50:39.308022 [ 274 ] {7d51cb75-9e2f-4d52-abca-0ff53b4a55b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6312 | 2024.11.13 20:50:39.308040 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6313 | 2024.11.13 20:50:39.308132 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 8269 rows starting from the beginning of the part | ||
| 6314 | 2024.11.13 20:50:39.308133 [ 274 ] {7d51cb75-9e2f-4d52-abca-0ff53b4a55b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6315 | 2024.11.13 20:50:39.308490 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 161 rows starting from the beginning of the part | ||
| 6316 | 2024.11.13 20:50:39.308945 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 6317 | 2024.11.13 20:50:39.309607 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 6318 | 2024.11.13 20:50:39.310112 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 130 rows starting from the beginning of the part | ||
| 6319 | 2024.11.13 20:50:39.310628 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 6320 | 2024.11.13 20:50:39.311340 [ 274 ] {7d51cb75-9e2f-4d52-abca-0ff53b4a55b8} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6321 | 2024.11.13 20:50:39.311395 [ 274 ] {7d51cb75-9e2f-4d52-abca-0ff53b4a55b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6322 | 2024.11.13 20:50:39.312135 [ 274 ] {7d51cb75-9e2f-4d52-abca-0ff53b4a55b8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6323 | 2024.11.13 20:50:39.312447 [ 274 ] {7d51cb75-9e2f-4d52-abca-0ff53b4a55b8} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6324 | 2024.11.13 20:50:39.312618 [ 120 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 6325 | 2024.11.13 20:50:39.312678 [ 120 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6326 | 2024.11.13 20:50:39.312719 [ 274 ] {7d51cb75-9e2f-4d52-abca-0ff53b4a55b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004785 sec., 12539.184952978056 rows/sec., 865.33 KiB/sec. | ||
| 6327 | 2024.11.13 20:50:39.312727 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6328 | 2024.11.13 20:50:39.313077 [ 274 ] {7d51cb75-9e2f-4d52-abca-0ff53b4a55b8} <Debug> TCPHandler: Processed in 0.005432205 sec. | ||
| 6329 | 2024.11.13 20:50:39.313246 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 6330 | 2024.11.13 20:50:39.313623 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6331 | 2024.11.13 20:50:39.313709 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 2460 rows starting from the beginning of the part | ||
| 6332 | 2024.11.13 20:50:39.314061 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 6333 | 2024.11.13 20:50:39.314422 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 6334 | 2024.11.13 20:50:39.314751 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 6335 | 2024.11.13 20:50:39.315011 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 48 rows starting from the beginning of the part | ||
| 6336 | 2024.11.13 20:50:39.315122 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 6337 | 2024.11.13 20:50:39.317339 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9117 rows, containing 5 columns (5 merged, 0 gathered) in 0.009758591 sec., 934253.7257684023 rows/sec., 63.42 MiB/sec. | ||
| 6338 | 2024.11.13 20:50:39.317475 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2770 rows, containing 4 columns (4 merged, 0 gathered) in 0.0045674 sec., 606471.9534089416 rows/sec., 39.47 MiB/sec. | ||
| 6339 | 2024.11.13 20:50:39.317635 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6340 | 2024.11.13 20:50:39.317789 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 6341 | 2024.11.13 20:50:39.318137 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6342 | 2024.11.13 20:50:39.318256 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6343 | 2024.11.13 20:50:39.318272 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6344 | 2024.11.13 20:50:39.318395 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 6345 | 2024.11.13 20:50:39.318418 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_50_10} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 6346 | 2024.11.13 20:50:39.318532 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6347 | 2024.11.13 20:50:40.806008 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6348 | 2024.11.13 20:50:40.806060 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6349 | 2024.11.13 20:50:42.330960 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6350 | 2024.11.13 20:50:42.502885 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6351 | 2024.11.13 20:50:42.516260 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6352 | 2024.11.13 20:50:42.550657 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40678, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6353 | 2024.11.13 20:50:42.787123 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6354 | 2024.11.13 20:50:42.793444 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6355 | 2024.11.13 20:50:42.816784 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6356 | 2024.11.13 20:50:42.844176 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64321, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6357 | 2024.11.13 20:50:44.307555 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6358 | 2024.11.13 20:50:44.307787 [ 277 ] {9d6dcf07-685f-4315-ab39-88c61f642ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6359 | 2024.11.13 20:50:44.307867 [ 277 ] {9d6dcf07-685f-4315-ab39-88c61f642ae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6360 | 2024.11.13 20:50:44.308736 [ 277 ] {9d6dcf07-685f-4315-ab39-88c61f642ae7} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6361 | 2024.11.13 20:50:44.308790 [ 277 ] {9d6dcf07-685f-4315-ab39-88c61f642ae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6362 | 2024.11.13 20:50:44.309211 [ 277 ] {9d6dcf07-685f-4315-ab39-88c61f642ae7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6363 | 2024.11.13 20:50:44.309475 [ 277 ] {9d6dcf07-685f-4315-ab39-88c61f642ae7} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6364 | 2024.11.13 20:50:44.309666 [ 117 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6365 | 2024.11.13 20:50:44.309738 [ 277 ] {9d6dcf07-685f-4315-ab39-88c61f642ae7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002005 sec., 6982.543640897756 rows/sec., 502.65 KiB/sec. | ||
| 6366 | 2024.11.13 20:50:44.309767 [ 117 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6367 | 2024.11.13 20:50:44.309836 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6368 | 2024.11.13 20:50:44.309899 [ 277 ] {9d6dcf07-685f-4315-ab39-88c61f642ae7} <Debug> TCPHandler: Processed in 0.002464823 sec. | ||
| 6369 | 2024.11.13 20:50:44.310211 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 6370 | 2024.11.13 20:50:44.310285 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6371 | 2024.11.13 20:50:44.310599 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6372 | 2024.11.13 20:50:44.310661 [ 274 ] {ac5f28bb-aaeb-469d-90f7-8bcb1da82b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6373 | 2024.11.13 20:50:44.310682 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 6374 | 2024.11.13 20:50:44.310796 [ 274 ] {ac5f28bb-aaeb-469d-90f7-8bcb1da82b35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6375 | 2024.11.13 20:50:44.310903 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 6376 | 2024.11.13 20:50:44.311255 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 6377 | 2024.11.13 20:50:44.311540 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 6378 | 2024.11.13 20:50:44.311818 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 6379 | 2024.11.13 20:50:44.314178 [ 274 ] {ac5f28bb-aaeb-469d-90f7-8bcb1da82b35} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2024.11.13 20:50:44.314280 [ 274 ] {ac5f28bb-aaeb-469d-90f7-8bcb1da82b35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6381 | 2024.11.13 20:50:44.314366 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004418708 sec., 15841.734733320236 rows/sec., 1.17 MiB/sec. | ||
| 6382 | 2024.11.13 20:50:44.314574 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6383 | 2024.11.13 20:50:44.315202 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_21_5} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6384 | 2024.11.13 20:50:44.315287 [ 274 ] {ac5f28bb-aaeb-469d-90f7-8bcb1da82b35} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6385 | 2024.11.13 20:50:44.315332 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_21_5} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6386 | 2024.11.13 20:50:44.315463 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6387 | 2024.11.13 20:50:44.315675 [ 274 ] {ac5f28bb-aaeb-469d-90f7-8bcb1da82b35} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6388 | 2024.11.13 20:50:44.315900 [ 274 ] {ac5f28bb-aaeb-469d-90f7-8bcb1da82b35} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.005346 sec., 53684.998129442574 rows/sec., 4.74 MiB/sec. | ||
| 6389 | 2024.11.13 20:50:44.315977 [ 274 ] {ac5f28bb-aaeb-469d-90f7-8bcb1da82b35} <Debug> TCPHandler: Processed in 0.005933494 sec. | ||
| 6390 | 2024.11.13 20:50:44.316148 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2024.11.13 20:50:44.316294 [ 277 ] {9e44175e-8d31-404f-9257-b0a3af1ca37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6392 | 2024.11.13 20:50:44.316355 [ 277 ] {9e44175e-8d31-404f-9257-b0a3af1ca37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6393 | 2024.11.13 20:50:44.317013 [ 277 ] {9e44175e-8d31-404f-9257-b0a3af1ca37d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2024.11.13 20:50:44.317054 [ 277 ] {9e44175e-8d31-404f-9257-b0a3af1ca37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6395 | 2024.11.13 20:50:44.317424 [ 277 ] {9e44175e-8d31-404f-9257-b0a3af1ca37d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6396 | 2024.11.13 20:50:44.317668 [ 277 ] {9e44175e-8d31-404f-9257-b0a3af1ca37d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2024.11.13 20:50:44.317864 [ 117 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6398 | 2024.11.13 20:50:44.317929 [ 277 ] {9e44175e-8d31-404f-9257-b0a3af1ca37d} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001667 sec., 29394.121175764845 rows/sec., 2.12 MiB/sec. | ||
| 6399 | 2024.11.13 20:50:44.317945 [ 117 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2024.11.13 20:50:44.318036 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6401 | 2024.11.13 20:50:44.318061 [ 277 ] {9e44175e-8d31-404f-9257-b0a3af1ca37d} <Debug> TCPHandler: Processed in 0.001977204 sec. | ||
| 6402 | 2024.11.13 20:50:44.318326 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 6403 | 2024.11.13 20:50:44.318418 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6404 | 2024.11.13 20:50:44.318474 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6405 | 2024.11.13 20:50:44.318511 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 67 rows starting from the beginning of the part | ||
| 6406 | 2024.11.13 20:50:44.318724 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 49 rows starting from the beginning of the part | ||
| 6407 | 2024.11.13 20:50:44.318991 [ 274 ] {a6acbff1-7a46-44eb-b0a2-19bd6d11b6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6408 | 2024.11.13 20:50:44.319036 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
| 6409 | 2024.11.13 20:50:44.319162 [ 274 ] {a6acbff1-7a46-44eb-b0a2-19bd6d11b6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6410 | 2024.11.13 20:50:44.319295 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 49 rows starting from the beginning of the part | ||
| 6411 | 2024.11.13 20:50:44.319670 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
| 6412 | 2024.11.13 20:50:44.320028 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 49 rows starting from the beginning of the part | ||
| 6413 | 2024.11.13 20:50:44.321978 [ 274 ] {a6acbff1-7a46-44eb-b0a2-19bd6d11b6c3} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6414 | 2024.11.13 20:50:44.322048 [ 274 ] {a6acbff1-7a46-44eb-b0a2-19bd6d11b6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6415 | 2024.11.13 20:50:44.323170 [ 274 ] {a6acbff1-7a46-44eb-b0a2-19bd6d11b6c3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6416 | 2024.11.13 20:50:44.323178 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 5 columns (5 merged, 0 gathered) in 0.005006048 sec., 43946.84190003772 rows/sec., 3.31 MiB/sec. | ||
| 6417 | 2024.11.13 20:50:44.323448 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6418 | 2024.11.13 20:50:44.323646 [ 274 ] {a6acbff1-7a46-44eb-b0a2-19bd6d11b6c3} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6419 | 2024.11.13 20:50:44.324130 [ 274 ] {a6acbff1-7a46-44eb-b0a2-19bd6d11b6c3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005329 sec., 2627.1345468192903 rows/sec., 183.99 KiB/sec. | ||
| 6420 | 2024.11.13 20:50:44.324287 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_36_7} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6421 | 2024.11.13 20:50:44.324498 [ 274 ] {a6acbff1-7a46-44eb-b0a2-19bd6d11b6c3} <Debug> TCPHandler: Processed in 0.00630459 sec. | ||
| 6422 | 2024.11.13 20:50:44.324671 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_36_7} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6423 | 2024.11.13 20:50:44.324773 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6424 | 2024.11.13 20:50:44.324925 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6425 | 2024.11.13 20:50:44.324995 [ 277 ] {cc742062-df14-467a-a770-59a10dfd437c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6426 | 2024.11.13 20:50:44.325046 [ 277 ] {cc742062-df14-467a-a770-59a10dfd437c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6427 | 2024.11.13 20:50:44.325614 [ 277 ] {cc742062-df14-467a-a770-59a10dfd437c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6428 | 2024.11.13 20:50:44.325653 [ 277 ] {cc742062-df14-467a-a770-59a10dfd437c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6429 | 2024.11.13 20:50:44.326011 [ 277 ] {cc742062-df14-467a-a770-59a10dfd437c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6430 | 2024.11.13 20:50:44.326248 [ 277 ] {cc742062-df14-467a-a770-59a10dfd437c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6431 | 2024.11.13 20:50:44.326408 [ 117 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6432 | 2024.11.13 20:50:44.326464 [ 117 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6433 | 2024.11.13 20:50:44.326508 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6434 | 2024.11.13 20:50:44.326515 [ 277 ] {cc742062-df14-467a-a770-59a10dfd437c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001552 sec., 8376.288659793814 rows/sec., 522.26 KiB/sec. | ||
| 6435 | 2024.11.13 20:50:44.326850 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 6436 | 2024.11.13 20:50:44.326851 [ 277 ] {cc742062-df14-467a-a770-59a10dfd437c} <Debug> TCPHandler: Processed in 0.002221248 sec. | ||
| 6437 | 2024.11.13 20:50:44.327204 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6438 | 2024.11.13 20:50:44.327230 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6439 | 2024.11.13 20:50:44.327271 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 6440 | 2024.11.13 20:50:44.327414 [ 274 ] {bf87dcfb-5c63-44c9-88c4-34d6a8d05879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6441 | 2024.11.13 20:50:44.327437 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 6442 | 2024.11.13 20:50:44.327537 [ 274 ] {bf87dcfb-5c63-44c9-88c4-34d6a8d05879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6443 | 2024.11.13 20:50:44.327640 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 6444 | 2024.11.13 20:50:44.328143 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 6445 | 2024.11.13 20:50:44.328340 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 6446 | 2024.11.13 20:50:44.329512 [ 274 ] {bf87dcfb-5c63-44c9-88c4-34d6a8d05879} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2024.11.13 20:50:44.329560 [ 274 ] {bf87dcfb-5c63-44c9-88c4-34d6a8d05879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6448 | 2024.11.13 20:50:44.329851 [ 200 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003250747 sec., 19995.40413326537 rows/sec., 1.29 MiB/sec. | ||
| 6449 | 2024.11.13 20:50:44.330188 [ 200 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6450 | 2024.11.13 20:50:44.330282 [ 274 ] {bf87dcfb-5c63-44c9-88c4-34d6a8d05879} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6451 | 2024.11.13 20:50:44.330735 [ 274 ] {bf87dcfb-5c63-44c9-88c4-34d6a8d05879} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6452 | 2024.11.13 20:50:44.330800 [ 200 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_21_5} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6453 | 2024.11.13 20:50:44.331027 [ 200 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_21_5} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6454 | 2024.11.13 20:50:44.331163 [ 274 ] {bf87dcfb-5c63-44c9-88c4-34d6a8d05879} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.003821 sec., 110965.7157812091 rows/sec., 7.93 MiB/sec. | ||
| 6455 | 2024.11.13 20:50:44.331196 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6456 | 2024.11.13 20:50:44.331320 [ 274 ] {bf87dcfb-5c63-44c9-88c4-34d6a8d05879} <Debug> TCPHandler: Processed in 0.004264575 sec. | ||
| 6457 | 2024.11.13 20:50:44.331491 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2024.11.13 20:50:44.331629 [ 277 ] {a29526a3-b942-4c0b-bb2c-9fab23ecfb26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6459 | 2024.11.13 20:50:44.331686 [ 277 ] {a29526a3-b942-4c0b-bb2c-9fab23ecfb26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6460 | 2024.11.13 20:50:44.332243 [ 277 ] {a29526a3-b942-4c0b-bb2c-9fab23ecfb26} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2024.11.13 20:50:44.332289 [ 277 ] {a29526a3-b942-4c0b-bb2c-9fab23ecfb26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6462 | 2024.11.13 20:50:44.332717 [ 277 ] {a29526a3-b942-4c0b-bb2c-9fab23ecfb26} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6463 | 2024.11.13 20:50:44.332957 [ 277 ] {a29526a3-b942-4c0b-bb2c-9fab23ecfb26} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2024.11.13 20:50:44.333164 [ 277 ] {a29526a3-b942-4c0b-bb2c-9fab23ecfb26} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001567 sec., 3828.9725590299936 rows/sec., 200.05 KiB/sec. | ||
| 6465 | 2024.11.13 20:50:44.333215 [ 277 ] {a29526a3-b942-4c0b-bb2c-9fab23ecfb26} <Debug> TCPHandler: Processed in 0.001792051 sec. | ||
| 6466 | 2024.11.13 20:50:44.333355 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6467 | 2024.11.13 20:50:44.333471 [ 274 ] {ba7e2b7a-465a-4f87-ad57-df13c95ea806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6468 | 2024.11.13 20:50:44.333527 [ 274 ] {ba7e2b7a-465a-4f87-ad57-df13c95ea806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6469 | 2024.11.13 20:50:44.334130 [ 274 ] {ba7e2b7a-465a-4f87-ad57-df13c95ea806} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6470 | 2024.11.13 20:50:44.334169 [ 274 ] {ba7e2b7a-465a-4f87-ad57-df13c95ea806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6471 | 2024.11.13 20:50:44.334584 [ 274 ] {ba7e2b7a-465a-4f87-ad57-df13c95ea806} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6472 | 2024.11.13 20:50:44.334834 [ 274 ] {ba7e2b7a-465a-4f87-ad57-df13c95ea806} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6473 | 2024.11.13 20:50:44.335090 [ 274 ] {ba7e2b7a-465a-4f87-ad57-df13c95ea806} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec. | ||
| 6474 | 2024.11.13 20:50:44.335267 [ 274 ] {ba7e2b7a-465a-4f87-ad57-df13c95ea806} <Debug> TCPHandler: Processed in 0.001966524 sec. | ||
| 6475 | 2024.11.13 20:50:44.335497 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6476 | 2024.11.13 20:50:44.335661 [ 277 ] {0a39f4b3-bfc2-48b7-90e8-6e1f7224c5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6477 | 2024.11.13 20:50:44.335720 [ 277 ] {0a39f4b3-bfc2-48b7-90e8-6e1f7224c5e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6478 | 2024.11.13 20:50:44.336257 [ 277 ] {0a39f4b3-bfc2-48b7-90e8-6e1f7224c5e3} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6479 | 2024.11.13 20:50:44.336303 [ 277 ] {0a39f4b3-bfc2-48b7-90e8-6e1f7224c5e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6480 | 2024.11.13 20:50:44.336727 [ 277 ] {0a39f4b3-bfc2-48b7-90e8-6e1f7224c5e3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6481 | 2024.11.13 20:50:44.336962 [ 277 ] {0a39f4b3-bfc2-48b7-90e8-6e1f7224c5e3} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6482 | 2024.11.13 20:50:44.337175 [ 277 ] {0a39f4b3-bfc2-48b7-90e8-6e1f7224c5e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001545 sec., 647.2491909385113 rows/sec., 43.61 KiB/sec. | ||
| 6483 | 2024.11.13 20:50:44.337226 [ 277 ] {0a39f4b3-bfc2-48b7-90e8-6e1f7224c5e3} <Debug> TCPHandler: Processed in 0.001855843 sec. | ||
| 6484 | 2024.11.13 20:50:44.337360 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6485 | 2024.11.13 20:50:44.337477 [ 274 ] {60e6049b-5960-4903-9b57-b6afaaebf690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6486 | 2024.11.13 20:50:44.337560 [ 274 ] {60e6049b-5960-4903-9b57-b6afaaebf690} <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 | ||
| 6487 | 2024.11.13 20:50:44.338709 [ 274 ] {60e6049b-5960-4903-9b57-b6afaaebf690} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6488 | 2024.11.13 20:50:44.338748 [ 274 ] {60e6049b-5960-4903-9b57-b6afaaebf690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6489 | 2024.11.13 20:50:44.339424 [ 274 ] {60e6049b-5960-4903-9b57-b6afaaebf690} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6490 | 2024.11.13 20:50:44.339702 [ 274 ] {60e6049b-5960-4903-9b57-b6afaaebf690} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6491 | 2024.11.13 20:50:44.339993 [ 274 ] {60e6049b-5960-4903-9b57-b6afaaebf690} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002533 sec., 16581.129095933677 rows/sec., 29.71 MiB/sec. | ||
| 6492 | 2024.11.13 20:50:44.340473 [ 274 ] {60e6049b-5960-4903-9b57-b6afaaebf690} <Debug> TCPHandler: Processed in 0.003163615 sec. | ||
| 6493 | 2024.11.13 20:50:44.340635 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6494 | 2024.11.13 20:50:44.340769 [ 277 ] {7b792f6b-b35e-4df9-9474-360c3dd0fa7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6495 | 2024.11.13 20:50:44.340827 [ 277 ] {7b792f6b-b35e-4df9-9474-360c3dd0fa7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6496 | 2024.11.13 20:50:44.341380 [ 277 ] {7b792f6b-b35e-4df9-9474-360c3dd0fa7b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6497 | 2024.11.13 20:50:44.341424 [ 277 ] {7b792f6b-b35e-4df9-9474-360c3dd0fa7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6498 | 2024.11.13 20:50:44.341835 [ 277 ] {7b792f6b-b35e-4df9-9474-360c3dd0fa7b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6499 | 2024.11.13 20:50:44.342068 [ 277 ] {7b792f6b-b35e-4df9-9474-360c3dd0fa7b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6500 | 2024.11.13 20:50:44.342280 [ 277 ] {7b792f6b-b35e-4df9-9474-360c3dd0fa7b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001541 sec., 53212.19987021414 rows/sec., 3.38 MiB/sec. | ||
| 6501 | 2024.11.13 20:50:44.342330 [ 277 ] {7b792f6b-b35e-4df9-9474-360c3dd0fa7b} <Debug> TCPHandler: Processed in 0.001760381 sec. | ||
| 6502 | 2024.11.13 20:50:46.019855 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 960 | ||
| 6503 | 2024.11.13 20:50:46.022781 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6504 | 2024.11.13 20:50:46.022832 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6505 | 2024.11.13 20:50:46.024231 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6506 | 2024.11.13 20:50:46.024537 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6507 | 2024.11.13 20:50:46.025133 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 960 | ||
| 6508 | 2024.11.13 20:50:46.426294 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6509 | 2024.11.13 20:50:46.734558 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59129, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6510 | 2024.11.13 20:50:47.150022 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42638, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6511 | 2024.11.13 20:50:47.273274 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6512 | 2024.11.13 20:50:47.298898 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6513 | 2024.11.13 20:50:47.309412 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61405, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6514 | 2024.11.13 20:50:47.358889 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6515 | 2024.11.13 20:50:47.361215 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6516 | 2024.11.13 20:50:47.385499 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6517 | 2024.11.13 20:50:47.392090 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6518 | 2024.11.13 20:50:47.477653 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6519 | 2024.11.13 20:50:47.501194 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6520 | 2024.11.13 20:50:47.571014 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6521 | 2024.11.13 20:50:47.598909 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52922, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6522 | 2024.11.13 20:50:47.611405 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6523 | 2024.11.13 20:50:47.632776 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6524 | 2024.11.13 20:50:48.690643 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6525 | 2024.11.13 20:50:49.228128 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6526 | 2024.11.13 20:50:49.299527 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6527 | 2024.11.13 20:50:49.299723 [ 277 ] {c428e1d0-830b-4501-a1ef-0452906c5cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6528 | 2024.11.13 20:50:49.299796 [ 277 ] {c428e1d0-830b-4501-a1ef-0452906c5cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6529 | 2024.11.13 20:50:49.300537 [ 277 ] {c428e1d0-830b-4501-a1ef-0452906c5cb3} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6530 | 2024.11.13 20:50:49.300587 [ 277 ] {c428e1d0-830b-4501-a1ef-0452906c5cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6531 | 2024.11.13 20:50:49.301016 [ 277 ] {c428e1d0-830b-4501-a1ef-0452906c5cb3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6532 | 2024.11.13 20:50:49.301273 [ 277 ] {c428e1d0-830b-4501-a1ef-0452906c5cb3} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6533 | 2024.11.13 20:50:49.301466 [ 277 ] {c428e1d0-830b-4501-a1ef-0452906c5cb3} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001796 sec., 5567.928730512249 rows/sec., 454.03 KiB/sec. | ||
| 6534 | 2024.11.13 20:50:49.301519 [ 277 ] {c428e1d0-830b-4501-a1ef-0452906c5cb3} <Debug> TCPHandler: Processed in 0.002119827 sec. | ||
| 6535 | 2024.11.13 20:50:49.301791 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6536 | 2024.11.13 20:50:49.301988 [ 274 ] {2f8736ca-6cee-498e-bd27-619835ea6d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6537 | 2024.11.13 20:50:49.302064 [ 274 ] {2f8736ca-6cee-498e-bd27-619835ea6d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6538 | 2024.11.13 20:50:49.302846 [ 274 ] {2f8736ca-6cee-498e-bd27-619835ea6d05} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6539 | 2024.11.13 20:50:49.302898 [ 274 ] {2f8736ca-6cee-498e-bd27-619835ea6d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6540 | 2024.11.13 20:50:49.303358 [ 274 ] {2f8736ca-6cee-498e-bd27-619835ea6d05} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6541 | 2024.11.13 20:50:49.303623 [ 274 ] {2f8736ca-6cee-498e-bd27-619835ea6d05} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6542 | 2024.11.13 20:50:49.303896 [ 274 ] {2f8736ca-6cee-498e-bd27-619835ea6d05} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.00195 sec., 31282.051282051285 rows/sec., 2.38 MiB/sec. | ||
| 6543 | 2024.11.13 20:50:49.304048 [ 274 ] {2f8736ca-6cee-498e-bd27-619835ea6d05} <Debug> TCPHandler: Processed in 0.002389232 sec. | ||
| 6544 | 2024.11.13 20:50:49.304258 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6545 | 2024.11.13 20:50:49.304381 [ 277 ] {d149fba2-b4ef-48e0-ada5-9134f13dbbb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6546 | 2024.11.13 20:50:49.304430 [ 277 ] {d149fba2-b4ef-48e0-ada5-9134f13dbbb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6547 | 2024.11.13 20:50:49.304996 [ 277 ] {d149fba2-b4ef-48e0-ada5-9134f13dbbb8} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6548 | 2024.11.13 20:50:49.305034 [ 277 ] {d149fba2-b4ef-48e0-ada5-9134f13dbbb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6549 | 2024.11.13 20:50:49.305407 [ 277 ] {d149fba2-b4ef-48e0-ada5-9134f13dbbb8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6550 | 2024.11.13 20:50:49.305651 [ 277 ] {d149fba2-b4ef-48e0-ada5-9134f13dbbb8} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6551 | 2024.11.13 20:50:49.305844 [ 277 ] {d149fba2-b4ef-48e0-ada5-9134f13dbbb8} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001484 sec., 6738.54447439353 rows/sec., 470.51 KiB/sec. | ||
| 6552 | 2024.11.13 20:50:49.305918 [ 277 ] {d149fba2-b4ef-48e0-ada5-9134f13dbbb8} <Debug> TCPHandler: Processed in 0.001747221 sec. | ||
| 6553 | 2024.11.13 20:50:49.306163 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6554 | 2024.11.13 20:50:49.306281 [ 274 ] {e45bb4e8-1fda-4cd7-abdb-e0f174c77656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6555 | 2024.11.13 20:50:49.306332 [ 274 ] {e45bb4e8-1fda-4cd7-abdb-e0f174c77656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6556 | 2024.11.13 20:50:49.306953 [ 274 ] {e45bb4e8-1fda-4cd7-abdb-e0f174c77656} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2024.11.13 20:50:49.306992 [ 274 ] {e45bb4e8-1fda-4cd7-abdb-e0f174c77656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6558 | 2024.11.13 20:50:49.307367 [ 274 ] {e45bb4e8-1fda-4cd7-abdb-e0f174c77656} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6559 | 2024.11.13 20:50:49.307617 [ 274 ] {e45bb4e8-1fda-4cd7-abdb-e0f174c77656} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2024.11.13 20:50:49.307836 [ 274 ] {e45bb4e8-1fda-4cd7-abdb-e0f174c77656} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001579 sec., 46865.10449651678 rows/sec., 3.67 MiB/sec. | ||
| 6561 | 2024.11.13 20:50:49.307887 [ 274 ] {e45bb4e8-1fda-4cd7-abdb-e0f174c77656} <Debug> TCPHandler: Processed in 0.001851732 sec. | ||
| 6562 | 2024.11.13 20:50:49.308044 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6563 | 2024.11.13 20:50:49.308182 [ 277 ] {a7fbfd2e-a50f-49fc-af5a-e39a7a7ff0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6564 | 2024.11.13 20:50:49.308242 [ 277 ] {a7fbfd2e-a50f-49fc-af5a-e39a7a7ff0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6565 | 2024.11.13 20:50:49.308881 [ 277 ] {a7fbfd2e-a50f-49fc-af5a-e39a7a7ff0ec} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6566 | 2024.11.13 20:50:49.308918 [ 277 ] {a7fbfd2e-a50f-49fc-af5a-e39a7a7ff0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6567 | 2024.11.13 20:50:49.309310 [ 277 ] {a7fbfd2e-a50f-49fc-af5a-e39a7a7ff0ec} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6568 | 2024.11.13 20:50:49.309552 [ 277 ] {a7fbfd2e-a50f-49fc-af5a-e39a7a7ff0ec} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6569 | 2024.11.13 20:50:49.309725 [ 277 ] {a7fbfd2e-a50f-49fc-af5a-e39a7a7ff0ec} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001575 sec., 84444.44444444444 rows/sec., 5.88 MiB/sec. | ||
| 6570 | 2024.11.13 20:50:49.309774 [ 277 ] {a7fbfd2e-a50f-49fc-af5a-e39a7a7ff0ec} <Debug> TCPHandler: Processed in 0.001793731 sec. | ||
| 6571 | 2024.11.13 20:50:49.309931 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6572 | 2024.11.13 20:50:49.310066 [ 274 ] {b6a204de-9722-4c25-82ae-dfaba03997cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6573 | 2024.11.13 20:50:49.310126 [ 274 ] {b6a204de-9722-4c25-82ae-dfaba03997cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6574 | 2024.11.13 20:50:49.310724 [ 274 ] {b6a204de-9722-4c25-82ae-dfaba03997cd} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6575 | 2024.11.13 20:50:49.310770 [ 274 ] {b6a204de-9722-4c25-82ae-dfaba03997cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 6576 | 2024.11.13 20:50:49.311162 [ 274 ] {b6a204de-9722-4c25-82ae-dfaba03997cd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6577 | 2024.11.13 20:50:49.311420 [ 274 ] {b6a204de-9722-4c25-82ae-dfaba03997cd} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6578 | 2024.11.13 20:50:49.311626 [ 274 ] {b6a204de-9722-4c25-82ae-dfaba03997cd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001591 sec., 30169.70458830924 rows/sec., 2.03 MiB/sec. | ||
| 6579 | 2024.11.13 20:50:49.311675 [ 274 ] {b6a204de-9722-4c25-82ae-dfaba03997cd} <Debug> TCPHandler: Processed in 0.001810582 sec. | ||
| 6580 | 2024.11.13 20:50:49.340068 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6581 | 2024.11.13 20:50:49.371483 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6582 | 2024.11.13 20:50:49.389646 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6583 | 2024.11.13 20:50:49.587002 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6584 | 2024.11.13 20:50:49.610332 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6585 | 2024.11.13 20:50:49.610603 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37892, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6586 | 2024.11.13 20:50:54.301705 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6587 | 2024.11.13 20:50:54.301922 [ 277 ] {ceebc42d-011b-40d4-b9e4-a5424f970db2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6588 | 2024.11.13 20:50:54.301996 [ 277 ] {ceebc42d-011b-40d4-b9e4-a5424f970db2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6589 | 2024.11.13 20:50:54.302738 [ 277 ] {ceebc42d-011b-40d4-b9e4-a5424f970db2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6590 | 2024.11.13 20:50:54.302783 [ 277 ] {ceebc42d-011b-40d4-b9e4-a5424f970db2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6591 | 2024.11.13 20:50:54.303195 [ 277 ] {ceebc42d-011b-40d4-b9e4-a5424f970db2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6592 | 2024.11.13 20:50:54.303442 [ 277 ] {ceebc42d-011b-40d4-b9e4-a5424f970db2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6593 | 2024.11.13 20:50:54.303682 [ 277 ] {ceebc42d-011b-40d4-b9e4-a5424f970db2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001817 sec., 30820.03302146395 rows/sec., 2.35 MiB/sec. | ||
| 6594 | 2024.11.13 20:50:54.303747 [ 277 ] {ceebc42d-011b-40d4-b9e4-a5424f970db2} <Debug> TCPHandler: Processed in 0.002175479 sec. | ||
| 6595 | 2024.11.13 20:50:54.304015 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6596 | 2024.11.13 20:50:54.304231 [ 274 ] {d1fd2113-e981-4ddf-a6a6-87d787fa29f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6597 | 2024.11.13 20:50:54.304317 [ 274 ] {d1fd2113-e981-4ddf-a6a6-87d787fa29f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6598 | 2024.11.13 20:50:54.305180 [ 274 ] {d1fd2113-e981-4ddf-a6a6-87d787fa29f2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6599 | 2024.11.13 20:50:54.305231 [ 274 ] {d1fd2113-e981-4ddf-a6a6-87d787fa29f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6600 | 2024.11.13 20:50:54.305681 [ 274 ] {d1fd2113-e981-4ddf-a6a6-87d787fa29f2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6601 | 2024.11.13 20:50:54.305947 [ 274 ] {d1fd2113-e981-4ddf-a6a6-87d787fa29f2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6602 | 2024.11.13 20:50:54.306227 [ 274 ] {d1fd2113-e981-4ddf-a6a6-87d787fa29f2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002045 sec., 31295.843520782397 rows/sec., 2.44 MiB/sec. | ||
| 6603 | 2024.11.13 20:50:54.306348 [ 274 ] {d1fd2113-e981-4ddf-a6a6-87d787fa29f2} <Debug> TCPHandler: Processed in 0.002466523 sec. | ||
| 6604 | 2024.11.13 20:50:54.306547 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6605 | 2024.11.13 20:50:54.306678 [ 277 ] {8e64d56d-6877-4d2f-a532-33bfaa7c09fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6606 | 2024.11.13 20:50:54.306734 [ 277 ] {8e64d56d-6877-4d2f-a532-33bfaa7c09fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6607 | 2024.11.13 20:50:54.307289 [ 277 ] {8e64d56d-6877-4d2f-a532-33bfaa7c09fa} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6608 | 2024.11.13 20:50:54.307327 [ 277 ] {8e64d56d-6877-4d2f-a532-33bfaa7c09fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6609 | 2024.11.13 20:50:54.307718 [ 277 ] {8e64d56d-6877-4d2f-a532-33bfaa7c09fa} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6610 | 2024.11.13 20:50:54.307960 [ 277 ] {8e64d56d-6877-4d2f-a532-33bfaa7c09fa} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2024.11.13 20:50:54.308201 [ 277 ] {8e64d56d-6877-4d2f-a532-33bfaa7c09fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001545 sec., 103559.87055016181 rows/sec., 7.21 MiB/sec. | ||
| 6612 | 2024.11.13 20:50:54.308309 [ 277 ] {8e64d56d-6877-4d2f-a532-33bfaa7c09fa} <Debug> TCPHandler: Processed in 0.001862012 sec. | ||
| 6613 | 2024.11.13 20:50:54.308571 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6614 | 2024.11.13 20:50:54.308821 [ 274 ] {0c66df46-e2a9-4154-88b6-7b07bc90b038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6615 | 2024.11.13 20:50:54.308923 [ 274 ] {0c66df46-e2a9-4154-88b6-7b07bc90b038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6616 | 2024.11.13 20:50:54.309491 [ 274 ] {0c66df46-e2a9-4154-88b6-7b07bc90b038} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6617 | 2024.11.13 20:50:54.309531 [ 274 ] {0c66df46-e2a9-4154-88b6-7b07bc90b038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6618 | 2024.11.13 20:50:54.309918 [ 274 ] {0c66df46-e2a9-4154-88b6-7b07bc90b038} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6619 | 2024.11.13 20:50:54.310165 [ 274 ] {0c66df46-e2a9-4154-88b6-7b07bc90b038} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6620 | 2024.11.13 20:50:54.310378 [ 274 ] {0c66df46-e2a9-4154-88b6-7b07bc90b038} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001617 sec., 37105.75139146568 rows/sec., 2.50 MiB/sec. | ||
| 6621 | 2024.11.13 20:50:54.310431 [ 274 ] {0c66df46-e2a9-4154-88b6-7b07bc90b038} <Debug> TCPHandler: Processed in 0.002008735 sec. | ||
| 6622 | 2024.11.13 20:50:55.791091 [ 101 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6623 | 2024.11.13 20:50:55.791166 [ 101 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6624 | 2024.11.13 20:50:55.791193 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6625 | 2024.11.13 20:50:55.791427 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 6626 | 2024.11.13 20:50:55.791632 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6627 | 2024.11.13 20:50:55.791676 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 6628 | 2024.11.13 20:50:55.791761 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 6629 | 2024.11.13 20:50:55.791983 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 6630 | 2024.11.13 20:50:55.792134 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 6631 | 2024.11.13 20:50:55.792334 [ 186 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 6632 | 2024.11.13 20:50:55.793416 [ 200 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.002130297 sec., 9857.780394001398 rows/sec., 664.24 KiB/sec. | ||
| 6633 | 2024.11.13 20:50:55.793622 [ 200 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6634 | 2024.11.13 20:50:55.794011 [ 200 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_21_5} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6635 | 2024.11.13 20:50:55.794104 [ 200 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_21_5} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6636 | 2024.11.13 20:50:55.794207 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6637 | 2024.11.13 20:50:55.806101 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6638 | 2024.11.13 20:50:55.806145 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6639 | 2024.11.13 20:50:56.025333 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 980 | ||
| 6640 | 2024.11.13 20:50:56.028219 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6641 | 2024.11.13 20:50:56.028267 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6642 | 2024.11.13 20:50:56.029635 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6643 | 2024.11.13 20:50:56.029934 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6644 | 2024.11.13 20:50:56.030150 [ 101 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6645 | 2024.11.13 20:50:56.030250 [ 101 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6646 | 2024.11.13 20:50:56.030306 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6647 | 2024.11.13 20:50:56.030745 [ 193 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 6648 | 2024.11.13 20:50:56.032550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 980 | ||
| 6649 | 2024.11.13 20:50:56.033044 [ 193 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6650 | 2024.11.13 20:50:56.033227 [ 193 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 846 rows starting from the beginning of the part | ||
| 6651 | 2024.11.13 20:50:56.033740 [ 193 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 6652 | 2024.11.13 20:50:56.034194 [ 193 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part | ||
| 6653 | 2024.11.13 20:50:56.034767 [ 193 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part | ||
| 6654 | 2024.11.13 20:50:56.035300 [ 193 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 6655 | 2024.11.13 20:50:56.035772 [ 193 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part | ||
| 6656 | 2024.11.13 20:50:56.044542 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 980 rows, containing 72 columns (72 merged, 0 gathered) in 0.014110257 sec., 69453.022719572 rows/sec., 56.13 MiB/sec. | ||
| 6657 | 2024.11.13 20:50:56.045864 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6658 | 2024.11.13 20:50:56.046652 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_31_6} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6659 | 2024.11.13 20:50:56.046741 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_31_6} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6660 | 2024.11.13 20:50:56.047057 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 6661 | 2024.11.13 20:50:57.000198 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.42 MiB, peak 176.86 MiB, free memory in arenas 0.00 B, will set to 170.79 MiB (RSS), difference: 1.38 MiB | ||
| 6662 | 2024.11.13 20:50:57.334670 [ 100 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6663 | 2024.11.13 20:50:57.334767 [ 100 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6664 | 2024.11.13 20:50:57.334810 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6665 | 2024.11.13 20:50:57.335033 [ 198 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 6666 | 2024.11.13 20:50:57.335296 [ 198 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6667 | 2024.11.13 20:50:57.335358 [ 198 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 6668 | 2024.11.13 20:50:57.335485 [ 198 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 6669 | 2024.11.13 20:50:57.335775 [ 198 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 6670 | 2024.11.13 20:50:57.336024 [ 198 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 6671 | 2024.11.13 20:50:57.336184 [ 198 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 6672 | 2024.11.13 20:50:57.337328 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002423703 sec., 122952.35843665664 rows/sec., 8.81 MiB/sec. | ||
| 6673 | 2024.11.13 20:50:57.337483 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6674 | 2024.11.13 20:50:57.337810 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_21_5} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6675 | 2024.11.13 20:50:57.337906 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_21_5} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6676 | 2024.11.13 20:50:57.337998 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 6677 | 2024.11.13 20:50:57.577769 [ 99 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6678 | 2024.11.13 20:50:57.577833 [ 99 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6679 | 2024.11.13 20:50:57.577855 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6680 | 2024.11.13 20:50:57.578103 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 6681 | 2024.11.13 20:50:57.578283 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6682 | 2024.11.13 20:50:57.578328 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 6683 | 2024.11.13 20:50:57.578441 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 6684 | 2024.11.13 20:50:57.578657 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 6685 | 2024.11.13 20:50:57.578784 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 6686 | 2024.11.13 20:50:57.578989 [ 201 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 6687 | 2024.11.13 20:50:57.580080 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.002133768 sec., 59050.46846704984 rows/sec., 3.01 MiB/sec. | ||
| 6688 | 2024.11.13 20:50:57.580269 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6689 | 2024.11.13 20:50:57.580615 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_21_5} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6690 | 2024.11.13 20:50:57.580706 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_21_5} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6691 | 2024.11.13 20:50:57.580806 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6692 | 2024.11.13 20:50:59.308170 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6693 | 2024.11.13 20:50:59.308387 [ 277 ] {28ec4fba-d170-4787-9bee-64d943c5ead3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6694 | 2024.11.13 20:50:59.308463 [ 277 ] {28ec4fba-d170-4787-9bee-64d943c5ead3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6695 | 2024.11.13 20:50:59.309240 [ 277 ] {28ec4fba-d170-4787-9bee-64d943c5ead3} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6696 | 2024.11.13 20:50:59.309286 [ 277 ] {28ec4fba-d170-4787-9bee-64d943c5ead3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6697 | 2024.11.13 20:50:59.309697 [ 277 ] {28ec4fba-d170-4787-9bee-64d943c5ead3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6698 | 2024.11.13 20:50:59.309942 [ 277 ] {28ec4fba-d170-4787-9bee-64d943c5ead3} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6699 | 2024.11.13 20:50:59.310212 [ 277 ] {28ec4fba-d170-4787-9bee-64d943c5ead3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 6700 | 2024.11.13 20:50:59.310324 [ 277 ] {28ec4fba-d170-4787-9bee-64d943c5ead3} <Debug> TCPHandler: Processed in 0.002273569 sec. | ||
| 6701 | 2024.11.13 20:50:59.310663 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6702 | 2024.11.13 20:50:59.310877 [ 274 ] {c16462b4-0795-47fb-a7c4-746bd11ce28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6703 | 2024.11.13 20:50:59.310958 [ 274 ] {c16462b4-0795-47fb-a7c4-746bd11ce28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6704 | 2024.11.13 20:50:59.311857 [ 274 ] {c16462b4-0795-47fb-a7c4-746bd11ce28e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6705 | 2024.11.13 20:50:59.311909 [ 274 ] {c16462b4-0795-47fb-a7c4-746bd11ce28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6706 | 2024.11.13 20:50:59.312375 [ 274 ] {c16462b4-0795-47fb-a7c4-746bd11ce28e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6707 | 2024.11.13 20:50:59.312652 [ 274 ] {c16462b4-0795-47fb-a7c4-746bd11ce28e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6708 | 2024.11.13 20:50:59.312846 [ 98 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6709 | 2024.11.13 20:50:59.312914 [ 274 ] {c16462b4-0795-47fb-a7c4-746bd11ce28e} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002091 sec., 137254.9019607843 rows/sec., 12.11 MiB/sec. | ||
| 6710 | 2024.11.13 20:50:59.312925 [ 98 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6711 | 2024.11.13 20:50:59.313005 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6712 | 2024.11.13 20:50:59.313062 [ 274 ] {c16462b4-0795-47fb-a7c4-746bd11ce28e} <Debug> TCPHandler: Processed in 0.002611346 sec. | ||
| 6713 | 2024.11.13 20:50:59.313247 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 6714 | 2024.11.13 20:50:59.313285 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6715 | 2024.11.13 20:50:59.313482 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6716 | 2024.11.13 20:50:59.313542 [ 277 ] {30ae78e0-7582-475f-8af1-0bf307107569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6717 | 2024.11.13 20:50:59.313562 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1437 rows starting from the beginning of the part | ||
| 6718 | 2024.11.13 20:50:59.313642 [ 277 ] {30ae78e0-7582-475f-8af1-0bf307107569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6719 | 2024.11.13 20:50:59.313816 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part | ||
| 6720 | 2024.11.13 20:50:59.314303 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 287 rows starting from the beginning of the part | ||
| 6721 | 2024.11.13 20:50:59.314716 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 61 rows starting from the beginning of the part | ||
| 6722 | 2024.11.13 20:50:59.315123 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
| 6723 | 2024.11.13 20:50:59.315487 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 287 rows starting from the beginning of the part | ||
| 6724 | 2024.11.13 20:50:59.316933 [ 277 ] {30ae78e0-7582-475f-8af1-0bf307107569} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6725 | 2024.11.13 20:50:59.317000 [ 277 ] {30ae78e0-7582-475f-8af1-0bf307107569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6726 | 2024.11.13 20:50:59.318099 [ 277 ] {30ae78e0-7582-475f-8af1-0bf307107569} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6727 | 2024.11.13 20:50:59.318521 [ 277 ] {30ae78e0-7582-475f-8af1-0bf307107569} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6728 | 2024.11.13 20:50:59.319094 [ 277 ] {30ae78e0-7582-475f-8af1-0bf307107569} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.005576 sec., 8787.661406025825 rows/sec., 648.18 KiB/sec. | ||
| 6729 | 2024.11.13 20:50:59.319550 [ 277 ] {30ae78e0-7582-475f-8af1-0bf307107569} <Debug> TCPHandler: Processed in 0.006380642 sec. | ||
| 6730 | 2024.11.13 20:50:59.319836 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2184 rows, containing 5 columns (5 merged, 0 gathered) in 0.006708187 sec., 325572.3193166797 rows/sec., 28.64 MiB/sec. | ||
| 6731 | 2024.11.13 20:50:59.319927 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6732 | 2024.11.13 20:50:59.320116 [ 274 ] {9c7255e6-10df-4105-b51a-a141b22b8238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6733 | 2024.11.13 20:50:59.320188 [ 274 ] {9c7255e6-10df-4105-b51a-a141b22b8238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6734 | 2024.11.13 20:50:59.320222 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6735 | 2024.11.13 20:50:59.320978 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_56_11} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6736 | 2024.11.13 20:50:59.321149 [ 186 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_56_11} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6737 | 2024.11.13 20:50:59.321350 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 6738 | 2024.11.13 20:50:59.321493 [ 274 ] {9c7255e6-10df-4105-b51a-a141b22b8238} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6739 | 2024.11.13 20:50:59.321540 [ 274 ] {9c7255e6-10df-4105-b51a-a141b22b8238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6740 | 2024.11.13 20:50:59.321908 [ 274 ] {9c7255e6-10df-4105-b51a-a141b22b8238} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6741 | 2024.11.13 20:50:59.322156 [ 274 ] {9c7255e6-10df-4105-b51a-a141b22b8238} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6742 | 2024.11.13 20:50:59.322411 [ 274 ] {9c7255e6-10df-4105-b51a-a141b22b8238} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002343 sec., 5975.24541186513 rows/sec., 418.47 KiB/sec. | ||
| 6743 | 2024.11.13 20:50:59.322572 [ 274 ] {9c7255e6-10df-4105-b51a-a141b22b8238} <Debug> TCPHandler: Processed in 0.002886611 sec. | ||
| 6744 | 2024.11.13 20:50:59.322814 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6745 | 2024.11.13 20:50:59.322971 [ 277 ] {b7defa99-f558-432a-bf81-acb552e25fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6746 | 2024.11.13 20:50:59.323028 [ 277 ] {b7defa99-f558-432a-bf81-acb552e25fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6747 | 2024.11.13 20:50:59.323622 [ 277 ] {b7defa99-f558-432a-bf81-acb552e25fcc} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6748 | 2024.11.13 20:50:59.323662 [ 277 ] {b7defa99-f558-432a-bf81-acb552e25fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6749 | 2024.11.13 20:50:59.324010 [ 277 ] {b7defa99-f558-432a-bf81-acb552e25fcc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6750 | 2024.11.13 20:50:59.324258 [ 277 ] {b7defa99-f558-432a-bf81-acb552e25fcc} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6751 | 2024.11.13 20:50:59.324475 [ 277 ] {b7defa99-f558-432a-bf81-acb552e25fcc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001535 sec., 8469.055374592834 rows/sec., 528.04 KiB/sec. | ||
| 6752 | 2024.11.13 20:50:59.324599 [ 277 ] {b7defa99-f558-432a-bf81-acb552e25fcc} <Debug> TCPHandler: Processed in 0.001928634 sec. | ||
| 6753 | 2024.11.13 20:50:59.324743 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6754 | 2024.11.13 20:50:59.324860 [ 274 ] {0951484f-3e36-4c74-b4ce-fdbbc2add7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6755 | 2024.11.13 20:50:59.324909 [ 274 ] {0951484f-3e36-4c74-b4ce-fdbbc2add7be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6756 | 2024.11.13 20:50:59.325623 [ 274 ] {0951484f-3e36-4c74-b4ce-fdbbc2add7be} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6757 | 2024.11.13 20:50:59.325664 [ 274 ] {0951484f-3e36-4c74-b4ce-fdbbc2add7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6758 | 2024.11.13 20:50:59.326053 [ 274 ] {0951484f-3e36-4c74-b4ce-fdbbc2add7be} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6759 | 2024.11.13 20:50:59.326292 [ 274 ] {0951484f-3e36-4c74-b4ce-fdbbc2add7be} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6760 | 2024.11.13 20:50:59.326464 [ 98 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6761 | 2024.11.13 20:50:59.326535 [ 98 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6762 | 2024.11.13 20:50:59.326543 [ 274 ] {0951484f-3e36-4c74-b4ce-fdbbc2add7be} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001696 sec., 250000 rows/sec., 17.88 MiB/sec. | ||
| 6763 | 2024.11.13 20:50:59.326571 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6764 | 2024.11.13 20:50:59.326706 [ 274 ] {0951484f-3e36-4c74-b4ce-fdbbc2add7be} <Debug> TCPHandler: Processed in 0.002016366 sec. | ||
| 6765 | 2024.11.13 20:50:59.326787 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 6766 | 2024.11.13 20:50:59.326887 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6767 | 2024.11.13 20:50:59.326954 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6768 | 2024.11.13 20:50:59.327011 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 916 rows starting from the beginning of the part | ||
| 6769 | 2024.11.13 20:50:59.327147 [ 277 ] {67f91fb9-7f38-4d1b-87c7-2cedf94a882c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6770 | 2024.11.13 20:50:59.327314 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part | ||
| 6771 | 2024.11.13 20:50:59.327332 [ 277 ] {67f91fb9-7f38-4d1b-87c7-2cedf94a882c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6772 | 2024.11.13 20:50:59.327677 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 424 rows starting from the beginning of the part | ||
| 6773 | 2024.11.13 20:50:59.328004 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 74 rows starting from the beginning of the part | ||
| 6774 | 2024.11.13 20:50:59.328403 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
| 6775 | 2024.11.13 20:50:59.328706 [ 189 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 424 rows starting from the beginning of the part | ||
| 6776 | 2024.11.13 20:50:59.329588 [ 277 ] {67f91fb9-7f38-4d1b-87c7-2cedf94a882c} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6777 | 2024.11.13 20:50:59.329660 [ 277 ] {67f91fb9-7f38-4d1b-87c7-2cedf94a882c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6778 | 2024.11.13 20:50:59.330659 [ 277 ] {67f91fb9-7f38-4d1b-87c7-2cedf94a882c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6779 | 2024.11.13 20:50:59.331089 [ 277 ] {67f91fb9-7f38-4d1b-87c7-2cedf94a882c} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6780 | 2024.11.13 20:50:59.331686 [ 277 ] {67f91fb9-7f38-4d1b-87c7-2cedf94a882c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004555 sec., 1317.2338090010976 rows/sec., 68.82 KiB/sec. | ||
| 6781 | 2024.11.13 20:50:59.332097 [ 277 ] {67f91fb9-7f38-4d1b-87c7-2cedf94a882c} <Debug> TCPHandler: Processed in 0.005294173 sec. | ||
| 6782 | 2024.11.13 20:50:59.332516 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6783 | 2024.11.13 20:50:59.332645 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1966 rows, containing 5 columns (5 merged, 0 gathered) in 0.005944315 sec., 330736.17397462955 rows/sec., 25.33 MiB/sec. | ||
| 6784 | 2024.11.13 20:50:59.332743 [ 274 ] {aec34902-0946-4f53-8c3b-8ad71300a553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6785 | 2024.11.13 20:50:59.332850 [ 274 ] {aec34902-0946-4f53-8c3b-8ad71300a553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6786 | 2024.11.13 20:50:59.332966 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6787 | 2024.11.13 20:50:59.333626 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_56_11} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6788 | 2024.11.13 20:50:59.333857 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_56_11} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6789 | 2024.11.13 20:50:59.334073 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6790 | 2024.11.13 20:50:59.334155 [ 274 ] {aec34902-0946-4f53-8c3b-8ad71300a553} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6791 | 2024.11.13 20:50:59.334200 [ 274 ] {aec34902-0946-4f53-8c3b-8ad71300a553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6792 | 2024.11.13 20:50:59.334605 [ 274 ] {aec34902-0946-4f53-8c3b-8ad71300a553} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6793 | 2024.11.13 20:50:59.334852 [ 274 ] {aec34902-0946-4f53-8c3b-8ad71300a553} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6794 | 2024.11.13 20:50:59.335036 [ 274 ] {aec34902-0946-4f53-8c3b-8ad71300a553} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002349 sec., 100893.99744572159 rows/sec., 6.76 MiB/sec. | ||
| 6795 | 2024.11.13 20:50:59.335098 [ 274 ] {aec34902-0946-4f53-8c3b-8ad71300a553} <Debug> TCPHandler: Processed in 0.002868991 sec. | ||
| 6796 | 2024.11.13 20:50:59.335331 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6797 | 2024.11.13 20:50:59.335480 [ 277 ] {a644ab52-6bad-4c04-9122-7f760a1dd95b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6798 | 2024.11.13 20:50:59.335538 [ 277 ] {a644ab52-6bad-4c04-9122-7f760a1dd95b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6799 | 2024.11.13 20:50:59.336083 [ 277 ] {a644ab52-6bad-4c04-9122-7f760a1dd95b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6800 | 2024.11.13 20:50:59.336127 [ 277 ] {a644ab52-6bad-4c04-9122-7f760a1dd95b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6801 | 2024.11.13 20:50:59.336482 [ 277 ] {a644ab52-6bad-4c04-9122-7f760a1dd95b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6802 | 2024.11.13 20:50:59.336718 [ 277 ] {a644ab52-6bad-4c04-9122-7f760a1dd95b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6803 | 2024.11.13 20:50:59.336922 [ 277 ] {a644ab52-6bad-4c04-9122-7f760a1dd95b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 6804 | 2024.11.13 20:50:59.336970 [ 277 ] {a644ab52-6bad-4c04-9122-7f760a1dd95b} <Debug> TCPHandler: Processed in 0.001786972 sec. | ||
| 6805 | 2024.11.13 20:50:59.337106 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6806 | 2024.11.13 20:50:59.337323 [ 274 ] {715fbd78-70eb-4aa1-98b5-e7d9e4084088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6807 | 2024.11.13 20:50:59.337463 [ 274 ] {715fbd78-70eb-4aa1-98b5-e7d9e4084088} <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 | ||
| 6808 | 2024.11.13 20:50:59.338933 [ 274 ] {715fbd78-70eb-4aa1-98b5-e7d9e4084088} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6809 | 2024.11.13 20:50:59.338970 [ 274 ] {715fbd78-70eb-4aa1-98b5-e7d9e4084088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6810 | 2024.11.13 20:50:59.339626 [ 274 ] {715fbd78-70eb-4aa1-98b5-e7d9e4084088} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6811 | 2024.11.13 20:50:59.339884 [ 274 ] {715fbd78-70eb-4aa1-98b5-e7d9e4084088} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6812 | 2024.11.13 20:50:59.340083 [ 274 ] {715fbd78-70eb-4aa1-98b5-e7d9e4084088} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002814 sec., 14925.373134328358 rows/sec., 26.75 MiB/sec. | ||
| 6813 | 2024.11.13 20:50:59.340171 [ 274 ] {715fbd78-70eb-4aa1-98b5-e7d9e4084088} <Debug> TCPHandler: Processed in 0.003122815 sec. | ||
| 6814 | 2024.11.13 20:50:59.340361 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6815 | 2024.11.13 20:50:59.340497 [ 277 ] {d27092bb-73a0-486c-9b78-981cca2e6c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6816 | 2024.11.13 20:50:59.340555 [ 277 ] {d27092bb-73a0-486c-9b78-981cca2e6c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6817 | 2024.11.13 20:50:59.341126 [ 277 ] {d27092bb-73a0-486c-9b78-981cca2e6c97} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6818 | 2024.11.13 20:50:59.341166 [ 277 ] {d27092bb-73a0-486c-9b78-981cca2e6c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6819 | 2024.11.13 20:50:59.341529 [ 277 ] {d27092bb-73a0-486c-9b78-981cca2e6c97} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6820 | 2024.11.13 20:50:59.341772 [ 277 ] {d27092bb-73a0-486c-9b78-981cca2e6c97} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6821 | 2024.11.13 20:50:59.342032 [ 277 ] {d27092bb-73a0-486c-9b78-981cca2e6c97} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001557 sec., 52665.38214515093 rows/sec., 3.34 MiB/sec. | ||
| 6822 | 2024.11.13 20:50:59.342168 [ 277 ] {d27092bb-73a0-486c-9b78-981cca2e6c97} <Debug> TCPHandler: Processed in 0.001869283 sec. | ||
| 6823 | 2024.11.13 20:51:04.299332 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6824 | 2024.11.13 20:51:04.299551 [ 277 ] {033d3348-f5e9-41f4-a339-d5e01ed3297f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6825 | 2024.11.13 20:51:04.299629 [ 277 ] {033d3348-f5e9-41f4-a339-d5e01ed3297f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6826 | 2024.11.13 20:51:04.300401 [ 277 ] {033d3348-f5e9-41f4-a339-d5e01ed3297f} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6827 | 2024.11.13 20:51:04.300453 [ 277 ] {033d3348-f5e9-41f4-a339-d5e01ed3297f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6828 | 2024.11.13 20:51:04.300866 [ 277 ] {033d3348-f5e9-41f4-a339-d5e01ed3297f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6829 | 2024.11.13 20:51:04.301123 [ 277 ] {033d3348-f5e9-41f4-a339-d5e01ed3297f} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6830 | 2024.11.13 20:51:04.301355 [ 277 ] {033d3348-f5e9-41f4-a339-d5e01ed3297f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001857 sec., 1077.0059235325796 rows/sec., 87.82 KiB/sec. | ||
| 6831 | 2024.11.13 20:51:04.301435 [ 277 ] {033d3348-f5e9-41f4-a339-d5e01ed3297f} <Debug> TCPHandler: Processed in 0.00223163 sec. | ||
| 6832 | 2024.11.13 20:51:04.301689 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6833 | 2024.11.13 20:51:04.301885 [ 274 ] {4c996159-7039-4653-8bee-7b2dc00ae899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6834 | 2024.11.13 20:51:04.301959 [ 274 ] {4c996159-7039-4653-8bee-7b2dc00ae899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6835 | 2024.11.13 20:51:04.302739 [ 274 ] {4c996159-7039-4653-8bee-7b2dc00ae899} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6836 | 2024.11.13 20:51:04.302783 [ 274 ] {4c996159-7039-4653-8bee-7b2dc00ae899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6837 | 2024.11.13 20:51:04.303226 [ 274 ] {4c996159-7039-4653-8bee-7b2dc00ae899} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6838 | 2024.11.13 20:51:04.303490 [ 274 ] {4c996159-7039-4653-8bee-7b2dc00ae899} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6839 | 2024.11.13 20:51:04.303709 [ 274 ] {4c996159-7039-4653-8bee-7b2dc00ae899} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001876 sec., 30383.795309168443 rows/sec., 2.32 MiB/sec. | ||
| 6840 | 2024.11.13 20:51:04.303824 [ 274 ] {4c996159-7039-4653-8bee-7b2dc00ae899} <Debug> TCPHandler: Processed in 0.002271549 sec. | ||
| 6841 | 2024.11.13 20:51:04.304041 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6842 | 2024.11.13 20:51:04.304320 [ 277 ] {674822ac-5cd6-4c35-89fa-4712586b8279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6843 | 2024.11.13 20:51:04.304374 [ 277 ] {674822ac-5cd6-4c35-89fa-4712586b8279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6844 | 2024.11.13 20:51:04.304953 [ 277 ] {674822ac-5cd6-4c35-89fa-4712586b8279} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6845 | 2024.11.13 20:51:04.304995 [ 277 ] {674822ac-5cd6-4c35-89fa-4712586b8279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6846 | 2024.11.13 20:51:04.305349 [ 277 ] {674822ac-5cd6-4c35-89fa-4712586b8279} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6847 | 2024.11.13 20:51:04.305590 [ 277 ] {674822ac-5cd6-4c35-89fa-4712586b8279} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6848 | 2024.11.13 20:51:04.305801 [ 277 ] {674822ac-5cd6-4c35-89fa-4712586b8279} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001553 sec., 1287.83000643915 rows/sec., 89.92 KiB/sec. | ||
| 6849 | 2024.11.13 20:51:04.305854 [ 277 ] {674822ac-5cd6-4c35-89fa-4712586b8279} <Debug> TCPHandler: Processed in 0.001942314 sec. | ||
| 6850 | 2024.11.13 20:51:04.305992 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6851 | 2024.11.13 20:51:04.306122 [ 274 ] {d4efa670-5827-4837-9abb-05bc063602c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6852 | 2024.11.13 20:51:04.306176 [ 274 ] {d4efa670-5827-4837-9abb-05bc063602c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6853 | 2024.11.13 20:51:04.306785 [ 274 ] {d4efa670-5827-4837-9abb-05bc063602c8} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6854 | 2024.11.13 20:51:04.306823 [ 274 ] {d4efa670-5827-4837-9abb-05bc063602c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6855 | 2024.11.13 20:51:04.307193 [ 274 ] {d4efa670-5827-4837-9abb-05bc063602c8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6856 | 2024.11.13 20:51:04.307440 [ 274 ] {d4efa670-5827-4837-9abb-05bc063602c8} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6857 | 2024.11.13 20:51:04.307620 [ 274 ] {d4efa670-5827-4837-9abb-05bc063602c8} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001528 sec., 43193.71727748691 rows/sec., 3.37 MiB/sec. | ||
| 6858 | 2024.11.13 20:51:04.307673 [ 274 ] {d4efa670-5827-4837-9abb-05bc063602c8} <Debug> TCPHandler: Processed in 0.001739491 sec. | ||
| 6859 | 2024.11.13 20:51:04.307810 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6860 | 2024.11.13 20:51:04.307929 [ 277 ] {60a01d99-930b-457c-93e3-7260e09f778c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6861 | 2024.11.13 20:51:04.307982 [ 277 ] {60a01d99-930b-457c-93e3-7260e09f778c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6862 | 2024.11.13 20:51:04.308531 [ 277 ] {60a01d99-930b-457c-93e3-7260e09f778c} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6863 | 2024.11.13 20:51:04.308570 [ 277 ] {60a01d99-930b-457c-93e3-7260e09f778c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6864 | 2024.11.13 20:51:04.308964 [ 277 ] {60a01d99-930b-457c-93e3-7260e09f778c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6865 | 2024.11.13 20:51:04.309215 [ 277 ] {60a01d99-930b-457c-93e3-7260e09f778c} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6866 | 2024.11.13 20:51:04.309373 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6867 | 2024.11.13 20:51:04.309441 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6868 | 2024.11.13 20:51:04.309453 [ 277 ] {60a01d99-930b-457c-93e3-7260e09f778c} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001542 sec., 83657.58754863814 rows/sec., 5.83 MiB/sec. | ||
| 6869 | 2024.11.13 20:51:04.309484 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6870 | 2024.11.13 20:51:04.309596 [ 277 ] {60a01d99-930b-457c-93e3-7260e09f778c} <Debug> TCPHandler: Processed in 0.001835573 sec. | ||
| 6871 | 2024.11.13 20:51:04.309983 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 6872 | 2024.11.13 20:51:04.309996 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6873 | 2024.11.13 20:51:04.310508 [ 274 ] {df5b9d73-4e13-43f0-a95a-148d05ff5275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6874 | 2024.11.13 20:51:04.310514 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6875 | 2024.11.13 20:51:04.310615 [ 274 ] {df5b9d73-4e13-43f0-a95a-148d05ff5275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6876 | 2024.11.13 20:51:04.310621 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 9117 rows starting from the beginning of the part | ||
| 6877 | 2024.11.13 20:51:04.311000 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 6878 | 2024.11.13 20:51:04.311437 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 133 rows starting from the beginning of the part | ||
| 6879 | 2024.11.13 20:51:04.311711 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 6880 | 2024.11.13 20:51:04.311933 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 6881 | 2024.11.13 20:51:04.312356 [ 190 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 129 rows starting from the beginning of the part | ||
| 6882 | 2024.11.13 20:51:04.313041 [ 274 ] {df5b9d73-4e13-43f0-a95a-148d05ff5275} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6883 | 2024.11.13 20:51:04.313096 [ 274 ] {df5b9d73-4e13-43f0-a95a-148d05ff5275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6884 | 2024.11.13 20:51:04.313877 [ 274 ] {df5b9d73-4e13-43f0-a95a-148d05ff5275} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6885 | 2024.11.13 20:51:04.314207 [ 274 ] {df5b9d73-4e13-43f0-a95a-148d05ff5275} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6886 | 2024.11.13 20:51:04.314478 [ 93 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 6887 | 2024.11.13 20:51:04.314576 [ 93 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6888 | 2024.11.13 20:51:04.314661 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6889 | 2024.11.13 20:51:04.314813 [ 274 ] {df5b9d73-4e13-43f0-a95a-148d05ff5275} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004419 sec., 10862.186014935505 rows/sec., 749.60 KiB/sec. | ||
| 6890 | 2024.11.13 20:51:04.315181 [ 274 ] {df5b9d73-4e13-43f0-a95a-148d05ff5275} <Debug> TCPHandler: Processed in 0.005450955 sec. | ||
| 6891 | 2024.11.13 20:51:04.315338 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 6892 | 2024.11.13 20:51:04.315786 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6893 | 2024.11.13 20:51:04.315879 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 2770 rows starting from the beginning of the part | ||
| 6894 | 2024.11.13 20:51:04.316095 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
| 6895 | 2024.11.13 20:51:04.316191 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 48 rows starting from the beginning of the part | ||
| 6896 | 2024.11.13 20:51:04.316529 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 6897 | 2024.11.13 20:51:04.316607 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 6898 | 2024.11.13 20:51:04.316736 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 48 rows starting from the beginning of the part | ||
| 6899 | 2024.11.13 20:51:04.318704 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10013 rows, containing 5 columns (5 merged, 0 gathered) in 0.009075699 sec., 1103275.901944302 rows/sec., 74.93 MiB/sec. | ||
| 6900 | 2024.11.13 20:51:04.319060 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6901 | 2024.11.13 20:51:04.319605 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6902 | 2024.11.13 20:51:04.319829 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 4 columns (4 merged, 0 gathered) in 0.004964497 sec., 622419.5522728687 rows/sec., 40.53 MiB/sec. | ||
| 6903 | 2024.11.13 20:51:04.319831 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6904 | 2024.11.13 20:51:04.319966 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. | ||
| 6905 | 2024.11.13 20:51:04.320179 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 6906 | 2024.11.13 20:51:04.320482 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6907 | 2024.11.13 20:51:04.320566 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_55_11} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 6908 | 2024.11.13 20:51:04.320656 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6909 | 2024.11.13 20:51:06.032741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1014 | ||
| 6910 | 2024.11.13 20:51:06.035626 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6911 | 2024.11.13 20:51:06.035682 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6912 | 2024.11.13 20:51:06.037098 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6913 | 2024.11.13 20:51:06.037420 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6914 | 2024.11.13 20:51:06.038693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1014 | ||
| 6915 | 2024.11.13 20:51:09.301037 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6916 | 2024.11.13 20:51:09.301243 [ 277 ] {feab793f-dfc8-474c-8656-6cd71f2195db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6917 | 2024.11.13 20:51:09.301321 [ 277 ] {feab793f-dfc8-474c-8656-6cd71f2195db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6918 | 2024.11.13 20:51:09.302049 [ 277 ] {feab793f-dfc8-474c-8656-6cd71f2195db} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6919 | 2024.11.13 20:51:09.302104 [ 277 ] {feab793f-dfc8-474c-8656-6cd71f2195db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6920 | 2024.11.13 20:51:09.302548 [ 277 ] {feab793f-dfc8-474c-8656-6cd71f2195db} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6921 | 2024.11.13 20:51:09.302811 [ 277 ] {feab793f-dfc8-474c-8656-6cd71f2195db} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6922 | 2024.11.13 20:51:09.303051 [ 277 ] {feab793f-dfc8-474c-8656-6cd71f2195db} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00186 sec., 30107.526881720427 rows/sec., 2.30 MiB/sec. | ||
| 6923 | 2024.11.13 20:51:09.303117 [ 277 ] {feab793f-dfc8-474c-8656-6cd71f2195db} <Debug> TCPHandler: Processed in 0.002205519 sec. | ||
| 6924 | 2024.11.13 20:51:09.303411 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6925 | 2024.11.13 20:51:09.303618 [ 274 ] {285cf604-2e11-4030-8cfd-a12ff9eea667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6926 | 2024.11.13 20:51:09.303694 [ 274 ] {285cf604-2e11-4030-8cfd-a12ff9eea667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6927 | 2024.11.13 20:51:09.304464 [ 274 ] {285cf604-2e11-4030-8cfd-a12ff9eea667} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6928 | 2024.11.13 20:51:09.304510 [ 274 ] {285cf604-2e11-4030-8cfd-a12ff9eea667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6929 | 2024.11.13 20:51:09.304963 [ 274 ] {285cf604-2e11-4030-8cfd-a12ff9eea667} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6930 | 2024.11.13 20:51:09.305240 [ 274 ] {285cf604-2e11-4030-8cfd-a12ff9eea667} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6931 | 2024.11.13 20:51:09.305454 [ 274 ] {285cf604-2e11-4030-8cfd-a12ff9eea667} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00189 sec., 33862.43386243386 rows/sec., 2.64 MiB/sec. | ||
| 6932 | 2024.11.13 20:51:09.305519 [ 274 ] {285cf604-2e11-4030-8cfd-a12ff9eea667} <Debug> TCPHandler: Processed in 0.00229756 sec. | ||
| 6933 | 2024.11.13 20:51:09.305681 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6934 | 2024.11.13 20:51:09.305834 [ 277 ] {6520e120-20aa-4865-9332-6b850b034e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6935 | 2024.11.13 20:51:09.305901 [ 277 ] {6520e120-20aa-4865-9332-6b850b034e43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6936 | 2024.11.13 20:51:09.306549 [ 277 ] {6520e120-20aa-4865-9332-6b850b034e43} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6937 | 2024.11.13 20:51:09.306589 [ 277 ] {6520e120-20aa-4865-9332-6b850b034e43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6938 | 2024.11.13 20:51:09.306984 [ 277 ] {6520e120-20aa-4865-9332-6b850b034e43} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6939 | 2024.11.13 20:51:09.307223 [ 277 ] {6520e120-20aa-4865-9332-6b850b034e43} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6940 | 2024.11.13 20:51:09.307439 [ 277 ] {6520e120-20aa-4865-9332-6b850b034e43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 6941 | 2024.11.13 20:51:09.307491 [ 277 ] {6520e120-20aa-4865-9332-6b850b034e43} <Debug> TCPHandler: Processed in 0.001879943 sec. | ||
| 6942 | 2024.11.13 20:51:09.307639 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6943 | 2024.11.13 20:51:09.307784 [ 274 ] {cebff0bc-afe2-4d15-98da-53484ecacf64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6944 | 2024.11.13 20:51:09.307850 [ 274 ] {cebff0bc-afe2-4d15-98da-53484ecacf64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6945 | 2024.11.13 20:51:09.308447 [ 274 ] {cebff0bc-afe2-4d15-98da-53484ecacf64} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6946 | 2024.11.13 20:51:09.308485 [ 274 ] {cebff0bc-afe2-4d15-98da-53484ecacf64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6947 | 2024.11.13 20:51:09.308876 [ 274 ] {cebff0bc-afe2-4d15-98da-53484ecacf64} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6948 | 2024.11.13 20:51:09.309120 [ 274 ] {cebff0bc-afe2-4d15-98da-53484ecacf64} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6949 | 2024.11.13 20:51:09.309299 [ 274 ] {cebff0bc-afe2-4d15-98da-53484ecacf64} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. | ||
| 6950 | 2024.11.13 20:51:09.309351 [ 274 ] {cebff0bc-afe2-4d15-98da-53484ecacf64} <Debug> TCPHandler: Processed in 0.001781431 sec. | ||
| 6951 | 2024.11.13 20:51:10.806201 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6952 | 2024.11.13 20:51:10.806254 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6953 | 2024.11.13 20:51:12.350384 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6954 | 2024.11.13 20:51:12.506858 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41658, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6955 | 2024.11.13 20:51:12.528197 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6956 | 2024.11.13 20:51:12.554475 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52491, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6957 | 2024.11.13 20:51:12.804046 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6958 | 2024.11.13 20:51:12.806489 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59560, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6959 | 2024.11.13 20:51:12.835036 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6960 | 2024.11.13 20:51:12.852469 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61095, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6961 | 2024.11.13 20:51:14.308163 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6962 | 2024.11.13 20:51:14.308349 [ 277 ] {bf7903b1-a8b0-4c9c-b1d6-19220aec777f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6963 | 2024.11.13 20:51:14.308420 [ 277 ] {bf7903b1-a8b0-4c9c-b1d6-19220aec777f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6964 | 2024.11.13 20:51:14.309127 [ 277 ] {bf7903b1-a8b0-4c9c-b1d6-19220aec777f} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6965 | 2024.11.13 20:51:14.309179 [ 277 ] {bf7903b1-a8b0-4c9c-b1d6-19220aec777f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6966 | 2024.11.13 20:51:14.309594 [ 277 ] {bf7903b1-a8b0-4c9c-b1d6-19220aec777f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6967 | 2024.11.13 20:51:14.309845 [ 277 ] {bf7903b1-a8b0-4c9c-b1d6-19220aec777f} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6968 | 2024.11.13 20:51:14.310078 [ 277 ] {bf7903b1-a8b0-4c9c-b1d6-19220aec777f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00178 sec., 7865.168539325843 rows/sec., 566.19 KiB/sec. | ||
| 6969 | 2024.11.13 20:51:14.310140 [ 277 ] {bf7903b1-a8b0-4c9c-b1d6-19220aec777f} <Debug> TCPHandler: Processed in 0.002101247 sec. | ||
| 6970 | 2024.11.13 20:51:14.310389 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6971 | 2024.11.13 20:51:14.310600 [ 274 ] {3924e6da-1586-4b93-bbe4-2502239fcf16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6972 | 2024.11.13 20:51:14.310674 [ 274 ] {3924e6da-1586-4b93-bbe4-2502239fcf16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6973 | 2024.11.13 20:51:14.311555 [ 274 ] {3924e6da-1586-4b93-bbe4-2502239fcf16} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6974 | 2024.11.13 20:51:14.311603 [ 274 ] {3924e6da-1586-4b93-bbe4-2502239fcf16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6975 | 2024.11.13 20:51:14.312080 [ 274 ] {3924e6da-1586-4b93-bbe4-2502239fcf16} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6976 | 2024.11.13 20:51:14.312347 [ 274 ] {3924e6da-1586-4b93-bbe4-2502239fcf16} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6977 | 2024.11.13 20:51:14.312565 [ 274 ] {3924e6da-1586-4b93-bbe4-2502239fcf16} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002018 sec., 142220.01982160556 rows/sec., 12.55 MiB/sec. | ||
| 6978 | 2024.11.13 20:51:14.312671 [ 274 ] {3924e6da-1586-4b93-bbe4-2502239fcf16} <Debug> TCPHandler: Processed in 0.002423572 sec. | ||
| 6979 | 2024.11.13 20:51:14.312857 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6980 | 2024.11.13 20:51:14.313021 [ 277 ] {aded2605-01ff-422b-900d-493e993bc990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6981 | 2024.11.13 20:51:14.313084 [ 277 ] {aded2605-01ff-422b-900d-493e993bc990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6982 | 2024.11.13 20:51:14.313747 [ 277 ] {aded2605-01ff-422b-900d-493e993bc990} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6983 | 2024.11.13 20:51:14.313787 [ 277 ] {aded2605-01ff-422b-900d-493e993bc990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6984 | 2024.11.13 20:51:14.314167 [ 277 ] {aded2605-01ff-422b-900d-493e993bc990} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6985 | 2024.11.13 20:51:14.314412 [ 277 ] {aded2605-01ff-422b-900d-493e993bc990} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6986 | 2024.11.13 20:51:14.314631 [ 277 ] {aded2605-01ff-422b-900d-493e993bc990} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001646 sec., 29769.13730255164 rows/sec., 2.14 MiB/sec. | ||
| 6987 | 2024.11.13 20:51:14.314689 [ 277 ] {aded2605-01ff-422b-900d-493e993bc990} <Debug> TCPHandler: Processed in 0.001941694 sec. | ||
| 6988 | 2024.11.13 20:51:14.314837 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2024.11.13 20:51:14.314977 [ 274 ] {54965cce-0e97-44c8-ae3b-4ed57517c86e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6990 | 2024.11.13 20:51:14.315038 [ 274 ] {54965cce-0e97-44c8-ae3b-4ed57517c86e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6991 | 2024.11.13 20:51:14.315706 [ 274 ] {54965cce-0e97-44c8-ae3b-4ed57517c86e} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2024.11.13 20:51:14.315745 [ 274 ] {54965cce-0e97-44c8-ae3b-4ed57517c86e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 6993 | 2024.11.13 20:51:14.316104 [ 274 ] {54965cce-0e97-44c8-ae3b-4ed57517c86e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6994 | 2024.11.13 20:51:14.316345 [ 274 ] {54965cce-0e97-44c8-ae3b-4ed57517c86e} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2024.11.13 20:51:14.316527 [ 274 ] {54965cce-0e97-44c8-ae3b-4ed57517c86e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001581 sec., 8855.154965211892 rows/sec., 620.16 KiB/sec. | ||
| 6996 | 2024.11.13 20:51:14.316579 [ 274 ] {54965cce-0e97-44c8-ae3b-4ed57517c86e} <Debug> TCPHandler: Processed in 0.001810902 sec. | ||
| 6997 | 2024.11.13 20:51:14.316719 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6998 | 2024.11.13 20:51:14.316846 [ 277 ] {5ab84e6f-6b46-496e-a336-6b0a4b02b23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6999 | 2024.11.13 20:51:14.316898 [ 277 ] {5ab84e6f-6b46-496e-a336-6b0a4b02b23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7000 | 2024.11.13 20:51:14.317482 [ 277 ] {5ab84e6f-6b46-496e-a336-6b0a4b02b23d} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7001 | 2024.11.13 20:51:14.317522 [ 277 ] {5ab84e6f-6b46-496e-a336-6b0a4b02b23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7002 | 2024.11.13 20:51:14.317865 [ 277 ] {5ab84e6f-6b46-496e-a336-6b0a4b02b23d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7003 | 2024.11.13 20:51:14.318095 [ 277 ] {5ab84e6f-6b46-496e-a336-6b0a4b02b23d} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7004 | 2024.11.13 20:51:14.318350 [ 277 ] {5ab84e6f-6b46-496e-a336-6b0a4b02b23d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00153 sec., 8496.73202614379 rows/sec., 529.77 KiB/sec. | ||
| 7005 | 2024.11.13 20:51:14.318563 [ 277 ] {5ab84e6f-6b46-496e-a336-6b0a4b02b23d} <Debug> TCPHandler: Processed in 0.001895904 sec. | ||
| 7006 | 2024.11.13 20:51:14.318750 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7007 | 2024.11.13 20:51:14.318886 [ 274 ] {415bf10a-d82e-4ec4-8b07-aa02555b29c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7008 | 2024.11.13 20:51:14.318943 [ 274 ] {415bf10a-d82e-4ec4-8b07-aa02555b29c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7009 | 2024.11.13 20:51:14.319753 [ 274 ] {415bf10a-d82e-4ec4-8b07-aa02555b29c2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7010 | 2024.11.13 20:51:14.319792 [ 274 ] {415bf10a-d82e-4ec4-8b07-aa02555b29c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7011 | 2024.11.13 20:51:14.320174 [ 274 ] {415bf10a-d82e-4ec4-8b07-aa02555b29c2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7012 | 2024.11.13 20:51:14.320414 [ 274 ] {415bf10a-d82e-4ec4-8b07-aa02555b29c2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7013 | 2024.11.13 20:51:14.320605 [ 274 ] {415bf10a-d82e-4ec4-8b07-aa02555b29c2} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001746 sec., 242840.77892325315 rows/sec., 17.36 MiB/sec. | ||
| 7014 | 2024.11.13 20:51:14.320690 [ 274 ] {415bf10a-d82e-4ec4-8b07-aa02555b29c2} <Debug> TCPHandler: Processed in 0.002007595 sec. | ||
| 7015 | 2024.11.13 20:51:14.320891 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7016 | 2024.11.13 20:51:14.321025 [ 277 ] {8a35205e-a9a4-4e71-8bad-75e93cfade28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7017 | 2024.11.13 20:51:14.321076 [ 277 ] {8a35205e-a9a4-4e71-8bad-75e93cfade28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7018 | 2024.11.13 20:51:14.321563 [ 277 ] {8a35205e-a9a4-4e71-8bad-75e93cfade28} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7019 | 2024.11.13 20:51:14.321601 [ 277 ] {8a35205e-a9a4-4e71-8bad-75e93cfade28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7020 | 2024.11.13 20:51:14.321976 [ 277 ] {8a35205e-a9a4-4e71-8bad-75e93cfade28} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7021 | 2024.11.13 20:51:14.322212 [ 277 ] {8a35205e-a9a4-4e71-8bad-75e93cfade28} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7022 | 2024.11.13 20:51:14.322419 [ 277 ] {8a35205e-a9a4-4e71-8bad-75e93cfade28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001418 sec., 4231.311706629055 rows/sec., 221.07 KiB/sec. | ||
| 7023 | 2024.11.13 20:51:14.322470 [ 277 ] {8a35205e-a9a4-4e71-8bad-75e93cfade28} <Debug> TCPHandler: Processed in 0.001675249 sec. | ||
| 7024 | 2024.11.13 20:51:14.322614 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7025 | 2024.11.13 20:51:14.322730 [ 274 ] {ea95031d-601a-4f09-ace1-ee59d8d1b5b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7026 | 2024.11.13 20:51:14.322811 [ 274 ] {ea95031d-601a-4f09-ace1-ee59d8d1b5b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7027 | 2024.11.13 20:51:14.323400 [ 274 ] {ea95031d-601a-4f09-ace1-ee59d8d1b5b6} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7028 | 2024.11.13 20:51:14.323437 [ 274 ] {ea95031d-601a-4f09-ace1-ee59d8d1b5b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7029 | 2024.11.13 20:51:14.323821 [ 274 ] {ea95031d-601a-4f09-ace1-ee59d8d1b5b6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7030 | 2024.11.13 20:51:14.324062 [ 274 ] {ea95031d-601a-4f09-ace1-ee59d8d1b5b6} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7031 | 2024.11.13 20:51:14.324248 [ 274 ] {ea95031d-601a-4f09-ace1-ee59d8d1b5b6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00154 sec., 153896.10389610392 rows/sec., 10.32 MiB/sec. | ||
| 7032 | 2024.11.13 20:51:14.324314 [ 274 ] {ea95031d-601a-4f09-ace1-ee59d8d1b5b6} <Debug> TCPHandler: Processed in 0.00175816 sec. | ||
| 7033 | 2024.11.13 20:51:14.324514 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7034 | 2024.11.13 20:51:14.324680 [ 277 ] {b0279726-229c-4ef3-9319-9193cb7e2046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7035 | 2024.11.13 20:51:14.324734 [ 277 ] {b0279726-229c-4ef3-9319-9193cb7e2046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7036 | 2024.11.13 20:51:14.325224 [ 277 ] {b0279726-229c-4ef3-9319-9193cb7e2046} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7037 | 2024.11.13 20:51:14.325265 [ 277 ] {b0279726-229c-4ef3-9319-9193cb7e2046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7038 | 2024.11.13 20:51:14.325630 [ 277 ] {b0279726-229c-4ef3-9319-9193cb7e2046} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7039 | 2024.11.13 20:51:14.325872 [ 277 ] {b0279726-229c-4ef3-9319-9193cb7e2046} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2024.11.13 20:51:14.326112 [ 277 ] {b0279726-229c-4ef3-9319-9193cb7e2046} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001456 sec., 686.8131868131868 rows/sec., 46.28 KiB/sec. | ||
| 7041 | 2024.11.13 20:51:14.326243 [ 277 ] {b0279726-229c-4ef3-9319-9193cb7e2046} <Debug> TCPHandler: Processed in 0.001832372 sec. | ||
| 7042 | 2024.11.13 20:51:14.326393 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7043 | 2024.11.13 20:51:14.326509 [ 274 ] {41ebd7c9-09f9-4c09-b826-a8749c3d0029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7044 | 2024.11.13 20:51:14.326599 [ 274 ] {41ebd7c9-09f9-4c09-b826-a8749c3d0029} <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 | ||
| 7045 | 2024.11.13 20:51:14.327864 [ 274 ] {41ebd7c9-09f9-4c09-b826-a8749c3d0029} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7046 | 2024.11.13 20:51:14.327902 [ 274 ] {41ebd7c9-09f9-4c09-b826-a8749c3d0029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7047 | 2024.11.13 20:51:14.328552 [ 274 ] {41ebd7c9-09f9-4c09-b826-a8749c3d0029} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7048 | 2024.11.13 20:51:14.328808 [ 274 ] {41ebd7c9-09f9-4c09-b826-a8749c3d0029} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2024.11.13 20:51:14.329041 [ 274 ] {41ebd7c9-09f9-4c09-b826-a8749c3d0029} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002548 sec., 16483.516483516483 rows/sec., 29.54 MiB/sec. | ||
| 7050 | 2024.11.13 20:51:14.329205 [ 274 ] {41ebd7c9-09f9-4c09-b826-a8749c3d0029} <Debug> TCPHandler: Processed in 0.0028701 sec. | ||
| 7051 | 2024.11.13 20:51:14.329354 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7052 | 2024.11.13 20:51:14.329476 [ 277 ] {26ee6c97-2b18-4565-aa60-d3d548ee86aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7053 | 2024.11.13 20:51:14.329527 [ 277 ] {26ee6c97-2b18-4565-aa60-d3d548ee86aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7054 | 2024.11.13 20:51:14.330020 [ 277 ] {26ee6c97-2b18-4565-aa60-d3d548ee86aa} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7055 | 2024.11.13 20:51:14.330058 [ 277 ] {26ee6c97-2b18-4565-aa60-d3d548ee86aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7056 | 2024.11.13 20:51:14.330426 [ 277 ] {26ee6c97-2b18-4565-aa60-d3d548ee86aa} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7057 | 2024.11.13 20:51:14.330667 [ 277 ] {26ee6c97-2b18-4565-aa60-d3d548ee86aa} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7058 | 2024.11.13 20:51:14.330891 [ 277 ] {26ee6c97-2b18-4565-aa60-d3d548ee86aa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
| 7059 | 2024.11.13 20:51:14.330960 [ 277 ] {26ee6c97-2b18-4565-aa60-d3d548ee86aa} <Debug> TCPHandler: Processed in 0.001664689 sec. | ||
| 7060 | 2024.11.13 20:51:16.038947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1044 | ||
| 7061 | 2024.11.13 20:51:16.042013 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7062 | 2024.11.13 20:51:16.042062 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7063 | 2024.11.13 20:51:16.043486 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7064 | 2024.11.13 20:51:16.043780 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7065 | 2024.11.13 20:51:16.044295 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1044 | ||
| 7066 | 2024.11.13 20:51:16.434873 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7067 | 2024.11.13 20:51:16.748647 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7068 | 2024.11.13 20:51:17.164134 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42472, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7069 | 2024.11.13 20:51:17.278658 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33458, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7070 | 2024.11.13 20:51:17.303974 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7071 | 2024.11.13 20:51:17.329333 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46306, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7072 | 2024.11.13 20:51:17.368732 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7073 | 2024.11.13 20:51:17.368798 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51206, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7074 | 2024.11.13 20:51:17.389153 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47857, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7075 | 2024.11.13 20:51:17.412806 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7076 | 2024.11.13 20:51:17.494336 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7077 | 2024.11.13 20:51:17.522536 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34492, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7078 | 2024.11.13 20:51:17.575217 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57581, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7079 | 2024.11.13 20:51:17.614021 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56866, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7080 | 2024.11.13 20:51:17.616348 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7081 | 2024.11.13 20:51:17.639165 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51600, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7082 | 2024.11.13 20:51:18.693038 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7083 | 2024.11.13 20:51:19.239708 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7084 | 2024.11.13 20:51:19.302071 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7085 | 2024.11.13 20:51:19.302278 [ 277 ] {bdea35a8-dc89-4cae-967b-0c5c6d9fc04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7086 | 2024.11.13 20:51:19.302351 [ 277 ] {bdea35a8-dc89-4cae-967b-0c5c6d9fc04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7087 | 2024.11.13 20:51:19.303185 [ 277 ] {bdea35a8-dc89-4cae-967b-0c5c6d9fc04a} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7088 | 2024.11.13 20:51:19.303255 [ 277 ] {bdea35a8-dc89-4cae-967b-0c5c6d9fc04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7089 | 2024.11.13 20:51:19.303828 [ 277 ] {bdea35a8-dc89-4cae-967b-0c5c6d9fc04a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7090 | 2024.11.13 20:51:19.304106 [ 277 ] {bdea35a8-dc89-4cae-967b-0c5c6d9fc04a} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7091 | 2024.11.13 20:51:19.304333 [ 277 ] {bdea35a8-dc89-4cae-967b-0c5c6d9fc04a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002107 sec., 949.21689606075 rows/sec., 77.40 KiB/sec. | ||
| 7092 | 2024.11.13 20:51:19.304394 [ 277 ] {bdea35a8-dc89-4cae-967b-0c5c6d9fc04a} <Debug> TCPHandler: Processed in 0.002470023 sec. | ||
| 7093 | 2024.11.13 20:51:19.304691 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7094 | 2024.11.13 20:51:19.304895 [ 274 ] {517d253c-1baf-42f6-a0a7-5b79f03a0076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7095 | 2024.11.13 20:51:19.304970 [ 274 ] {517d253c-1baf-42f6-a0a7-5b79f03a0076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7096 | 2024.11.13 20:51:19.305758 [ 274 ] {517d253c-1baf-42f6-a0a7-5b79f03a0076} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7097 | 2024.11.13 20:51:19.305799 [ 274 ] {517d253c-1baf-42f6-a0a7-5b79f03a0076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7098 | 2024.11.13 20:51:19.306259 [ 274 ] {517d253c-1baf-42f6-a0a7-5b79f03a0076} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7099 | 2024.11.13 20:51:19.306527 [ 274 ] {517d253c-1baf-42f6-a0a7-5b79f03a0076} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7100 | 2024.11.13 20:51:19.306748 [ 274 ] {517d253c-1baf-42f6-a0a7-5b79f03a0076} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001905 sec., 29921.259842519685 rows/sec., 2.28 MiB/sec. | ||
| 7101 | 2024.11.13 20:51:19.306813 [ 274 ] {517d253c-1baf-42f6-a0a7-5b79f03a0076} <Debug> TCPHandler: Processed in 0.002274519 sec. | ||
| 7102 | 2024.11.13 20:51:19.306975 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7103 | 2024.11.13 20:51:19.307114 [ 277 ] {c97b7830-7163-4b1a-8d2e-1f630caaab1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7104 | 2024.11.13 20:51:19.307174 [ 277 ] {c97b7830-7163-4b1a-8d2e-1f630caaab1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7105 | 2024.11.13 20:51:19.307955 [ 277 ] {c97b7830-7163-4b1a-8d2e-1f630caaab1c} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7106 | 2024.11.13 20:51:19.308006 [ 277 ] {c97b7830-7163-4b1a-8d2e-1f630caaab1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7107 | 2024.11.13 20:51:19.308483 [ 277 ] {c97b7830-7163-4b1a-8d2e-1f630caaab1c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7108 | 2024.11.13 20:51:19.308804 [ 277 ] {c97b7830-7163-4b1a-8d2e-1f630caaab1c} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7109 | 2024.11.13 20:51:19.309049 [ 80 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7110 | 2024.11.13 20:51:19.309090 [ 277 ] {c97b7830-7163-4b1a-8d2e-1f630caaab1c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002009 sec., 995.5201592832256 rows/sec., 69.51 KiB/sec. | ||
| 7111 | 2024.11.13 20:51:19.309152 [ 80 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7112 | 2024.11.13 20:51:19.309242 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7113 | 2024.11.13 20:51:19.309248 [ 277 ] {c97b7830-7163-4b1a-8d2e-1f630caaab1c} <Debug> TCPHandler: Processed in 0.002337931 sec. | ||
| 7114 | 2024.11.13 20:51:19.309567 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7115 | 2024.11.13 20:51:19.309599 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 7116 | 2024.11.13 20:51:19.310051 [ 274 ] {1bb2a20d-be1c-41d6-bbbf-f3cbeb4195ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7117 | 2024.11.13 20:51:19.310290 [ 274 ] {1bb2a20d-be1c-41d6-bbbf-f3cbeb4195ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7118 | 2024.11.13 20:51:19.310429 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7119 | 2024.11.13 20:51:19.310631 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 67 rows starting from the beginning of the part | ||
| 7120 | 2024.11.13 20:51:19.310958 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part | ||
| 7121 | 2024.11.13 20:51:19.311464 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 49 rows starting from the beginning of the part | ||
| 7122 | 2024.11.13 20:51:19.311921 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
| 7123 | 2024.11.13 20:51:19.312316 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 49 rows starting from the beginning of the part | ||
| 7124 | 2024.11.13 20:51:19.312571 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2 rows starting from the beginning of the part | ||
| 7125 | 2024.11.13 20:51:19.313406 [ 274 ] {1bb2a20d-be1c-41d6-bbbf-f3cbeb4195ad} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7126 | 2024.11.13 20:51:19.313480 [ 274 ] {1bb2a20d-be1c-41d6-bbbf-f3cbeb4195ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7127 | 2024.11.13 20:51:19.314568 [ 274 ] {1bb2a20d-be1c-41d6-bbbf-f3cbeb4195ad} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7128 | 2024.11.13 20:51:19.315315 [ 274 ] {1bb2a20d-be1c-41d6-bbbf-f3cbeb4195ad} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7129 | 2024.11.13 20:51:19.315390 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.006034146 sec., 29664.512592171286 rows/sec., 2.23 MiB/sec. | ||
| 7130 | 2024.11.13 20:51:19.315655 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7131 | 2024.11.13 20:51:19.315867 [ 274 ] {1bb2a20d-be1c-41d6-bbbf-f3cbeb4195ad} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.006013 sec., 10976.218193913188 rows/sec., 877.82 KiB/sec. | ||
| 7132 | 2024.11.13 20:51:19.316208 [ 274 ] {1bb2a20d-be1c-41d6-bbbf-f3cbeb4195ad} <Debug> TCPHandler: Processed in 0.006808869 sec. | ||
| 7133 | 2024.11.13 20:51:19.316558 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7134 | 2024.11.13 20:51:19.316632 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_41_8} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7135 | 2024.11.13 20:51:19.316768 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_41_8} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7136 | 2024.11.13 20:51:19.316778 [ 277 ] {da134f3a-8922-4690-ab16-3345d1fe5b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7137 | 2024.11.13 20:51:19.316891 [ 277 ] {da134f3a-8922-4690-ab16-3345d1fe5b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7138 | 2024.11.13 20:51:19.316903 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7139 | 2024.11.13 20:51:19.317731 [ 277 ] {da134f3a-8922-4690-ab16-3345d1fe5b03} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7140 | 2024.11.13 20:51:19.317783 [ 277 ] {da134f3a-8922-4690-ab16-3345d1fe5b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7141 | 2024.11.13 20:51:19.318348 [ 277 ] {da134f3a-8922-4690-ab16-3345d1fe5b03} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7142 | 2024.11.13 20:51:19.318725 [ 277 ] {da134f3a-8922-4690-ab16-3345d1fe5b03} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7143 | 2024.11.13 20:51:19.319000 [ 277 ] {da134f3a-8922-4690-ab16-3345d1fe5b03} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002285 sec., 70459.51859956236 rows/sec., 4.91 MiB/sec. | ||
| 7144 | 2024.11.13 20:51:19.319074 [ 277 ] {da134f3a-8922-4690-ab16-3345d1fe5b03} <Debug> TCPHandler: Processed in 0.002711838 sec. | ||
| 7145 | 2024.11.13 20:51:19.319245 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7146 | 2024.11.13 20:51:19.319386 [ 274 ] {a2ffd9e5-110d-4b1b-94e5-1e21ff31c16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7147 | 2024.11.13 20:51:19.319447 [ 274 ] {a2ffd9e5-110d-4b1b-94e5-1e21ff31c16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7148 | 2024.11.13 20:51:19.320016 [ 274 ] {a2ffd9e5-110d-4b1b-94e5-1e21ff31c16c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7149 | 2024.11.13 20:51:19.320056 [ 274 ] {a2ffd9e5-110d-4b1b-94e5-1e21ff31c16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7150 | 2024.11.13 20:51:19.320454 [ 274 ] {a2ffd9e5-110d-4b1b-94e5-1e21ff31c16c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7151 | 2024.11.13 20:51:19.320697 [ 274 ] {a2ffd9e5-110d-4b1b-94e5-1e21ff31c16c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7152 | 2024.11.13 20:51:19.320933 [ 274 ] {a2ffd9e5-110d-4b1b-94e5-1e21ff31c16c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001587 sec., 37807.183364839315 rows/sec., 2.55 MiB/sec. | ||
| 7153 | 2024.11.13 20:51:19.320990 [ 274 ] {a2ffd9e5-110d-4b1b-94e5-1e21ff31c16c} <Debug> TCPHandler: Processed in 0.001815922 sec. | ||
| 7154 | 2024.11.13 20:51:19.357527 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7155 | 2024.11.13 20:51:19.381873 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7156 | 2024.11.13 20:51:19.392230 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59119, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7157 | 2024.11.13 20:51:19.597743 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50668, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7158 | 2024.11.13 20:51:19.612692 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7159 | 2024.11.13 20:51:19.625951 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7160 | 2024.11.13 20:51:24.301785 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7161 | 2024.11.13 20:51:24.302012 [ 277 ] {87d0d962-6361-47d9-8610-79085cf4724f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7162 | 2024.11.13 20:51:24.302094 [ 277 ] {87d0d962-6361-47d9-8610-79085cf4724f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7163 | 2024.11.13 20:51:24.302953 [ 277 ] {87d0d962-6361-47d9-8610-79085cf4724f} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7164 | 2024.11.13 20:51:24.303010 [ 277 ] {87d0d962-6361-47d9-8610-79085cf4724f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7165 | 2024.11.13 20:51:24.303442 [ 277 ] {87d0d962-6361-47d9-8610-79085cf4724f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7166 | 2024.11.13 20:51:24.303702 [ 277 ] {87d0d962-6361-47d9-8610-79085cf4724f} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7167 | 2024.11.13 20:51:24.303916 [ 77 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7168 | 2024.11.13 20:51:24.303978 [ 277 ] {87d0d962-6361-47d9-8610-79085cf4724f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002016 sec., 27777.777777777777 rows/sec., 2.12 MiB/sec. | ||
| 7169 | 2024.11.13 20:51:24.304005 [ 77 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7170 | 2024.11.13 20:51:24.304074 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7171 | 2024.11.13 20:51:24.304110 [ 277 ] {87d0d962-6361-47d9-8610-79085cf4724f} <Debug> TCPHandler: Processed in 0.002450513 sec. | ||
| 7172 | 2024.11.13 20:51:24.304252 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 7173 | 2024.11.13 20:51:24.304360 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7174 | 2024.11.13 20:51:24.304401 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7175 | 2024.11.13 20:51:24.304419 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1437 rows starting from the beginning of the part | ||
| 7176 | 2024.11.13 20:51:24.304563 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 57 rows starting from the beginning of the part | ||
| 7177 | 2024.11.13 20:51:24.304895 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
| 7178 | 2024.11.13 20:51:24.304895 [ 274 ] {337fa590-4830-4c69-9da4-3baa0ded558e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7179 | 2024.11.13 20:51:24.305194 [ 274 ] {337fa590-4830-4c69-9da4-3baa0ded558e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7180 | 2024.11.13 20:51:24.305244 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 287 rows starting from the beginning of the part | ||
| 7181 | 2024.11.13 20:51:24.305593 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 57 rows starting from the beginning of the part | ||
| 7182 | 2024.11.13 20:51:24.305903 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part | ||
| 7183 | 2024.11.13 20:51:24.307916 [ 274 ] {337fa590-4830-4c69-9da4-3baa0ded558e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7184 | 2024.11.13 20:51:24.307993 [ 274 ] {337fa590-4830-4c69-9da4-3baa0ded558e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7185 | 2024.11.13 20:51:24.308824 [ 274 ] {337fa590-4830-4c69-9da4-3baa0ded558e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7186 | 2024.11.13 20:51:24.309144 [ 194 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.004955447 sec., 393506.3779311937 rows/sec., 34.29 MiB/sec. | ||
| 7187 | 2024.11.13 20:51:24.309302 [ 274 ] {337fa590-4830-4c69-9da4-3baa0ded558e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7188 | 2024.11.13 20:51:24.309543 [ 77 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7189 | 2024.11.13 20:51:24.309566 [ 194 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7190 | 2024.11.13 20:51:24.309610 [ 77 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7191 | 2024.11.13 20:51:24.309690 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7192 | 2024.11.13 20:51:24.309764 [ 274 ] {337fa590-4830-4c69-9da4-3baa0ded558e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005121 sec., 12497.559070494044 rows/sec., 998.87 KiB/sec. | ||
| 7193 | 2024.11.13 20:51:24.310139 [ 274 ] {337fa590-4830-4c69-9da4-3baa0ded558e} <Debug> TCPHandler: Processed in 0.005878323 sec. | ||
| 7194 | 2024.11.13 20:51:24.310234 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 7195 | 2024.11.13 20:51:24.310410 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7196 | 2024.11.13 20:51:24.310526 [ 194 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_61_12} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7197 | 2024.11.13 20:51:24.310820 [ 194 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_61_12} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7198 | 2024.11.13 20:51:24.310838 [ 277 ] {cad31e4b-2ee3-4ec9-ab43-64bd4abe9715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7199 | 2024.11.13 20:51:24.310841 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7200 | 2024.11.13 20:51:24.311007 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 916 rows starting from the beginning of the part | ||
| 7201 | 2024.11.13 20:51:24.311034 [ 277 ] {cad31e4b-2ee3-4ec9-ab43-64bd4abe9715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7202 | 2024.11.13 20:51:24.311069 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 7203 | 2024.11.13 20:51:24.311521 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 66 rows starting from the beginning of the part | ||
| 7204 | 2024.11.13 20:51:24.311922 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
| 7205 | 2024.11.13 20:51:24.312267 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 424 rows starting from the beginning of the part | ||
| 7206 | 2024.11.13 20:51:24.312470 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 66 rows starting from the beginning of the part | ||
| 7207 | 2024.11.13 20:51:24.312838 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part | ||
| 7208 | 2024.11.13 20:51:24.313581 [ 277 ] {cad31e4b-2ee3-4ec9-ab43-64bd4abe9715} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7209 | 2024.11.13 20:51:24.313648 [ 277 ] {cad31e4b-2ee3-4ec9-ab43-64bd4abe9715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7210 | 2024.11.13 20:51:24.314623 [ 277 ] {cad31e4b-2ee3-4ec9-ab43-64bd4abe9715} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7211 | 2024.11.13 20:51:24.315115 [ 277 ] {cad31e4b-2ee3-4ec9-ab43-64bd4abe9715} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7212 | 2024.11.13 20:51:24.315675 [ 277 ] {cad31e4b-2ee3-4ec9-ab43-64bd4abe9715} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00495 sec., 32323.23232323232 rows/sec., 2.25 MiB/sec. | ||
| 7213 | 2024.11.13 20:51:24.316247 [ 277 ] {cad31e4b-2ee3-4ec9-ab43-64bd4abe9715} <Debug> TCPHandler: Processed in 0.005960635 sec. | ||
| 7214 | 2024.11.13 20:51:24.316416 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.006538364 sec., 244709.53284338408 rows/sec., 18.87 MiB/sec. | ||
| 7215 | 2024.11.13 20:51:24.316604 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7216 | 2024.11.13 20:51:24.316758 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7217 | 2024.11.13 20:51:24.316898 [ 274 ] {361e29d1-5ecd-43b4-a296-df2aa68a0b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7218 | 2024.11.13 20:51:24.316994 [ 274 ] {361e29d1-5ecd-43b4-a296-df2aa68a0b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7219 | 2024.11.13 20:51:24.317428 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_61_12} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7220 | 2024.11.13 20:51:24.317612 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_61_12} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7221 | 2024.11.13 20:51:24.317755 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 7222 | 2024.11.13 20:51:24.317989 [ 274 ] {361e29d1-5ecd-43b4-a296-df2aa68a0b4e} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7223 | 2024.11.13 20:51:24.318033 [ 274 ] {361e29d1-5ecd-43b4-a296-df2aa68a0b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7224 | 2024.11.13 20:51:24.318431 [ 274 ] {361e29d1-5ecd-43b4-a296-df2aa68a0b4e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7225 | 2024.11.13 20:51:24.318671 [ 274 ] {361e29d1-5ecd-43b4-a296-df2aa68a0b4e} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7226 | 2024.11.13 20:51:24.318864 [ 274 ] {361e29d1-5ecd-43b4-a296-df2aa68a0b4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002071 sec., 28971.511347175277 rows/sec., 1.95 MiB/sec. | ||
| 7227 | 2024.11.13 20:51:24.318960 [ 274 ] {361e29d1-5ecd-43b4-a296-df2aa68a0b4e} <Debug> TCPHandler: Processed in 0.002580925 sec. | ||
| 7228 | 2024.11.13 20:51:25.806294 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7229 | 2024.11.13 20:51:25.806344 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7230 | 2024.11.13 20:51:26.001426 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001032118 sec. | ||
| 7231 | 2024.11.13 20:51:26.044465 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1064 | ||
| 7232 | 2024.11.13 20:51:26.047246 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7233 | 2024.11.13 20:51:26.047303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7234 | 2024.11.13 20:51:26.048751 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7235 | 2024.11.13 20:51:26.049067 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7236 | 2024.11.13 20:51:26.050288 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1064 | ||
| 7237 | 2024.11.13 20:51:29.307501 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7238 | 2024.11.13 20:51:29.307730 [ 277 ] {6aff8608-095f-4d4b-a691-adbeb010b603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7239 | 2024.11.13 20:51:29.307815 [ 277 ] {6aff8608-095f-4d4b-a691-adbeb010b603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7240 | 2024.11.13 20:51:29.308560 [ 277 ] {6aff8608-095f-4d4b-a691-adbeb010b603} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7241 | 2024.11.13 20:51:29.308612 [ 277 ] {6aff8608-095f-4d4b-a691-adbeb010b603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7242 | 2024.11.13 20:51:29.309033 [ 277 ] {6aff8608-095f-4d4b-a691-adbeb010b603} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7243 | 2024.11.13 20:51:29.309289 [ 277 ] {6aff8608-095f-4d4b-a691-adbeb010b603} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7244 | 2024.11.13 20:51:29.309547 [ 277 ] {6aff8608-095f-4d4b-a691-adbeb010b603} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec. | ||
| 7245 | 2024.11.13 20:51:29.309614 [ 277 ] {6aff8608-095f-4d4b-a691-adbeb010b603} <Debug> TCPHandler: Processed in 0.002248969 sec. | ||
| 7246 | 2024.11.13 20:51:29.309863 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7247 | 2024.11.13 20:51:29.310082 [ 274 ] {8eeae449-0f3a-4537-978e-7a6a3e6367cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7248 | 2024.11.13 20:51:29.310165 [ 274 ] {8eeae449-0f3a-4537-978e-7a6a3e6367cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7249 | 2024.11.13 20:51:29.311106 [ 274 ] {8eeae449-0f3a-4537-978e-7a6a3e6367cd} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7250 | 2024.11.13 20:51:29.311159 [ 274 ] {8eeae449-0f3a-4537-978e-7a6a3e6367cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7251 | 2024.11.13 20:51:29.311610 [ 274 ] {8eeae449-0f3a-4537-978e-7a6a3e6367cd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7252 | 2024.11.13 20:51:29.311873 [ 274 ] {8eeae449-0f3a-4537-978e-7a6a3e6367cd} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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.13 20:51:29.312122 [ 274 ] {8eeae449-0f3a-4537-978e-7a6a3e6367cd} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002101 sec., 136601.61827701094 rows/sec., 12.06 MiB/sec. | ||
| 7254 | 2024.11.13 20:51:29.312182 [ 274 ] {8eeae449-0f3a-4537-978e-7a6a3e6367cd} <Debug> TCPHandler: Processed in 0.002462203 sec. | ||
| 7255 | 2024.11.13 20:51:29.312338 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7256 | 2024.11.13 20:51:29.312484 [ 277 ] {cae3728c-5ce5-4a08-b0ee-6d4dba72227f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7257 | 2024.11.13 20:51:29.312544 [ 277 ] {cae3728c-5ce5-4a08-b0ee-6d4dba72227f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7258 | 2024.11.13 20:51:29.313214 [ 277 ] {cae3728c-5ce5-4a08-b0ee-6d4dba72227f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2024.11.13 20:51:29.313256 [ 277 ] {cae3728c-5ce5-4a08-b0ee-6d4dba72227f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7260 | 2024.11.13 20:51:29.313617 [ 277 ] {cae3728c-5ce5-4a08-b0ee-6d4dba72227f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7261 | 2024.11.13 20:51:29.313856 [ 277 ] {cae3728c-5ce5-4a08-b0ee-6d4dba72227f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2024.11.13 20:51:29.314064 [ 277 ] {cae3728c-5ce5-4a08-b0ee-6d4dba72227f} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001615 sec., 30340.557275541796 rows/sec., 2.19 MiB/sec. | ||
| 7263 | 2024.11.13 20:51:29.314119 [ 277 ] {cae3728c-5ce5-4a08-b0ee-6d4dba72227f} <Debug> TCPHandler: Processed in 0.001851842 sec. | ||
| 7264 | 2024.11.13 20:51:29.314274 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7265 | 2024.11.13 20:51:29.314414 [ 274 ] {20bc8dad-fb9d-4246-9d6f-5ee43bda6b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7266 | 2024.11.13 20:51:29.314472 [ 274 ] {20bc8dad-fb9d-4246-9d6f-5ee43bda6b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7267 | 2024.11.13 20:51:29.315133 [ 274 ] {20bc8dad-fb9d-4246-9d6f-5ee43bda6b04} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7268 | 2024.11.13 20:51:29.315172 [ 274 ] {20bc8dad-fb9d-4246-9d6f-5ee43bda6b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7269 | 2024.11.13 20:51:29.315529 [ 274 ] {20bc8dad-fb9d-4246-9d6f-5ee43bda6b04} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7270 | 2024.11.13 20:51:29.315767 [ 274 ] {20bc8dad-fb9d-4246-9d6f-5ee43bda6b04} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7271 | 2024.11.13 20:51:29.316004 [ 274 ] {20bc8dad-fb9d-4246-9d6f-5ee43bda6b04} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001619 sec., 8647.313156269302 rows/sec., 605.60 KiB/sec. | ||
| 7272 | 2024.11.13 20:51:29.316129 [ 274 ] {20bc8dad-fb9d-4246-9d6f-5ee43bda6b04} <Debug> TCPHandler: Processed in 0.001921434 sec. | ||
| 7273 | 2024.11.13 20:51:29.316305 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7274 | 2024.11.13 20:51:29.316446 [ 277 ] {48908839-3fe6-4255-bfb6-c3b0de01117c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7275 | 2024.11.13 20:51:29.316504 [ 277 ] {48908839-3fe6-4255-bfb6-c3b0de01117c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7276 | 2024.11.13 20:51:29.317160 [ 277 ] {48908839-3fe6-4255-bfb6-c3b0de01117c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2024.11.13 20:51:29.317199 [ 277 ] {48908839-3fe6-4255-bfb6-c3b0de01117c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7278 | 2024.11.13 20:51:29.317562 [ 277 ] {48908839-3fe6-4255-bfb6-c3b0de01117c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7279 | 2024.11.13 20:51:29.317804 [ 277 ] {48908839-3fe6-4255-bfb6-c3b0de01117c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2024.11.13 20:51:29.318024 [ 277 ] {48908839-3fe6-4255-bfb6-c3b0de01117c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00161 sec., 8074.534161490683 rows/sec., 503.45 KiB/sec. | ||
| 7281 | 2024.11.13 20:51:29.318080 [ 277 ] {48908839-3fe6-4255-bfb6-c3b0de01117c} <Debug> TCPHandler: Processed in 0.001859453 sec. | ||
| 7282 | 2024.11.13 20:51:29.318225 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7283 | 2024.11.13 20:51:29.318362 [ 274 ] {1c484bde-954a-4990-b652-f04b1c8392ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7284 | 2024.11.13 20:51:29.318419 [ 274 ] {1c484bde-954a-4990-b652-f04b1c8392ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7285 | 2024.11.13 20:51:29.319216 [ 274 ] {1c484bde-954a-4990-b652-f04b1c8392ee} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7286 | 2024.11.13 20:51:29.319255 [ 274 ] {1c484bde-954a-4990-b652-f04b1c8392ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7287 | 2024.11.13 20:51:29.319636 [ 274 ] {1c484bde-954a-4990-b652-f04b1c8392ee} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7288 | 2024.11.13 20:51:29.319888 [ 274 ] {1c484bde-954a-4990-b652-f04b1c8392ee} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7289 | 2024.11.13 20:51:29.320089 [ 274 ] {1c484bde-954a-4990-b652-f04b1c8392ee} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001756 sec., 241457.85876993166 rows/sec., 17.26 MiB/sec. | ||
| 7290 | 2024.11.13 20:51:29.320140 [ 274 ] {1c484bde-954a-4990-b652-f04b1c8392ee} <Debug> TCPHandler: Processed in 0.001981675 sec. | ||
| 7291 | 2024.11.13 20:51:29.320300 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7292 | 2024.11.13 20:51:29.320442 [ 277 ] {2434b84f-1e54-4dbd-94c7-4c7e55f4ed5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7293 | 2024.11.13 20:51:29.320504 [ 277 ] {2434b84f-1e54-4dbd-94c7-4c7e55f4ed5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7294 | 2024.11.13 20:51:29.321056 [ 277 ] {2434b84f-1e54-4dbd-94c7-4c7e55f4ed5d} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7295 | 2024.11.13 20:51:29.321094 [ 277 ] {2434b84f-1e54-4dbd-94c7-4c7e55f4ed5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7296 | 2024.11.13 20:51:29.321456 [ 277 ] {2434b84f-1e54-4dbd-94c7-4c7e55f4ed5d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7297 | 2024.11.13 20:51:29.321688 [ 277 ] {2434b84f-1e54-4dbd-94c7-4c7e55f4ed5d} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7298 | 2024.11.13 20:51:29.321957 [ 277 ] {2434b84f-1e54-4dbd-94c7-4c7e55f4ed5d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 202.64 KiB/sec. | ||
| 7299 | 2024.11.13 20:51:29.322164 [ 277 ] {2434b84f-1e54-4dbd-94c7-4c7e55f4ed5d} <Debug> TCPHandler: Processed in 0.001929384 sec. | ||
| 7300 | 2024.11.13 20:51:29.322344 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7301 | 2024.11.13 20:51:29.322483 [ 274 ] {9399a6b3-3886-4f52-9171-64cda23412ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7302 | 2024.11.13 20:51:29.322546 [ 274 ] {9399a6b3-3886-4f52-9171-64cda23412ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7303 | 2024.11.13 20:51:29.323195 [ 274 ] {9399a6b3-3886-4f52-9171-64cda23412ee} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7304 | 2024.11.13 20:51:29.323232 [ 274 ] {9399a6b3-3886-4f52-9171-64cda23412ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7305 | 2024.11.13 20:51:29.323629 [ 274 ] {9399a6b3-3886-4f52-9171-64cda23412ee} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7306 | 2024.11.13 20:51:29.323863 [ 274 ] {9399a6b3-3886-4f52-9171-64cda23412ee} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7307 | 2024.11.13 20:51:29.324035 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7308 | 2024.11.13 20:51:29.324096 [ 274 ] {9399a6b3-3886-4f52-9171-64cda23412ee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001643 sec., 144248.32623250154 rows/sec., 9.67 MiB/sec. | ||
| 7309 | 2024.11.13 20:51:29.324120 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7310 | 2024.11.13 20:51:29.324194 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7311 | 2024.11.13 20:51:29.324209 [ 274 ] {9399a6b3-3886-4f52-9171-64cda23412ee} <Debug> TCPHandler: Processed in 0.001932384 sec. | ||
| 7312 | 2024.11.13 20:51:29.324432 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7313 | 2024.11.13 20:51:29.324465 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 7314 | 2024.11.13 20:51:29.324646 [ 277 ] {96fe9349-0ed3-42c3-b115-d9bacc11ee4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7315 | 2024.11.13 20:51:29.324759 [ 277 ] {96fe9349-0ed3-42c3-b115-d9bacc11ee4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7316 | 2024.11.13 20:51:29.324788 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7317 | 2024.11.13 20:51:29.324895 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 10013 rows starting from the beginning of the part | ||
| 7318 | 2024.11.13 20:51:29.325273 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 7319 | 2024.11.13 20:51:29.325629 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 7320 | 2024.11.13 20:51:29.325940 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 161 rows starting from the beginning of the part | ||
| 7321 | 2024.11.13 20:51:29.326099 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 7322 | 2024.11.13 20:51:29.326432 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 7323 | 2024.11.13 20:51:29.327370 [ 277 ] {96fe9349-0ed3-42c3-b115-d9bacc11ee4c} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7324 | 2024.11.13 20:51:29.327426 [ 277 ] {96fe9349-0ed3-42c3-b115-d9bacc11ee4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7325 | 2024.11.13 20:51:29.328117 [ 277 ] {96fe9349-0ed3-42c3-b115-d9bacc11ee4c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7326 | 2024.11.13 20:51:29.328388 [ 277 ] {96fe9349-0ed3-42c3-b115-d9bacc11ee4c} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7327 | 2024.11.13 20:51:29.328880 [ 277 ] {96fe9349-0ed3-42c3-b115-d9bacc11ee4c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004276 sec., 233.86342376052383 rows/sec., 15.76 KiB/sec. | ||
| 7328 | 2024.11.13 20:51:29.329166 [ 277 ] {96fe9349-0ed3-42c3-b115-d9bacc11ee4c} <Debug> TCPHandler: Processed in 0.004847495 sec. | ||
| 7329 | 2024.11.13 20:51:29.329481 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7330 | 2024.11.13 20:51:29.329894 [ 274 ] {71c1886c-151a-41fe-a0d2-9538333470a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7331 | 2024.11.13 20:51:29.330123 [ 274 ] {71c1886c-151a-41fe-a0d2-9538333470a4} <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 | ||
| 7332 | 2024.11.13 20:51:29.333757 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10968 rows, containing 5 columns (5 merged, 0 gathered) in 0.009421435 sec., 1164153.8682801505 rows/sec., 79.11 MiB/sec. | ||
| 7333 | 2024.11.13 20:51:29.333965 [ 274 ] {71c1886c-151a-41fe-a0d2-9538333470a4} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7334 | 2024.11.13 20:51:29.334020 [ 274 ] {71c1886c-151a-41fe-a0d2-9538333470a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7335 | 2024.11.13 20:51:29.334129 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7336 | 2024.11.13 20:51:29.334842 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7337 | 2024.11.13 20:51:29.335076 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7338 | 2024.11.13 20:51:29.335272 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
| 7339 | 2024.11.13 20:51:29.335516 [ 274 ] {71c1886c-151a-41fe-a0d2-9538333470a4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7340 | 2024.11.13 20:51:29.335796 [ 274 ] {71c1886c-151a-41fe-a0d2-9538333470a4} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7341 | 2024.11.13 20:51:29.335978 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7342 | 2024.11.13 20:51:29.336051 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7343 | 2024.11.13 20:51:29.336094 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7344 | 2024.11.13 20:51:29.336134 [ 274 ] {71c1886c-151a-41fe-a0d2-9538333470a4} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.006342 sec., 6622.51655629139 rows/sec., 11.87 MiB/sec. | ||
| 7345 | 2024.11.13 20:51:29.336872 [ 200 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::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 | ||
| 7346 | 2024.11.13 20:51:29.336987 [ 274 ] {71c1886c-151a-41fe-a0d2-9538333470a4} <Debug> TCPHandler: Processed in 0.007680824 sec. | ||
| 7347 | 2024.11.13 20:51:29.337267 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7348 | 2024.11.13 20:51:29.337563 [ 277 ] {ceae2c09-816e-4dc4-a7f6-bc0208440347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7349 | 2024.11.13 20:51:29.337721 [ 277 ] {ceae2c09-816e-4dc4-a7f6-bc0208440347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7350 | 2024.11.13 20:51:29.337774 [ 200 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7351 | 2024.11.13 20:51:29.338007 [ 200 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 693 rows starting from the beginning of the part | ||
| 7352 | 2024.11.13 20:51:29.338862 [ 200 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part | ||
| 7353 | 2024.11.13 20:51:29.339557 [ 200 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part | ||
| 7354 | 2024.11.13 20:51:29.340088 [ 277 ] {ceae2c09-816e-4dc4-a7f6-bc0208440347} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7355 | 2024.11.13 20:51:29.340221 [ 277 ] {ceae2c09-816e-4dc4-a7f6-bc0208440347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7356 | 2024.11.13 20:51:29.340405 [ 200 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part | ||
| 7357 | 2024.11.13 20:51:29.341255 [ 200 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part | ||
| 7358 | 2024.11.13 20:51:29.341887 [ 200 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part | ||
| 7359 | 2024.11.13 20:51:29.341937 [ 277 ] {ceae2c09-816e-4dc4-a7f6-bc0208440347} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7360 | 2024.11.13 20:51:29.342662 [ 277 ] {ceae2c09-816e-4dc4-a7f6-bc0208440347} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7361 | 2024.11.13 20:51:29.343045 [ 72 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 7362 | 2024.11.13 20:51:29.343158 [ 72 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7363 | 2024.11.13 20:51:29.343241 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7364 | 2024.11.13 20:51:29.343323 [ 277 ] {ceae2c09-816e-4dc4-a7f6-bc0208440347} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005822 sec., 14084.507042253521 rows/sec., 916.01 KiB/sec. | ||
| 7365 | 2024.11.13 20:51:29.343601 [ 277 ] {ceae2c09-816e-4dc4-a7f6-bc0208440347} <Debug> TCPHandler: Processed in 0.006481224 sec. | ||
| 7366 | 2024.11.13 20:51:29.344037 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
| 7367 | 2024.11.13 20:51:29.344367 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7368 | 2024.11.13 20:51:29.344410 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 3090 rows starting from the beginning of the part | ||
| 7369 | 2024.11.13 20:51:29.344528 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 7370 | 2024.11.13 20:51:29.344727 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
| 7371 | 2024.11.13 20:51:29.344967 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 7372 | 2024.11.13 20:51:29.345217 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 7373 | 2024.11.13 20:51:29.345408 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
| 7374 | 2024.11.13 20:51:29.350363 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3434 rows, containing 4 columns (4 merged, 0 gathered) in 0.006916302 sec., 496508.1050538279 rows/sec., 32.35 MiB/sec. | ||
| 7375 | 2024.11.13 20:51:29.350991 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 7376 | 2024.11.13 20:51:29.351777 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7377 | 2024.11.13 20:51:29.351880 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_60_12} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 7378 | 2024.11.13 20:51:29.351972 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7379 | 2024.11.13 20:51:29.359993 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 903 rows, containing 19 columns (19 merged, 0 gathered) in 0.023812137 sec., 37921.8379266002 rows/sec., 67.95 MiB/sec. | ||
| 7380 | 2024.11.13 20:51:29.360964 [ 188 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7381 | 2024.11.13 20:51:29.361387 [ 188 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7382 | 2024.11.13 20:51:29.361469 [ 188 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7383 | 2024.11.13 20:51:29.361584 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 7384 | 2024.11.13 20:51:30.000171 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.33 MiB, peak 180.06 MiB, free memory in arenas 0.00 B, will set to 174.94 MiB (RSS), difference: 2.61 MiB | ||
| 7385 | 2024.11.13 20:51:30.524253 [ 72 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 7386 | 2024.11.13 20:51:30.524344 [ 72 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7387 | 2024.11.13 20:51:30.524386 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7388 | 2024.11.13 20:51:30.524645 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 7389 | 2024.11.13 20:51:30.524908 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7390 | 2024.11.13 20:51:30.524973 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 7391 | 2024.11.13 20:51:30.525093 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 7392 | 2024.11.13 20:51:30.525341 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 7393 | 2024.11.13 20:51:30.525539 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
| 7394 | 2024.11.13 20:51:30.525689 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 7395 | 2024.11.13 20:51:30.526742 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002241509 sec., 16060.609169983256 rows/sec., 1.34 MiB/sec. | ||
| 7396 | 2024.11.13 20:51:30.526880 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 7397 | 2024.11.13 20:51:30.527162 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_17_4} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7398 | 2024.11.13 20:51:30.527246 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_17_4} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 7399 | 2024.11.13 20:51:30.527327 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7400 | 2024.11.13 20:51:34.300111 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7401 | 2024.11.13 20:51:34.300333 [ 277 ] {6f4a6bdc-b686-4a5a-a0bd-45a0c10ce941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7402 | 2024.11.13 20:51:34.300412 [ 277 ] {6f4a6bdc-b686-4a5a-a0bd-45a0c10ce941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7403 | 2024.11.13 20:51:34.301240 [ 277 ] {6f4a6bdc-b686-4a5a-a0bd-45a0c10ce941} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7404 | 2024.11.13 20:51:34.301287 [ 277 ] {6f4a6bdc-b686-4a5a-a0bd-45a0c10ce941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7405 | 2024.11.13 20:51:34.301689 [ 277 ] {6f4a6bdc-b686-4a5a-a0bd-45a0c10ce941} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7406 | 2024.11.13 20:51:34.301939 [ 277 ] {6f4a6bdc-b686-4a5a-a0bd-45a0c10ce941} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7407 | 2024.11.13 20:51:34.302216 [ 277 ] {6f4a6bdc-b686-4a5a-a0bd-45a0c10ce941} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001935 sec., 2067.1834625322995 rows/sec., 168.56 KiB/sec. | ||
| 7408 | 2024.11.13 20:51:34.302431 [ 277 ] {6f4a6bdc-b686-4a5a-a0bd-45a0c10ce941} <Debug> TCPHandler: Processed in 0.002437912 sec. | ||
| 7409 | 2024.11.13 20:51:34.302801 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7410 | 2024.11.13 20:51:34.303097 [ 274 ] {374c41bf-d2e3-4ab9-9828-52416c98add0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7411 | 2024.11.13 20:51:34.303204 [ 274 ] {374c41bf-d2e3-4ab9-9828-52416c98add0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7412 | 2024.11.13 20:51:34.303957 [ 274 ] {374c41bf-d2e3-4ab9-9828-52416c98add0} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7413 | 2024.11.13 20:51:34.304005 [ 274 ] {374c41bf-d2e3-4ab9-9828-52416c98add0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7414 | 2024.11.13 20:51:34.304450 [ 274 ] {374c41bf-d2e3-4ab9-9828-52416c98add0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7415 | 2024.11.13 20:51:34.304725 [ 274 ] {374c41bf-d2e3-4ab9-9828-52416c98add0} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7416 | 2024.11.13 20:51:34.304976 [ 274 ] {374c41bf-d2e3-4ab9-9828-52416c98add0} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001963 sec., 29546.612328069285 rows/sec., 2.25 MiB/sec. | ||
| 7417 | 2024.11.13 20:51:34.305036 [ 274 ] {374c41bf-d2e3-4ab9-9828-52416c98add0} <Debug> TCPHandler: Processed in 0.002444983 sec. | ||
| 7418 | 2024.11.13 20:51:34.305199 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7419 | 2024.11.13 20:51:34.305324 [ 277 ] {79d5e6b1-38ae-4aa2-ad3c-f2822c9f4e7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7420 | 2024.11.13 20:51:34.305376 [ 277 ] {79d5e6b1-38ae-4aa2-ad3c-f2822c9f4e7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7421 | 2024.11.13 20:51:34.305959 [ 277 ] {79d5e6b1-38ae-4aa2-ad3c-f2822c9f4e7f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7422 | 2024.11.13 20:51:34.306000 [ 277 ] {79d5e6b1-38ae-4aa2-ad3c-f2822c9f4e7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7423 | 2024.11.13 20:51:34.306353 [ 277 ] {79d5e6b1-38ae-4aa2-ad3c-f2822c9f4e7f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7424 | 2024.11.13 20:51:34.306597 [ 277 ] {79d5e6b1-38ae-4aa2-ad3c-f2822c9f4e7f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7425 | 2024.11.13 20:51:34.306806 [ 277 ] {79d5e6b1-38ae-4aa2-ad3c-f2822c9f4e7f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001511 sec., 2647.253474520185 rows/sec., 184.84 KiB/sec. | ||
| 7426 | 2024.11.13 20:51:34.306859 [ 277 ] {79d5e6b1-38ae-4aa2-ad3c-f2822c9f4e7f} <Debug> TCPHandler: Processed in 0.00172288 sec. | ||
| 7427 | 2024.11.13 20:51:34.307009 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7428 | 2024.11.13 20:51:34.307140 [ 274 ] {3e45361a-82df-423b-9351-b0fdcd246df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7429 | 2024.11.13 20:51:34.307202 [ 274 ] {3e45361a-82df-423b-9351-b0fdcd246df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7430 | 2024.11.13 20:51:34.307939 [ 274 ] {3e45361a-82df-423b-9351-b0fdcd246df1} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7431 | 2024.11.13 20:51:34.307988 [ 274 ] {3e45361a-82df-423b-9351-b0fdcd246df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7432 | 2024.11.13 20:51:34.308375 [ 274 ] {3e45361a-82df-423b-9351-b0fdcd246df1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7433 | 2024.11.13 20:51:34.308616 [ 274 ] {3e45361a-82df-423b-9351-b0fdcd246df1} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7434 | 2024.11.13 20:51:34.308828 [ 274 ] {3e45361a-82df-423b-9351-b0fdcd246df1} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001723 sec., 39466.04759141033 rows/sec., 3.08 MiB/sec. | ||
| 7435 | 2024.11.13 20:51:34.308879 [ 274 ] {3e45361a-82df-423b-9351-b0fdcd246df1} <Debug> TCPHandler: Processed in 0.001927364 sec. | ||
| 7436 | 2024.11.13 20:51:34.309022 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7437 | 2024.11.13 20:51:34.309146 [ 277 ] {8b277967-d087-4d46-9227-1416314ef809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7438 | 2024.11.13 20:51:34.309208 [ 277 ] {8b277967-d087-4d46-9227-1416314ef809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7439 | 2024.11.13 20:51:34.309865 [ 277 ] {8b277967-d087-4d46-9227-1416314ef809} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7440 | 2024.11.13 20:51:34.309908 [ 277 ] {8b277967-d087-4d46-9227-1416314ef809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7441 | 2024.11.13 20:51:34.310326 [ 277 ] {8b277967-d087-4d46-9227-1416314ef809} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7442 | 2024.11.13 20:51:34.310568 [ 277 ] {8b277967-d087-4d46-9227-1416314ef809} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7443 | 2024.11.13 20:51:34.310741 [ 277 ] {8b277967-d087-4d46-9227-1416314ef809} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001627 sec., 79901.65949600491 rows/sec., 5.56 MiB/sec. | ||
| 7444 | 2024.11.13 20:51:34.310791 [ 277 ] {8b277967-d087-4d46-9227-1416314ef809} <Debug> TCPHandler: Processed in 0.001823532 sec. | ||
| 7445 | 2024.11.13 20:51:34.310923 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7446 | 2024.11.13 20:51:34.311040 [ 274 ] {de95c5ab-0e35-4c57-b99b-e74f8147300a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7447 | 2024.11.13 20:51:34.311092 [ 274 ] {de95c5ab-0e35-4c57-b99b-e74f8147300a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7448 | 2024.11.13 20:51:34.311670 [ 274 ] {de95c5ab-0e35-4c57-b99b-e74f8147300a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7449 | 2024.11.13 20:51:34.311717 [ 274 ] {de95c5ab-0e35-4c57-b99b-e74f8147300a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7450 | 2024.11.13 20:51:34.312161 [ 274 ] {de95c5ab-0e35-4c57-b99b-e74f8147300a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7451 | 2024.11.13 20:51:34.312400 [ 274 ] {de95c5ab-0e35-4c57-b99b-e74f8147300a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7452 | 2024.11.13 20:51:34.312611 [ 274 ] {de95c5ab-0e35-4c57-b99b-e74f8147300a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001595 sec., 30094.043887147334 rows/sec., 2.03 MiB/sec. | ||
| 7453 | 2024.11.13 20:51:34.312660 [ 274 ] {de95c5ab-0e35-4c57-b99b-e74f8147300a} <Debug> TCPHandler: Processed in 0.001790761 sec. | ||
| 7454 | 2024.11.13 20:51:36.050427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1098 | ||
| 7455 | 2024.11.13 20:51:36.053377 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7456 | 2024.11.13 20:51:36.053437 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7457 | 2024.11.13 20:51:36.054824 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7458 | 2024.11.13 20:51:36.055136 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7459 | 2024.11.13 20:51:36.056567 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1098 | ||
| 7460 | 2024.11.13 20:51:39.300831 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7461 | 2024.11.13 20:51:39.301055 [ 277 ] {b490c105-2eda-4a1c-b560-f2c3d1ff5a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7462 | 2024.11.13 20:51:39.301134 [ 277 ] {b490c105-2eda-4a1c-b560-f2c3d1ff5a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7463 | 2024.11.13 20:51:39.301924 [ 277 ] {b490c105-2eda-4a1c-b560-f2c3d1ff5a66} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7464 | 2024.11.13 20:51:39.301973 [ 277 ] {b490c105-2eda-4a1c-b560-f2c3d1ff5a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7465 | 2024.11.13 20:51:39.302401 [ 277 ] {b490c105-2eda-4a1c-b560-f2c3d1ff5a66} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7466 | 2024.11.13 20:51:39.302659 [ 277 ] {b490c105-2eda-4a1c-b560-f2c3d1ff5a66} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7467 | 2024.11.13 20:51:39.302907 [ 277 ] {b490c105-2eda-4a1c-b560-f2c3d1ff5a66} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001904 sec., 29411.764705882353 rows/sec., 2.25 MiB/sec. | ||
| 7468 | 2024.11.13 20:51:39.302974 [ 277 ] {b490c105-2eda-4a1c-b560-f2c3d1ff5a66} <Debug> TCPHandler: Processed in 0.00227747 sec. | ||
| 7469 | 2024.11.13 20:51:39.303314 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7470 | 2024.11.13 20:51:39.303512 [ 274 ] {fbd02eb8-4b15-43b2-a267-47f2a806c311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7471 | 2024.11.13 20:51:39.303585 [ 274 ] {fbd02eb8-4b15-43b2-a267-47f2a806c311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7472 | 2024.11.13 20:51:39.304352 [ 274 ] {fbd02eb8-4b15-43b2-a267-47f2a806c311} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7473 | 2024.11.13 20:51:39.304401 [ 274 ] {fbd02eb8-4b15-43b2-a267-47f2a806c311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7474 | 2024.11.13 20:51:39.304857 [ 274 ] {fbd02eb8-4b15-43b2-a267-47f2a806c311} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7475 | 2024.11.13 20:51:39.305129 [ 274 ] {fbd02eb8-4b15-43b2-a267-47f2a806c311} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7476 | 2024.11.13 20:51:39.305370 [ 274 ] {fbd02eb8-4b15-43b2-a267-47f2a806c311} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001918 sec., 33368.09176225235 rows/sec., 2.60 MiB/sec. | ||
| 7477 | 2024.11.13 20:51:39.305427 [ 274 ] {fbd02eb8-4b15-43b2-a267-47f2a806c311} <Debug> TCPHandler: Processed in 0.002307621 sec. | ||
| 7478 | 2024.11.13 20:51:39.305590 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7479 | 2024.11.13 20:51:39.305741 [ 277 ] {835d1f0a-be4b-4c00-ba84-505978fae173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7480 | 2024.11.13 20:51:39.305809 [ 277 ] {835d1f0a-be4b-4c00-ba84-505978fae173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7481 | 2024.11.13 20:51:39.306456 [ 277 ] {835d1f0a-be4b-4c00-ba84-505978fae173} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7482 | 2024.11.13 20:51:39.306497 [ 277 ] {835d1f0a-be4b-4c00-ba84-505978fae173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7483 | 2024.11.13 20:51:39.306900 [ 277 ] {835d1f0a-be4b-4c00-ba84-505978fae173} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7484 | 2024.11.13 20:51:39.307144 [ 277 ] {835d1f0a-be4b-4c00-ba84-505978fae173} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7485 | 2024.11.13 20:51:39.307352 [ 277 ] {835d1f0a-be4b-4c00-ba84-505978fae173} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 7486 | 2024.11.13 20:51:39.307403 [ 277 ] {835d1f0a-be4b-4c00-ba84-505978fae173} <Debug> TCPHandler: Processed in 0.001884054 sec. | ||
| 7487 | 2024.11.13 20:51:39.307560 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7488 | 2024.11.13 20:51:39.307679 [ 274 ] {3e00adc0-042d-4887-b17a-b0cb8c423e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7489 | 2024.11.13 20:51:39.307732 [ 274 ] {3e00adc0-042d-4887-b17a-b0cb8c423e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7490 | 2024.11.13 20:51:39.308255 [ 274 ] {3e00adc0-042d-4887-b17a-b0cb8c423e48} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7491 | 2024.11.13 20:51:39.308295 [ 274 ] {3e00adc0-042d-4887-b17a-b0cb8c423e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7492 | 2024.11.13 20:51:39.308696 [ 274 ] {3e00adc0-042d-4887-b17a-b0cb8c423e48} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7493 | 2024.11.13 20:51:39.308945 [ 274 ] {3e00adc0-042d-4887-b17a-b0cb8c423e48} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7494 | 2024.11.13 20:51:39.309162 [ 274 ] {3e00adc0-042d-4887-b17a-b0cb8c423e48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001507 sec., 39814.200398142 rows/sec., 2.68 MiB/sec. | ||
| 7495 | 2024.11.13 20:51:39.309211 [ 274 ] {3e00adc0-042d-4887-b17a-b0cb8c423e48} <Debug> TCPHandler: Processed in 0.00171095 sec. | ||
| 7496 | 2024.11.13 20:51:40.806390 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7497 | 2024.11.13 20:51:40.806441 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7498 | 2024.11.13 20:51:42.370343 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43311, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7499 | 2024.11.13 20:51:42.513096 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38778, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7500 | 2024.11.13 20:51:42.547431 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7501 | 2024.11.13 20:51:42.571875 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7502 | 2024.11.13 20:51:42.810357 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7503 | 2024.11.13 20:51:42.820834 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7504 | 2024.11.13 20:51:42.848229 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48071, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7505 | 2024.11.13 20:51:42.869525 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7506 | 2024.11.13 20:51:44.307453 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7507 | 2024.11.13 20:51:44.307662 [ 277 ] {98c59b51-e337-4e5b-be4c-cf59f8a031cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7508 | 2024.11.13 20:51:44.307742 [ 277 ] {98c59b51-e337-4e5b-be4c-cf59f8a031cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7509 | 2024.11.13 20:51:44.308570 [ 277 ] {98c59b51-e337-4e5b-be4c-cf59f8a031cd} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7510 | 2024.11.13 20:51:44.308619 [ 277 ] {98c59b51-e337-4e5b-be4c-cf59f8a031cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7511 | 2024.11.13 20:51:44.309035 [ 277 ] {98c59b51-e337-4e5b-be4c-cf59f8a031cd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7512 | 2024.11.13 20:51:44.309294 [ 277 ] {98c59b51-e337-4e5b-be4c-cf59f8a031cd} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7513 | 2024.11.13 20:51:44.309477 [ 60 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7514 | 2024.11.13 20:51:44.309561 [ 60 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7515 | 2024.11.13 20:51:44.309558 [ 277 ] {98c59b51-e337-4e5b-be4c-cf59f8a031cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001949 sec., 7183.170856849667 rows/sec., 517.09 KiB/sec. | ||
| 7516 | 2024.11.13 20:51:44.309595 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7517 | 2024.11.13 20:51:44.309749 [ 277 ] {98c59b51-e337-4e5b-be4c-cf59f8a031cd} <Debug> TCPHandler: Processed in 0.002424962 sec. | ||
| 7518 | 2024.11.13 20:51:44.309866 [ 201 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 7519 | 2024.11.13 20:51:44.310040 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7520 | 2024.11.13 20:51:44.310058 [ 201 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7521 | 2024.11.13 20:51:44.310115 [ 201 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 7522 | 2024.11.13 20:51:44.310267 [ 201 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 7523 | 2024.11.13 20:51:44.310292 [ 274 ] {3903179c-dc4a-4ce4-9d2b-efdfadab5714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7524 | 2024.11.13 20:51:44.310412 [ 201 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 7525 | 2024.11.13 20:51:44.310440 [ 274 ] {3903179c-dc4a-4ce4-9d2b-efdfadab5714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7526 | 2024.11.13 20:51:44.310871 [ 201 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 7527 | 2024.11.13 20:51:44.311191 [ 201 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 7528 | 2024.11.13 20:51:44.312781 [ 274 ] {3903179c-dc4a-4ce4-9d2b-efdfadab5714} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2024.11.13 20:51:44.312834 [ 274 ] {3903179c-dc4a-4ce4-9d2b-efdfadab5714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7530 | 2024.11.13 20:51:44.313083 [ 186 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003342269 sec., 20943.855805741547 rows/sec., 1.55 MiB/sec. | ||
| 7531 | 2024.11.13 20:51:44.313341 [ 186 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7532 | 2024.11.13 20:51:44.313537 [ 274 ] {3903179c-dc4a-4ce4-9d2b-efdfadab5714} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7533 | 2024.11.13 20:51:44.313870 [ 186 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_25_6} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7534 | 2024.11.13 20:51:44.314037 [ 274 ] {3903179c-dc4a-4ce4-9d2b-efdfadab5714} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7535 | 2024.11.13 20:51:44.314100 [ 186 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_25_6} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7536 | 2024.11.13 20:51:44.314326 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7537 | 2024.11.13 20:51:44.314467 [ 274 ] {3903179c-dc4a-4ce4-9d2b-efdfadab5714} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.004277 sec., 67103.10965630114 rows/sec., 5.92 MiB/sec. | ||
| 7538 | 2024.11.13 20:51:44.314536 [ 274 ] {3903179c-dc4a-4ce4-9d2b-efdfadab5714} <Debug> TCPHandler: Processed in 0.004636661 sec. | ||
| 7539 | 2024.11.13 20:51:44.314720 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7540 | 2024.11.13 20:51:44.314870 [ 277 ] {d8ab526f-142d-4252-9a11-661eee8f2603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7541 | 2024.11.13 20:51:44.314932 [ 277 ] {d8ab526f-142d-4252-9a11-661eee8f2603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7542 | 2024.11.13 20:51:44.315613 [ 277 ] {d8ab526f-142d-4252-9a11-661eee8f2603} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7543 | 2024.11.13 20:51:44.315655 [ 277 ] {d8ab526f-142d-4252-9a11-661eee8f2603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7544 | 2024.11.13 20:51:44.316024 [ 277 ] {d8ab526f-142d-4252-9a11-661eee8f2603} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7545 | 2024.11.13 20:51:44.316263 [ 277 ] {d8ab526f-142d-4252-9a11-661eee8f2603} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7546 | 2024.11.13 20:51:44.316476 [ 277 ] {d8ab526f-142d-4252-9a11-661eee8f2603} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001643 sec., 29823.49360925137 rows/sec., 2.15 MiB/sec. | ||
| 7547 | 2024.11.13 20:51:44.316533 [ 277 ] {d8ab526f-142d-4252-9a11-661eee8f2603} <Debug> TCPHandler: Processed in 0.001882613 sec. | ||
| 7548 | 2024.11.13 20:51:44.316689 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7549 | 2024.11.13 20:51:44.316829 [ 274 ] {e4808ecf-34b1-43aa-8cdf-97716d935b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7550 | 2024.11.13 20:51:44.316886 [ 274 ] {e4808ecf-34b1-43aa-8cdf-97716d935b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7551 | 2024.11.13 20:51:44.317553 [ 274 ] {e4808ecf-34b1-43aa-8cdf-97716d935b94} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7552 | 2024.11.13 20:51:44.317591 [ 274 ] {e4808ecf-34b1-43aa-8cdf-97716d935b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7553 | 2024.11.13 20:51:44.317940 [ 274 ] {e4808ecf-34b1-43aa-8cdf-97716d935b94} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7554 | 2024.11.13 20:51:44.318175 [ 274 ] {e4808ecf-34b1-43aa-8cdf-97716d935b94} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7555 | 2024.11.13 20:51:44.318404 [ 274 ] {e4808ecf-34b1-43aa-8cdf-97716d935b94} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 611.65 KiB/sec. | ||
| 7556 | 2024.11.13 20:51:44.318539 [ 274 ] {e4808ecf-34b1-43aa-8cdf-97716d935b94} <Debug> TCPHandler: Processed in 0.001915354 sec. | ||
| 7557 | 2024.11.13 20:51:44.318705 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7558 | 2024.11.13 20:51:44.318845 [ 277 ] {9c1bc9f7-8b9d-4a34-be1c-c689c269e481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7559 | 2024.11.13 20:51:44.318903 [ 277 ] {9c1bc9f7-8b9d-4a34-be1c-c689c269e481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7560 | 2024.11.13 20:51:44.319564 [ 277 ] {9c1bc9f7-8b9d-4a34-be1c-c689c269e481} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7561 | 2024.11.13 20:51:44.319604 [ 277 ] {9c1bc9f7-8b9d-4a34-be1c-c689c269e481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7562 | 2024.11.13 20:51:44.319958 [ 277 ] {9c1bc9f7-8b9d-4a34-be1c-c689c269e481} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7563 | 2024.11.13 20:51:44.320197 [ 277 ] {9c1bc9f7-8b9d-4a34-be1c-c689c269e481} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7564 | 2024.11.13 20:51:44.320331 [ 59 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7565 | 2024.11.13 20:51:44.320372 [ 59 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7566 | 2024.11.13 20:51:44.320381 [ 277 ] {9c1bc9f7-8b9d-4a34-be1c-c689c269e481} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001566 sec., 8301.404853128992 rows/sec., 517.59 KiB/sec. | ||
| 7567 | 2024.11.13 20:51:44.320396 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7568 | 2024.11.13 20:51:44.320487 [ 277 ] {9c1bc9f7-8b9d-4a34-be1c-c689c269e481} <Debug> TCPHandler: Processed in 0.001850732 sec. | ||
| 7569 | 2024.11.13 20:51:44.320734 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7570 | 2024.11.13 20:51:44.320752 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 7571 | 2024.11.13 20:51:44.320983 [ 274 ] {4c5d4076-14e8-402b-ad6f-4d7d97b941e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7572 | 2024.11.13 20:51:44.321113 [ 274 ] {4c5d4076-14e8-402b-ad6f-4d7d97b941e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7573 | 2024.11.13 20:51:44.321212 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7574 | 2024.11.13 20:51:44.321351 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 7575 | 2024.11.13 20:51:44.321698 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 7576 | 2024.11.13 20:51:44.322093 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 7577 | 2024.11.13 20:51:44.322479 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 7578 | 2024.11.13 20:51:44.322838 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 7579 | 2024.11.13 20:51:44.324058 [ 274 ] {4c5d4076-14e8-402b-ad6f-4d7d97b941e4} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7580 | 2024.11.13 20:51:44.324132 [ 274 ] {4c5d4076-14e8-402b-ad6f-4d7d97b941e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7581 | 2024.11.13 20:51:44.325216 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004710203 sec., 13799.829858713098 rows/sec., 914.32 KiB/sec. | ||
| 7582 | 2024.11.13 20:51:44.325270 [ 274 ] {4c5d4076-14e8-402b-ad6f-4d7d97b941e4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7583 | 2024.11.13 20:51:44.325372 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7584 | 2024.11.13 20:51:44.325853 [ 274 ] {4c5d4076-14e8-402b-ad6f-4d7d97b941e4} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7585 | 2024.11.13 20:51:44.325974 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_25_6} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7586 | 2024.11.13 20:51:44.326167 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_25_6} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7587 | 2024.11.13 20:51:44.326347 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7588 | 2024.11.13 20:51:44.326365 [ 274 ] {4c5d4076-14e8-402b-ad6f-4d7d97b941e4} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.005443 sec., 77898.21789454346 rows/sec., 5.57 MiB/sec. | ||
| 7589 | 2024.11.13 20:51:44.326456 [ 274 ] {4c5d4076-14e8-402b-ad6f-4d7d97b941e4} <Debug> TCPHandler: Processed in 0.005864302 sec. | ||
| 7590 | 2024.11.13 20:51:44.326612 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7591 | 2024.11.13 20:51:44.326754 [ 277 ] {5462ad17-c52c-47d9-baf6-742923b65f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7592 | 2024.11.13 20:51:44.326813 [ 277 ] {5462ad17-c52c-47d9-baf6-742923b65f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7593 | 2024.11.13 20:51:44.327388 [ 277 ] {5462ad17-c52c-47d9-baf6-742923b65f56} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7594 | 2024.11.13 20:51:44.327429 [ 277 ] {5462ad17-c52c-47d9-baf6-742923b65f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7595 | 2024.11.13 20:51:44.327794 [ 277 ] {5462ad17-c52c-47d9-baf6-742923b65f56} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7596 | 2024.11.13 20:51:44.328046 [ 277 ] {5462ad17-c52c-47d9-baf6-742923b65f56} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7597 | 2024.11.13 20:51:44.328236 [ 277 ] {5462ad17-c52c-47d9-baf6-742923b65f56} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec. | ||
| 7598 | 2024.11.13 20:51:44.328359 [ 277 ] {5462ad17-c52c-47d9-baf6-742923b65f56} <Debug> TCPHandler: Processed in 0.001812272 sec. | ||
| 7599 | 2024.11.13 20:51:44.328501 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7600 | 2024.11.13 20:51:44.328641 [ 274 ] {03262541-36ec-4e54-9277-bda9dfc12e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7601 | 2024.11.13 20:51:44.328703 [ 274 ] {03262541-36ec-4e54-9277-bda9dfc12e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7602 | 2024.11.13 20:51:44.329410 [ 274 ] {03262541-36ec-4e54-9277-bda9dfc12e42} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7603 | 2024.11.13 20:51:44.329455 [ 274 ] {03262541-36ec-4e54-9277-bda9dfc12e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7604 | 2024.11.13 20:51:44.329852 [ 274 ] {03262541-36ec-4e54-9277-bda9dfc12e42} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7605 | 2024.11.13 20:51:44.330101 [ 274 ] {03262541-36ec-4e54-9277-bda9dfc12e42} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7606 | 2024.11.13 20:51:44.330309 [ 274 ] {03262541-36ec-4e54-9277-bda9dfc12e42} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
| 7607 | 2024.11.13 20:51:44.330362 [ 274 ] {03262541-36ec-4e54-9277-bda9dfc12e42} <Debug> TCPHandler: Processed in 0.001925034 sec. | ||
| 7608 | 2024.11.13 20:51:44.330517 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7609 | 2024.11.13 20:51:44.330655 [ 277 ] {33ab083a-3a1d-4416-b480-82c8496a946b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7610 | 2024.11.13 20:51:44.330715 [ 277 ] {33ab083a-3a1d-4416-b480-82c8496a946b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7611 | 2024.11.13 20:51:44.331274 [ 277 ] {33ab083a-3a1d-4416-b480-82c8496a946b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7612 | 2024.11.13 20:51:44.331319 [ 277 ] {33ab083a-3a1d-4416-b480-82c8496a946b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7613 | 2024.11.13 20:51:44.331688 [ 277 ] {33ab083a-3a1d-4416-b480-82c8496a946b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7614 | 2024.11.13 20:51:44.331928 [ 277 ] {33ab083a-3a1d-4416-b480-82c8496a946b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7615 | 2024.11.13 20:51:44.332099 [ 277 ] {33ab083a-3a1d-4416-b480-82c8496a946b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec. | ||
| 7616 | 2024.11.13 20:51:44.332145 [ 277 ] {33ab083a-3a1d-4416-b480-82c8496a946b} <Debug> TCPHandler: Processed in 0.00169778 sec. | ||
| 7617 | 2024.11.13 20:51:44.332290 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7618 | 2024.11.13 20:51:44.332407 [ 274 ] {43301575-8d44-4aa6-a0ab-90adab7a2cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7619 | 2024.11.13 20:51:44.332499 [ 274 ] {43301575-8d44-4aa6-a0ab-90adab7a2cdf} <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 | ||
| 7620 | 2024.11.13 20:51:44.333790 [ 274 ] {43301575-8d44-4aa6-a0ab-90adab7a2cdf} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7621 | 2024.11.13 20:51:44.333830 [ 274 ] {43301575-8d44-4aa6-a0ab-90adab7a2cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7622 | 2024.11.13 20:51:44.334490 [ 274 ] {43301575-8d44-4aa6-a0ab-90adab7a2cdf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7623 | 2024.11.13 20:51:44.334759 [ 274 ] {43301575-8d44-4aa6-a0ab-90adab7a2cdf} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7624 | 2024.11.13 20:51:44.334984 [ 274 ] {43301575-8d44-4aa6-a0ab-90adab7a2cdf} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002602 sec., 16141.42966948501 rows/sec., 28.92 MiB/sec. | ||
| 7625 | 2024.11.13 20:51:44.335084 [ 274 ] {43301575-8d44-4aa6-a0ab-90adab7a2cdf} <Debug> TCPHandler: Processed in 0.00284825 sec. | ||
| 7626 | 2024.11.13 20:51:44.335238 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7627 | 2024.11.13 20:51:44.335377 [ 277 ] {d3f8faee-4d12-4e5b-a756-63fe48f1d76f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7628 | 2024.11.13 20:51:44.335435 [ 277 ] {d3f8faee-4d12-4e5b-a756-63fe48f1d76f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7629 | 2024.11.13 20:51:44.336027 [ 277 ] {d3f8faee-4d12-4e5b-a756-63fe48f1d76f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7630 | 2024.11.13 20:51:44.336070 [ 277 ] {d3f8faee-4d12-4e5b-a756-63fe48f1d76f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7631 | 2024.11.13 20:51:44.336500 [ 277 ] {d3f8faee-4d12-4e5b-a756-63fe48f1d76f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7632 | 2024.11.13 20:51:44.336738 [ 277 ] {d3f8faee-4d12-4e5b-a756-63fe48f1d76f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2024.11.13 20:51:44.336912 [ 277 ] {d3f8faee-4d12-4e5b-a756-63fe48f1d76f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001566 sec., 52362.70753512133 rows/sec., 3.33 MiB/sec. | ||
| 7634 | 2024.11.13 20:51:44.336958 [ 277 ] {d3f8faee-4d12-4e5b-a756-63fe48f1d76f} <Debug> TCPHandler: Processed in 0.001788591 sec. | ||
| 7635 | 2024.11.13 20:51:46.056798 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1128 | ||
| 7636 | 2024.11.13 20:51:46.060079 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7637 | 2024.11.13 20:51:46.060121 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7638 | 2024.11.13 20:51:46.061469 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7639 | 2024.11.13 20:51:46.061776 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7640 | 2024.11.13 20:51:46.061952 [ 58 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7641 | 2024.11.13 20:51:46.062020 [ 58 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7642 | 2024.11.13 20:51:46.062061 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7643 | 2024.11.13 20:51:46.062576 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 7644 | 2024.11.13 20:51:46.062996 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1128 | ||
| 7645 | 2024.11.13 20:51:46.063551 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7646 | 2024.11.13 20:51:46.063737 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 980 rows starting from the beginning of the part | ||
| 7647 | 2024.11.13 20:51:46.064249 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 34 rows starting from the beginning of the part | ||
| 7648 | 2024.11.13 20:51:46.064725 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 7649 | 2024.11.13 20:51:46.065177 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 20 rows starting from the beginning of the part | ||
| 7650 | 2024.11.13 20:51:46.065606 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 7651 | 2024.11.13 20:51:46.066003 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 7652 | 2024.11.13 20:51:46.074089 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1128 rows, containing 72 columns (72 merged, 0 gathered) in 0.011847068 sec., 95213.43171154246 rows/sec., 75.68 MiB/sec. | ||
| 7653 | 2024.11.13 20:51:46.075594 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7654 | 2024.11.13 20:51:46.076462 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_36_7} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7655 | 2024.11.13 20:51:46.076571 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_36_7} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7656 | 2024.11.13 20:51:46.076920 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.72 MiB. | ||
| 7657 | 2024.11.13 20:51:46.453656 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7658 | 2024.11.13 20:51:46.758784 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7659 | 2024.11.13 20:51:47.178485 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42375, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7660 | 2024.11.13 20:51:47.296241 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60652, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7661 | 2024.11.13 20:51:47.308664 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63755, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7662 | 2024.11.13 20:51:47.342122 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7663 | 2024.11.13 20:51:47.370499 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7664 | 2024.11.13 20:51:47.371816 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7665 | 2024.11.13 20:51:47.408489 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7666 | 2024.11.13 20:51:47.415896 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7667 | 2024.11.13 20:51:47.503365 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7668 | 2024.11.13 20:51:47.526713 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38072, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7669 | 2024.11.13 20:51:47.587560 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7670 | 2024.11.13 20:51:47.622057 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7671 | 2024.11.13 20:51:47.623322 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7672 | 2024.11.13 20:51:47.655780 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39994, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7673 | 2024.11.13 20:51:48.699648 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7674 | 2024.11.13 20:51:49.258455 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7675 | 2024.11.13 20:51:49.300198 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7676 | 2024.11.13 20:51:49.300385 [ 277 ] {1957b3b7-2e53-4076-968e-bface517f78f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7677 | 2024.11.13 20:51:49.300457 [ 277 ] {1957b3b7-2e53-4076-968e-bface517f78f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7678 | 2024.11.13 20:51:49.301238 [ 277 ] {1957b3b7-2e53-4076-968e-bface517f78f} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7679 | 2024.11.13 20:51:49.301299 [ 277 ] {1957b3b7-2e53-4076-968e-bface517f78f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7680 | 2024.11.13 20:51:49.301828 [ 277 ] {1957b3b7-2e53-4076-968e-bface517f78f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7681 | 2024.11.13 20:51:49.302136 [ 277 ] {1957b3b7-2e53-4076-968e-bface517f78f} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7682 | 2024.11.13 20:51:49.302396 [ 277 ] {1957b3b7-2e53-4076-968e-bface517f78f} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00206 sec., 4854.368932038835 rows/sec., 395.84 KiB/sec. | ||
| 7683 | 2024.11.13 20:51:49.302467 [ 277 ] {1957b3b7-2e53-4076-968e-bface517f78f} <Debug> TCPHandler: Processed in 0.002399972 sec. | ||
| 7684 | 2024.11.13 20:51:49.302743 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7685 | 2024.11.13 20:51:49.302938 [ 274 ] {0f644e0e-c5e8-4f12-9b74-88c4798e9cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7686 | 2024.11.13 20:51:49.303012 [ 274 ] {0f644e0e-c5e8-4f12-9b74-88c4798e9cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7687 | 2024.11.13 20:51:49.303795 [ 274 ] {0f644e0e-c5e8-4f12-9b74-88c4798e9cd7} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7688 | 2024.11.13 20:51:49.303873 [ 274 ] {0f644e0e-c5e8-4f12-9b74-88c4798e9cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7689 | 2024.11.13 20:51:49.304298 [ 274 ] {0f644e0e-c5e8-4f12-9b74-88c4798e9cd7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7690 | 2024.11.13 20:51:49.304556 [ 274 ] {0f644e0e-c5e8-4f12-9b74-88c4798e9cd7} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7691 | 2024.11.13 20:51:49.304756 [ 54 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7692 | 2024.11.13 20:51:49.304820 [ 274 ] {0f644e0e-c5e8-4f12-9b74-88c4798e9cd7} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001932 sec., 31573.498964803315 rows/sec., 2.40 MiB/sec. | ||
| 7693 | 2024.11.13 20:51:49.304835 [ 54 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7694 | 2024.11.13 20:51:49.304906 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7695 | 2024.11.13 20:51:49.304962 [ 274 ] {0f644e0e-c5e8-4f12-9b74-88c4798e9cd7} <Debug> TCPHandler: Processed in 0.002356381 sec. | ||
| 7696 | 2024.11.13 20:51:49.305190 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 7697 | 2024.11.13 20:51:49.305214 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7698 | 2024.11.13 20:51:49.305506 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7699 | 2024.11.13 20:51:49.305516 [ 277 ] {ffb879bf-c9ec-4c51-ae2f-14c23655c1f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7700 | 2024.11.13 20:51:49.305570 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1437 rows starting from the beginning of the part | ||
| 7701 | 2024.11.13 20:51:49.305638 [ 277 ] {ffb879bf-c9ec-4c51-ae2f-14c23655c1f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7702 | 2024.11.13 20:51:49.305778 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 287 rows starting from the beginning of the part | ||
| 7703 | 2024.11.13 20:51:49.306179 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 58 rows starting from the beginning of the part | ||
| 7704 | 2024.11.13 20:51:49.306546 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 7705 | 2024.11.13 20:51:49.306834 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 287 rows starting from the beginning of the part | ||
| 7706 | 2024.11.13 20:51:49.307243 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 61 rows starting from the beginning of the part | ||
| 7707 | 2024.11.13 20:51:49.309045 [ 277 ] {ffb879bf-c9ec-4c51-ae2f-14c23655c1f8} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7708 | 2024.11.13 20:51:49.309135 [ 277 ] {ffb879bf-c9ec-4c51-ae2f-14c23655c1f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7709 | 2024.11.13 20:51:49.310043 [ 277 ] {ffb879bf-c9ec-4c51-ae2f-14c23655c1f8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7710 | 2024.11.13 20:51:49.310395 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005384935 sec., 405947.33269760915 rows/sec., 35.70 MiB/sec. | ||
| 7711 | 2024.11.13 20:51:49.310592 [ 277 ] {ffb879bf-c9ec-4c51-ae2f-14c23655c1f8} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7712 | 2024.11.13 20:51:49.310743 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7713 | 2024.11.13 20:51:49.311103 [ 277 ] {ffb879bf-c9ec-4c51-ae2f-14c23655c1f8} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.005676 sec., 1761.804087385483 rows/sec., 123.02 KiB/sec. | ||
| 7714 | 2024.11.13 20:51:49.311278 [ 277 ] {ffb879bf-c9ec-4c51-ae2f-14c23655c1f8} <Debug> TCPHandler: Processed in 0.006184048 sec. | ||
| 7715 | 2024.11.13 20:51:49.311473 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7716 | 2024.11.13 20:51:49.311601 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_66_13} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7717 | 2024.11.13 20:51:49.311666 [ 274 ] {afd44441-2adf-4113-93e7-61ae96eb8991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7718 | 2024.11.13 20:51:49.311767 [ 274 ] {afd44441-2adf-4113-93e7-61ae96eb8991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7719 | 2024.11.13 20:51:49.311846 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_66_13} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7720 | 2024.11.13 20:51:49.312068 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 7721 | 2024.11.13 20:51:49.312605 [ 274 ] {afd44441-2adf-4113-93e7-61ae96eb8991} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7722 | 2024.11.13 20:51:49.312650 [ 274 ] {afd44441-2adf-4113-93e7-61ae96eb8991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7723 | 2024.11.13 20:51:49.313082 [ 274 ] {afd44441-2adf-4113-93e7-61ae96eb8991} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7724 | 2024.11.13 20:51:49.313357 [ 274 ] {afd44441-2adf-4113-93e7-61ae96eb8991} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7725 | 2024.11.13 20:51:49.313540 [ 54 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7726 | 2024.11.13 20:51:49.313610 [ 54 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7727 | 2024.11.13 20:51:49.313617 [ 274 ] {afd44441-2adf-4113-93e7-61ae96eb8991} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001984 sec., 37298.38709677419 rows/sec., 2.92 MiB/sec. | ||
| 7728 | 2024.11.13 20:51:49.313640 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7729 | 2024.11.13 20:51:49.313783 [ 274 ] {afd44441-2adf-4113-93e7-61ae96eb8991} <Debug> TCPHandler: Processed in 0.002381492 sec. | ||
| 7730 | 2024.11.13 20:51:49.313884 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 7731 | 2024.11.13 20:51:49.313958 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7732 | 2024.11.13 20:51:49.314048 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7733 | 2024.11.13 20:51:49.314124 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 916 rows starting from the beginning of the part | ||
| 7734 | 2024.11.13 20:51:49.314148 [ 277 ] {74913070-f135-4c75-89ac-396e7cf11d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7735 | 2024.11.13 20:51:49.314333 [ 277 ] {74913070-f135-4c75-89ac-396e7cf11d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7736 | 2024.11.13 20:51:49.314398 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 424 rows starting from the beginning of the part | ||
| 7737 | 2024.11.13 20:51:49.314778 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 68 rows starting from the beginning of the part | ||
| 7738 | 2024.11.13 20:51:49.315076 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 7739 | 2024.11.13 20:51:49.315348 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 424 rows starting from the beginning of the part | ||
| 7740 | 2024.11.13 20:51:49.315790 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 74 rows starting from the beginning of the part | ||
| 7741 | 2024.11.13 20:51:49.317124 [ 277 ] {74913070-f135-4c75-89ac-396e7cf11d1f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7742 | 2024.11.13 20:51:49.317189 [ 277 ] {74913070-f135-4c75-89ac-396e7cf11d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7743 | 2024.11.13 20:51:49.318231 [ 277 ] {74913070-f135-4c75-89ac-396e7cf11d1f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7744 | 2024.11.13 20:51:49.318551 [ 277 ] {74913070-f135-4c75-89ac-396e7cf11d1f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7745 | 2024.11.13 20:51:49.319102 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1970 rows, containing 5 columns (5 merged, 0 gathered) in 0.005327423 sec., 369784.7908829466 rows/sec., 28.33 MiB/sec. | ||
| 7746 | 2024.11.13 20:51:49.319122 [ 277 ] {74913070-f135-4c75-89ac-396e7cf11d1f} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.005036 sec., 26409.84908657665 rows/sec., 1.84 MiB/sec. | ||
| 7747 | 2024.11.13 20:51:49.319259 [ 277 ] {74913070-f135-4c75-89ac-396e7cf11d1f} <Debug> TCPHandler: Processed in 0.005356784 sec. | ||
| 7748 | 2024.11.13 20:51:49.319365 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7749 | 2024.11.13 20:51:49.319450 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7750 | 2024.11.13 20:51:49.319624 [ 274 ] {bbb11507-3975-4b89-a35b-7a3c0a685de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7751 | 2024.11.13 20:51:49.319710 [ 274 ] {bbb11507-3975-4b89-a35b-7a3c0a685de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7752 | 2024.11.13 20:51:49.319836 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_66_13} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7753 | 2024.11.13 20:51:49.320091 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_66_13} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7754 | 2024.11.13 20:51:49.320273 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7755 | 2024.11.13 20:51:49.320610 [ 274 ] {bbb11507-3975-4b89-a35b-7a3c0a685de1} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7756 | 2024.11.13 20:51:49.320654 [ 274 ] {bbb11507-3975-4b89-a35b-7a3c0a685de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7757 | 2024.11.13 20:51:49.321031 [ 274 ] {bbb11507-3975-4b89-a35b-7a3c0a685de1} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7758 | 2024.11.13 20:51:49.321271 [ 274 ] {bbb11507-3975-4b89-a35b-7a3c0a685de1} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7759 | 2024.11.13 20:51:49.321454 [ 274 ] {bbb11507-3975-4b89-a35b-7a3c0a685de1} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00189 sec., 25396.825396825396 rows/sec., 1.71 MiB/sec. | ||
| 7760 | 2024.11.13 20:51:49.321507 [ 274 ] {bbb11507-3975-4b89-a35b-7a3c0a685de1} <Debug> TCPHandler: Processed in 0.002135267 sec. | ||
| 7761 | 2024.11.13 20:51:49.366363 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44080, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7762 | 2024.11.13 20:51:49.390909 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46669, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7763 | 2024.11.13 20:51:49.402295 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36176, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7764 | 2024.11.13 20:51:49.603871 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7765 | 2024.11.13 20:51:49.620579 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7766 | 2024.11.13 20:51:49.645899 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7767 | 2024.11.13 20:51:54.301158 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7768 | 2024.11.13 20:51:54.301385 [ 277 ] {7dceae21-d7a1-4ef2-9c88-f78674fa6b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7769 | 2024.11.13 20:51:54.301465 [ 277 ] {7dceae21-d7a1-4ef2-9c88-f78674fa6b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7770 | 2024.11.13 20:51:54.302259 [ 277 ] {7dceae21-d7a1-4ef2-9c88-f78674fa6b8a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7771 | 2024.11.13 20:51:54.302313 [ 277 ] {7dceae21-d7a1-4ef2-9c88-f78674fa6b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7772 | 2024.11.13 20:51:54.302732 [ 277 ] {7dceae21-d7a1-4ef2-9c88-f78674fa6b8a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7773 | 2024.11.13 20:51:54.302991 [ 277 ] {7dceae21-d7a1-4ef2-9c88-f78674fa6b8a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7774 | 2024.11.13 20:51:54.303248 [ 277 ] {7dceae21-d7a1-4ef2-9c88-f78674fa6b8a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.23 MiB/sec. | ||
| 7775 | 2024.11.13 20:51:54.303368 [ 277 ] {7dceae21-d7a1-4ef2-9c88-f78674fa6b8a} <Debug> TCPHandler: Processed in 0.002343641 sec. | ||
| 7776 | 2024.11.13 20:51:54.303663 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7777 | 2024.11.13 20:51:54.303875 [ 274 ] {2d104460-f5f0-4d5a-b474-cfc72ce75c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7778 | 2024.11.13 20:51:54.303954 [ 274 ] {2d104460-f5f0-4d5a-b474-cfc72ce75c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7779 | 2024.11.13 20:51:54.304793 [ 274 ] {2d104460-f5f0-4d5a-b474-cfc72ce75c56} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7780 | 2024.11.13 20:51:54.304836 [ 274 ] {2d104460-f5f0-4d5a-b474-cfc72ce75c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7781 | 2024.11.13 20:51:54.305262 [ 274 ] {2d104460-f5f0-4d5a-b474-cfc72ce75c56} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7782 | 2024.11.13 20:51:54.305514 [ 274 ] {2d104460-f5f0-4d5a-b474-cfc72ce75c56} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7783 | 2024.11.13 20:51:54.305750 [ 274 ] {2d104460-f5f0-4d5a-b474-cfc72ce75c56} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001932 sec., 33126.29399585922 rows/sec., 2.59 MiB/sec. | ||
| 7784 | 2024.11.13 20:51:54.305812 [ 274 ] {2d104460-f5f0-4d5a-b474-cfc72ce75c56} <Debug> TCPHandler: Processed in 0.00231111 sec. | ||
| 7785 | 2024.11.13 20:51:54.306036 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7786 | 2024.11.13 20:51:54.306181 [ 277 ] {c1801457-3ee7-4db3-aaca-dbee2ef32ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7787 | 2024.11.13 20:51:54.306238 [ 277 ] {c1801457-3ee7-4db3-aaca-dbee2ef32ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7788 | 2024.11.13 20:51:54.306827 [ 277 ] {c1801457-3ee7-4db3-aaca-dbee2ef32ce0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7789 | 2024.11.13 20:51:54.306868 [ 277 ] {c1801457-3ee7-4db3-aaca-dbee2ef32ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7790 | 2024.11.13 20:51:54.307276 [ 277 ] {c1801457-3ee7-4db3-aaca-dbee2ef32ce0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7791 | 2024.11.13 20:51:54.307537 [ 277 ] {c1801457-3ee7-4db3-aaca-dbee2ef32ce0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7792 | 2024.11.13 20:51:54.307713 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7793 | 2024.11.13 20:51:54.307780 [ 277 ] {c1801457-3ee7-4db3-aaca-dbee2ef32ce0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec. | ||
| 7794 | 2024.11.13 20:51:54.307808 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7795 | 2024.11.13 20:51:54.307884 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7796 | 2024.11.13 20:51:54.307904 [ 277 ] {c1801457-3ee7-4db3-aaca-dbee2ef32ce0} <Debug> TCPHandler: Processed in 0.001984745 sec. | ||
| 7797 | 2024.11.13 20:51:54.308193 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7798 | 2024.11.13 20:51:54.308277 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 7799 | 2024.11.13 20:51:54.308575 [ 274 ] {4d53e796-0b7f-465a-9093-c53b30608cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7800 | 2024.11.13 20:51:54.308775 [ 274 ] {4d53e796-0b7f-465a-9093-c53b30608cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7801 | 2024.11.13 20:51:54.309052 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7802 | 2024.11.13 20:51:54.309257 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 10968 rows starting from the beginning of the part | ||
| 7803 | 2024.11.13 20:51:54.309808 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 130 rows starting from the beginning of the part | ||
| 7804 | 2024.11.13 20:51:54.310388 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 7805 | 2024.11.13 20:51:54.310727 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 7806 | 2024.11.13 20:51:54.311029 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 133 rows starting from the beginning of the part | ||
| 7807 | 2024.11.13 20:51:54.311448 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 7808 | 2024.11.13 20:51:54.312654 [ 274 ] {4d53e796-0b7f-465a-9093-c53b30608cc0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7809 | 2024.11.13 20:51:54.312730 [ 274 ] {4d53e796-0b7f-465a-9093-c53b30608cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7810 | 2024.11.13 20:51:54.313369 [ 274 ] {4d53e796-0b7f-465a-9093-c53b30608cc0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7811 | 2024.11.13 20:51:54.313815 [ 274 ] {4d53e796-0b7f-465a-9093-c53b30608cc0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7812 | 2024.11.13 20:51:54.314198 [ 24 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 7813 | 2024.11.13 20:51:54.314345 [ 24 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7814 | 2024.11.13 20:51:54.314429 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7815 | 2024.11.13 20:51:54.314471 [ 274 ] {4d53e796-0b7f-465a-9093-c53b30608cc0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006004 sec., 9993.33777481679 rows/sec., 689.64 KiB/sec. | ||
| 7816 | 2024.11.13 20:51:54.314929 [ 274 ] {4d53e796-0b7f-465a-9093-c53b30608cc0} <Debug> TCPHandler: Processed in 0.006908331 sec. | ||
| 7817 | 2024.11.13 20:51:54.315012 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
| 7818 | 2024.11.13 20:51:54.315340 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7819 | 2024.11.13 20:51:54.315389 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 3434 rows starting from the beginning of the part | ||
| 7820 | 2024.11.13 20:51:54.315558 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 48 rows starting from the beginning of the part | ||
| 7821 | 2024.11.13 20:51:54.315778 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 7822 | 2024.11.13 20:51:54.315877 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
| 7823 | 2024.11.13 20:51:54.316139 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
| 7824 | 2024.11.13 20:51:54.316507 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 7825 | 2024.11.13 20:51:54.318076 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11788 rows, containing 5 columns (5 merged, 0 gathered) in 0.010078087 sec., 1169666.425781004 rows/sec., 79.56 MiB/sec. | ||
| 7826 | 2024.11.13 20:51:54.318462 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7827 | 2024.11.13 20:51:54.319063 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7828 | 2024.11.13 20:51:54.319075 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3732 rows, containing 4 columns (4 merged, 0 gathered) in 0.004474989 sec., 833968.5304254378 rows/sec., 54.42 MiB/sec. | ||
| 7829 | 2024.11.13 20:51:54.319163 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7830 | 2024.11.13 20:51:54.319265 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 7831 | 2024.11.13 20:51:54.319344 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 7832 | 2024.11.13 20:51:54.319607 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7833 | 2024.11.13 20:51:54.319684 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_65_13} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 7834 | 2024.11.13 20:51:54.319767 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7835 | 2024.11.13 20:51:55.542052 [ 29 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7836 | 2024.11.13 20:51:55.542164 [ 29 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7837 | 2024.11.13 20:51:55.542207 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7838 | 2024.11.13 20:51:55.542517 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 7839 | 2024.11.13 20:51:55.542809 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7840 | 2024.11.13 20:51:55.542848 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 7841 | 2024.11.13 20:51:55.542921 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 7842 | 2024.11.13 20:51:55.543017 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 7843 | 2024.11.13 20:51:55.543300 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 7844 | 2024.11.13 20:51:55.543421 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 7845 | 2024.11.13 20:51:55.544573 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.002242609 sec., 11147.730166069965 rows/sec., 751.17 KiB/sec. | ||
| 7846 | 2024.11.13 20:51:55.544758 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7847 | 2024.11.13 20:51:55.545090 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_25_6} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7848 | 2024.11.13 20:51:55.545178 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_25_6} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7849 | 2024.11.13 20:51:55.545275 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 7850 | 2024.11.13 20:51:55.806471 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7851 | 2024.11.13 20:51:55.806499 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7852 | 2024.11.13 20:51:56.063160 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1148 | ||
| 7853 | 2024.11.13 20:51:56.065674 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7854 | 2024.11.13 20:51:56.065716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7855 | 2024.11.13 20:51:56.067086 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7856 | 2024.11.13 20:51:56.067405 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7857 | 2024.11.13 20:51:56.067869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1148 | ||
| 7858 | 2024.11.13 20:51:56.108022 [ 30 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7859 | 2024.11.13 20:51:56.108094 [ 30 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7860 | 2024.11.13 20:51:56.108133 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7861 | 2024.11.13 20:51:56.108404 [ 198 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 7862 | 2024.11.13 20:51:56.108685 [ 198 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7863 | 2024.11.13 20:51:56.108745 [ 198 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 7864 | 2024.11.13 20:51:56.108838 [ 198 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 7865 | 2024.11.13 20:51:56.108929 [ 198 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 7866 | 2024.11.13 20:51:56.109213 [ 198 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 7867 | 2024.11.13 20:51:56.109314 [ 198 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 7868 | 2024.11.13 20:51:56.110278 [ 187 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002050936 sec., 73137.33826896596 rows/sec., 3.73 MiB/sec. | ||
| 7869 | 2024.11.13 20:51:56.110427 [ 198 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7870 | 2024.11.13 20:51:56.110698 [ 198 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_25_6} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7871 | 2024.11.13 20:51:56.110766 [ 198 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_25_6} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7872 | 2024.11.13 20:51:56.110832 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7873 | 2024.11.13 20:51:57.365071 [ 51 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7874 | 2024.11.13 20:51:57.365137 [ 51 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7875 | 2024.11.13 20:51:57.365164 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 7876 | 2024.11.13 20:51:57.365457 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 7877 | 2024.11.13 20:51:57.365796 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7878 | 2024.11.13 20:51:57.365855 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 7879 | 2024.11.13 20:51:57.365933 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 7880 | 2024.11.13 20:51:57.366034 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 7881 | 2024.11.13 20:51:57.366336 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 7882 | 2024.11.13 20:51:57.366571 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 7883 | 2024.11.13 20:51:57.367764 [ 187 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002502194 sec., 119095.48180516777 rows/sec., 8.54 MiB/sec. | ||
| 7884 | 2024.11.13 20:51:57.367986 [ 200 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7885 | 2024.11.13 20:51:57.368393 [ 200 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_25_6} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7886 | 2024.11.13 20:51:57.368510 [ 200 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_25_6} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7887 | 2024.11.13 20:51:57.368659 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7888 | 2024.11.13 20:51:59.307333 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7889 | 2024.11.13 20:51:59.307561 [ 277 ] {8d660857-34e0-420f-aa85-d32531fbe40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7890 | 2024.11.13 20:51:59.307641 [ 277 ] {8d660857-34e0-420f-aa85-d32531fbe40b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7891 | 2024.11.13 20:51:59.308391 [ 277 ] {8d660857-34e0-420f-aa85-d32531fbe40b} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7892 | 2024.11.13 20:51:59.308445 [ 277 ] {8d660857-34e0-420f-aa85-d32531fbe40b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7893 | 2024.11.13 20:51:59.308873 [ 277 ] {8d660857-34e0-420f-aa85-d32531fbe40b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7894 | 2024.11.13 20:51:59.309130 [ 277 ] {8d660857-34e0-420f-aa85-d32531fbe40b} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7895 | 2024.11.13 20:51:59.309401 [ 277 ] {8d660857-34e0-420f-aa85-d32531fbe40b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec. | ||
| 7896 | 2024.11.13 20:51:59.309570 [ 277 ] {8d660857-34e0-420f-aa85-d32531fbe40b} <Debug> TCPHandler: Processed in 0.002372732 sec. | ||
| 7897 | 2024.11.13 20:51:59.309839 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7898 | 2024.11.13 20:51:59.310031 [ 274 ] {8bde3791-5ac7-4cd9-9187-b059b8b05e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7899 | 2024.11.13 20:51:59.310104 [ 274 ] {8bde3791-5ac7-4cd9-9187-b059b8b05e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7900 | 2024.11.13 20:51:59.311013 [ 274 ] {8bde3791-5ac7-4cd9-9187-b059b8b05e3d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7901 | 2024.11.13 20:51:59.311062 [ 274 ] {8bde3791-5ac7-4cd9-9187-b059b8b05e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7902 | 2024.11.13 20:51:59.311523 [ 274 ] {8bde3791-5ac7-4cd9-9187-b059b8b05e3d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7903 | 2024.11.13 20:51:59.311789 [ 274 ] {8bde3791-5ac7-4cd9-9187-b059b8b05e3d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7904 | 2024.11.13 20:51:59.312024 [ 274 ] {8bde3791-5ac7-4cd9-9187-b059b8b05e3d} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002047 sec., 140205.17830972152 rows/sec., 12.37 MiB/sec. | ||
| 7905 | 2024.11.13 20:51:59.312087 [ 274 ] {8bde3791-5ac7-4cd9-9187-b059b8b05e3d} <Debug> TCPHandler: Processed in 0.002381242 sec. | ||
| 7906 | 2024.11.13 20:51:59.312257 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7907 | 2024.11.13 20:51:59.312383 [ 277 ] {486cfceb-7702-4e9c-9abd-22eb539f3c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7908 | 2024.11.13 20:51:59.312437 [ 277 ] {486cfceb-7702-4e9c-9abd-22eb539f3c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7909 | 2024.11.13 20:51:59.313063 [ 277 ] {486cfceb-7702-4e9c-9abd-22eb539f3c61} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7910 | 2024.11.13 20:51:59.313105 [ 277 ] {486cfceb-7702-4e9c-9abd-22eb539f3c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7911 | 2024.11.13 20:51:59.313483 [ 277 ] {486cfceb-7702-4e9c-9abd-22eb539f3c61} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7912 | 2024.11.13 20:51:59.313731 [ 277 ] {486cfceb-7702-4e9c-9abd-22eb539f3c61} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7913 | 2024.11.13 20:51:59.313911 [ 50 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7914 | 2024.11.13 20:51:59.313967 [ 277 ] {486cfceb-7702-4e9c-9abd-22eb539f3c61} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001611 sec., 30415.89075108628 rows/sec., 2.19 MiB/sec. | ||
| 7915 | 2024.11.13 20:51:59.313985 [ 50 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7916 | 2024.11.13 20:51:59.314051 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7917 | 2024.11.13 20:51:59.314099 [ 277 ] {486cfceb-7702-4e9c-9abd-22eb539f3c61} <Debug> TCPHandler: Processed in 0.001904283 sec. | ||
| 7918 | 2024.11.13 20:51:59.314323 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 7919 | 2024.11.13 20:51:59.314358 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7920 | 2024.11.13 20:51:59.314559 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7921 | 2024.11.13 20:51:59.314605 [ 274 ] {f35d5c30-1888-4840-84b6-4c04c9721713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7922 | 2024.11.13 20:51:59.314628 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 67 rows starting from the beginning of the part | ||
| 7923 | 2024.11.13 20:51:59.314715 [ 274 ] {f35d5c30-1888-4840-84b6-4c04c9721713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7924 | 2024.11.13 20:51:59.314794 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 49 rows starting from the beginning of the part | ||
| 7925 | 2024.11.13 20:51:59.315216 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part | ||
| 7926 | 2024.11.13 20:51:59.315656 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 49 rows starting from the beginning of the part | ||
| 7927 | 2024.11.13 20:51:59.316031 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 10 rows starting from the beginning of the part | ||
| 7928 | 2024.11.13 20:51:59.316481 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 49 rows starting from the beginning of the part | ||
| 7929 | 2024.11.13 20:51:59.317980 [ 274 ] {f35d5c30-1888-4840-84b6-4c04c9721713} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7930 | 2024.11.13 20:51:59.318050 [ 274 ] {f35d5c30-1888-4840-84b6-4c04c9721713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7931 | 2024.11.13 20:51:59.319105 [ 274 ] {f35d5c30-1888-4840-84b6-4c04c9721713} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7932 | 2024.11.13 20:51:59.319559 [ 201 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.005410255 sec., 42142.19107971805 rows/sec., 3.17 MiB/sec. | ||
| 7933 | 2024.11.13 20:51:59.319603 [ 274 ] {f35d5c30-1888-4840-84b6-4c04c9721713} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7934 | 2024.11.13 20:51:59.319862 [ 200 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7935 | 2024.11.13 20:51:59.320014 [ 274 ] {f35d5c30-1888-4840-84b6-4c04c9721713} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005474 sec., 2557.544757033248 rows/sec., 179.11 KiB/sec. | ||
| 7936 | 2024.11.13 20:51:59.320138 [ 274 ] {f35d5c30-1888-4840-84b6-4c04c9721713} <Debug> TCPHandler: Processed in 0.005930174 sec. | ||
| 7937 | 2024.11.13 20:51:59.320364 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7938 | 2024.11.13 20:51:59.320451 [ 200 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_46_9} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7939 | 2024.11.13 20:51:59.320622 [ 277 ] {f497d3eb-6134-4fef-a857-760f433b6a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7940 | 2024.11.13 20:51:59.320651 [ 200 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_46_9} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7941 | 2024.11.13 20:51:59.320703 [ 277 ] {f497d3eb-6134-4fef-a857-760f433b6a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7942 | 2024.11.13 20:51:59.320841 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7943 | 2024.11.13 20:51:59.321425 [ 277 ] {f497d3eb-6134-4fef-a857-760f433b6a3b} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7944 | 2024.11.13 20:51:59.321470 [ 277 ] {f497d3eb-6134-4fef-a857-760f433b6a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7945 | 2024.11.13 20:51:59.321839 [ 277 ] {f497d3eb-6134-4fef-a857-760f433b6a3b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7946 | 2024.11.13 20:51:59.322083 [ 277 ] {f497d3eb-6134-4fef-a857-760f433b6a3b} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7947 | 2024.11.13 20:51:59.322293 [ 277 ] {f497d3eb-6134-4fef-a857-760f433b6a3b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00177 sec., 7344.632768361582 rows/sec., 457.94 KiB/sec. | ||
| 7948 | 2024.11.13 20:51:59.322345 [ 277 ] {f497d3eb-6134-4fef-a857-760f433b6a3b} <Debug> TCPHandler: Processed in 0.002090437 sec. | ||
| 7949 | 2024.11.13 20:51:59.322511 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7950 | 2024.11.13 20:51:59.322649 [ 274 ] {b7b43f96-5bc0-4269-a73a-7d8478fa6c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7951 | 2024.11.13 20:51:59.322709 [ 274 ] {b7b43f96-5bc0-4269-a73a-7d8478fa6c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7952 | 2024.11.13 20:51:59.323513 [ 274 ] {b7b43f96-5bc0-4269-a73a-7d8478fa6c5b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7953 | 2024.11.13 20:51:59.323553 [ 274 ] {b7b43f96-5bc0-4269-a73a-7d8478fa6c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7954 | 2024.11.13 20:51:59.323938 [ 274 ] {b7b43f96-5bc0-4269-a73a-7d8478fa6c5b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7955 | 2024.11.13 20:51:59.324184 [ 274 ] {b7b43f96-5bc0-4269-a73a-7d8478fa6c5b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7956 | 2024.11.13 20:51:59.324393 [ 274 ] {b7b43f96-5bc0-4269-a73a-7d8478fa6c5b} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001775 sec., 238873.2394366197 rows/sec., 17.08 MiB/sec. | ||
| 7957 | 2024.11.13 20:51:59.324447 [ 274 ] {b7b43f96-5bc0-4269-a73a-7d8478fa6c5b} <Debug> TCPHandler: Processed in 0.002007126 sec. | ||
| 7958 | 2024.11.13 20:51:59.324593 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7959 | 2024.11.13 20:51:59.324710 [ 277 ] {1cf5bc40-866f-4398-a62d-8ca630e37694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7960 | 2024.11.13 20:51:59.324760 [ 277 ] {1cf5bc40-866f-4398-a62d-8ca630e37694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7961 | 2024.11.13 20:51:59.325239 [ 277 ] {1cf5bc40-866f-4398-a62d-8ca630e37694} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7962 | 2024.11.13 20:51:59.325277 [ 277 ] {1cf5bc40-866f-4398-a62d-8ca630e37694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7963 | 2024.11.13 20:51:59.325652 [ 277 ] {1cf5bc40-866f-4398-a62d-8ca630e37694} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7964 | 2024.11.13 20:51:59.325898 [ 277 ] {1cf5bc40-866f-4398-a62d-8ca630e37694} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7965 | 2024.11.13 20:51:59.326093 [ 277 ] {1cf5bc40-866f-4398-a62d-8ca630e37694} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0014 sec., 4285.714285714285 rows/sec., 223.91 KiB/sec. | ||
| 7966 | 2024.11.13 20:51:59.326152 [ 277 ] {1cf5bc40-866f-4398-a62d-8ca630e37694} <Debug> TCPHandler: Processed in 0.001617118 sec. | ||
| 7967 | 2024.11.13 20:51:59.326388 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7968 | 2024.11.13 20:51:59.326512 [ 274 ] {8f0b2761-f349-41b0-9dae-30f19357dad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7969 | 2024.11.13 20:51:59.326567 [ 274 ] {8f0b2761-f349-41b0-9dae-30f19357dad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7970 | 2024.11.13 20:51:59.327184 [ 274 ] {8f0b2761-f349-41b0-9dae-30f19357dad5} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7971 | 2024.11.13 20:51:59.327223 [ 274 ] {8f0b2761-f349-41b0-9dae-30f19357dad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7972 | 2024.11.13 20:51:59.327635 [ 274 ] {8f0b2761-f349-41b0-9dae-30f19357dad5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7973 | 2024.11.13 20:51:59.327889 [ 274 ] {8f0b2761-f349-41b0-9dae-30f19357dad5} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7974 | 2024.11.13 20:51:59.328120 [ 274 ] {8f0b2761-f349-41b0-9dae-30f19357dad5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001631 sec., 145309.62599632127 rows/sec., 9.74 MiB/sec. | ||
| 7975 | 2024.11.13 20:51:59.328183 [ 274 ] {8f0b2761-f349-41b0-9dae-30f19357dad5} <Debug> TCPHandler: Processed in 0.001933984 sec. | ||
| 7976 | 2024.11.13 20:51:59.328391 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7977 | 2024.11.13 20:51:59.328537 [ 277 ] {8a43d5a7-1c15-4933-8df8-95562143ad27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7978 | 2024.11.13 20:51:59.328589 [ 277 ] {8a43d5a7-1c15-4933-8df8-95562143ad27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7979 | 2024.11.13 20:51:59.329057 [ 277 ] {8a43d5a7-1c15-4933-8df8-95562143ad27} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7980 | 2024.11.13 20:51:59.329094 [ 277 ] {8a43d5a7-1c15-4933-8df8-95562143ad27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7981 | 2024.11.13 20:51:59.329456 [ 277 ] {8a43d5a7-1c15-4933-8df8-95562143ad27} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7982 | 2024.11.13 20:51:59.329697 [ 277 ] {8a43d5a7-1c15-4933-8df8-95562143ad27} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7983 | 2024.11.13 20:51:59.329908 [ 277 ] {8a43d5a7-1c15-4933-8df8-95562143ad27} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. | ||
| 7984 | 2024.11.13 20:51:59.330088 [ 277 ] {8a43d5a7-1c15-4933-8df8-95562143ad27} <Debug> TCPHandler: Processed in 0.001801322 sec. | ||
| 7985 | 2024.11.13 20:51:59.330303 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7986 | 2024.11.13 20:51:59.330439 [ 274 ] {7eacfedd-cc26-41f2-bf02-b68731601ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7987 | 2024.11.13 20:51:59.330534 [ 274 ] {7eacfedd-cc26-41f2-bf02-b68731601ff9} <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 | ||
| 7988 | 2024.11.13 20:51:59.331814 [ 274 ] {7eacfedd-cc26-41f2-bf02-b68731601ff9} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7989 | 2024.11.13 20:51:59.331853 [ 274 ] {7eacfedd-cc26-41f2-bf02-b68731601ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7990 | 2024.11.13 20:51:59.332512 [ 274 ] {7eacfedd-cc26-41f2-bf02-b68731601ff9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7991 | 2024.11.13 20:51:59.332771 [ 274 ] {7eacfedd-cc26-41f2-bf02-b68731601ff9} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7992 | 2024.11.13 20:51:59.333058 [ 274 ] {7eacfedd-cc26-41f2-bf02-b68731601ff9} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002641 sec., 15903.067020068156 rows/sec., 28.50 MiB/sec. | ||
| 7993 | 2024.11.13 20:51:59.333313 [ 274 ] {7eacfedd-cc26-41f2-bf02-b68731601ff9} <Debug> TCPHandler: Processed in 0.003118664 sec. | ||
| 7994 | 2024.11.13 20:51:59.333483 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7995 | 2024.11.13 20:51:59.333600 [ 277 ] {6b20e02d-28e6-480b-8622-9d77bfe32db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7996 | 2024.11.13 20:51:59.333651 [ 277 ] {6b20e02d-28e6-480b-8622-9d77bfe32db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7997 | 2024.11.13 20:51:59.334168 [ 277 ] {6b20e02d-28e6-480b-8622-9d77bfe32db5} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7998 | 2024.11.13 20:51:59.334204 [ 277 ] {6b20e02d-28e6-480b-8622-9d77bfe32db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 7999 | 2024.11.13 20:51:59.334592 [ 277 ] {6b20e02d-28e6-480b-8622-9d77bfe32db5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8000 | 2024.11.13 20:51:59.334831 [ 277 ] {6b20e02d-28e6-480b-8622-9d77bfe32db5} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8001 | 2024.11.13 20:51:59.335004 [ 277 ] {6b20e02d-28e6-480b-8622-9d77bfe32db5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001427 sec., 57463.20953048353 rows/sec., 3.65 MiB/sec. | ||
| 8002 | 2024.11.13 20:51:59.335052 [ 277 ] {6b20e02d-28e6-480b-8622-9d77bfe32db5} <Debug> TCPHandler: Processed in 0.001643169 sec. | ||
| 8003 | 2024.11.13 20:52:04.299925 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8004 | 2024.11.13 20:52:04.300130 [ 277 ] {ca4496a4-fab0-47ae-a448-72d9c2f6dcdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8005 | 2024.11.13 20:52:04.300201 [ 277 ] {ca4496a4-fab0-47ae-a448-72d9c2f6dcdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8006 | 2024.11.13 20:52:04.300901 [ 277 ] {ca4496a4-fab0-47ae-a448-72d9c2f6dcdc} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8007 | 2024.11.13 20:52:04.300945 [ 277 ] {ca4496a4-fab0-47ae-a448-72d9c2f6dcdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8008 | 2024.11.13 20:52:04.301375 [ 277 ] {ca4496a4-fab0-47ae-a448-72d9c2f6dcdc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8009 | 2024.11.13 20:52:04.301628 [ 277 ] {ca4496a4-fab0-47ae-a448-72d9c2f6dcdc} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8010 | 2024.11.13 20:52:04.301831 [ 277 ] {ca4496a4-fab0-47ae-a448-72d9c2f6dcdc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001752 sec., 1141.552511415525 rows/sec., 93.09 KiB/sec. | ||
| 8011 | 2024.11.13 20:52:04.301891 [ 277 ] {ca4496a4-fab0-47ae-a448-72d9c2f6dcdc} <Debug> TCPHandler: Processed in 0.002101477 sec. | ||
| 8012 | 2024.11.13 20:52:04.302136 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8013 | 2024.11.13 20:52:04.302345 [ 274 ] {67959c26-be60-43bb-93d6-9e1bb01b6810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8014 | 2024.11.13 20:52:04.302428 [ 274 ] {67959c26-be60-43bb-93d6-9e1bb01b6810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8015 | 2024.11.13 20:52:04.303261 [ 274 ] {67959c26-be60-43bb-93d6-9e1bb01b6810} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8016 | 2024.11.13 20:52:04.303308 [ 274 ] {67959c26-be60-43bb-93d6-9e1bb01b6810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8017 | 2024.11.13 20:52:04.303749 [ 274 ] {67959c26-be60-43bb-93d6-9e1bb01b6810} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8018 | 2024.11.13 20:52:04.304008 [ 274 ] {67959c26-be60-43bb-93d6-9e1bb01b6810} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8019 | 2024.11.13 20:52:04.304236 [ 274 ] {67959c26-be60-43bb-93d6-9e1bb01b6810} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00195 sec., 29230.76923076923 rows/sec., 2.23 MiB/sec. | ||
| 8020 | 2024.11.13 20:52:04.304293 [ 274 ] {67959c26-be60-43bb-93d6-9e1bb01b6810} <Debug> TCPHandler: Processed in 0.00229909 sec. | ||
| 8021 | 2024.11.13 20:52:04.304435 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8022 | 2024.11.13 20:52:04.304561 [ 277 ] {25853906-c428-4d74-9fd1-995e4296e9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8023 | 2024.11.13 20:52:04.304613 [ 277 ] {25853906-c428-4d74-9fd1-995e4296e9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8024 | 2024.11.13 20:52:04.305188 [ 277 ] {25853906-c428-4d74-9fd1-995e4296e9fd} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8025 | 2024.11.13 20:52:04.305225 [ 277 ] {25853906-c428-4d74-9fd1-995e4296e9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8026 | 2024.11.13 20:52:04.305581 [ 277 ] {25853906-c428-4d74-9fd1-995e4296e9fd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8027 | 2024.11.13 20:52:04.305823 [ 277 ] {25853906-c428-4d74-9fd1-995e4296e9fd} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8028 | 2024.11.13 20:52:04.306004 [ 277 ] {25853906-c428-4d74-9fd1-995e4296e9fd} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001473 sec., 1357.7732518669384 rows/sec., 94.81 KiB/sec. | ||
| 8029 | 2024.11.13 20:52:04.306056 [ 277 ] {25853906-c428-4d74-9fd1-995e4296e9fd} <Debug> TCPHandler: Processed in 0.001680019 sec. | ||
| 8030 | 2024.11.13 20:52:04.306202 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8031 | 2024.11.13 20:52:04.306339 [ 274 ] {7a7836b6-0c35-4436-81e0-18e41851b095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8032 | 2024.11.13 20:52:04.306397 [ 274 ] {7a7836b6-0c35-4436-81e0-18e41851b095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8033 | 2024.11.13 20:52:04.307103 [ 274 ] {7a7836b6-0c35-4436-81e0-18e41851b095} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8034 | 2024.11.13 20:52:04.307144 [ 274 ] {7a7836b6-0c35-4436-81e0-18e41851b095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8035 | 2024.11.13 20:52:04.307520 [ 274 ] {7a7836b6-0c35-4436-81e0-18e41851b095} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8036 | 2024.11.13 20:52:04.307767 [ 274 ] {7a7836b6-0c35-4436-81e0-18e41851b095} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8037 | 2024.11.13 20:52:04.308010 [ 274 ] {7a7836b6-0c35-4436-81e0-18e41851b095} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001695 sec., 38938.05309734514 rows/sec., 3.04 MiB/sec. | ||
| 8038 | 2024.11.13 20:52:04.308074 [ 274 ] {7a7836b6-0c35-4436-81e0-18e41851b095} <Debug> TCPHandler: Processed in 0.001937884 sec. | ||
| 8039 | 2024.11.13 20:52:04.308309 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8040 | 2024.11.13 20:52:04.308496 [ 277 ] {b6544d4d-24c8-4771-b57d-f40298d3ac37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8041 | 2024.11.13 20:52:04.308560 [ 277 ] {b6544d4d-24c8-4771-b57d-f40298d3ac37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8042 | 2024.11.13 20:52:04.309176 [ 277 ] {b6544d4d-24c8-4771-b57d-f40298d3ac37} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8043 | 2024.11.13 20:52:04.309214 [ 277 ] {b6544d4d-24c8-4771-b57d-f40298d3ac37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8044 | 2024.11.13 20:52:04.309613 [ 277 ] {b6544d4d-24c8-4771-b57d-f40298d3ac37} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8045 | 2024.11.13 20:52:04.309855 [ 277 ] {b6544d4d-24c8-4771-b57d-f40298d3ac37} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8046 | 2024.11.13 20:52:04.310056 [ 277 ] {b6544d4d-24c8-4771-b57d-f40298d3ac37} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001592 sec., 81030.15075376884 rows/sec., 5.64 MiB/sec. | ||
| 8047 | 2024.11.13 20:52:04.310112 [ 277 ] {b6544d4d-24c8-4771-b57d-f40298d3ac37} <Debug> TCPHandler: Processed in 0.001933124 sec. | ||
| 8048 | 2024.11.13 20:52:04.310274 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8049 | 2024.11.13 20:52:04.310412 [ 274 ] {142f3342-be02-4407-b8e2-63ad2a536999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8050 | 2024.11.13 20:52:04.310473 [ 274 ] {142f3342-be02-4407-b8e2-63ad2a536999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8051 | 2024.11.13 20:52:04.311059 [ 274 ] {142f3342-be02-4407-b8e2-63ad2a536999} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8052 | 2024.11.13 20:52:04.311098 [ 274 ] {142f3342-be02-4407-b8e2-63ad2a536999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8053 | 2024.11.13 20:52:04.311475 [ 274 ] {142f3342-be02-4407-b8e2-63ad2a536999} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8054 | 2024.11.13 20:52:04.311718 [ 274 ] {142f3342-be02-4407-b8e2-63ad2a536999} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8055 | 2024.11.13 20:52:04.311933 [ 274 ] {142f3342-be02-4407-b8e2-63ad2a536999} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001553 sec., 30907.920154539603 rows/sec., 2.08 MiB/sec. | ||
| 8056 | 2024.11.13 20:52:04.311983 [ 274 ] {142f3342-be02-4407-b8e2-63ad2a536999} <Debug> TCPHandler: Processed in 0.001774411 sec. | ||
| 8057 | 2024.11.13 20:52:06.068036 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1182 | ||
| 8058 | 2024.11.13 20:52:06.071573 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8059 | 2024.11.13 20:52:06.071627 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8060 | 2024.11.13 20:52:06.073065 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8061 | 2024.11.13 20:52:06.073383 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8062 | 2024.11.13 20:52:06.073991 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1182 | ||
| 8063 | 2024.11.13 20:52:09.301835 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8064 | 2024.11.13 20:52:09.302058 [ 277 ] {4debce2f-7776-4970-a19d-0ebd854a2c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8065 | 2024.11.13 20:52:09.302139 [ 277 ] {4debce2f-7776-4970-a19d-0ebd854a2c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8066 | 2024.11.13 20:52:09.302918 [ 277 ] {4debce2f-7776-4970-a19d-0ebd854a2c1f} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8067 | 2024.11.13 20:52:09.302972 [ 277 ] {4debce2f-7776-4970-a19d-0ebd854a2c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8068 | 2024.11.13 20:52:09.303408 [ 277 ] {4debce2f-7776-4970-a19d-0ebd854a2c1f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8069 | 2024.11.13 20:52:09.303665 [ 277 ] {4debce2f-7776-4970-a19d-0ebd854a2c1f} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8070 | 2024.11.13 20:52:09.303909 [ 277 ] {4debce2f-7776-4970-a19d-0ebd854a2c1f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001909 sec., 29334.73022524882 rows/sec., 2.24 MiB/sec. | ||
| 8071 | 2024.11.13 20:52:09.303974 [ 277 ] {4debce2f-7776-4970-a19d-0ebd854a2c1f} <Debug> TCPHandler: Processed in 0.0022746 sec. | ||
| 8072 | 2024.11.13 20:52:09.304245 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8073 | 2024.11.13 20:52:09.304462 [ 274 ] {9b01eda9-9c05-4d06-8479-1647c972dd50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8074 | 2024.11.13 20:52:09.304545 [ 274 ] {9b01eda9-9c05-4d06-8479-1647c972dd50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8075 | 2024.11.13 20:52:09.305396 [ 274 ] {9b01eda9-9c05-4d06-8479-1647c972dd50} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8076 | 2024.11.13 20:52:09.305449 [ 274 ] {9b01eda9-9c05-4d06-8479-1647c972dd50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8077 | 2024.11.13 20:52:09.305893 [ 274 ] {9b01eda9-9c05-4d06-8479-1647c972dd50} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8078 | 2024.11.13 20:52:09.306155 [ 274 ] {9b01eda9-9c05-4d06-8479-1647c972dd50} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8079 | 2024.11.13 20:52:09.306404 [ 274 ] {9b01eda9-9c05-4d06-8479-1647c972dd50} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001999 sec., 32016.008004002004 rows/sec., 2.50 MiB/sec. | ||
| 8080 | 2024.11.13 20:52:09.306464 [ 274 ] {9b01eda9-9c05-4d06-8479-1647c972dd50} <Debug> TCPHandler: Processed in 0.002364692 sec. | ||
| 8081 | 2024.11.13 20:52:09.306678 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8082 | 2024.11.13 20:52:09.306819 [ 277 ] {dbec16dd-e6d0-4092-9e66-536d683f16ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8083 | 2024.11.13 20:52:09.306875 [ 277 ] {dbec16dd-e6d0-4092-9e66-536d683f16ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8084 | 2024.11.13 20:52:09.307459 [ 277 ] {dbec16dd-e6d0-4092-9e66-536d683f16ee} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2024.11.13 20:52:09.307501 [ 277 ] {dbec16dd-e6d0-4092-9e66-536d683f16ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8086 | 2024.11.13 20:52:09.307904 [ 277 ] {dbec16dd-e6d0-4092-9e66-536d683f16ee} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8087 | 2024.11.13 20:52:09.308159 [ 277 ] {dbec16dd-e6d0-4092-9e66-536d683f16ee} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8088 | 2024.11.13 20:52:09.308374 [ 277 ] {dbec16dd-e6d0-4092-9e66-536d683f16ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 8089 | 2024.11.13 20:52:09.308432 [ 277 ] {dbec16dd-e6d0-4092-9e66-536d683f16ee} <Debug> TCPHandler: Processed in 0.001861053 sec. | ||
| 8090 | 2024.11.13 20:52:09.308652 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8091 | 2024.11.13 20:52:09.308884 [ 274 ] {cfa6af4e-d943-4954-aa00-36e7f384eb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8092 | 2024.11.13 20:52:09.308983 [ 274 ] {cfa6af4e-d943-4954-aa00-36e7f384eb17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8093 | 2024.11.13 20:52:09.309586 [ 274 ] {cfa6af4e-d943-4954-aa00-36e7f384eb17} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8094 | 2024.11.13 20:52:09.309626 [ 274 ] {cfa6af4e-d943-4954-aa00-36e7f384eb17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8095 | 2024.11.13 20:52:09.310017 [ 274 ] {cfa6af4e-d943-4954-aa00-36e7f384eb17} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8096 | 2024.11.13 20:52:09.310276 [ 274 ] {cfa6af4e-d943-4954-aa00-36e7f384eb17} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8097 | 2024.11.13 20:52:09.310490 [ 274 ] {cfa6af4e-d943-4954-aa00-36e7f384eb17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001662 sec., 36101.08303249098 rows/sec., 2.43 MiB/sec. | ||
| 8098 | 2024.11.13 20:52:09.310539 [ 274 ] {cfa6af4e-d943-4954-aa00-36e7f384eb17} <Debug> TCPHandler: Processed in 0.001994215 sec. | ||
| 8099 | 2024.11.13 20:52:10.806534 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8100 | 2024.11.13 20:52:10.806583 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8101 | 2024.11.13 20:52:12.377505 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8102 | 2024.11.13 20:52:12.521386 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8103 | 2024.11.13 20:52:12.565767 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8104 | 2024.11.13 20:52:12.573182 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8105 | 2024.11.13 20:52:12.829626 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8106 | 2024.11.13 20:52:12.837070 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8107 | 2024.11.13 20:52:12.868452 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8108 | 2024.11.13 20:52:12.876775 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8109 | 2024.11.13 20:52:14.307798 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8110 | 2024.11.13 20:52:14.307999 [ 277 ] {c77580d0-1ffe-4600-bd34-66a42d7d9167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8111 | 2024.11.13 20:52:14.308075 [ 277 ] {c77580d0-1ffe-4600-bd34-66a42d7d9167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8112 | 2024.11.13 20:52:14.308816 [ 277 ] {c77580d0-1ffe-4600-bd34-66a42d7d9167} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8113 | 2024.11.13 20:52:14.308859 [ 277 ] {c77580d0-1ffe-4600-bd34-66a42d7d9167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8114 | 2024.11.13 20:52:14.309267 [ 277 ] {c77580d0-1ffe-4600-bd34-66a42d7d9167} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8115 | 2024.11.13 20:52:14.309511 [ 277 ] {c77580d0-1ffe-4600-bd34-66a42d7d9167} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8116 | 2024.11.13 20:52:14.309728 [ 277 ] {c77580d0-1ffe-4600-bd34-66a42d7d9167} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001778 sec., 7874.015748031496 rows/sec., 566.82 KiB/sec. | ||
| 8117 | 2024.11.13 20:52:14.309846 [ 277 ] {c77580d0-1ffe-4600-bd34-66a42d7d9167} <Debug> TCPHandler: Processed in 0.002176278 sec. | ||
| 8118 | 2024.11.13 20:52:14.310138 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8119 | 2024.11.13 20:52:14.310323 [ 274 ] {1b271d40-d9ca-409e-ba9d-1d46b3286f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8120 | 2024.11.13 20:52:14.310395 [ 274 ] {1b271d40-d9ca-409e-ba9d-1d46b3286f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8121 | 2024.11.13 20:52:14.311286 [ 274 ] {1b271d40-d9ca-409e-ba9d-1d46b3286f75} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8122 | 2024.11.13 20:52:14.311330 [ 274 ] {1b271d40-d9ca-409e-ba9d-1d46b3286f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8123 | 2024.11.13 20:52:14.311785 [ 274 ] {1b271d40-d9ca-409e-ba9d-1d46b3286f75} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8124 | 2024.11.13 20:52:14.312051 [ 274 ] {1b271d40-d9ca-409e-ba9d-1d46b3286f75} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8125 | 2024.11.13 20:52:14.312232 [ 39 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8126 | 2024.11.13 20:52:14.312305 [ 39 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8127 | 2024.11.13 20:52:14.312322 [ 274 ] {1b271d40-d9ca-409e-ba9d-1d46b3286f75} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002041 sec., 140617.3444390005 rows/sec., 12.41 MiB/sec. | ||
| 8128 | 2024.11.13 20:52:14.312350 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8129 | 2024.11.13 20:52:14.312482 [ 274 ] {1b271d40-d9ca-409e-ba9d-1d46b3286f75} <Debug> TCPHandler: Processed in 0.002498144 sec. | ||
| 8130 | 2024.11.13 20:52:14.312563 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 8131 | 2024.11.13 20:52:14.312685 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8132 | 2024.11.13 20:52:14.312742 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8133 | 2024.11.13 20:52:14.312818 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1437 rows starting from the beginning of the part | ||
| 8134 | 2024.11.13 20:52:14.312907 [ 277 ] {06123b46-1b34-4323-99f5-be82e644496b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8135 | 2024.11.13 20:52:14.313030 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 8136 | 2024.11.13 20:52:14.313052 [ 277 ] {06123b46-1b34-4323-99f5-be82e644496b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8137 | 2024.11.13 20:52:14.313456 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 287 rows starting from the beginning of the part | ||
| 8138 | 2024.11.13 20:52:14.313834 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 57 rows starting from the beginning of the part | ||
| 8139 | 2024.11.13 20:52:14.314149 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part | ||
| 8140 | 2024.11.13 20:52:14.314546 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 287 rows starting from the beginning of the part | ||
| 8141 | 2024.11.13 20:52:14.316109 [ 277 ] {06123b46-1b34-4323-99f5-be82e644496b} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8142 | 2024.11.13 20:52:14.316190 [ 277 ] {06123b46-1b34-4323-99f5-be82e644496b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8143 | 2024.11.13 20:52:14.317100 [ 277 ] {06123b46-1b34-4323-99f5-be82e644496b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8144 | 2024.11.13 20:52:14.317645 [ 277 ] {06123b46-1b34-4323-99f5-be82e644496b} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8145 | 2024.11.13 20:52:14.317749 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005261192 sec., 414354.76979361335 rows/sec., 36.45 MiB/sec. | ||
| 8146 | 2024.11.13 20:52:14.317961 [ 277 ] {06123b46-1b34-4323-99f5-be82e644496b} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.005122 sec., 9566.575556423273 rows/sec., 705.63 KiB/sec. | ||
| 8147 | 2024.11.13 20:52:14.318087 [ 277 ] {06123b46-1b34-4323-99f5-be82e644496b} <Debug> TCPHandler: Processed in 0.005492946 sec. | ||
| 8148 | 2024.11.13 20:52:14.318187 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8149 | 2024.11.13 20:52:14.318312 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8150 | 2024.11.13 20:52:14.318521 [ 274 ] {82161685-52ed-4a32-a517-bbb6467e1d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8151 | 2024.11.13 20:52:14.318619 [ 274 ] {82161685-52ed-4a32-a517-bbb6467e1d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8152 | 2024.11.13 20:52:14.318752 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_71_14} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8153 | 2024.11.13 20:52:14.318950 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_71_14} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8154 | 2024.11.13 20:52:14.319178 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 8155 | 2024.11.13 20:52:14.319616 [ 274 ] {82161685-52ed-4a32-a517-bbb6467e1d76} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8156 | 2024.11.13 20:52:14.319660 [ 274 ] {82161685-52ed-4a32-a517-bbb6467e1d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8157 | 2024.11.13 20:52:14.320027 [ 274 ] {82161685-52ed-4a32-a517-bbb6467e1d76} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8158 | 2024.11.13 20:52:14.320283 [ 274 ] {82161685-52ed-4a32-a517-bbb6467e1d76} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8159 | 2024.11.13 20:52:14.320553 [ 274 ] {82161685-52ed-4a32-a517-bbb6467e1d76} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002103 sec., 6657.156443176415 rows/sec., 466.22 KiB/sec. | ||
| 8160 | 2024.11.13 20:52:14.320780 [ 274 ] {82161685-52ed-4a32-a517-bbb6467e1d76} <Debug> TCPHandler: Processed in 0.002556235 sec. | ||
| 8161 | 2024.11.13 20:52:14.320977 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8162 | 2024.11.13 20:52:14.321089 [ 277 ] {0756673f-154a-47cc-bae8-9f397e2ec421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8163 | 2024.11.13 20:52:14.321135 [ 277 ] {0756673f-154a-47cc-bae8-9f397e2ec421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8164 | 2024.11.13 20:52:14.321673 [ 277 ] {0756673f-154a-47cc-bae8-9f397e2ec421} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8165 | 2024.11.13 20:52:14.321709 [ 277 ] {0756673f-154a-47cc-bae8-9f397e2ec421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8166 | 2024.11.13 20:52:14.322059 [ 277 ] {0756673f-154a-47cc-bae8-9f397e2ec421} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8167 | 2024.11.13 20:52:14.322303 [ 277 ] {0756673f-154a-47cc-bae8-9f397e2ec421} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8168 | 2024.11.13 20:52:14.322528 [ 277 ] {0756673f-154a-47cc-bae8-9f397e2ec421} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001458 sec., 8916.323731138546 rows/sec., 555.93 KiB/sec. | ||
| 8169 | 2024.11.13 20:52:14.322735 [ 277 ] {0756673f-154a-47cc-bae8-9f397e2ec421} <Debug> TCPHandler: Processed in 0.001841383 sec. | ||
| 8170 | 2024.11.13 20:52:14.322922 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8171 | 2024.11.13 20:52:14.323033 [ 274 ] {ddcf802b-3e24-4f49-b03b-ce5db4f5568d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8172 | 2024.11.13 20:52:14.323080 [ 274 ] {ddcf802b-3e24-4f49-b03b-ce5db4f5568d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8173 | 2024.11.13 20:52:14.323853 [ 274 ] {ddcf802b-3e24-4f49-b03b-ce5db4f5568d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8174 | 2024.11.13 20:52:14.323891 [ 274 ] {ddcf802b-3e24-4f49-b03b-ce5db4f5568d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8175 | 2024.11.13 20:52:14.324274 [ 274 ] {ddcf802b-3e24-4f49-b03b-ce5db4f5568d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8176 | 2024.11.13 20:52:14.324530 [ 274 ] {ddcf802b-3e24-4f49-b03b-ce5db4f5568d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8177 | 2024.11.13 20:52:14.324702 [ 39 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8178 | 2024.11.13 20:52:14.324752 [ 39 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8179 | 2024.11.13 20:52:14.324772 [ 274 ] {ddcf802b-3e24-4f49-b03b-ce5db4f5568d} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001756 sec., 241457.85876993166 rows/sec., 17.26 MiB/sec. | ||
| 8180 | 2024.11.13 20:52:14.324787 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8181 | 2024.11.13 20:52:14.324940 [ 274 ] {ddcf802b-3e24-4f49-b03b-ce5db4f5568d} <Debug> TCPHandler: Processed in 0.002087306 sec. | ||
| 8182 | 2024.11.13 20:52:14.324998 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 8183 | 2024.11.13 20:52:14.325116 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8184 | 2024.11.13 20:52:14.325139 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8185 | 2024.11.13 20:52:14.325186 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 916 rows starting from the beginning of the part | ||
| 8186 | 2024.11.13 20:52:14.325367 [ 277 ] {bacabb6b-1950-4a3c-987c-074a28aee2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8187 | 2024.11.13 20:52:14.325467 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 8188 | 2024.11.13 20:52:14.325536 [ 277 ] {bacabb6b-1950-4a3c-987c-074a28aee2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8189 | 2024.11.13 20:52:14.325846 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 424 rows starting from the beginning of the part | ||
| 8190 | 2024.11.13 20:52:14.326267 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 66 rows starting from the beginning of the part | ||
| 8191 | 2024.11.13 20:52:14.326653 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part | ||
| 8192 | 2024.11.13 20:52:14.327021 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 424 rows starting from the beginning of the part | ||
| 8193 | 2024.11.13 20:52:14.328016 [ 277 ] {bacabb6b-1950-4a3c-987c-074a28aee2f3} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8194 | 2024.11.13 20:52:14.328078 [ 277 ] {bacabb6b-1950-4a3c-987c-074a28aee2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8195 | 2024.11.13 20:52:14.329063 [ 277 ] {bacabb6b-1950-4a3c-987c-074a28aee2f3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8196 | 2024.11.13 20:52:14.329473 [ 277 ] {bacabb6b-1950-4a3c-987c-074a28aee2f3} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8197 | 2024.11.13 20:52:14.329996 [ 277 ] {bacabb6b-1950-4a3c-987c-074a28aee2f3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004705 sec., 1275.2391073326248 rows/sec., 66.63 KiB/sec. | ||
| 8198 | 2024.11.13 20:52:14.330348 [ 277 ] {bacabb6b-1950-4a3c-987c-074a28aee2f3} <Debug> TCPHandler: Processed in 0.005297893 sec. | ||
| 8199 | 2024.11.13 20:52:14.330506 [ 192 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 5 columns (5 merged, 0 gathered) in 0.005579658 sec., 350917.56519844045 rows/sec., 26.87 MiB/sec. | ||
| 8200 | 2024.11.13 20:52:14.330700 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8201 | 2024.11.13 20:52:14.330831 [ 192 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8202 | 2024.11.13 20:52:14.330952 [ 274 ] {f7e79bdd-6d72-4c6e-b791-242dfb5c21b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8203 | 2024.11.13 20:52:14.331051 [ 274 ] {f7e79bdd-6d72-4c6e-b791-242dfb5c21b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8204 | 2024.11.13 20:52:14.331516 [ 192 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_71_14} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2024.11.13 20:52:14.331719 [ 192 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_71_14} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8206 | 2024.11.13 20:52:14.331865 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8207 | 2024.11.13 20:52:14.332143 [ 274 ] {f7e79bdd-6d72-4c6e-b791-242dfb5c21b8} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8208 | 2024.11.13 20:52:14.332186 [ 274 ] {f7e79bdd-6d72-4c6e-b791-242dfb5c21b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8209 | 2024.11.13 20:52:14.332592 [ 274 ] {f7e79bdd-6d72-4c6e-b791-242dfb5c21b8} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8210 | 2024.11.13 20:52:14.332854 [ 274 ] {f7e79bdd-6d72-4c6e-b791-242dfb5c21b8} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8211 | 2024.11.13 20:52:14.333090 [ 274 ] {f7e79bdd-6d72-4c6e-b791-242dfb5c21b8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002233 sec., 106135.24406627854 rows/sec., 7.11 MiB/sec. | ||
| 8212 | 2024.11.13 20:52:14.333147 [ 274 ] {f7e79bdd-6d72-4c6e-b791-242dfb5c21b8} <Debug> TCPHandler: Processed in 0.002686747 sec. | ||
| 8213 | 2024.11.13 20:52:14.333299 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8214 | 2024.11.13 20:52:14.333418 [ 277 ] {c78f99a7-0c43-4cb2-bf12-99880ea68d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8215 | 2024.11.13 20:52:14.333468 [ 277 ] {c78f99a7-0c43-4cb2-bf12-99880ea68d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8216 | 2024.11.13 20:52:14.333938 [ 277 ] {c78f99a7-0c43-4cb2-bf12-99880ea68d30} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8217 | 2024.11.13 20:52:14.333974 [ 277 ] {c78f99a7-0c43-4cb2-bf12-99880ea68d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8218 | 2024.11.13 20:52:14.334335 [ 277 ] {c78f99a7-0c43-4cb2-bf12-99880ea68d30} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8219 | 2024.11.13 20:52:14.334576 [ 277 ] {c78f99a7-0c43-4cb2-bf12-99880ea68d30} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8220 | 2024.11.13 20:52:14.334749 [ 277 ] {c78f99a7-0c43-4cb2-bf12-99880ea68d30} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001356 sec., 737.4631268436578 rows/sec., 49.69 KiB/sec. | ||
| 8221 | 2024.11.13 20:52:14.334796 [ 277 ] {c78f99a7-0c43-4cb2-bf12-99880ea68d30} <Debug> TCPHandler: Processed in 0.001554687 sec. | ||
| 8222 | 2024.11.13 20:52:14.334943 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8223 | 2024.11.13 20:52:14.335060 [ 274 ] {1d36d2c0-b2cd-45da-935d-1ef4c3f9fe79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8224 | 2024.11.13 20:52:14.335142 [ 274 ] {1d36d2c0-b2cd-45da-935d-1ef4c3f9fe79} <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 | ||
| 8225 | 2024.11.13 20:52:14.336355 [ 274 ] {1d36d2c0-b2cd-45da-935d-1ef4c3f9fe79} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8226 | 2024.11.13 20:52:14.336395 [ 274 ] {1d36d2c0-b2cd-45da-935d-1ef4c3f9fe79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8227 | 2024.11.13 20:52:14.337067 [ 274 ] {1d36d2c0-b2cd-45da-935d-1ef4c3f9fe79} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8228 | 2024.11.13 20:52:14.337349 [ 274 ] {1d36d2c0-b2cd-45da-935d-1ef4c3f9fe79} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8229 | 2024.11.13 20:52:14.337655 [ 274 ] {1d36d2c0-b2cd-45da-935d-1ef4c3f9fe79} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002616 sec., 16055.045871559634 rows/sec., 28.77 MiB/sec. | ||
| 8230 | 2024.11.13 20:52:14.338146 [ 274 ] {1d36d2c0-b2cd-45da-935d-1ef4c3f9fe79} <Debug> TCPHandler: Processed in 0.003252837 sec. | ||
| 8231 | 2024.11.13 20:52:14.338322 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8232 | 2024.11.13 20:52:14.338439 [ 277 ] {94c649bf-d4ef-4e5e-ade7-7a084ce567a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8233 | 2024.11.13 20:52:14.338488 [ 277 ] {94c649bf-d4ef-4e5e-ade7-7a084ce567a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8234 | 2024.11.13 20:52:14.338974 [ 277 ] {94c649bf-d4ef-4e5e-ade7-7a084ce567a0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8235 | 2024.11.13 20:52:14.339011 [ 277 ] {94c649bf-d4ef-4e5e-ade7-7a084ce567a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8236 | 2024.11.13 20:52:14.339386 [ 277 ] {94c649bf-d4ef-4e5e-ade7-7a084ce567a0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8237 | 2024.11.13 20:52:14.339629 [ 277 ] {94c649bf-d4ef-4e5e-ade7-7a084ce567a0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8238 | 2024.11.13 20:52:14.339822 [ 277 ] {94c649bf-d4ef-4e5e-ade7-7a084ce567a0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001405 sec., 58362.989323843416 rows/sec., 3.71 MiB/sec. | ||
| 8239 | 2024.11.13 20:52:14.339893 [ 277 ] {94c649bf-d4ef-4e5e-ade7-7a084ce567a0} <Debug> TCPHandler: Processed in 0.001631738 sec. | ||
| 8240 | 2024.11.13 20:52:16.074157 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1212 | ||
| 8241 | 2024.11.13 20:52:16.077152 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8242 | 2024.11.13 20:52:16.077201 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8243 | 2024.11.13 20:52:16.078607 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8244 | 2024.11.13 20:52:16.078918 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8245 | 2024.11.13 20:52:16.080139 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1212 | ||
| 8246 | 2024.11.13 20:52:16.460399 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37902, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8247 | 2024.11.13 20:52:16.768568 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8248 | 2024.11.13 20:52:17.187726 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8249 | 2024.11.13 20:52:17.304674 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8250 | 2024.11.13 20:52:17.316131 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46213, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8251 | 2024.11.13 20:52:17.353484 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8252 | 2024.11.13 20:52:17.385906 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8253 | 2024.11.13 20:52:17.389305 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8254 | 2024.11.13 20:52:17.412728 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8255 | 2024.11.13 20:52:17.418153 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41536, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8256 | 2024.11.13 20:52:17.510069 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8257 | 2024.11.13 20:52:17.540344 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8258 | 2024.11.13 20:52:17.608129 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37283, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8259 | 2024.11.13 20:52:17.634855 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8260 | 2024.11.13 20:52:17.644550 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40382, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8261 | 2024.11.13 20:52:17.659737 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8262 | 2024.11.13 20:52:18.712649 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58909, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8263 | 2024.11.13 20:52:19.266699 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62270, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8264 | 2024.11.13 20:52:19.300285 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8265 | 2024.11.13 20:52:19.300533 [ 277 ] {46d4907f-7407-4c75-a7e4-2b76a34c4fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8266 | 2024.11.13 20:52:19.300625 [ 277 ] {46d4907f-7407-4c75-a7e4-2b76a34c4fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8267 | 2024.11.13 20:52:19.301564 [ 277 ] {46d4907f-7407-4c75-a7e4-2b76a34c4fe0} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8268 | 2024.11.13 20:52:19.301620 [ 277 ] {46d4907f-7407-4c75-a7e4-2b76a34c4fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8269 | 2024.11.13 20:52:19.302055 [ 277 ] {46d4907f-7407-4c75-a7e4-2b76a34c4fe0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8270 | 2024.11.13 20:52:19.302313 [ 277 ] {46d4907f-7407-4c75-a7e4-2b76a34c4fe0} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8271 | 2024.11.13 20:52:19.302537 [ 277 ] {46d4907f-7407-4c75-a7e4-2b76a34c4fe0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002074 sec., 964.3201542912248 rows/sec., 78.63 KiB/sec. | ||
| 8272 | 2024.11.13 20:52:19.302595 [ 277 ] {46d4907f-7407-4c75-a7e4-2b76a34c4fe0} <Debug> TCPHandler: Processed in 0.002500134 sec. | ||
| 8273 | 2024.11.13 20:52:19.302935 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8274 | 2024.11.13 20:52:19.303164 [ 274 ] {764406ed-045c-4ec5-96cd-fc6ae8483d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8275 | 2024.11.13 20:52:19.303255 [ 274 ] {764406ed-045c-4ec5-96cd-fc6ae8483d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8276 | 2024.11.13 20:52:19.304275 [ 274 ] {764406ed-045c-4ec5-96cd-fc6ae8483d33} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8277 | 2024.11.13 20:52:19.304328 [ 274 ] {764406ed-045c-4ec5-96cd-fc6ae8483d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8278 | 2024.11.13 20:52:19.304803 [ 274 ] {764406ed-045c-4ec5-96cd-fc6ae8483d33} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8279 | 2024.11.13 20:52:19.305096 [ 274 ] {764406ed-045c-4ec5-96cd-fc6ae8483d33} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8280 | 2024.11.13 20:52:19.305377 [ 274 ] {764406ed-045c-4ec5-96cd-fc6ae8483d33} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002267 sec., 25143.361270401412 rows/sec., 1.92 MiB/sec. | ||
| 8281 | 2024.11.13 20:52:19.305502 [ 274 ] {764406ed-045c-4ec5-96cd-fc6ae8483d33} <Debug> TCPHandler: Processed in 0.002743838 sec. | ||
| 8282 | 2024.11.13 20:52:19.305733 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8283 | 2024.11.13 20:52:19.305924 [ 277 ] {09915ab9-a5b2-4889-a29e-2e4faca04b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8284 | 2024.11.13 20:52:19.305977 [ 277 ] {09915ab9-a5b2-4889-a29e-2e4faca04b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8285 | 2024.11.13 20:52:19.306595 [ 277 ] {09915ab9-a5b2-4889-a29e-2e4faca04b6d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8286 | 2024.11.13 20:52:19.306635 [ 277 ] {09915ab9-a5b2-4889-a29e-2e4faca04b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8287 | 2024.11.13 20:52:19.306999 [ 277 ] {09915ab9-a5b2-4889-a29e-2e4faca04b6d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8288 | 2024.11.13 20:52:19.307245 [ 277 ] {09915ab9-a5b2-4889-a29e-2e4faca04b6d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8289 | 2024.11.13 20:52:19.307449 [ 277 ] {09915ab9-a5b2-4889-a29e-2e4faca04b6d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001554 sec., 1287.001287001287 rows/sec., 89.86 KiB/sec. | ||
| 8290 | 2024.11.13 20:52:19.307504 [ 277 ] {09915ab9-a5b2-4889-a29e-2e4faca04b6d} <Debug> TCPHandler: Processed in 0.001874733 sec. | ||
| 8291 | 2024.11.13 20:52:19.307708 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8292 | 2024.11.13 20:52:19.307843 [ 274 ] {781e7b4a-73ba-40cb-92ca-36aff501a16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8293 | 2024.11.13 20:52:19.307900 [ 274 ] {781e7b4a-73ba-40cb-92ca-36aff501a16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8294 | 2024.11.13 20:52:19.308581 [ 274 ] {781e7b4a-73ba-40cb-92ca-36aff501a16c} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8295 | 2024.11.13 20:52:19.308625 [ 274 ] {781e7b4a-73ba-40cb-92ca-36aff501a16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8296 | 2024.11.13 20:52:19.309018 [ 274 ] {781e7b4a-73ba-40cb-92ca-36aff501a16c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8297 | 2024.11.13 20:52:19.309276 [ 274 ] {781e7b4a-73ba-40cb-92ca-36aff501a16c} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8298 | 2024.11.13 20:52:19.309499 [ 274 ] {781e7b4a-73ba-40cb-92ca-36aff501a16c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001688 sec., 39099.52606635071 rows/sec., 3.05 MiB/sec. | ||
| 8299 | 2024.11.13 20:52:19.309558 [ 274 ] {781e7b4a-73ba-40cb-92ca-36aff501a16c} <Debug> TCPHandler: Processed in 0.001911313 sec. | ||
| 8300 | 2024.11.13 20:52:19.309742 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8301 | 2024.11.13 20:52:19.309895 [ 277 ] {3193337b-c623-4993-9578-0b63fa7daa7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8302 | 2024.11.13 20:52:19.309959 [ 277 ] {3193337b-c623-4993-9578-0b63fa7daa7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8303 | 2024.11.13 20:52:19.310603 [ 277 ] {3193337b-c623-4993-9578-0b63fa7daa7b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8304 | 2024.11.13 20:52:19.310642 [ 277 ] {3193337b-c623-4993-9578-0b63fa7daa7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8305 | 2024.11.13 20:52:19.311056 [ 277 ] {3193337b-c623-4993-9578-0b63fa7daa7b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8306 | 2024.11.13 20:52:19.311307 [ 277 ] {3193337b-c623-4993-9578-0b63fa7daa7b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8307 | 2024.11.13 20:52:19.311486 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8308 | 2024.11.13 20:52:19.311545 [ 277 ] {3193337b-c623-4993-9578-0b63fa7daa7b} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001679 sec., 76831.4472900536 rows/sec., 5.35 MiB/sec. | ||
| 8309 | 2024.11.13 20:52:19.311585 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8310 | 2024.11.13 20:52:19.311649 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8311 | 2024.11.13 20:52:19.311657 [ 277 ] {3193337b-c623-4993-9578-0b63fa7daa7b} <Debug> TCPHandler: Processed in 0.001987005 sec. | ||
| 8312 | 2024.11.13 20:52:19.311807 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 8313 | 2024.11.13 20:52:19.311869 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8314 | 2024.11.13 20:52:19.311962 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8315 | 2024.11.13 20:52:19.312047 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 11788 rows starting from the beginning of the part | ||
| 8316 | 2024.11.13 20:52:19.312150 [ 274 ] {a77be11b-e6c0-460d-87b2-76a02d29234c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8317 | 2024.11.13 20:52:19.312220 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 8318 | 2024.11.13 20:52:19.312405 [ 274 ] {a77be11b-e6c0-460d-87b2-76a02d29234c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8319 | 2024.11.13 20:52:19.312552 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 129 rows starting from the beginning of the part | ||
| 8320 | 2024.11.13 20:52:19.313001 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 8321 | 2024.11.13 20:52:19.313551 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 8322 | 2024.11.13 20:52:19.313957 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 129 rows starting from the beginning of the part | ||
| 8323 | 2024.11.13 20:52:19.314930 [ 274 ] {a77be11b-e6c0-460d-87b2-76a02d29234c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8324 | 2024.11.13 20:52:19.315000 [ 274 ] {a77be11b-e6c0-460d-87b2-76a02d29234c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8325 | 2024.11.13 20:52:19.315685 [ 274 ] {a77be11b-e6c0-460d-87b2-76a02d29234c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8326 | 2024.11.13 20:52:19.315961 [ 274 ] {a77be11b-e6c0-460d-87b2-76a02d29234c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8327 | 2024.11.13 20:52:19.316182 [ 34 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 8328 | 2024.11.13 20:52:19.316314 [ 34 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8329 | 2024.11.13 20:52:19.316379 [ 274 ] {a77be11b-e6c0-460d-87b2-76a02d29234c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004293 sec., 11180.992313067785 rows/sec., 771.60 KiB/sec. | ||
| 8330 | 2024.11.13 20:52:19.316407 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8331 | 2024.11.13 20:52:19.316611 [ 274 ] {a77be11b-e6c0-460d-87b2-76a02d29234c} <Debug> TCPHandler: Processed in 0.004821695 sec. | ||
| 8332 | 2024.11.13 20:52:19.316943 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
| 8333 | 2024.11.13 20:52:19.317347 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8334 | 2024.11.13 20:52:19.317433 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 3732 rows starting from the beginning of the part | ||
| 8335 | 2024.11.13 20:52:19.317784 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 8336 | 2024.11.13 20:52:19.318136 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 48 rows starting from the beginning of the part | ||
| 8337 | 2024.11.13 20:52:19.318497 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 8338 | 2024.11.13 20:52:19.318713 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
| 8339 | 2024.11.13 20:52:19.318923 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 48 rows starting from the beginning of the part | ||
| 8340 | 2024.11.13 20:52:19.321207 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12680 rows, containing 5 columns (5 merged, 0 gathered) in 0.009471955 sec., 1338688.7923348453 rows/sec., 91.08 MiB/sec. | ||
| 8341 | 2024.11.13 20:52:19.321645 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8342 | 2024.11.13 20:52:19.322013 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4052 rows, containing 4 columns (4 merged, 0 gathered) in 0.005406345 sec., 749489.7199494299 rows/sec., 48.91 MiB/sec. | ||
| 8343 | 2024.11.13 20:52:19.322243 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8344 | 2024.11.13 20:52:19.322344 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8345 | 2024.11.13 20:52:19.322449 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. | ||
| 8346 | 2024.11.13 20:52:19.322581 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 8347 | 2024.11.13 20:52:19.323031 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8348 | 2024.11.13 20:52:19.323117 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_70_14} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 8349 | 2024.11.13 20:52:19.323208 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 8350 | 2024.11.13 20:52:19.375480 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55394, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8351 | 2024.11.13 20:52:19.409289 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64298, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8352 | 2024.11.13 20:52:19.415013 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8353 | 2024.11.13 20:52:19.615713 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8354 | 2024.11.13 20:52:19.630532 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47068, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8355 | 2024.11.13 20:52:19.664174 [ 271 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8356 | 2024.11.13 20:52:24.300742 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8357 | 2024.11.13 20:52:24.300942 [ 277 ] {5d038186-71dc-421c-8aa9-ad51e85f9591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8358 | 2024.11.13 20:52:24.301014 [ 277 ] {5d038186-71dc-421c-8aa9-ad51e85f9591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8359 | 2024.11.13 20:52:24.301829 [ 277 ] {5d038186-71dc-421c-8aa9-ad51e85f9591} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8360 | 2024.11.13 20:52:24.301907 [ 277 ] {5d038186-71dc-421c-8aa9-ad51e85f9591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8361 | 2024.11.13 20:52:24.302332 [ 277 ] {5d038186-71dc-421c-8aa9-ad51e85f9591} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8362 | 2024.11.13 20:52:24.302587 [ 277 ] {5d038186-71dc-421c-8aa9-ad51e85f9591} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8363 | 2024.11.13 20:52:24.302832 [ 277 ] {5d038186-71dc-421c-8aa9-ad51e85f9591} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.20 MiB/sec. | ||
| 8364 | 2024.11.13 20:52:24.302897 [ 277 ] {5d038186-71dc-421c-8aa9-ad51e85f9591} <Debug> TCPHandler: Processed in 0.00228424 sec. | ||
| 8365 | 2024.11.13 20:52:24.303158 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8366 | 2024.11.13 20:52:24.303369 [ 274 ] {2da3ff8d-e792-4642-b0c2-4458dd8fcb6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8367 | 2024.11.13 20:52:24.303448 [ 274 ] {2da3ff8d-e792-4642-b0c2-4458dd8fcb6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8368 | 2024.11.13 20:52:24.304227 [ 274 ] {2da3ff8d-e792-4642-b0c2-4458dd8fcb6d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8369 | 2024.11.13 20:52:24.304266 [ 274 ] {2da3ff8d-e792-4642-b0c2-4458dd8fcb6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8370 | 2024.11.13 20:52:24.304690 [ 274 ] {2da3ff8d-e792-4642-b0c2-4458dd8fcb6d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8371 | 2024.11.13 20:52:24.304949 [ 274 ] {2da3ff8d-e792-4642-b0c2-4458dd8fcb6d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8372 | 2024.11.13 20:52:24.305160 [ 274 ] {2da3ff8d-e792-4642-b0c2-4458dd8fcb6d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001851 sec., 34575.90491626148 rows/sec., 2.70 MiB/sec. | ||
| 8373 | 2024.11.13 20:52:24.305216 [ 274 ] {2da3ff8d-e792-4642-b0c2-4458dd8fcb6d} <Debug> TCPHandler: Processed in 0.002200898 sec. | ||
| 8374 | 2024.11.13 20:52:24.305451 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8375 | 2024.11.13 20:52:24.305610 [ 277 ] {4026a06c-800e-4cc3-9345-678606d15aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8376 | 2024.11.13 20:52:24.305668 [ 277 ] {4026a06c-800e-4cc3-9345-678606d15aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8377 | 2024.11.13 20:52:24.306270 [ 277 ] {4026a06c-800e-4cc3-9345-678606d15aed} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8378 | 2024.11.13 20:52:24.306311 [ 277 ] {4026a06c-800e-4cc3-9345-678606d15aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8379 | 2024.11.13 20:52:24.306720 [ 277 ] {4026a06c-800e-4cc3-9345-678606d15aed} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8380 | 2024.11.13 20:52:24.306970 [ 277 ] {4026a06c-800e-4cc3-9345-678606d15aed} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8381 | 2024.11.13 20:52:24.307173 [ 277 ] {4026a06c-800e-4cc3-9345-678606d15aed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
| 8382 | 2024.11.13 20:52:24.307229 [ 277 ] {4026a06c-800e-4cc3-9345-678606d15aed} <Debug> TCPHandler: Processed in 0.001900443 sec. | ||
| 8383 | 2024.11.13 20:52:24.307369 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8384 | 2024.11.13 20:52:24.307484 [ 274 ] {9ab1956b-3d26-42ee-8fb0-bf530a3ad7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8385 | 2024.11.13 20:52:24.307538 [ 274 ] {9ab1956b-3d26-42ee-8fb0-bf530a3ad7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8386 | 2024.11.13 20:52:24.308130 [ 274 ] {9ab1956b-3d26-42ee-8fb0-bf530a3ad7a0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8387 | 2024.11.13 20:52:24.308176 [ 274 ] {9ab1956b-3d26-42ee-8fb0-bf530a3ad7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8388 | 2024.11.13 20:52:24.308624 [ 274 ] {9ab1956b-3d26-42ee-8fb0-bf530a3ad7a0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8389 | 2024.11.13 20:52:24.308874 [ 274 ] {9ab1956b-3d26-42ee-8fb0-bf530a3ad7a0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8390 | 2024.11.13 20:52:24.309087 [ 274 ] {9ab1956b-3d26-42ee-8fb0-bf530a3ad7a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001622 sec., 36991.368680641186 rows/sec., 2.49 MiB/sec. | ||
| 8391 | 2024.11.13 20:52:24.309158 [ 274 ] {9ab1956b-3d26-42ee-8fb0-bf530a3ad7a0} <Debug> TCPHandler: Processed in 0.001847742 sec. | ||
| 8392 | 2024.11.13 20:52:25.806624 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8393 | 2024.11.13 20:52:25.806702 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8394 | 2024.11.13 20:52:26.080301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1232 | ||
| 8395 | 2024.11.13 20:52:26.082973 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8396 | 2024.11.13 20:52:26.083022 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 8397 | 2024.11.13 20:52:26.084383 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8398 | 2024.11.13 20:52:26.084709 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8399 | 2024.11.13 20:52:26.085376 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1232 | ||
| 8400 | 2024.11.13 20:52:29.307856 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8401 | 2024.11.13 20:52:29.308088 [ 277 ] {d4e20386-da0e-4bee-b9bf-8b067e4dba1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8402 | 2024.11.13 20:52:29.308170 [ 277 ] {d4e20386-da0e-4bee-b9bf-8b067e4dba1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8403 | 2024.11.13 20:52:29.309014 [ 277 ] {d4e20386-da0e-4bee-b9bf-8b067e4dba1d} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8404 | 2024.11.13 20:52:29.309068 [ 277 ] {d4e20386-da0e-4bee-b9bf-8b067e4dba1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8405 | 2024.11.13 20:52:29.309498 [ 277 ] {d4e20386-da0e-4bee-b9bf-8b067e4dba1d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8406 | 2024.11.13 20:52:29.309753 [ 277 ] {d4e20386-da0e-4bee-b9bf-8b067e4dba1d} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8407 | 2024.11.13 20:52:29.309998 [ 277 ] {d4e20386-da0e-4bee-b9bf-8b067e4dba1d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00197 sec., 7106.598984771574 rows/sec., 511.58 KiB/sec. | ||
| 8408 | 2024.11.13 20:52:29.310064 [ 277 ] {d4e20386-da0e-4bee-b9bf-8b067e4dba1d} <Debug> TCPHandler: Processed in 0.002345911 sec. | ||
| 8409 | 2024.11.13 20:52:29.310339 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8410 | 2024.11.13 20:52:29.310553 [ 274 ] {58b6df21-dabf-463e-a5c8-ff2a2e67a4f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8411 | 2024.11.13 20:52:29.310634 [ 274 ] {58b6df21-dabf-463e-a5c8-ff2a2e67a4f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8412 | 2024.11.13 20:52:29.311513 [ 274 ] {58b6df21-dabf-463e-a5c8-ff2a2e67a4f5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8413 | 2024.11.13 20:52:29.311554 [ 274 ] {58b6df21-dabf-463e-a5c8-ff2a2e67a4f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8414 | 2024.11.13 20:52:29.312009 [ 274 ] {58b6df21-dabf-463e-a5c8-ff2a2e67a4f5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8415 | 2024.11.13 20:52:29.312272 [ 274 ] {58b6df21-dabf-463e-a5c8-ff2a2e67a4f5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8416 | 2024.11.13 20:52:29.312465 [ 274 ] {58b6df21-dabf-463e-a5c8-ff2a2e67a4f5} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.001974 sec., 145390.0709219858 rows/sec., 12.83 MiB/sec. | ||
| 8417 | 2024.11.13 20:52:29.312519 [ 274 ] {58b6df21-dabf-463e-a5c8-ff2a2e67a4f5} <Debug> TCPHandler: Processed in 0.002319591 sec. | ||
| 8418 | 2024.11.13 20:52:29.312668 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8419 | 2024.11.13 20:52:29.312816 [ 277 ] {666770bf-337a-4919-a2a0-44621087b356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8420 | 2024.11.13 20:52:29.312884 [ 277 ] {666770bf-337a-4919-a2a0-44621087b356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8421 | 2024.11.13 20:52:29.313634 [ 277 ] {666770bf-337a-4919-a2a0-44621087b356} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8422 | 2024.11.13 20:52:29.313682 [ 277 ] {666770bf-337a-4919-a2a0-44621087b356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8423 | 2024.11.13 20:52:29.314057 [ 277 ] {666770bf-337a-4919-a2a0-44621087b356} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8424 | 2024.11.13 20:52:29.314299 [ 277 ] {666770bf-337a-4919-a2a0-44621087b356} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8425 | 2024.11.13 20:52:29.314513 [ 277 ] {666770bf-337a-4919-a2a0-44621087b356} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001733 sec., 28274.66820542412 rows/sec., 2.04 MiB/sec. | ||
| 8426 | 2024.11.13 20:52:29.314567 [ 277 ] {666770bf-337a-4919-a2a0-44621087b356} <Debug> TCPHandler: Processed in 0.001967175 sec. | ||
| 8427 | 2024.11.13 20:52:29.314719 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8428 | 2024.11.13 20:52:29.314861 [ 274 ] {c98846d4-124c-4672-9023-751f08dfb52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8429 | 2024.11.13 20:52:29.314919 [ 274 ] {c98846d4-124c-4672-9023-751f08dfb52b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8430 | 2024.11.13 20:52:29.315606 [ 274 ] {c98846d4-124c-4672-9023-751f08dfb52b} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8431 | 2024.11.13 20:52:29.315651 [ 274 ] {c98846d4-124c-4672-9023-751f08dfb52b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8432 | 2024.11.13 20:52:29.316011 [ 274 ] {c98846d4-124c-4672-9023-751f08dfb52b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8433 | 2024.11.13 20:52:29.316249 [ 274 ] {c98846d4-124c-4672-9023-751f08dfb52b} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8434 | 2024.11.13 20:52:29.316420 [ 274 ] {c98846d4-124c-4672-9023-751f08dfb52b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001595 sec., 8777.42946708464 rows/sec., 614.71 KiB/sec. | ||
| 8435 | 2024.11.13 20:52:29.316469 [ 274 ] {c98846d4-124c-4672-9023-751f08dfb52b} <Debug> TCPHandler: Processed in 0.001811492 sec. | ||
| 8436 | 2024.11.13 20:52:29.316612 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8437 | 2024.11.13 20:52:29.316741 [ 277 ] {acb26bf7-eeba-4a06-89c8-9c78e3755da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8438 | 2024.11.13 20:52:29.316797 [ 277 ] {acb26bf7-eeba-4a06-89c8-9c78e3755da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8439 | 2024.11.13 20:52:29.317486 [ 277 ] {acb26bf7-eeba-4a06-89c8-9c78e3755da3} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8440 | 2024.11.13 20:52:29.317533 [ 277 ] {acb26bf7-eeba-4a06-89c8-9c78e3755da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8441 | 2024.11.13 20:52:29.317915 [ 277 ] {acb26bf7-eeba-4a06-89c8-9c78e3755da3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8442 | 2024.11.13 20:52:29.318162 [ 277 ] {acb26bf7-eeba-4a06-89c8-9c78e3755da3} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8443 | 2024.11.13 20:52:29.318413 [ 277 ] {acb26bf7-eeba-4a06-89c8-9c78e3755da3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001699 sec., 7651.559741024132 rows/sec., 477.07 KiB/sec. | ||
| 8444 | 2024.11.13 20:52:29.318636 [ 277 ] {acb26bf7-eeba-4a06-89c8-9c78e3755da3} <Debug> TCPHandler: Processed in 0.002075866 sec. | ||
| 8445 | 2024.11.13 20:52:29.318844 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8446 | 2024.11.13 20:52:29.318985 [ 274 ] {be602897-07b7-4b2d-80f5-8927693367fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8447 | 2024.11.13 20:52:29.319041 [ 274 ] {be602897-07b7-4b2d-80f5-8927693367fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8448 | 2024.11.13 20:52:29.319863 [ 274 ] {be602897-07b7-4b2d-80f5-8927693367fc} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8449 | 2024.11.13 20:52:29.319901 [ 274 ] {be602897-07b7-4b2d-80f5-8927693367fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8450 | 2024.11.13 20:52:29.320287 [ 274 ] {be602897-07b7-4b2d-80f5-8927693367fc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8451 | 2024.11.13 20:52:29.320534 [ 274 ] {be602897-07b7-4b2d-80f5-8927693367fc} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8452 | 2024.11.13 20:52:29.320732 [ 274 ] {be602897-07b7-4b2d-80f5-8927693367fc} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001766 sec., 240090.60022650057 rows/sec., 17.17 MiB/sec. | ||
| 8453 | 2024.11.13 20:52:29.320824 [ 274 ] {be602897-07b7-4b2d-80f5-8927693367fc} <Debug> TCPHandler: Processed in 0.002058496 sec. | ||
| 8454 | 2024.11.13 20:52:29.321057 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8455 | 2024.11.13 20:52:29.321236 [ 277 ] {3712900c-0bb4-4b43-b965-8e367f4c5be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8456 | 2024.11.13 20:52:29.321297 [ 277 ] {3712900c-0bb4-4b43-b965-8e367f4c5be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8457 | 2024.11.13 20:52:29.321877 [ 277 ] {3712900c-0bb4-4b43-b965-8e367f4c5be0} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8458 | 2024.11.13 20:52:29.321916 [ 277 ] {3712900c-0bb4-4b43-b965-8e367f4c5be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8459 | 2024.11.13 20:52:29.322280 [ 277 ] {3712900c-0bb4-4b43-b965-8e367f4c5be0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8460 | 2024.11.13 20:52:29.322517 [ 277 ] {3712900c-0bb4-4b43-b965-8e367f4c5be0} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8461 | 2024.11.13 20:52:29.322784 [ 277 ] {3712900c-0bb4-4b43-b965-8e367f4c5be0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00158 sec., 3797.46835443038 rows/sec., 198.40 KiB/sec. | ||
| 8462 | 2024.11.13 20:52:29.323004 [ 277 ] {3712900c-0bb4-4b43-b965-8e367f4c5be0} <Debug> TCPHandler: Processed in 0.002063567 sec. | ||
| 8463 | 2024.11.13 20:52:29.323192 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8464 | 2024.11.13 20:52:29.323309 [ 274 ] {2d6e12ed-0417-4844-84cf-a5cf30316c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8465 | 2024.11.13 20:52:29.323362 [ 274 ] {2d6e12ed-0417-4844-84cf-a5cf30316c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8466 | 2024.11.13 20:52:29.323929 [ 274 ] {2d6e12ed-0417-4844-84cf-a5cf30316c13} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8467 | 2024.11.13 20:52:29.323965 [ 274 ] {2d6e12ed-0417-4844-84cf-a5cf30316c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8468 | 2024.11.13 20:52:29.324350 [ 274 ] {2d6e12ed-0417-4844-84cf-a5cf30316c13} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8469 | 2024.11.13 20:52:29.324590 [ 274 ] {2d6e12ed-0417-4844-84cf-a5cf30316c13} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8470 | 2024.11.13 20:52:29.324766 [ 274 ] {2d6e12ed-0417-4844-84cf-a5cf30316c13} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001481 sec., 160027.0087778528 rows/sec., 10.73 MiB/sec. | ||
| 8471 | 2024.11.13 20:52:29.324816 [ 274 ] {2d6e12ed-0417-4844-84cf-a5cf30316c13} <Debug> TCPHandler: Processed in 0.00170527 sec. | ||
| 8472 | 2024.11.13 20:52:29.324972 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8473 | 2024.11.13 20:52:29.325114 [ 277 ] {80ea02b7-38d7-4cf0-aeaf-062184a4fe43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8474 | 2024.11.13 20:52:29.325174 [ 277 ] {80ea02b7-38d7-4cf0-aeaf-062184a4fe43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8475 | 2024.11.13 20:52:29.325723 [ 277 ] {80ea02b7-38d7-4cf0-aeaf-062184a4fe43} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8476 | 2024.11.13 20:52:29.325761 [ 277 ] {80ea02b7-38d7-4cf0-aeaf-062184a4fe43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8477 | 2024.11.13 20:52:29.326117 [ 277 ] {80ea02b7-38d7-4cf0-aeaf-062184a4fe43} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8478 | 2024.11.13 20:52:29.326348 [ 277 ] {80ea02b7-38d7-4cf0-aeaf-062184a4fe43} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8479 | 2024.11.13 20:52:29.326555 [ 277 ] {80ea02b7-38d7-4cf0-aeaf-062184a4fe43} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001473 sec., 678.8866259334692 rows/sec., 45.75 KiB/sec. | ||
| 8480 | 2024.11.13 20:52:29.326606 [ 277 ] {80ea02b7-38d7-4cf0-aeaf-062184a4fe43} <Debug> TCPHandler: Processed in 0.00170445 sec. | ||
| 8481 | 2024.11.13 20:52:29.326763 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8482 | 2024.11.13 20:52:29.326990 [ 274 ] {4205c61a-bd4d-4bc9-9edf-b310864b07e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8483 | 2024.11.13 20:52:29.327132 [ 274 ] {4205c61a-bd4d-4bc9-9edf-b310864b07e5} <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 | ||
| 8484 | 2024.11.13 20:52:29.328564 [ 274 ] {4205c61a-bd4d-4bc9-9edf-b310864b07e5} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8485 | 2024.11.13 20:52:29.328601 [ 274 ] {4205c61a-bd4d-4bc9-9edf-b310864b07e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8486 | 2024.11.13 20:52:29.329247 [ 274 ] {4205c61a-bd4d-4bc9-9edf-b310864b07e5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8487 | 2024.11.13 20:52:29.329504 [ 274 ] {4205c61a-bd4d-4bc9-9edf-b310864b07e5} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8488 | 2024.11.13 20:52:29.329703 [ 274 ] {4205c61a-bd4d-4bc9-9edf-b310864b07e5} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002768 sec., 15173.410404624277 rows/sec., 27.19 MiB/sec. | ||
| 8489 | 2024.11.13 20:52:29.329791 [ 274 ] {4205c61a-bd4d-4bc9-9edf-b310864b07e5} <Debug> TCPHandler: Processed in 0.003110265 sec. | ||
| 8490 | 2024.11.13 20:52:29.329981 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8491 | 2024.11.13 20:52:29.330120 [ 277 ] {42ab0ed5-7ee7-47cf-ae0c-a0d2d6cb39ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8492 | 2024.11.13 20:52:29.330180 [ 277 ] {42ab0ed5-7ee7-47cf-ae0c-a0d2d6cb39ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8493 | 2024.11.13 20:52:29.330758 [ 277 ] {42ab0ed5-7ee7-47cf-ae0c-a0d2d6cb39ee} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8494 | 2024.11.13 20:52:29.330796 [ 277 ] {42ab0ed5-7ee7-47cf-ae0c-a0d2d6cb39ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8495 | 2024.11.13 20:52:29.331167 [ 277 ] {42ab0ed5-7ee7-47cf-ae0c-a0d2d6cb39ee} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8496 | 2024.11.13 20:52:29.331414 [ 277 ] {42ab0ed5-7ee7-47cf-ae0c-a0d2d6cb39ee} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8497 | 2024.11.13 20:52:29.331654 [ 277 ] {42ab0ed5-7ee7-47cf-ae0c-a0d2d6cb39ee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001561 sec., 52530.42921204356 rows/sec., 3.34 MiB/sec. | ||
| 8498 | 2024.11.13 20:52:29.331723 [ 277 ] {42ab0ed5-7ee7-47cf-ae0c-a0d2d6cb39ee} <Debug> TCPHandler: Processed in 0.001809892 sec. | ||
| 8499 | 2024.11.13 20:52:30.886897 [ 90 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 8500 | 2024.11.13 20:52:30.886988 [ 90 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8501 | 2024.11.13 20:52:30.887027 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8502 | 2024.11.13 20:52:30.887259 [ 198 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 8503 | 2024.11.13 20:52:30.887508 [ 198 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8504 | 2024.11.13 20:52:30.887572 [ 198 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 8505 | 2024.11.13 20:52:30.887703 [ 198 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 8506 | 2024.11.13 20:52:30.887960 [ 198 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part | ||
| 8507 | 2024.11.13 20:52:30.888082 [ 198 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 8508 | 2024.11.13 20:52:30.888252 [ 198 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 8509 | 2024.11.13 20:52:30.889605 [ 189 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002479854 sec., 14516.98366113489 rows/sec., 1.21 MiB/sec. | ||
| 8510 | 2024.11.13 20:52:30.889816 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 8511 | 2024.11.13 20:52:30.890178 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_21_5} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8512 | 2024.11.13 20:52:30.890274 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_21_5} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 8513 | 2024.11.13 20:52:30.890377 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8514 | 2024.11.13 20:52:34.301815 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8515 | 2024.11.13 20:52:34.302035 [ 277 ] {a13da2c1-3ae6-4853-993e-f690712bbbac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8516 | 2024.11.13 20:52:34.302115 [ 277 ] {a13da2c1-3ae6-4853-993e-f690712bbbac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8517 | 2024.11.13 20:52:34.302923 [ 277 ] {a13da2c1-3ae6-4853-993e-f690712bbbac} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8518 | 2024.11.13 20:52:34.302971 [ 277 ] {a13da2c1-3ae6-4853-993e-f690712bbbac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8519 | 2024.11.13 20:52:34.303369 [ 277 ] {a13da2c1-3ae6-4853-993e-f690712bbbac} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8520 | 2024.11.13 20:52:34.303615 [ 277 ] {a13da2c1-3ae6-4853-993e-f690712bbbac} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8521 | 2024.11.13 20:52:34.303846 [ 277 ] {a13da2c1-3ae6-4853-993e-f690712bbbac} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001869 sec., 2140.1819154628142 rows/sec., 174.52 KiB/sec. | ||
| 8522 | 2024.11.13 20:52:34.303903 [ 277 ] {a13da2c1-3ae6-4853-993e-f690712bbbac} <Debug> TCPHandler: Processed in 0.002209479 sec. | ||
| 8523 | 2024.11.13 20:52:34.304181 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8524 | 2024.11.13 20:52:34.304398 [ 274 ] {0c941e1c-4e85-4937-b231-2114bab712c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8525 | 2024.11.13 20:52:34.304485 [ 274 ] {0c941e1c-4e85-4937-b231-2114bab712c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8526 | 2024.11.13 20:52:34.305322 [ 274 ] {0c941e1c-4e85-4937-b231-2114bab712c9} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8527 | 2024.11.13 20:52:34.305373 [ 274 ] {0c941e1c-4e85-4937-b231-2114bab712c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8528 | 2024.11.13 20:52:34.305818 [ 274 ] {0c941e1c-4e85-4937-b231-2114bab712c9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8529 | 2024.11.13 20:52:34.306082 [ 274 ] {0c941e1c-4e85-4937-b231-2114bab712c9} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8530 | 2024.11.13 20:52:34.306323 [ 274 ] {0c941e1c-4e85-4937-b231-2114bab712c9} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001984 sec., 29233.870967741936 rows/sec., 2.23 MiB/sec. | ||
| 8531 | 2024.11.13 20:52:34.306391 [ 274 ] {0c941e1c-4e85-4937-b231-2114bab712c9} <Debug> TCPHandler: Processed in 0.002362831 sec. | ||
| 8532 | 2024.11.13 20:52:34.306567 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8533 | 2024.11.13 20:52:34.306693 [ 277 ] {071d7f26-2b3e-43e2-ad0c-f6f92d98e019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8534 | 2024.11.13 20:52:34.306744 [ 277 ] {071d7f26-2b3e-43e2-ad0c-f6f92d98e019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8535 | 2024.11.13 20:52:34.307334 [ 277 ] {071d7f26-2b3e-43e2-ad0c-f6f92d98e019} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8536 | 2024.11.13 20:52:34.307374 [ 277 ] {071d7f26-2b3e-43e2-ad0c-f6f92d98e019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8537 | 2024.11.13 20:52:34.307725 [ 277 ] {071d7f26-2b3e-43e2-ad0c-f6f92d98e019} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8538 | 2024.11.13 20:52:34.307971 [ 277 ] {071d7f26-2b3e-43e2-ad0c-f6f92d98e019} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8539 | 2024.11.13 20:52:34.308135 [ 132 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8540 | 2024.11.13 20:52:34.308197 [ 277 ] {071d7f26-2b3e-43e2-ad0c-f6f92d98e019} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001527 sec., 2619.515389652914 rows/sec., 182.91 KiB/sec. | ||
| 8541 | 2024.11.13 20:52:34.308211 [ 132 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8542 | 2024.11.13 20:52:34.308274 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8543 | 2024.11.13 20:52:34.308332 [ 277 ] {071d7f26-2b3e-43e2-ad0c-f6f92d98e019} <Debug> TCPHandler: Processed in 0.001824932 sec. | ||
| 8544 | 2024.11.13 20:52:34.308559 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8545 | 2024.11.13 20:52:34.308565 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 8546 | 2024.11.13 20:52:34.308740 [ 274 ] {0948baac-b403-45ed-a264-a5fe16f0aa8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8547 | 2024.11.13 20:52:34.308755 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8548 | 2024.11.13 20:52:34.308800 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 67 rows starting from the beginning of the part | ||
| 8549 | 2024.11.13 20:52:34.308807 [ 274 ] {0948baac-b403-45ed-a264-a5fe16f0aa8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8550 | 2024.11.13 20:52:34.309040 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 2 rows starting from the beginning of the part | ||
| 8551 | 2024.11.13 20:52:34.309468 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 49 rows starting from the beginning of the part | ||
| 8552 | 2024.11.13 20:52:34.309814 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 2 rows starting from the beginning of the part | ||
| 8553 | 2024.11.13 20:52:34.310172 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 49 rows starting from the beginning of the part | ||
| 8554 | 2024.11.13 20:52:34.310559 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 4 rows starting from the beginning of the part | ||
| 8555 | 2024.11.13 20:52:34.311402 [ 274 ] {0948baac-b403-45ed-a264-a5fe16f0aa8f} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8556 | 2024.11.13 20:52:34.311448 [ 274 ] {0948baac-b403-45ed-a264-a5fe16f0aa8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8557 | 2024.11.13 20:52:34.312041 [ 274 ] {0948baac-b403-45ed-a264-a5fe16f0aa8f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8558 | 2024.11.13 20:52:34.312240 [ 194 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 5 columns (5 merged, 0 gathered) in 0.003846468 sec., 44976.32633366506 rows/sec., 3.39 MiB/sec. | ||
| 8559 | 2024.11.13 20:52:34.312429 [ 274 ] {0948baac-b403-45ed-a264-a5fe16f0aa8f} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8560 | 2024.11.13 20:52:34.312496 [ 194 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8561 | 2024.11.13 20:52:34.312819 [ 274 ] {0948baac-b403-45ed-a264-a5fe16f0aa8f} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004126 sec., 16480.853126514783 rows/sec., 1.29 MiB/sec. | ||
| 8562 | 2024.11.13 20:52:34.312977 [ 274 ] {0948baac-b403-45ed-a264-a5fe16f0aa8f} <Debug> TCPHandler: Processed in 0.004517949 sec. | ||
| 8563 | 2024.11.13 20:52:34.313178 [ 194 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_51_10} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8564 | 2024.11.13 20:52:34.313205 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8565 | 2024.11.13 20:52:34.313320 [ 194 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_51_10} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8566 | 2024.11.13 20:52:34.313384 [ 277 ] {beaf03a4-19e9-4a7a-8f01-2757f19d65d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8567 | 2024.11.13 20:52:34.313490 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8568 | 2024.11.13 20:52:34.313500 [ 277 ] {beaf03a4-19e9-4a7a-8f01-2757f19d65d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8569 | 2024.11.13 20:52:34.314119 [ 277 ] {beaf03a4-19e9-4a7a-8f01-2757f19d65d9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8570 | 2024.11.13 20:52:34.314158 [ 277 ] {beaf03a4-19e9-4a7a-8f01-2757f19d65d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8571 | 2024.11.13 20:52:34.314570 [ 277 ] {beaf03a4-19e9-4a7a-8f01-2757f19d65d9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8572 | 2024.11.13 20:52:34.314815 [ 277 ] {beaf03a4-19e9-4a7a-8f01-2757f19d65d9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8573 | 2024.11.13 20:52:34.315023 [ 277 ] {beaf03a4-19e9-4a7a-8f01-2757f19d65d9} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001681 sec., 96371.20761451517 rows/sec., 6.71 MiB/sec. | ||
| 8574 | 2024.11.13 20:52:34.315076 [ 277 ] {beaf03a4-19e9-4a7a-8f01-2757f19d65d9} <Debug> TCPHandler: Processed in 0.001956714 sec. | ||
| 8575 | 2024.11.13 20:52:34.315243 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8576 | 2024.11.13 20:52:34.315389 [ 274 ] {3b69f923-bcd6-4b93-95bc-186fc67a42b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8577 | 2024.11.13 20:52:34.315453 [ 274 ] {3b69f923-bcd6-4b93-95bc-186fc67a42b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8578 | 2024.11.13 20:52:34.316019 [ 274 ] {3b69f923-bcd6-4b93-95bc-186fc67a42b6} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8579 | 2024.11.13 20:52:34.316059 [ 274 ] {3b69f923-bcd6-4b93-95bc-186fc67a42b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8580 | 2024.11.13 20:52:34.316440 [ 274 ] {3b69f923-bcd6-4b93-95bc-186fc67a42b6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8581 | 2024.11.13 20:52:34.316684 [ 274 ] {3b69f923-bcd6-4b93-95bc-186fc67a42b6} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8582 | 2024.11.13 20:52:34.316897 [ 274 ] {3b69f923-bcd6-4b93-95bc-186fc67a42b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. | ||
| 8583 | 2024.11.13 20:52:34.316948 [ 274 ] {3b69f923-bcd6-4b93-95bc-186fc67a42b6} <Debug> TCPHandler: Processed in 0.00177778 sec. | ||
| 8584 | 2024.11.13 20:52:36.085522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1266 | ||
| 8585 | 2024.11.13 20:52:36.088491 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8586 | 2024.11.13 20:52:36.088550 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8587 | 2024.11.13 20:52:36.089919 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8588 | 2024.11.13 20:52:36.090234 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8589 | 2024.11.13 20:52:36.090484 [ 111 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8590 | 2024.11.13 20:52:36.090604 [ 111 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8591 | 2024.11.13 20:52:36.090703 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8592 | 2024.11.13 20:52:36.092715 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1266 | ||
| 8593 | 2024.11.13 20:52:36.092768 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 8594 | 2024.11.13 20:52:36.093480 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8595 | 2024.11.13 20:52:36.093668 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1128 rows starting from the beginning of the part | ||
| 8596 | 2024.11.13 20:52:36.094205 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 20 rows starting from the beginning of the part | ||
| 8597 | 2024.11.13 20:52:36.094676 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 34 rows starting from the beginning of the part | ||
| 8598 | 2024.11.13 20:52:36.095130 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 8599 | 2024.11.13 20:52:36.095577 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 20 rows starting from the beginning of the part | ||
| 8600 | 2024.11.13 20:52:36.095982 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part | ||
| 8601 | 2024.11.13 20:52:36.103935 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1266 rows, containing 72 columns (72 merged, 0 gathered) in 0.012994088 sec., 97428.92306101052 rows/sec., 76.51 MiB/sec. | ||
| 8602 | 2024.11.13 20:52:36.105540 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8603 | 2024.11.13 20:52:36.106301 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_41_8} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8604 | 2024.11.13 20:52:36.106384 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_41_8} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8605 | 2024.11.13 20:52:36.106676 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 8606 | 2024.11.13 20:52:39.301570 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8607 | 2024.11.13 20:52:39.301783 [ 277 ] {c3055d5f-e889-4e03-bbfb-4b62bc3be0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8608 | 2024.11.13 20:52:39.301856 [ 277 ] {c3055d5f-e889-4e03-bbfb-4b62bc3be0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8609 | 2024.11.13 20:52:39.302611 [ 277 ] {c3055d5f-e889-4e03-bbfb-4b62bc3be0e5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8610 | 2024.11.13 20:52:39.302665 [ 277 ] {c3055d5f-e889-4e03-bbfb-4b62bc3be0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8611 | 2024.11.13 20:52:39.303107 [ 277 ] {c3055d5f-e889-4e03-bbfb-4b62bc3be0e5} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8612 | 2024.11.13 20:52:39.303359 [ 277 ] {c3055d5f-e889-4e03-bbfb-4b62bc3be0e5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8613 | 2024.11.13 20:52:39.303565 [ 137 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8614 | 2024.11.13 20:52:39.303597 [ 277 ] {c3055d5f-e889-4e03-bbfb-4b62bc3be0e5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.29 MiB/sec. | ||
| 8615 | 2024.11.13 20:52:39.303653 [ 137 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8616 | 2024.11.13 20:52:39.303718 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8617 | 2024.11.13 20:52:39.303730 [ 277 ] {c3055d5f-e889-4e03-bbfb-4b62bc3be0e5} <Debug> TCPHandler: Processed in 0.002295271 sec. | ||
| 8618 | 2024.11.13 20:52:39.303971 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 8619 | 2024.11.13 20:52:39.304042 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8620 | 2024.11.13 20:52:39.304231 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8621 | 2024.11.13 20:52:39.304305 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1437 rows starting from the beginning of the part | ||
| 8622 | 2024.11.13 20:52:39.304335 [ 274 ] {22aab75a-52c4-4214-a1ee-ada7bacbced2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8623 | 2024.11.13 20:52:39.304492 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 57 rows starting from the beginning of the part | ||
| 8624 | 2024.11.13 20:52:39.304509 [ 274 ] {22aab75a-52c4-4214-a1ee-ada7bacbced2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8625 | 2024.11.13 20:52:39.304882 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part | ||
| 8626 | 2024.11.13 20:52:39.305232 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 287 rows starting from the beginning of the part | ||
| 8627 | 2024.11.13 20:52:39.305586 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 58 rows starting from the beginning of the part | ||
| 8628 | 2024.11.13 20:52:39.305989 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
| 8629 | 2024.11.13 20:52:39.307381 [ 274 ] {22aab75a-52c4-4214-a1ee-ada7bacbced2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8630 | 2024.11.13 20:52:39.307466 [ 274 ] {22aab75a-52c4-4214-a1ee-ada7bacbced2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8631 | 2024.11.13 20:52:39.308564 [ 274 ] {22aab75a-52c4-4214-a1ee-ada7bacbced2} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8632 | 2024.11.13 20:52:39.309057 [ 274 ] {22aab75a-52c4-4214-a1ee-ada7bacbced2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8633 | 2024.11.13 20:52:39.309245 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 5 columns (5 merged, 0 gathered) in 0.005403895 sec., 361035.882451454 rows/sec., 31.46 MiB/sec. | ||
| 8634 | 2024.11.13 20:52:39.309339 [ 137 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8635 | 2024.11.13 20:52:39.309380 [ 137 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8636 | 2024.11.13 20:52:39.309403 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8637 | 2024.11.13 20:52:39.309419 [ 274 ] {22aab75a-52c4-4214-a1ee-ada7bacbced2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005176 sec., 12364.760432766616 rows/sec., 988.26 KiB/sec. | ||
| 8638 | 2024.11.13 20:52:39.309584 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8639 | 2024.11.13 20:52:39.309753 [ 274 ] {22aab75a-52c4-4214-a1ee-ada7bacbced2} <Debug> TCPHandler: Processed in 0.005874103 sec. | ||
| 8640 | 2024.11.13 20:52:39.310105 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8641 | 2024.11.13 20:52:39.310542 [ 277 ] {70c2ac35-123f-4a62-9748-cea6439c61cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8642 | 2024.11.13 20:52:39.310507 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 8643 | 2024.11.13 20:52:39.310768 [ 277 ] {70c2ac35-123f-4a62-9748-cea6439c61cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8644 | 2024.11.13 20:52:39.311757 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8645 | 2024.11.13 20:52:39.311931 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 916 rows starting from the beginning of the part | ||
| 8646 | 2024.11.13 20:52:39.311956 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_76_15} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8647 | 2024.11.13 20:52:39.312396 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_76_15} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8648 | 2024.11.13 20:52:39.312487 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 66 rows starting from the beginning of the part | ||
| 8649 | 2024.11.13 20:52:39.312782 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 8650 | 2024.11.13 20:52:39.313015 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part | ||
| 8651 | 2024.11.13 20:52:39.313379 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 424 rows starting from the beginning of the part | ||
| 8652 | 2024.11.13 20:52:39.313615 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 68 rows starting from the beginning of the part | ||
| 8653 | 2024.11.13 20:52:39.314007 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
| 8654 | 2024.11.13 20:52:39.314438 [ 277 ] {70c2ac35-123f-4a62-9748-cea6439c61cc} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8655 | 2024.11.13 20:52:39.314554 [ 277 ] {70c2ac35-123f-4a62-9748-cea6439c61cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8656 | 2024.11.13 20:52:39.315706 [ 277 ] {70c2ac35-123f-4a62-9748-cea6439c61cc} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8657 | 2024.11.13 20:52:39.316218 [ 277 ] {70c2ac35-123f-4a62-9748-cea6439c61cc} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8658 | 2024.11.13 20:52:39.316740 [ 277 ] {70c2ac35-123f-4a62-9748-cea6439c61cc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006346 sec., 25212.732429877087 rows/sec., 1.76 MiB/sec. | ||
| 8659 | 2024.11.13 20:52:39.317081 [ 277 ] {70c2ac35-123f-4a62-9748-cea6439c61cc} <Debug> TCPHandler: Processed in 0.007175255 sec. | ||
| 8660 | 2024.11.13 20:52:39.317419 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8661 | 2024.11.13 20:52:39.317576 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 5 columns (5 merged, 0 gathered) in 0.007960099 sec., 201253.77837637445 rows/sec., 15.52 MiB/sec. | ||
| 8662 | 2024.11.13 20:52:39.317799 [ 274 ] {91f805ab-8887-4c44-ae0a-a514e0e161fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8663 | 2024.11.13 20:52:39.317957 [ 274 ] {91f805ab-8887-4c44-ae0a-a514e0e161fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8664 | 2024.11.13 20:52:39.318042 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8665 | 2024.11.13 20:52:39.318687 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_76_15} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8666 | 2024.11.13 20:52:39.318900 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_76_15} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8667 | 2024.11.13 20:52:39.319072 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 8668 | 2024.11.13 20:52:39.319172 [ 274 ] {91f805ab-8887-4c44-ae0a-a514e0e161fe} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8669 | 2024.11.13 20:52:39.319217 [ 274 ] {91f805ab-8887-4c44-ae0a-a514e0e161fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8670 | 2024.11.13 20:52:39.319607 [ 274 ] {91f805ab-8887-4c44-ae0a-a514e0e161fe} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8671 | 2024.11.13 20:52:39.319856 [ 274 ] {91f805ab-8887-4c44-ae0a-a514e0e161fe} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8672 | 2024.11.13 20:52:39.320037 [ 274 ] {91f805ab-8887-4c44-ae0a-a514e0e161fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002353 sec., 25499.3625159371 rows/sec., 1.72 MiB/sec. | ||
| 8673 | 2024.11.13 20:52:39.320089 [ 274 ] {91f805ab-8887-4c44-ae0a-a514e0e161fe} <Debug> TCPHandler: Processed in 0.00286775 sec. | ||
| 8674 | 2024.11.13 20:52:40.806956 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8675 | 2024.11.13 20:52:40.807006 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8676 | 2024.11.13 20:52:42.398543 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39303, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8677 | 2024.11.13 20:52:42.539323 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8678 | 2024.11.13 20:52:42.575655 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8679 | 2024.11.13 20:52:42.584960 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8680 | 2024.11.13 20:52:42.840390 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8681 | 2024.11.13 20:52:42.847742 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8682 | 2024.11.13 20:52:42.871211 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46335, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8683 | 2024.11.13 20:52:42.898663 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8684 | 2024.11.13 20:52:44.307953 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8685 | 2024.11.13 20:52:44.308146 [ 277 ] {6e7fc81f-7249-4a41-8197-ffc8571f5d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8686 | 2024.11.13 20:52:44.308220 [ 277 ] {6e7fc81f-7249-4a41-8197-ffc8571f5d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8687 | 2024.11.13 20:52:44.308967 [ 277 ] {6e7fc81f-7249-4a41-8197-ffc8571f5d78} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8688 | 2024.11.13 20:52:44.309022 [ 277 ] {6e7fc81f-7249-4a41-8197-ffc8571f5d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8689 | 2024.11.13 20:52:44.309449 [ 277 ] {6e7fc81f-7249-4a41-8197-ffc8571f5d78} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8690 | 2024.11.13 20:52:44.309709 [ 277 ] {6e7fc81f-7249-4a41-8197-ffc8571f5d78} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8691 | 2024.11.13 20:52:44.309914 [ 129 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8692 | 2024.11.13 20:52:44.309985 [ 277 ] {6e7fc81f-7249-4a41-8197-ffc8571f5d78} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 8693 | 2024.11.13 20:52:44.310012 [ 129 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8694 | 2024.11.13 20:52:44.310078 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8695 | 2024.11.13 20:52:44.310135 [ 277 ] {6e7fc81f-7249-4a41-8197-ffc8571f5d78} <Debug> TCPHandler: Processed in 0.002314661 sec. | ||
| 8696 | 2024.11.13 20:52:44.310418 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 8697 | 2024.11.13 20:52:44.310485 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8698 | 2024.11.13 20:52:44.310922 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8699 | 2024.11.13 20:52:44.310968 [ 274 ] {f0f90832-3a8b-4d0b-9f0b-8d059ffdd69c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8700 | 2024.11.13 20:52:44.311045 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 8701 | 2024.11.13 20:52:44.311149 [ 274 ] {f0f90832-3a8b-4d0b-9f0b-8d059ffdd69c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8702 | 2024.11.13 20:52:44.311392 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 8703 | 2024.11.13 20:52:44.311620 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 8704 | 2024.11.13 20:52:44.312020 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 8705 | 2024.11.13 20:52:44.312307 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 8706 | 2024.11.13 20:52:44.314345 [ 274 ] {f0f90832-3a8b-4d0b-9f0b-8d059ffdd69c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8707 | 2024.11.13 20:52:44.314424 [ 274 ] {f0f90832-3a8b-4d0b-9f0b-8d059ffdd69c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8708 | 2024.11.13 20:52:44.315005 [ 192 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004795114 sec., 14598.193077370008 rows/sec., 1.08 MiB/sec. | ||
| 8709 | 2024.11.13 20:52:44.315288 [ 192 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8710 | 2024.11.13 20:52:44.315440 [ 274 ] {f0f90832-3a8b-4d0b-9f0b-8d059ffdd69c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8711 | 2024.11.13 20:52:44.315863 [ 192 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_29_7} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8712 | 2024.11.13 20:52:44.315957 [ 274 ] {f0f90832-3a8b-4d0b-9f0b-8d059ffdd69c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8713 | 2024.11.13 20:52:44.316072 [ 192 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_29_7} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8714 | 2024.11.13 20:52:44.316323 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8715 | 2024.11.13 20:52:44.316407 [ 274 ] {f0f90832-3a8b-4d0b-9f0b-8d059ffdd69c} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.005641 sec., 50877.50398865449 rows/sec., 4.49 MiB/sec. | ||
| 8716 | 2024.11.13 20:52:44.316489 [ 274 ] {f0f90832-3a8b-4d0b-9f0b-8d059ffdd69c} <Debug> TCPHandler: Processed in 0.006229039 sec. | ||
| 8717 | 2024.11.13 20:52:44.316641 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8718 | 2024.11.13 20:52:44.316794 [ 277 ] {06099071-2e1d-4ca4-8aaa-8dfdcf700830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8719 | 2024.11.13 20:52:44.316854 [ 277 ] {06099071-2e1d-4ca4-8aaa-8dfdcf700830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8720 | 2024.11.13 20:52:44.317497 [ 277 ] {06099071-2e1d-4ca4-8aaa-8dfdcf700830} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8721 | 2024.11.13 20:52:44.317540 [ 277 ] {06099071-2e1d-4ca4-8aaa-8dfdcf700830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8722 | 2024.11.13 20:52:44.317929 [ 277 ] {06099071-2e1d-4ca4-8aaa-8dfdcf700830} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8723 | 2024.11.13 20:52:44.318188 [ 277 ] {06099071-2e1d-4ca4-8aaa-8dfdcf700830} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8724 | 2024.11.13 20:52:44.318431 [ 277 ] {06099071-2e1d-4ca4-8aaa-8dfdcf700830} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001667 sec., 29394.121175764845 rows/sec., 2.12 MiB/sec. | ||
| 8725 | 2024.11.13 20:52:44.318495 [ 277 ] {06099071-2e1d-4ca4-8aaa-8dfdcf700830} <Debug> TCPHandler: Processed in 0.001916573 sec. | ||
| 8726 | 2024.11.13 20:52:44.318652 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8727 | 2024.11.13 20:52:44.318782 [ 274 ] {8ab62b19-cfed-45ae-bfe3-ee5622f1a5f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8728 | 2024.11.13 20:52:44.318836 [ 274 ] {8ab62b19-cfed-45ae-bfe3-ee5622f1a5f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8729 | 2024.11.13 20:52:44.319445 [ 274 ] {8ab62b19-cfed-45ae-bfe3-ee5622f1a5f1} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8730 | 2024.11.13 20:52:44.319483 [ 274 ] {8ab62b19-cfed-45ae-bfe3-ee5622f1a5f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8731 | 2024.11.13 20:52:44.319853 [ 274 ] {8ab62b19-cfed-45ae-bfe3-ee5622f1a5f1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8732 | 2024.11.13 20:52:44.320100 [ 274 ] {8ab62b19-cfed-45ae-bfe3-ee5622f1a5f1} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8733 | 2024.11.13 20:52:44.320280 [ 274 ] {8ab62b19-cfed-45ae-bfe3-ee5622f1a5f1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001531 sec., 9144.350097975179 rows/sec., 640.41 KiB/sec. | ||
| 8734 | 2024.11.13 20:52:44.320332 [ 274 ] {8ab62b19-cfed-45ae-bfe3-ee5622f1a5f1} <Debug> TCPHandler: Processed in 0.00175601 sec. | ||
| 8735 | 2024.11.13 20:52:44.320474 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8736 | 2024.11.13 20:52:44.320597 [ 277 ] {59d1d931-10db-4dc2-b889-469bbf6ee8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8737 | 2024.11.13 20:52:44.320650 [ 277 ] {59d1d931-10db-4dc2-b889-469bbf6ee8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8738 | 2024.11.13 20:52:44.321250 [ 277 ] {59d1d931-10db-4dc2-b889-469bbf6ee8aa} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8739 | 2024.11.13 20:52:44.321292 [ 277 ] {59d1d931-10db-4dc2-b889-469bbf6ee8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8740 | 2024.11.13 20:52:44.321657 [ 277 ] {59d1d931-10db-4dc2-b889-469bbf6ee8aa} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8741 | 2024.11.13 20:52:44.321910 [ 277 ] {59d1d931-10db-4dc2-b889-469bbf6ee8aa} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8742 | 2024.11.13 20:52:44.322063 [ 129 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8743 | 2024.11.13 20:52:44.322124 [ 129 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8744 | 2024.11.13 20:52:44.322158 [ 277 ] {59d1d931-10db-4dc2-b889-469bbf6ee8aa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001577 sec., 8243.500317057704 rows/sec., 513.98 KiB/sec. | ||
| 8745 | 2024.11.13 20:52:44.322167 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8746 | 2024.11.13 20:52:44.322316 [ 277 ] {59d1d931-10db-4dc2-b889-469bbf6ee8aa} <Debug> TCPHandler: Processed in 0.001893243 sec. | ||
| 8747 | 2024.11.13 20:52:44.322618 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8748 | 2024.11.13 20:52:44.322653 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 8749 | 2024.11.13 20:52:44.323001 [ 274 ] {55c52176-c3c3-412b-b7c0-f5a3357f492f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8750 | 2024.11.13 20:52:44.323086 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8751 | 2024.11.13 20:52:44.323104 [ 274 ] {55c52176-c3c3-412b-b7c0-f5a3357f492f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8752 | 2024.11.13 20:52:44.323205 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 8753 | 2024.11.13 20:52:44.323504 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 8754 | 2024.11.13 20:52:44.323827 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 8755 | 2024.11.13 20:52:44.324199 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 8756 | 2024.11.13 20:52:44.324555 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 8757 | 2024.11.13 20:52:44.326401 [ 274 ] {55c52176-c3c3-412b-b7c0-f5a3357f492f} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8758 | 2024.11.13 20:52:44.326467 [ 274 ] {55c52176-c3c3-412b-b7c0-f5a3357f492f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8759 | 2024.11.13 20:52:44.327236 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004938426 sec., 13162.088487303445 rows/sec., 872.07 KiB/sec. | ||
| 8760 | 2024.11.13 20:52:44.327438 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8761 | 2024.11.13 20:52:44.327538 [ 274 ] {55c52176-c3c3-412b-b7c0-f5a3357f492f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8762 | 2024.11.13 20:52:44.327923 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_29_7} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8763 | 2024.11.13 20:52:44.328088 [ 274 ] {55c52176-c3c3-412b-b7c0-f5a3357f492f} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8764 | 2024.11.13 20:52:44.328123 [ 191 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_29_7} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8765 | 2024.11.13 20:52:44.328258 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8766 | 2024.11.13 20:52:44.328433 [ 274 ] {55c52176-c3c3-412b-b7c0-f5a3357f492f} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.00556 sec., 76258.99280575539 rows/sec., 5.45 MiB/sec. | ||
| 8767 | 2024.11.13 20:52:44.328504 [ 274 ] {55c52176-c3c3-412b-b7c0-f5a3357f492f} <Debug> TCPHandler: Processed in 0.006082177 sec. | ||
| 8768 | 2024.11.13 20:52:44.328660 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8769 | 2024.11.13 20:52:44.328778 [ 277 ] {642a3078-7add-4d0c-af2e-bd2cdcd8a9c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8770 | 2024.11.13 20:52:44.328829 [ 277 ] {642a3078-7add-4d0c-af2e-bd2cdcd8a9c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8771 | 2024.11.13 20:52:44.329332 [ 277 ] {642a3078-7add-4d0c-af2e-bd2cdcd8a9c5} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8772 | 2024.11.13 20:52:44.329371 [ 277 ] {642a3078-7add-4d0c-af2e-bd2cdcd8a9c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8773 | 2024.11.13 20:52:44.329740 [ 277 ] {642a3078-7add-4d0c-af2e-bd2cdcd8a9c5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8774 | 2024.11.13 20:52:44.329990 [ 277 ] {642a3078-7add-4d0c-af2e-bd2cdcd8a9c5} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8775 | 2024.11.13 20:52:44.330261 [ 277 ] {642a3078-7add-4d0c-af2e-bd2cdcd8a9c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec. | ||
| 8776 | 2024.11.13 20:52:44.330468 [ 277 ] {642a3078-7add-4d0c-af2e-bd2cdcd8a9c5} <Debug> TCPHandler: Processed in 0.001860373 sec. | ||
| 8777 | 2024.11.13 20:52:44.330681 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8778 | 2024.11.13 20:52:44.330799 [ 274 ] {a251ae71-a529-4edc-b3cb-cec1fd770668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8779 | 2024.11.13 20:52:44.330854 [ 274 ] {a251ae71-a529-4edc-b3cb-cec1fd770668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8780 | 2024.11.13 20:52:44.331457 [ 274 ] {a251ae71-a529-4edc-b3cb-cec1fd770668} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8781 | 2024.11.13 20:52:44.331494 [ 274 ] {a251ae71-a529-4edc-b3cb-cec1fd770668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8782 | 2024.11.13 20:52:44.331906 [ 274 ] {a251ae71-a529-4edc-b3cb-cec1fd770668} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8783 | 2024.11.13 20:52:44.332159 [ 274 ] {a251ae71-a529-4edc-b3cb-cec1fd770668} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8784 | 2024.11.13 20:52:44.332296 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8785 | 2024.11.13 20:52:44.332342 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8786 | 2024.11.13 20:52:44.332352 [ 274 ] {a251ae71-a529-4edc-b3cb-cec1fd770668} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001575 sec., 150476.19047619047 rows/sec., 10.09 MiB/sec. | ||
| 8787 | 2024.11.13 20:52:44.332371 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8788 | 2024.11.13 20:52:44.332440 [ 274 ] {a251ae71-a529-4edc-b3cb-cec1fd770668} <Debug> TCPHandler: Processed in 0.001872342 sec. | ||
| 8789 | 2024.11.13 20:52:44.332573 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 8790 | 2024.11.13 20:52:44.332641 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8791 | 2024.11.13 20:52:44.332774 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8792 | 2024.11.13 20:52:44.332855 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 12680 rows starting from the beginning of the part | ||
| 8793 | 2024.11.13 20:52:44.332886 [ 277 ] {319955b4-1720-47e4-99c2-63be1fb44f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8794 | 2024.11.13 20:52:44.333109 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 8795 | 2024.11.13 20:52:44.333099 [ 277 ] {319955b4-1720-47e4-99c2-63be1fb44f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8796 | 2024.11.13 20:52:44.333493 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 8797 | 2024.11.13 20:52:44.333883 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 162 rows starting from the beginning of the part | ||
| 8798 | 2024.11.13 20:52:44.334307 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 8799 | 2024.11.13 20:52:44.334605 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 8800 | 2024.11.13 20:52:44.335617 [ 277 ] {319955b4-1720-47e4-99c2-63be1fb44f64} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8801 | 2024.11.13 20:52:44.335680 [ 277 ] {319955b4-1720-47e4-99c2-63be1fb44f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8802 | 2024.11.13 20:52:44.336192 [ 277 ] {319955b4-1720-47e4-99c2-63be1fb44f64} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8803 | 2024.11.13 20:52:44.336672 [ 277 ] {319955b4-1720-47e4-99c2-63be1fb44f64} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8804 | 2024.11.13 20:52:44.337233 [ 277 ] {319955b4-1720-47e4-99c2-63be1fb44f64} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004419 sec., 226.29554197782304 rows/sec., 15.25 KiB/sec. | ||
| 8805 | 2024.11.13 20:52:44.337434 [ 277 ] {319955b4-1720-47e4-99c2-63be1fb44f64} <Debug> TCPHandler: Processed in 0.004904556 sec. | ||
| 8806 | 2024.11.13 20:52:44.337592 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8807 | 2024.11.13 20:52:44.337716 [ 274 ] {f9dbb621-d9d7-45bc-bd6a-f4e32c6b1a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8808 | 2024.11.13 20:52:44.337795 [ 274 ] {f9dbb621-d9d7-45bc-bd6a-f4e32c6b1a3b} <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 | ||
| 8809 | 2024.11.13 20:52:44.339405 [ 274 ] {f9dbb621-d9d7-45bc-bd6a-f4e32c6b1a3b} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8810 | 2024.11.13 20:52:44.339445 [ 274 ] {f9dbb621-d9d7-45bc-bd6a-f4e32c6b1a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8811 | 2024.11.13 20:52:44.340087 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13636 rows, containing 5 columns (5 merged, 0 gathered) in 0.007634124 sec., 1786190.5308323521 rows/sec., 121.56 MiB/sec. | ||
| 8812 | 2024.11.13 20:52:44.340420 [ 274 ] {f9dbb621-d9d7-45bc-bd6a-f4e32c6b1a3b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8813 | 2024.11.13 20:52:44.340431 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8814 | 2024.11.13 20:52:44.340779 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8815 | 2024.11.13 20:52:44.340789 [ 274 ] {f9dbb621-d9d7-45bc-bd6a-f4e32c6b1a3b} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8816 | 2024.11.13 20:52:44.340883 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8817 | 2024.11.13 20:52:44.340983 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8818 | 2024.11.13 20:52:44.341035 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. | ||
| 8819 | 2024.11.13 20:52:44.341062 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8820 | 2024.11.13 20:52:44.341101 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8821 | 2024.11.13 20:52:44.341228 [ 274 ] {f9dbb621-d9d7-45bc-bd6a-f4e32c6b1a3b} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003494 sec., 12020.606754436176 rows/sec., 21.54 MiB/sec. | ||
| 8822 | 2024.11.13 20:52:44.341430 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::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 | ||
| 8823 | 2024.11.13 20:52:44.342333 [ 274 ] {f9dbb621-d9d7-45bc-bd6a-f4e32c6b1a3b} <Debug> TCPHandler: Processed in 0.004791514 sec. | ||
| 8824 | 2024.11.13 20:52:44.342593 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8825 | 2024.11.13 20:52:44.342653 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8826 | 2024.11.13 20:52:44.342741 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 903 rows starting from the beginning of the part | ||
| 8827 | 2024.11.13 20:52:44.342747 [ 277 ] {8ed27fe6-a22b-465e-9b38-39c0f27b54ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8828 | 2024.11.13 20:52:44.342814 [ 277 ] {8ed27fe6-a22b-465e-9b38-39c0f27b54ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8829 | 2024.11.13 20:52:44.343409 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part | ||
| 8830 | 2024.11.13 20:52:44.343942 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part | ||
| 8831 | 2024.11.13 20:52:44.344581 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part | ||
| 8832 | 2024.11.13 20:52:44.344595 [ 277 ] {8ed27fe6-a22b-465e-9b38-39c0f27b54ec} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8833 | 2024.11.13 20:52:44.344645 [ 277 ] {8ed27fe6-a22b-465e-9b38-39c0f27b54ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8834 | 2024.11.13 20:52:44.345094 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 42 rows starting from the beginning of the part | ||
| 8835 | 2024.11.13 20:52:44.345605 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 42 rows starting from the beginning of the part | ||
| 8836 | 2024.11.13 20:52:44.345768 [ 277 ] {8ed27fe6-a22b-465e-9b38-39c0f27b54ec} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8837 | 2024.11.13 20:52:44.346272 [ 277 ] {8ed27fe6-a22b-465e-9b38-39c0f27b54ec} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8838 | 2024.11.13 20:52:44.346488 [ 129 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 8839 | 2024.11.13 20:52:44.346614 [ 129 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8840 | 2024.11.13 20:52:44.346681 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8841 | 2024.11.13 20:52:44.346692 [ 277 ] {8ed27fe6-a22b-465e-9b38-39c0f27b54ec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003971 sec., 20649.710400402924 rows/sec., 1.31 MiB/sec. | ||
| 8842 | 2024.11.13 20:52:44.347018 [ 277 ] {8ed27fe6-a22b-465e-9b38-39c0f27b54ec} <Debug> TCPHandler: Processed in 0.00455044 sec. | ||
| 8843 | 2024.11.13 20:52:44.347107 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
| 8844 | 2024.11.13 20:52:44.347285 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8845 | 2024.11.13 20:52:44.347326 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 4052 rows starting from the beginning of the part | ||
| 8846 | 2024.11.13 20:52:44.347479 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 8847 | 2024.11.13 20:52:44.347598 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part | ||
| 8848 | 2024.11.13 20:52:44.347797 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 8849 | 2024.11.13 20:52:44.347903 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 8850 | 2024.11.13 20:52:44.348088 [ 195 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 8851 | 2024.11.13 20:52:44.350674 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4396 rows, containing 4 columns (4 merged, 0 gathered) in 0.003828487 sec., 1148234.276360348 rows/sec., 74.96 MiB/sec. | ||
| 8852 | 2024.11.13 20:52:44.351236 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 8853 | 2024.11.13 20:52:44.351959 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8854 | 2024.11.13 20:52:44.352075 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_75_15} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 8855 | 2024.11.13 20:52:44.352174 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 8856 | 2024.11.13 20:52:44.355696 [ 194 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1113 rows, containing 19 columns (19 merged, 0 gathered) in 0.014520184 sec., 76651.92121532344 rows/sec., 137.36 MiB/sec. | ||
| 8857 | 2024.11.13 20:52:44.356963 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8858 | 2024.11.13 20:52:44.357397 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8859 | 2024.11.13 20:52:44.357480 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8860 | 2024.11.13 20:52:44.357629 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.57 MiB. | ||
| 8861 | 2024.11.13 20:52:45.000176 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.42 MiB, peak 188.41 MiB, free memory in arenas 0.00 B, will set to 181.00 MiB (RSS), difference: 3.58 MiB | ||
| 8862 | 2024.11.13 20:52:46.092933 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1296 | ||
| 8863 | 2024.11.13 20:52:46.095833 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8864 | 2024.11.13 20:52:46.095896 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8865 | 2024.11.13 20:52:46.097636 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8866 | 2024.11.13 20:52:46.097961 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8867 | 2024.11.13 20:52:46.099267 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1296 | ||
| 8868 | 2024.11.13 20:52:46.466768 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8869 | 2024.11.13 20:52:46.786490 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45657, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8870 | 2024.11.13 20:52:47.192510 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8871 | 2024.11.13 20:52:47.317519 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8872 | 2024.11.13 20:52:47.318914 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8873 | 2024.11.13 20:52:47.356343 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35660, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8874 | 2024.11.13 20:52:47.389976 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8875 | 2024.11.13 20:52:47.396365 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60405, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8876 | 2024.11.13 20:52:47.421786 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8877 | 2024.11.13 20:52:47.433317 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8878 | 2024.11.13 20:52:47.525942 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8879 | 2024.11.13 20:52:47.554394 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8880 | 2024.11.13 20:52:47.625412 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8881 | 2024.11.13 20:52:47.641870 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49300, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8882 | 2024.11.13 20:52:47.658137 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40568, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8883 | 2024.11.13 20:52:47.673814 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8884 | 2024.11.13 20:52:48.723817 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8885 | 2024.11.13 20:52:49.279986 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8886 | 2024.11.13 20:52:49.302717 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8887 | 2024.11.13 20:52:49.302991 [ 277 ] {214df68f-7290-4a2d-a1f8-88e5c4f9ddc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8888 | 2024.11.13 20:52:49.303094 [ 277 ] {214df68f-7290-4a2d-a1f8-88e5c4f9ddc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8889 | 2024.11.13 20:52:49.304087 [ 277 ] {214df68f-7290-4a2d-a1f8-88e5c4f9ddc8} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8890 | 2024.11.13 20:52:49.304158 [ 277 ] {214df68f-7290-4a2d-a1f8-88e5c4f9ddc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8891 | 2024.11.13 20:52:49.304743 [ 277 ] {214df68f-7290-4a2d-a1f8-88e5c4f9ddc8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8892 | 2024.11.13 20:52:49.305122 [ 277 ] {214df68f-7290-4a2d-a1f8-88e5c4f9ddc8} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8893 | 2024.11.13 20:52:49.305398 [ 277 ] {214df68f-7290-4a2d-a1f8-88e5c4f9ddc8} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002532 sec., 3949.447077409163 rows/sec., 322.05 KiB/sec. | ||
| 8894 | 2024.11.13 20:52:49.305484 [ 277 ] {214df68f-7290-4a2d-a1f8-88e5c4f9ddc8} <Debug> TCPHandler: Processed in 0.00290288 sec. | ||
| 8895 | 2024.11.13 20:52:49.305765 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8896 | 2024.11.13 20:52:49.305972 [ 274 ] {506bc558-2537-4046-ad0a-537567f4db1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8897 | 2024.11.13 20:52:49.306052 [ 274 ] {506bc558-2537-4046-ad0a-537567f4db1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8898 | 2024.11.13 20:52:49.306913 [ 274 ] {506bc558-2537-4046-ad0a-537567f4db1e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8899 | 2024.11.13 20:52:49.306974 [ 274 ] {506bc558-2537-4046-ad0a-537567f4db1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8900 | 2024.11.13 20:52:49.307453 [ 274 ] {506bc558-2537-4046-ad0a-537567f4db1e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8901 | 2024.11.13 20:52:49.307723 [ 274 ] {506bc558-2537-4046-ad0a-537567f4db1e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8902 | 2024.11.13 20:52:49.307999 [ 274 ] {506bc558-2537-4046-ad0a-537567f4db1e} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.002091 sec., 29172.644667623146 rows/sec., 2.22 MiB/sec. | ||
| 8903 | 2024.11.13 20:52:49.308083 [ 274 ] {506bc558-2537-4046-ad0a-537567f4db1e} <Debug> TCPHandler: Processed in 0.002458493 sec. | ||
| 8904 | 2024.11.13 20:52:49.308336 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8905 | 2024.11.13 20:52:49.308509 [ 277 ] {d5c48692-2c29-4070-bd8a-ecec2def10d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8906 | 2024.11.13 20:52:49.308574 [ 277 ] {d5c48692-2c29-4070-bd8a-ecec2def10d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8907 | 2024.11.13 20:52:49.309294 [ 277 ] {d5c48692-2c29-4070-bd8a-ecec2def10d1} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8908 | 2024.11.13 20:52:49.309343 [ 277 ] {d5c48692-2c29-4070-bd8a-ecec2def10d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8909 | 2024.11.13 20:52:49.309781 [ 277 ] {d5c48692-2c29-4070-bd8a-ecec2def10d1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8910 | 2024.11.13 20:52:49.310075 [ 277 ] {d5c48692-2c29-4070-bd8a-ecec2def10d1} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8911 | 2024.11.13 20:52:49.310324 [ 277 ] {d5c48692-2c29-4070-bd8a-ecec2def10d1} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001851 sec., 5402.485143165856 rows/sec., 377.22 KiB/sec. | ||
| 8912 | 2024.11.13 20:52:49.310395 [ 277 ] {d5c48692-2c29-4070-bd8a-ecec2def10d1} <Debug> TCPHandler: Processed in 0.002196199 sec. | ||
| 8913 | 2024.11.13 20:52:49.310572 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8914 | 2024.11.13 20:52:49.310704 [ 274 ] {84927c51-b4db-48c9-bba8-587f6887c801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8915 | 2024.11.13 20:52:49.310760 [ 274 ] {84927c51-b4db-48c9-bba8-587f6887c801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8916 | 2024.11.13 20:52:49.311449 [ 274 ] {84927c51-b4db-48c9-bba8-587f6887c801} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8917 | 2024.11.13 20:52:49.311492 [ 274 ] {84927c51-b4db-48c9-bba8-587f6887c801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8918 | 2024.11.13 20:52:49.311902 [ 274 ] {84927c51-b4db-48c9-bba8-587f6887c801} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8919 | 2024.11.13 20:52:49.312176 [ 274 ] {84927c51-b4db-48c9-bba8-587f6887c801} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8920 | 2024.11.13 20:52:49.312400 [ 274 ] {84927c51-b4db-48c9-bba8-587f6887c801} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001725 sec., 42898.55072463768 rows/sec., 3.36 MiB/sec. | ||
| 8921 | 2024.11.13 20:52:49.312458 [ 274 ] {84927c51-b4db-48c9-bba8-587f6887c801} <Debug> TCPHandler: Processed in 0.001949584 sec. | ||
| 8922 | 2024.11.13 20:52:49.312633 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8923 | 2024.11.13 20:52:49.312769 [ 277 ] {67979afe-979a-4fc3-ba07-34b576abc7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8924 | 2024.11.13 20:52:49.312834 [ 277 ] {67979afe-979a-4fc3-ba07-34b576abc7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8925 | 2024.11.13 20:52:49.313527 [ 277 ] {67979afe-979a-4fc3-ba07-34b576abc7ed} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8926 | 2024.11.13 20:52:49.313576 [ 277 ] {67979afe-979a-4fc3-ba07-34b576abc7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8927 | 2024.11.13 20:52:49.314083 [ 277 ] {67979afe-979a-4fc3-ba07-34b576abc7ed} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8928 | 2024.11.13 20:52:49.314381 [ 277 ] {67979afe-979a-4fc3-ba07-34b576abc7ed} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8929 | 2024.11.13 20:52:49.314612 [ 277 ] {67979afe-979a-4fc3-ba07-34b576abc7ed} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001875 sec., 70933.33333333334 rows/sec., 4.94 MiB/sec. | ||
| 8930 | 2024.11.13 20:52:49.314673 [ 277 ] {67979afe-979a-4fc3-ba07-34b576abc7ed} <Debug> TCPHandler: Processed in 0.002106167 sec. | ||
| 8931 | 2024.11.13 20:52:49.314869 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8932 | 2024.11.13 20:52:49.314994 [ 274 ] {d1c55ed3-5aac-4f0a-89aa-072404d88e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8933 | 2024.11.13 20:52:49.315053 [ 274 ] {d1c55ed3-5aac-4f0a-89aa-072404d88e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8934 | 2024.11.13 20:52:49.315564 [ 274 ] {d1c55ed3-5aac-4f0a-89aa-072404d88e41} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8935 | 2024.11.13 20:52:49.315602 [ 274 ] {d1c55ed3-5aac-4f0a-89aa-072404d88e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8936 | 2024.11.13 20:52:49.316010 [ 274 ] {d1c55ed3-5aac-4f0a-89aa-072404d88e41} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8937 | 2024.11.13 20:52:49.316264 [ 274 ] {d1c55ed3-5aac-4f0a-89aa-072404d88e41} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8938 | 2024.11.13 20:52:49.316520 [ 274 ] {d1c55ed3-5aac-4f0a-89aa-072404d88e41} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001547 sec., 31027.795733678086 rows/sec., 2.09 MiB/sec. | ||
| 8939 | 2024.11.13 20:52:49.316601 [ 274 ] {d1c55ed3-5aac-4f0a-89aa-072404d88e41} <Debug> TCPHandler: Processed in 0.001793591 sec. | ||
| 8940 | 2024.11.13 20:52:49.377133 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8941 | 2024.11.13 20:52:49.412366 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54435, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8942 | 2024.11.13 20:52:49.425708 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51890, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8943 | 2024.11.13 20:52:49.617407 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64121, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8944 | 2024.11.13 20:52:49.635739 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8945 | 2024.11.13 20:52:49.685763 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62719, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8946 | 2024.11.13 20:52:54.301174 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8947 | 2024.11.13 20:52:54.301373 [ 277 ] {34bc9895-17e1-4397-a7c5-127a26c6168e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8948 | 2024.11.13 20:52:54.301446 [ 277 ] {34bc9895-17e1-4397-a7c5-127a26c6168e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8949 | 2024.11.13 20:52:54.302197 [ 277 ] {34bc9895-17e1-4397-a7c5-127a26c6168e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8950 | 2024.11.13 20:52:54.302250 [ 277 ] {34bc9895-17e1-4397-a7c5-127a26c6168e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8951 | 2024.11.13 20:52:54.302666 [ 277 ] {34bc9895-17e1-4397-a7c5-127a26c6168e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8952 | 2024.11.13 20:52:54.302925 [ 277 ] {34bc9895-17e1-4397-a7c5-127a26c6168e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8953 | 2024.11.13 20:52:54.303166 [ 277 ] {34bc9895-17e1-4397-a7c5-127a26c6168e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001843 sec., 30385.24145415084 rows/sec., 2.32 MiB/sec. | ||
| 8954 | 2024.11.13 20:52:54.303230 [ 277 ] {34bc9895-17e1-4397-a7c5-127a26c6168e} <Debug> TCPHandler: Processed in 0.002183478 sec. | ||
| 8955 | 2024.11.13 20:52:54.303499 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8956 | 2024.11.13 20:52:54.303719 [ 274 ] {4fbf64b3-f8bd-4f41-b70b-6fa4d6dfb4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8957 | 2024.11.13 20:52:54.303804 [ 274 ] {4fbf64b3-f8bd-4f41-b70b-6fa4d6dfb4e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8958 | 2024.11.13 20:52:54.304686 [ 274 ] {4fbf64b3-f8bd-4f41-b70b-6fa4d6dfb4e6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8959 | 2024.11.13 20:52:54.304734 [ 274 ] {4fbf64b3-f8bd-4f41-b70b-6fa4d6dfb4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8960 | 2024.11.13 20:52:54.305184 [ 274 ] {4fbf64b3-f8bd-4f41-b70b-6fa4d6dfb4e6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8961 | 2024.11.13 20:52:54.305436 [ 274 ] {4fbf64b3-f8bd-4f41-b70b-6fa4d6dfb4e6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8962 | 2024.11.13 20:52:54.305665 [ 274 ] {4fbf64b3-f8bd-4f41-b70b-6fa4d6dfb4e6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002008 sec., 31872.509960159365 rows/sec., 2.49 MiB/sec. | ||
| 8963 | 2024.11.13 20:52:54.305722 [ 274 ] {4fbf64b3-f8bd-4f41-b70b-6fa4d6dfb4e6} <Debug> TCPHandler: Processed in 0.002369202 sec. | ||
| 8964 | 2024.11.13 20:52:54.305891 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8965 | 2024.11.13 20:52:54.306039 [ 277 ] {79f8e8fc-9b6c-43c8-aa08-6aadc8b974fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8966 | 2024.11.13 20:52:54.306104 [ 277 ] {79f8e8fc-9b6c-43c8-aa08-6aadc8b974fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8967 | 2024.11.13 20:52:54.306741 [ 277 ] {79f8e8fc-9b6c-43c8-aa08-6aadc8b974fc} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8968 | 2024.11.13 20:52:54.306782 [ 277 ] {79f8e8fc-9b6c-43c8-aa08-6aadc8b974fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8969 | 2024.11.13 20:52:54.307182 [ 277 ] {79f8e8fc-9b6c-43c8-aa08-6aadc8b974fc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8970 | 2024.11.13 20:52:54.307422 [ 277 ] {79f8e8fc-9b6c-43c8-aa08-6aadc8b974fc} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8971 | 2024.11.13 20:52:54.307650 [ 277 ] {79f8e8fc-9b6c-43c8-aa08-6aadc8b974fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 8972 | 2024.11.13 20:52:54.307755 [ 277 ] {79f8e8fc-9b6c-43c8-aa08-6aadc8b974fc} <Debug> TCPHandler: Processed in 0.001933964 sec. | ||
| 8973 | 2024.11.13 20:52:54.307952 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8974 | 2024.11.13 20:52:54.308127 [ 274 ] {aff58d89-7dc1-4607-b028-1f4f8b84855c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8975 | 2024.11.13 20:52:54.308195 [ 274 ] {aff58d89-7dc1-4607-b028-1f4f8b84855c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8976 | 2024.11.13 20:52:54.308755 [ 274 ] {aff58d89-7dc1-4607-b028-1f4f8b84855c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8977 | 2024.11.13 20:52:54.308796 [ 274 ] {aff58d89-7dc1-4607-b028-1f4f8b84855c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8978 | 2024.11.13 20:52:54.309177 [ 274 ] {aff58d89-7dc1-4607-b028-1f4f8b84855c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8979 | 2024.11.13 20:52:54.309421 [ 274 ] {aff58d89-7dc1-4607-b028-1f4f8b84855c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8980 | 2024.11.13 20:52:54.309629 [ 274 ] {aff58d89-7dc1-4607-b028-1f4f8b84855c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001531 sec., 39190.07184846506 rows/sec., 2.64 MiB/sec. | ||
| 8981 | 2024.11.13 20:52:54.309681 [ 274 ] {aff58d89-7dc1-4607-b028-1f4f8b84855c} <Debug> TCPHandler: Processed in 0.001831812 sec. | ||
| 8982 | 2024.11.13 20:52:55.807063 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8983 | 2024.11.13 20:52:55.807145 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8984 | 2024.11.13 20:52:56.099569 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1316 | ||
| 8985 | 2024.11.13 20:52:56.102315 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8986 | 2024.11.13 20:52:56.102373 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8987 | 2024.11.13 20:52:56.103780 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8988 | 2024.11.13 20:52:56.104094 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8989 | 2024.11.13 20:52:56.105496 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1316 | ||
| 8990 | 2024.11.13 20:52:56.445439 [ 147 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8991 | 2024.11.13 20:52:56.445502 [ 147 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8992 | 2024.11.13 20:52:56.445524 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 8993 | 2024.11.13 20:52:56.445754 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 8994 | 2024.11.13 20:52:56.445998 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8995 | 2024.11.13 20:52:56.446032 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 8996 | 2024.11.13 20:52:56.446100 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 8997 | 2024.11.13 20:52:56.446329 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 8998 | 2024.11.13 20:52:56.446496 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 8999 | 2024.11.13 20:52:56.446661 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 9000 | 2024.11.13 20:52:56.447661 [ 188 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.002060096 sec., 14077.013886731493 rows/sec., 948.55 KiB/sec. | ||
| 9001 | 2024.11.13 20:52:56.447861 [ 188 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9002 | 2024.11.13 20:52:56.448251 [ 188 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_29_7} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2024.11.13 20:52:56.448351 [ 188 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_29_7} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9004 | 2024.11.13 20:52:56.448462 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9005 | 2024.11.13 20:52:57.556586 [ 149 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9006 | 2024.11.13 20:52:57.556685 [ 149 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9007 | 2024.11.13 20:52:57.556729 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9008 | 2024.11.13 20:52:57.557020 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 9009 | 2024.11.13 20:52:57.557473 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9010 | 2024.11.13 20:52:57.557537 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 9011 | 2024.11.13 20:52:57.557682 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 9012 | 2024.11.13 20:52:57.558095 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 9013 | 2024.11.13 20:52:57.558173 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 9014 | 2024.11.13 20:52:57.558434 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 9015 | 2024.11.13 20:52:57.559590 [ 188 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002742739 sec., 108650.51322783538 rows/sec., 7.79 MiB/sec. | ||
| 9016 | 2024.11.13 20:52:57.559807 [ 197 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9017 | 2024.11.13 20:52:57.560137 [ 197 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_29_7} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9018 | 2024.11.13 20:52:57.560230 [ 197 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_29_7} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9019 | 2024.11.13 20:52:57.560334 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 9020 | 2024.11.13 20:52:57.612178 [ 149 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9021 | 2024.11.13 20:52:57.612251 [ 149 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9022 | 2024.11.13 20:52:57.612275 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9023 | 2024.11.13 20:52:57.612439 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 9024 | 2024.11.13 20:52:57.612824 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9025 | 2024.11.13 20:52:57.612873 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 9026 | 2024.11.13 20:52:57.612949 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 9027 | 2024.11.13 20:52:57.613149 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 9028 | 2024.11.13 20:52:57.613285 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 9029 | 2024.11.13 20:52:57.613436 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 9030 | 2024.11.13 20:52:57.614321 [ 199 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.001981455 sec., 87814.25770456558 rows/sec., 4.48 MiB/sec. | ||
| 9031 | 2024.11.13 20:52:57.614528 [ 199 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9032 | 2024.11.13 20:52:57.614882 [ 199 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_29_7} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9033 | 2024.11.13 20:52:57.614974 [ 199 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_29_7} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9034 | 2024.11.13 20:52:57.615075 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9035 | 2024.11.13 20:52:59.308141 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9036 | 2024.11.13 20:52:59.308348 [ 277 ] {634dd19a-1dab-4c0d-b468-9e313e4cb5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9037 | 2024.11.13 20:52:59.308417 [ 277 ] {634dd19a-1dab-4c0d-b468-9e313e4cb5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9038 | 2024.11.13 20:52:59.309118 [ 277 ] {634dd19a-1dab-4c0d-b468-9e313e4cb5ee} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9039 | 2024.11.13 20:52:59.309174 [ 277 ] {634dd19a-1dab-4c0d-b468-9e313e4cb5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9040 | 2024.11.13 20:52:59.309596 [ 277 ] {634dd19a-1dab-4c0d-b468-9e313e4cb5ee} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9041 | 2024.11.13 20:52:59.309846 [ 277 ] {634dd19a-1dab-4c0d-b468-9e313e4cb5ee} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9042 | 2024.11.13 20:52:59.310073 [ 277 ] {634dd19a-1dab-4c0d-b468-9e313e4cb5ee} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001778 sec., 7874.015748031496 rows/sec., 566.82 KiB/sec. | ||
| 9043 | 2024.11.13 20:52:59.310136 [ 277 ] {634dd19a-1dab-4c0d-b468-9e313e4cb5ee} <Debug> TCPHandler: Processed in 0.002119717 sec. | ||
| 9044 | 2024.11.13 20:52:59.310376 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9045 | 2024.11.13 20:52:59.310575 [ 274 ] {439622e5-fce5-467e-9187-acc7ee2c31b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9046 | 2024.11.13 20:52:59.310653 [ 274 ] {439622e5-fce5-467e-9187-acc7ee2c31b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9047 | 2024.11.13 20:52:59.311537 [ 274 ] {439622e5-fce5-467e-9187-acc7ee2c31b0} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9048 | 2024.11.13 20:52:59.311591 [ 274 ] {439622e5-fce5-467e-9187-acc7ee2c31b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9049 | 2024.11.13 20:52:59.312047 [ 274 ] {439622e5-fce5-467e-9187-acc7ee2c31b0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9050 | 2024.11.13 20:52:59.312307 [ 274 ] {439622e5-fce5-467e-9187-acc7ee2c31b0} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9051 | 2024.11.13 20:52:59.312560 [ 274 ] {439622e5-fce5-467e-9187-acc7ee2c31b0} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.00204 sec., 140686.27450980392 rows/sec., 12.42 MiB/sec. | ||
| 9052 | 2024.11.13 20:52:59.312619 [ 274 ] {439622e5-fce5-467e-9187-acc7ee2c31b0} <Debug> TCPHandler: Processed in 0.002376551 sec. | ||
| 9053 | 2024.11.13 20:52:59.312778 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9054 | 2024.11.13 20:52:59.312923 [ 277 ] {557a8d8d-f2b5-44d1-95b7-0ef591423374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9055 | 2024.11.13 20:52:59.312983 [ 277 ] {557a8d8d-f2b5-44d1-95b7-0ef591423374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9056 | 2024.11.13 20:52:59.313711 [ 277 ] {557a8d8d-f2b5-44d1-95b7-0ef591423374} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9057 | 2024.11.13 20:52:59.313753 [ 277 ] {557a8d8d-f2b5-44d1-95b7-0ef591423374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9058 | 2024.11.13 20:52:59.314113 [ 277 ] {557a8d8d-f2b5-44d1-95b7-0ef591423374} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9059 | 2024.11.13 20:52:59.314360 [ 277 ] {557a8d8d-f2b5-44d1-95b7-0ef591423374} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9060 | 2024.11.13 20:52:59.314577 [ 277 ] {557a8d8d-f2b5-44d1-95b7-0ef591423374} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.00169 sec., 28994.082840236686 rows/sec., 2.09 MiB/sec. | ||
| 9061 | 2024.11.13 20:52:59.314632 [ 277 ] {557a8d8d-f2b5-44d1-95b7-0ef591423374} <Debug> TCPHandler: Processed in 0.001922494 sec. | ||
| 9062 | 2024.11.13 20:52:59.314787 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9063 | 2024.11.13 20:52:59.314929 [ 274 ] {7cbb8ce6-7745-40be-acf9-546eca4fb7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9064 | 2024.11.13 20:52:59.314990 [ 274 ] {7cbb8ce6-7745-40be-acf9-546eca4fb7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9065 | 2024.11.13 20:52:59.315697 [ 274 ] {7cbb8ce6-7745-40be-acf9-546eca4fb7f0} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9066 | 2024.11.13 20:52:59.315743 [ 274 ] {7cbb8ce6-7745-40be-acf9-546eca4fb7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9067 | 2024.11.13 20:52:59.316119 [ 274 ] {7cbb8ce6-7745-40be-acf9-546eca4fb7f0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9068 | 2024.11.13 20:52:59.316357 [ 274 ] {7cbb8ce6-7745-40be-acf9-546eca4fb7f0} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9069 | 2024.11.13 20:52:59.316609 [ 274 ] {7cbb8ce6-7745-40be-acf9-546eca4fb7f0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001707 sec., 8201.523140011717 rows/sec., 574.38 KiB/sec. | ||
| 9070 | 2024.11.13 20:52:59.316795 [ 274 ] {7cbb8ce6-7745-40be-acf9-546eca4fb7f0} <Debug> TCPHandler: Processed in 0.002074537 sec. | ||
| 9071 | 2024.11.13 20:52:59.317003 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9072 | 2024.11.13 20:52:59.317137 [ 277 ] {a836120c-1916-4358-8772-5492f0f47ef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9073 | 2024.11.13 20:52:59.317193 [ 277 ] {a836120c-1916-4358-8772-5492f0f47ef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9074 | 2024.11.13 20:52:59.317827 [ 277 ] {a836120c-1916-4358-8772-5492f0f47ef6} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9075 | 2024.11.13 20:52:59.317865 [ 277 ] {a836120c-1916-4358-8772-5492f0f47ef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9076 | 2024.11.13 20:52:59.318214 [ 277 ] {a836120c-1916-4358-8772-5492f0f47ef6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9077 | 2024.11.13 20:52:59.318449 [ 277 ] {a836120c-1916-4358-8772-5492f0f47ef6} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9078 | 2024.11.13 20:52:59.318656 [ 277 ] {a836120c-1916-4358-8772-5492f0f47ef6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec. | ||
| 9079 | 2024.11.13 20:52:59.318707 [ 277 ] {a836120c-1916-4358-8772-5492f0f47ef6} <Debug> TCPHandler: Processed in 0.001803731 sec. | ||
| 9080 | 2024.11.13 20:52:59.318859 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9081 | 2024.11.13 20:52:59.319001 [ 274 ] {1356e7ee-9fb9-4c1a-9338-12e30e4c935d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9082 | 2024.11.13 20:52:59.319061 [ 274 ] {1356e7ee-9fb9-4c1a-9338-12e30e4c935d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9083 | 2024.11.13 20:52:59.319879 [ 274 ] {1356e7ee-9fb9-4c1a-9338-12e30e4c935d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9084 | 2024.11.13 20:52:59.319921 [ 274 ] {1356e7ee-9fb9-4c1a-9338-12e30e4c935d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9085 | 2024.11.13 20:52:59.320310 [ 274 ] {1356e7ee-9fb9-4c1a-9338-12e30e4c935d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9086 | 2024.11.13 20:52:59.320551 [ 274 ] {1356e7ee-9fb9-4c1a-9338-12e30e4c935d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9087 | 2024.11.13 20:52:59.320790 [ 274 ] {1356e7ee-9fb9-4c1a-9338-12e30e4c935d} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001821 sec., 232839.0993959363 rows/sec., 16.65 MiB/sec. | ||
| 9088 | 2024.11.13 20:52:59.320845 [ 274 ] {1356e7ee-9fb9-4c1a-9338-12e30e4c935d} <Debug> TCPHandler: Processed in 0.002054156 sec. | ||
| 9089 | 2024.11.13 20:52:59.320997 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9090 | 2024.11.13 20:52:59.321141 [ 277 ] {b907d8bd-c09c-4ca1-a1f3-eeebb750ed06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9091 | 2024.11.13 20:52:59.321200 [ 277 ] {b907d8bd-c09c-4ca1-a1f3-eeebb750ed06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9092 | 2024.11.13 20:52:59.321755 [ 277 ] {b907d8bd-c09c-4ca1-a1f3-eeebb750ed06} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9093 | 2024.11.13 20:52:59.321792 [ 277 ] {b907d8bd-c09c-4ca1-a1f3-eeebb750ed06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9094 | 2024.11.13 20:52:59.322154 [ 277 ] {b907d8bd-c09c-4ca1-a1f3-eeebb750ed06} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9095 | 2024.11.13 20:52:59.322386 [ 277 ] {b907d8bd-c09c-4ca1-a1f3-eeebb750ed06} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9096 | 2024.11.13 20:52:59.322594 [ 277 ] {b907d8bd-c09c-4ca1-a1f3-eeebb750ed06} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec. | ||
| 9097 | 2024.11.13 20:52:59.322646 [ 277 ] {b907d8bd-c09c-4ca1-a1f3-eeebb750ed06} <Debug> TCPHandler: Processed in 0.00171745 sec. | ||
| 9098 | 2024.11.13 20:52:59.322795 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9099 | 2024.11.13 20:52:59.322935 [ 274 ] {521d5a3d-b6c7-430f-8686-74edcf8b5e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9100 | 2024.11.13 20:52:59.322999 [ 274 ] {521d5a3d-b6c7-430f-8686-74edcf8b5e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9101 | 2024.11.13 20:52:59.323696 [ 274 ] {521d5a3d-b6c7-430f-8686-74edcf8b5e1d} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9102 | 2024.11.13 20:52:59.323739 [ 274 ] {521d5a3d-b6c7-430f-8686-74edcf8b5e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9103 | 2024.11.13 20:52:59.324139 [ 274 ] {521d5a3d-b6c7-430f-8686-74edcf8b5e1d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9104 | 2024.11.13 20:52:59.324384 [ 274 ] {521d5a3d-b6c7-430f-8686-74edcf8b5e1d} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9105 | 2024.11.13 20:52:59.324559 [ 274 ] {521d5a3d-b6c7-430f-8686-74edcf8b5e1d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001656 sec., 143115.9420289855 rows/sec., 9.59 MiB/sec. | ||
| 9106 | 2024.11.13 20:52:59.324611 [ 274 ] {521d5a3d-b6c7-430f-8686-74edcf8b5e1d} <Debug> TCPHandler: Processed in 0.001883783 sec. | ||
| 9107 | 2024.11.13 20:52:59.324756 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9108 | 2024.11.13 20:52:59.324893 [ 277 ] {14e79304-6f63-4c3e-88ac-658cd3d2fe6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9109 | 2024.11.13 20:52:59.324952 [ 277 ] {14e79304-6f63-4c3e-88ac-658cd3d2fe6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9110 | 2024.11.13 20:52:59.325493 [ 277 ] {14e79304-6f63-4c3e-88ac-658cd3d2fe6c} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9111 | 2024.11.13 20:52:59.325539 [ 277 ] {14e79304-6f63-4c3e-88ac-658cd3d2fe6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9112 | 2024.11.13 20:52:59.325913 [ 277 ] {14e79304-6f63-4c3e-88ac-658cd3d2fe6c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9113 | 2024.11.13 20:52:59.326157 [ 277 ] {14e79304-6f63-4c3e-88ac-658cd3d2fe6c} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9114 | 2024.11.13 20:52:59.326417 [ 277 ] {14e79304-6f63-4c3e-88ac-658cd3d2fe6c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001553 sec., 643.915003219575 rows/sec., 43.39 KiB/sec. | ||
| 9115 | 2024.11.13 20:52:59.326614 [ 277 ] {14e79304-6f63-4c3e-88ac-658cd3d2fe6c} <Debug> TCPHandler: Processed in 0.001917664 sec. | ||
| 9116 | 2024.11.13 20:52:59.326813 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9117 | 2024.11.13 20:52:59.326947 [ 274 ] {159e1381-5d2a-412c-9610-ba4939a23982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9118 | 2024.11.13 20:52:59.327040 [ 274 ] {159e1381-5d2a-412c-9610-ba4939a23982} <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 | ||
| 9119 | 2024.11.13 20:52:59.328317 [ 274 ] {159e1381-5d2a-412c-9610-ba4939a23982} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9120 | 2024.11.13 20:52:59.328357 [ 274 ] {159e1381-5d2a-412c-9610-ba4939a23982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9121 | 2024.11.13 20:52:59.329016 [ 274 ] {159e1381-5d2a-412c-9610-ba4939a23982} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9122 | 2024.11.13 20:52:59.329290 [ 274 ] {159e1381-5d2a-412c-9610-ba4939a23982} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9123 | 2024.11.13 20:52:59.329491 [ 274 ] {159e1381-5d2a-412c-9610-ba4939a23982} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002574 sec., 16317.016317016318 rows/sec., 29.24 MiB/sec. | ||
| 9124 | 2024.11.13 20:52:59.329583 [ 274 ] {159e1381-5d2a-412c-9610-ba4939a23982} <Debug> TCPHandler: Processed in 0.00287269 sec. | ||
| 9125 | 2024.11.13 20:52:59.329733 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9126 | 2024.11.13 20:52:59.329870 [ 277 ] {cd76638e-752a-4ee4-9082-0eaaa69edb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9127 | 2024.11.13 20:52:59.329929 [ 277 ] {cd76638e-752a-4ee4-9082-0eaaa69edb3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9128 | 2024.11.13 20:52:59.330508 [ 277 ] {cd76638e-752a-4ee4-9082-0eaaa69edb3f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9129 | 2024.11.13 20:52:59.330554 [ 277 ] {cd76638e-752a-4ee4-9082-0eaaa69edb3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 9130 | 2024.11.13 20:52:59.330947 [ 277 ] {cd76638e-752a-4ee4-9082-0eaaa69edb3f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9131 | 2024.11.13 20:52:59.331184 [ 277 ] {cd76638e-752a-4ee4-9082-0eaaa69edb3f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9132 | 2024.11.13 20:52:59.331392 [ 277 ] {cd76638e-752a-4ee4-9082-0eaaa69edb3f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001552 sec., 52835.051546391755 rows/sec., 3.36 MiB/sec. | ||
| 9133 | 2024.11.13 20:52:59.331443 [ 277 ] {cd76638e-752a-4ee4-9082-0eaaa69edb3f} <Debug> TCPHandler: Processed in 0.001774892 sec. | ||
| 9134 | 2024.11.13 20:53:04.301696 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9135 | 2024.11.13 20:53:04.301896 [ 277 ] {5d9ed5a9-bd51-4171-be4c-127c268b6a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9136 | 2024.11.13 20:53:04.301967 [ 277 ] {5d9ed5a9-bd51-4171-be4c-127c268b6a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9137 | 2024.11.13 20:53:04.302667 [ 277 ] {5d9ed5a9-bd51-4171-be4c-127c268b6a1f} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9138 | 2024.11.13 20:53:04.302718 [ 277 ] {5d9ed5a9-bd51-4171-be4c-127c268b6a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9139 | 2024.11.13 20:53:04.303156 [ 277 ] {5d9ed5a9-bd51-4171-be4c-127c268b6a1f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9140 | 2024.11.13 20:53:04.303403 [ 277 ] {5d9ed5a9-bd51-4171-be4c-127c268b6a1f} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9141 | 2024.11.13 20:53:04.303659 [ 277 ] {5d9ed5a9-bd51-4171-be4c-127c268b6a1f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001805 sec., 1108.03324099723 rows/sec., 90.35 KiB/sec. | ||
| 9142 | 2024.11.13 20:53:04.303752 [ 277 ] {5d9ed5a9-bd51-4171-be4c-127c268b6a1f} <Debug> TCPHandler: Processed in 0.002175288 sec. | ||
| 9143 | 2024.11.13 20:53:04.304064 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9144 | 2024.11.13 20:53:04.304280 [ 274 ] {8c7e289d-5097-4954-b91b-6d944661887b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9145 | 2024.11.13 20:53:04.304363 [ 274 ] {8c7e289d-5097-4954-b91b-6d944661887b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9146 | 2024.11.13 20:53:04.305202 [ 274 ] {8c7e289d-5097-4954-b91b-6d944661887b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9147 | 2024.11.13 20:53:04.305252 [ 274 ] {8c7e289d-5097-4954-b91b-6d944661887b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9148 | 2024.11.13 20:53:04.305683 [ 274 ] {8c7e289d-5097-4954-b91b-6d944661887b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9149 | 2024.11.13 20:53:04.305930 [ 274 ] {8c7e289d-5097-4954-b91b-6d944661887b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9150 | 2024.11.13 20:53:04.306120 [ 142 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9151 | 2024.11.13 20:53:04.306188 [ 274 ] {8c7e289d-5097-4954-b91b-6d944661887b} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001965 sec., 29007.63358778626 rows/sec., 2.21 MiB/sec. | ||
| 9152 | 2024.11.13 20:53:04.306212 [ 142 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9153 | 2024.11.13 20:53:04.306282 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9154 | 2024.11.13 20:53:04.306302 [ 274 ] {8c7e289d-5097-4954-b91b-6d944661887b} <Debug> TCPHandler: Processed in 0.002409702 sec. | ||
| 9155 | 2024.11.13 20:53:04.306522 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9156 | 2024.11.13 20:53:04.306570 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 9157 | 2024.11.13 20:53:04.306694 [ 277 ] {2c34a6ed-13fd-4d1b-8610-9a9191729e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9158 | 2024.11.13 20:53:04.306803 [ 277 ] {2c34a6ed-13fd-4d1b-8610-9a9191729e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9159 | 2024.11.13 20:53:04.306841 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9160 | 2024.11.13 20:53:04.306937 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1437 rows starting from the beginning of the part | ||
| 9161 | 2024.11.13 20:53:04.307223 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 287 rows starting from the beginning of the part | ||
| 9162 | 2024.11.13 20:53:04.307631 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 61 rows starting from the beginning of the part | ||
| 9163 | 2024.11.13 20:53:04.307988 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
| 9164 | 2024.11.13 20:53:04.308360 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 287 rows starting from the beginning of the part | ||
| 9165 | 2024.11.13 20:53:04.308837 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 57 rows starting from the beginning of the part | ||
| 9166 | 2024.11.13 20:53:04.309775 [ 277 ] {2c34a6ed-13fd-4d1b-8610-9a9191729e94} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9167 | 2024.11.13 20:53:04.309841 [ 277 ] {2c34a6ed-13fd-4d1b-8610-9a9191729e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9168 | 2024.11.13 20:53:04.310747 [ 277 ] {2c34a6ed-13fd-4d1b-8610-9a9191729e94} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9169 | 2024.11.13 20:53:04.311259 [ 277 ] {2c34a6ed-13fd-4d1b-8610-9a9191729e94} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9170 | 2024.11.13 20:53:04.311636 [ 277 ] {2c34a6ed-13fd-4d1b-8610-9a9191729e94} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004963 sec., 402.98206729800523 rows/sec., 28.14 KiB/sec. | ||
| 9171 | 2024.11.13 20:53:04.311763 [ 277 ] {2c34a6ed-13fd-4d1b-8610-9a9191729e94} <Debug> TCPHandler: Processed in 0.005359514 sec. | ||
| 9172 | 2024.11.13 20:53:04.312038 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9173 | 2024.11.13 20:53:04.312051 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005648329 sec., 386840.07252410403 rows/sec., 34.02 MiB/sec. | ||
| 9174 | 2024.11.13 20:53:04.312195 [ 274 ] {65140b93-7fc5-45f4-85d9-b8202fd02f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9175 | 2024.11.13 20:53:04.312275 [ 274 ] {65140b93-7fc5-45f4-85d9-b8202fd02f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9176 | 2024.11.13 20:53:04.312365 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9177 | 2024.11.13 20:53:04.313073 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_81_16} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9178 | 2024.11.13 20:53:04.313201 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_81_16} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9179 | 2024.11.13 20:53:04.313382 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 9180 | 2024.11.13 20:53:04.313574 [ 274 ] {65140b93-7fc5-45f4-85d9-b8202fd02f05} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9181 | 2024.11.13 20:53:04.313621 [ 274 ] {65140b93-7fc5-45f4-85d9-b8202fd02f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9182 | 2024.11.13 20:53:04.313989 [ 274 ] {65140b93-7fc5-45f4-85d9-b8202fd02f05} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9183 | 2024.11.13 20:53:04.314235 [ 274 ] {65140b93-7fc5-45f4-85d9-b8202fd02f05} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9184 | 2024.11.13 20:53:04.314411 [ 142 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9185 | 2024.11.13 20:53:04.314467 [ 142 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9186 | 2024.11.13 20:53:04.314505 [ 274 ] {65140b93-7fc5-45f4-85d9-b8202fd02f05} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002331 sec., 28314.028314028314 rows/sec., 2.21 MiB/sec. | ||
| 9187 | 2024.11.13 20:53:04.314513 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9188 | 2024.11.13 20:53:04.314689 [ 274 ] {65140b93-7fc5-45f4-85d9-b8202fd02f05} <Debug> TCPHandler: Processed in 0.002771259 sec. | ||
| 9189 | 2024.11.13 20:53:04.314775 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 9190 | 2024.11.13 20:53:04.314854 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9191 | 2024.11.13 20:53:04.314927 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9192 | 2024.11.13 20:53:04.314978 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 916 rows starting from the beginning of the part | ||
| 9193 | 2024.11.13 20:53:04.315012 [ 277 ] {2b07674b-dc2a-4878-9f8e-8ccc8962de32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9194 | 2024.11.13 20:53:04.315168 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 424 rows starting from the beginning of the part | ||
| 9195 | 2024.11.13 20:53:04.315173 [ 277 ] {2b07674b-dc2a-4878-9f8e-8ccc8962de32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9196 | 2024.11.13 20:53:04.315721 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 74 rows starting from the beginning of the part | ||
| 9197 | 2024.11.13 20:53:04.316122 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part | ||
| 9198 | 2024.11.13 20:53:04.316528 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 424 rows starting from the beginning of the part | ||
| 9199 | 2024.11.13 20:53:04.316860 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 66 rows starting from the beginning of the part | ||
| 9200 | 2024.11.13 20:53:04.317785 [ 277 ] {2b07674b-dc2a-4878-9f8e-8ccc8962de32} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9201 | 2024.11.13 20:53:04.317827 [ 277 ] {2b07674b-dc2a-4878-9f8e-8ccc8962de32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9202 | 2024.11.13 20:53:04.318414 [ 277 ] {2b07674b-dc2a-4878-9f8e-8ccc8962de32} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9203 | 2024.11.13 20:53:04.318675 [ 277 ] {2b07674b-dc2a-4878-9f8e-8ccc8962de32} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9204 | 2024.11.13 20:53:04.318997 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 5 columns (5 merged, 0 gathered) in 0.004342216 sec., 453224.8050304268 rows/sec., 34.71 MiB/sec. | ||
| 9205 | 2024.11.13 20:53:04.319057 [ 277 ] {2b07674b-dc2a-4878-9f8e-8ccc8962de32} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004076 sec., 39499.50932286555 rows/sec., 2.75 MiB/sec. | ||
| 9206 | 2024.11.13 20:53:04.319189 [ 277 ] {2b07674b-dc2a-4878-9f8e-8ccc8962de32} <Debug> TCPHandler: Processed in 0.004400507 sec. | ||
| 9207 | 2024.11.13 20:53:04.319275 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9208 | 2024.11.13 20:53:04.319433 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9209 | 2024.11.13 20:53:04.319743 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_81_16} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9210 | 2024.11.13 20:53:04.319792 [ 274 ] {6c919404-bc3f-42a3-8dcf-af9fb5e33635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9211 | 2024.11.13 20:53:04.319896 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_81_16} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9212 | 2024.11.13 20:53:04.319938 [ 274 ] {6c919404-bc3f-42a3-8dcf-af9fb5e33635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9213 | 2024.11.13 20:53:04.320090 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9214 | 2024.11.13 20:53:04.320602 [ 274 ] {6c919404-bc3f-42a3-8dcf-af9fb5e33635} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9215 | 2024.11.13 20:53:04.320647 [ 274 ] {6c919404-bc3f-42a3-8dcf-af9fb5e33635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9216 | 2024.11.13 20:53:04.321036 [ 274 ] {6c919404-bc3f-42a3-8dcf-af9fb5e33635} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9217 | 2024.11.13 20:53:04.321301 [ 274 ] {6c919404-bc3f-42a3-8dcf-af9fb5e33635} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9218 | 2024.11.13 20:53:04.321545 [ 274 ] {6c919404-bc3f-42a3-8dcf-af9fb5e33635} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00187 sec., 32085.561497326205 rows/sec., 2.16 MiB/sec. | ||
| 9219 | 2024.11.13 20:53:04.321613 [ 274 ] {6c919404-bc3f-42a3-8dcf-af9fb5e33635} <Debug> TCPHandler: Processed in 0.002329591 sec. | ||
| 9220 | 2024.11.13 20:53:06.105756 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1350 | ||
| 9221 | 2024.11.13 20:53:06.108789 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9222 | 2024.11.13 20:53:06.108840 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9223 | 2024.11.13 20:53:06.110260 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9224 | 2024.11.13 20:53:06.110644 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9225 | 2024.11.13 20:53:06.111147 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1350 | ||
| 9226 | 2024.11.13 20:53:09.301787 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9227 | 2024.11.13 20:53:09.301991 [ 277 ] {f37d497f-e22d-424c-a14a-da5ee152a66c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9228 | 2024.11.13 20:53:09.302060 [ 277 ] {f37d497f-e22d-424c-a14a-da5ee152a66c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9229 | 2024.11.13 20:53:09.302845 [ 277 ] {f37d497f-e22d-424c-a14a-da5ee152a66c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9230 | 2024.11.13 20:53:09.302890 [ 277 ] {f37d497f-e22d-424c-a14a-da5ee152a66c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9231 | 2024.11.13 20:53:09.303335 [ 277 ] {f37d497f-e22d-424c-a14a-da5ee152a66c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9232 | 2024.11.13 20:53:09.303588 [ 277 ] {f37d497f-e22d-424c-a14a-da5ee152a66c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9233 | 2024.11.13 20:53:09.303793 [ 277 ] {f37d497f-e22d-424c-a14a-da5ee152a66c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001855 sec., 30188.679245283016 rows/sec., 2.30 MiB/sec. | ||
| 9234 | 2024.11.13 20:53:09.303856 [ 277 ] {f37d497f-e22d-424c-a14a-da5ee152a66c} <Debug> TCPHandler: Processed in 0.002194009 sec. | ||
| 9235 | 2024.11.13 20:53:09.304112 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9236 | 2024.11.13 20:53:09.304309 [ 274 ] {7900979b-487a-4333-ada6-9c8b8140a40c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9237 | 2024.11.13 20:53:09.304388 [ 274 ] {7900979b-487a-4333-ada6-9c8b8140a40c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9238 | 2024.11.13 20:53:09.305176 [ 274 ] {7900979b-487a-4333-ada6-9c8b8140a40c} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9239 | 2024.11.13 20:53:09.305225 [ 274 ] {7900979b-487a-4333-ada6-9c8b8140a40c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9240 | 2024.11.13 20:53:09.305661 [ 274 ] {7900979b-487a-4333-ada6-9c8b8140a40c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9241 | 2024.11.13 20:53:09.305929 [ 274 ] {7900979b-487a-4333-ada6-9c8b8140a40c} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9242 | 2024.11.13 20:53:09.306166 [ 274 ] {7900979b-487a-4333-ada6-9c8b8140a40c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001912 sec., 33472.803347280336 rows/sec., 2.61 MiB/sec. | ||
| 9243 | 2024.11.13 20:53:09.306233 [ 274 ] {7900979b-487a-4333-ada6-9c8b8140a40c} <Debug> TCPHandler: Processed in 0.002258969 sec. | ||
| 9244 | 2024.11.13 20:53:09.306390 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9245 | 2024.11.13 20:53:09.306518 [ 277 ] {0a19bf37-11e3-44a6-97cc-bc6f85e30fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9246 | 2024.11.13 20:53:09.306573 [ 277 ] {0a19bf37-11e3-44a6-97cc-bc6f85e30fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9247 | 2024.11.13 20:53:09.307141 [ 277 ] {0a19bf37-11e3-44a6-97cc-bc6f85e30fa4} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9248 | 2024.11.13 20:53:09.307178 [ 277 ] {0a19bf37-11e3-44a6-97cc-bc6f85e30fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9249 | 2024.11.13 20:53:09.307569 [ 277 ] {0a19bf37-11e3-44a6-97cc-bc6f85e30fa4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9250 | 2024.11.13 20:53:09.307806 [ 277 ] {0a19bf37-11e3-44a6-97cc-bc6f85e30fa4} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9251 | 2024.11.13 20:53:09.307939 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9252 | 2024.11.13 20:53:09.307982 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9253 | 2024.11.13 20:53:09.307994 [ 277 ] {0a19bf37-11e3-44a6-97cc-bc6f85e30fa4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec. | ||
| 9254 | 2024.11.13 20:53:09.308007 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9255 | 2024.11.13 20:53:09.308084 [ 277 ] {0a19bf37-11e3-44a6-97cc-bc6f85e30fa4} <Debug> TCPHandler: Processed in 0.001753961 sec. | ||
| 9256 | 2024.11.13 20:53:09.308153 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 9257 | 2024.11.13 20:53:09.308302 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9258 | 2024.11.13 20:53:09.308316 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9259 | 2024.11.13 20:53:09.308377 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 13636 rows starting from the beginning of the part | ||
| 9260 | 2024.11.13 20:53:09.308606 [ 274 ] {59dec808-1712-4868-bc0c-09b92bbac0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9261 | 2024.11.13 20:53:09.308665 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 133 rows starting from the beginning of the part | ||
| 9262 | 2024.11.13 20:53:09.308793 [ 274 ] {59dec808-1712-4868-bc0c-09b92bbac0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9263 | 2024.11.13 20:53:09.309030 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 9264 | 2024.11.13 20:53:09.309433 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 9265 | 2024.11.13 20:53:09.309803 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 161 rows starting from the beginning of the part | ||
| 9266 | 2024.11.13 20:53:09.310146 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 9267 | 2024.11.13 20:53:09.311207 [ 274 ] {59dec808-1712-4868-bc0c-09b92bbac0ff} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2024.11.13 20:53:09.311300 [ 274 ] {59dec808-1712-4868-bc0c-09b92bbac0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9269 | 2024.11.13 20:53:09.311824 [ 274 ] {59dec808-1712-4868-bc0c-09b92bbac0ff} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9270 | 2024.11.13 20:53:09.312268 [ 274 ] {59dec808-1712-4868-bc0c-09b92bbac0ff} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2024.11.13 20:53:09.312595 [ 135 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
| 9272 | 2024.11.13 20:53:09.312705 [ 135 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9273 | 2024.11.13 20:53:09.312804 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9274 | 2024.11.13 20:53:09.312988 [ 274 ] {59dec808-1712-4868-bc0c-09b92bbac0ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004492 sec., 13357.079252003561 rows/sec., 921.78 KiB/sec. | ||
| 9275 | 2024.11.13 20:53:09.313297 [ 274 ] {59dec808-1712-4868-bc0c-09b92bbac0ff} <Debug> TCPHandler: Processed in 0.005089769 sec. | ||
| 9276 | 2024.11.13 20:53:09.313701 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
| 9277 | 2024.11.13 20:53:09.313993 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9278 | 2024.11.13 20:53:09.314080 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 4396 rows starting from the beginning of the part | ||
| 9279 | 2024.11.13 20:53:09.314215 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 48 rows starting from the beginning of the part | ||
| 9280 | 2024.11.13 20:53:09.314299 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 9281 | 2024.11.13 20:53:09.314960 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
| 9282 | 2024.11.13 20:53:09.315050 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 9283 | 2024.11.13 20:53:09.315335 [ 192 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 9284 | 2024.11.13 20:53:09.316985 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14487 rows, containing 5 columns (5 merged, 0 gathered) in 0.008897636 sec., 1628185.284271013 rows/sec., 110.89 MiB/sec. | ||
| 9285 | 2024.11.13 20:53:09.317416 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9286 | 2024.11.13 20:53:09.317846 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9287 | 2024.11.13 20:53:09.317956 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9288 | 2024.11.13 20:53:09.318034 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.99 MiB. | ||
| 9289 | 2024.11.13 20:53:09.318322 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4706 rows, containing 4 columns (4 merged, 0 gathered) in 0.005315363 sec., 885358.1589818043 rows/sec., 57.86 MiB/sec. | ||
| 9290 | 2024.11.13 20:53:09.318951 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 9291 | 2024.11.13 20:53:09.319369 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9292 | 2024.11.13 20:53:09.319464 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_80_16} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
| 9293 | 2024.11.13 20:53:09.319578 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 9294 | 2024.11.13 20:53:10.807211 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9295 | 2024.11.13 20:53:10.807287 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9296 | 2024.11.13 20:53:12.401668 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9297 | 2024.11.13 20:53:12.553653 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9298 | 2024.11.13 20:53:12.582127 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9299 | 2024.11.13 20:53:12.589502 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59060, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9300 | 2024.11.13 20:53:12.841936 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39048, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9301 | 2024.11.13 20:53:12.853378 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38739, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9302 | 2024.11.13 20:53:12.882892 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9303 | 2024.11.13 20:53:12.912362 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63640, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9304 | 2024.11.13 20:53:14.308351 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9305 | 2024.11.13 20:53:14.308536 [ 277 ] {e75be5eb-1de2-47e6-9667-47c4ea2a5a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9306 | 2024.11.13 20:53:14.308605 [ 277 ] {e75be5eb-1de2-47e6-9667-47c4ea2a5a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9307 | 2024.11.13 20:53:14.309341 [ 277 ] {e75be5eb-1de2-47e6-9667-47c4ea2a5a6d} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9308 | 2024.11.13 20:53:14.309388 [ 277 ] {e75be5eb-1de2-47e6-9667-47c4ea2a5a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9309 | 2024.11.13 20:53:14.309813 [ 277 ] {e75be5eb-1de2-47e6-9667-47c4ea2a5a6d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9310 | 2024.11.13 20:53:14.310064 [ 277 ] {e75be5eb-1de2-47e6-9667-47c4ea2a5a6d} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9311 | 2024.11.13 20:53:14.310290 [ 277 ] {e75be5eb-1de2-47e6-9667-47c4ea2a5a6d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001796 sec., 7795.100222717149 rows/sec., 561.14 KiB/sec. | ||
| 9312 | 2024.11.13 20:53:14.310406 [ 277 ] {e75be5eb-1de2-47e6-9667-47c4ea2a5a6d} <Debug> TCPHandler: Processed in 0.002173448 sec. | ||
| 9313 | 2024.11.13 20:53:14.310729 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9314 | 2024.11.13 20:53:14.310957 [ 274 ] {e7a0c790-9735-4e8a-9568-8a5bde93ecc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9315 | 2024.11.13 20:53:14.311043 [ 274 ] {e7a0c790-9735-4e8a-9568-8a5bde93ecc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9316 | 2024.11.13 20:53:14.311981 [ 274 ] {e7a0c790-9735-4e8a-9568-8a5bde93ecc5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9317 | 2024.11.13 20:53:14.312037 [ 274 ] {e7a0c790-9735-4e8a-9568-8a5bde93ecc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9318 | 2024.11.13 20:53:14.312506 [ 274 ] {e7a0c790-9735-4e8a-9568-8a5bde93ecc5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9319 | 2024.11.13 20:53:14.312781 [ 274 ] {e7a0c790-9735-4e8a-9568-8a5bde93ecc5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9320 | 2024.11.13 20:53:14.313037 [ 274 ] {e7a0c790-9735-4e8a-9568-8a5bde93ecc5} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.00214 sec., 134112.1495327103 rows/sec., 11.84 MiB/sec. | ||
| 9321 | 2024.11.13 20:53:14.313118 [ 274 ] {e7a0c790-9735-4e8a-9568-8a5bde93ecc5} <Debug> TCPHandler: Processed in 0.002588385 sec. | ||
| 9322 | 2024.11.13 20:53:14.313342 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9323 | 2024.11.13 20:53:14.313544 [ 277 ] {1bbfb122-bb8c-49a0-af09-04909ce4cb59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9324 | 2024.11.13 20:53:14.313605 [ 277 ] {1bbfb122-bb8c-49a0-af09-04909ce4cb59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9325 | 2024.11.13 20:53:14.314329 [ 277 ] {1bbfb122-bb8c-49a0-af09-04909ce4cb59} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9326 | 2024.11.13 20:53:14.314367 [ 277 ] {1bbfb122-bb8c-49a0-af09-04909ce4cb59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9327 | 2024.11.13 20:53:14.314725 [ 277 ] {1bbfb122-bb8c-49a0-af09-04909ce4cb59} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9328 | 2024.11.13 20:53:14.314958 [ 277 ] {1bbfb122-bb8c-49a0-af09-04909ce4cb59} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9329 | 2024.11.13 20:53:14.315085 [ 131 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9330 | 2024.11.13 20:53:14.315129 [ 131 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9331 | 2024.11.13 20:53:14.315141 [ 277 ] {1bbfb122-bb8c-49a0-af09-04909ce4cb59} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.00163 sec., 30061.349693251534 rows/sec., 2.17 MiB/sec. | ||
| 9332 | 2024.11.13 20:53:14.315152 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9333 | 2024.11.13 20:53:14.315234 [ 277 ] {1bbfb122-bb8c-49a0-af09-04909ce4cb59} <Debug> TCPHandler: Processed in 0.002013316 sec. | ||
| 9334 | 2024.11.13 20:53:14.315458 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 9335 | 2024.11.13 20:53:14.315533 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9336 | 2024.11.13 20:53:14.315868 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9337 | 2024.11.13 20:53:14.315958 [ 274 ] {8c7a4c10-6bd2-402d-ae7f-7f0ead234916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9338 | 2024.11.13 20:53:14.315980 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 67 rows starting from the beginning of the part | ||
| 9339 | 2024.11.13 20:53:14.316193 [ 274 ] {8c7a4c10-6bd2-402d-ae7f-7f0ead234916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9340 | 2024.11.13 20:53:14.316412 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 49 rows starting from the beginning of the part | ||
| 9341 | 2024.11.13 20:53:14.316766 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 10 rows starting from the beginning of the part | ||
| 9342 | 2024.11.13 20:53:14.317159 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 49 rows starting from the beginning of the part | ||
| 9343 | 2024.11.13 20:53:14.317511 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2 rows starting from the beginning of the part | ||
| 9344 | 2024.11.13 20:53:14.317867 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 49 rows starting from the beginning of the part | ||
| 9345 | 2024.11.13 20:53:14.320256 [ 274 ] {8c7a4c10-6bd2-402d-ae7f-7f0ead234916} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9346 | 2024.11.13 20:53:14.320343 [ 274 ] {8c7a4c10-6bd2-402d-ae7f-7f0ead234916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9347 | 2024.11.13 20:53:14.321393 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 226 rows, containing 5 columns (5 merged, 0 gathered) in 0.006169539 sec., 36631.58624979921 rows/sec., 2.76 MiB/sec. | ||
| 9348 | 2024.11.13 20:53:14.321437 [ 274 ] {8c7a4c10-6bd2-402d-ae7f-7f0ead234916} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9349 | 2024.11.13 20:53:14.321552 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9350 | 2024.11.13 20:53:14.321897 [ 274 ] {8c7a4c10-6bd2-402d-ae7f-7f0ead234916} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9351 | 2024.11.13 20:53:14.322028 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_56_11} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9352 | 2024.11.13 20:53:14.322359 [ 191 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_56_11} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9353 | 2024.11.13 20:53:14.322457 [ 274 ] {8c7a4c10-6bd2-402d-ae7f-7f0ead234916} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006626 sec., 2112.888620585572 rows/sec., 147.97 KiB/sec. | ||
| 9354 | 2024.11.13 20:53:14.322562 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 9355 | 2024.11.13 20:53:14.322817 [ 274 ] {8c7a4c10-6bd2-402d-ae7f-7f0ead234916} <Debug> TCPHandler: Processed in 0.007468902 sec. | ||
| 9356 | 2024.11.13 20:53:14.323076 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9357 | 2024.11.13 20:53:14.323237 [ 277 ] {e407cbd3-7530-481e-9b73-9e07e1a39c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9358 | 2024.11.13 20:53:14.323288 [ 277 ] {e407cbd3-7530-481e-9b73-9e07e1a39c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9359 | 2024.11.13 20:53:14.323904 [ 277 ] {e407cbd3-7530-481e-9b73-9e07e1a39c27} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9360 | 2024.11.13 20:53:14.323943 [ 277 ] {e407cbd3-7530-481e-9b73-9e07e1a39c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9361 | 2024.11.13 20:53:14.324324 [ 277 ] {e407cbd3-7530-481e-9b73-9e07e1a39c27} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9362 | 2024.11.13 20:53:14.324565 [ 277 ] {e407cbd3-7530-481e-9b73-9e07e1a39c27} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9363 | 2024.11.13 20:53:14.324777 [ 277 ] {e407cbd3-7530-481e-9b73-9e07e1a39c27} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec. | ||
| 9364 | 2024.11.13 20:53:14.324872 [ 277 ] {e407cbd3-7530-481e-9b73-9e07e1a39c27} <Debug> TCPHandler: Processed in 0.001917064 sec. | ||
| 9365 | 2024.11.13 20:53:14.325101 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9366 | 2024.11.13 20:53:14.325222 [ 274 ] {48671aa7-cfbf-45b4-964c-fc557c899f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9367 | 2024.11.13 20:53:14.325283 [ 274 ] {48671aa7-cfbf-45b4-964c-fc557c899f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9368 | 2024.11.13 20:53:14.326179 [ 274 ] {48671aa7-cfbf-45b4-964c-fc557c899f7d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9369 | 2024.11.13 20:53:14.326229 [ 274 ] {48671aa7-cfbf-45b4-964c-fc557c899f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9370 | 2024.11.13 20:53:14.326619 [ 274 ] {48671aa7-cfbf-45b4-964c-fc557c899f7d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9371 | 2024.11.13 20:53:14.326874 [ 274 ] {48671aa7-cfbf-45b4-964c-fc557c899f7d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9372 | 2024.11.13 20:53:14.327092 [ 274 ] {48671aa7-cfbf-45b4-964c-fc557c899f7d} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001894 sec., 223864.8363252376 rows/sec., 16.01 MiB/sec. | ||
| 9373 | 2024.11.13 20:53:14.327146 [ 274 ] {48671aa7-cfbf-45b4-964c-fc557c899f7d} <Debug> TCPHandler: Processed in 0.002173658 sec. | ||
| 9374 | 2024.11.13 20:53:14.327283 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9375 | 2024.11.13 20:53:14.327402 [ 277 ] {b9ccb5fb-c534-4c29-ade8-ac6bbacb20fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9376 | 2024.11.13 20:53:14.327454 [ 277 ] {b9ccb5fb-c534-4c29-ade8-ac6bbacb20fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9377 | 2024.11.13 20:53:14.327938 [ 277 ] {b9ccb5fb-c534-4c29-ade8-ac6bbacb20fc} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9378 | 2024.11.13 20:53:14.327975 [ 277 ] {b9ccb5fb-c534-4c29-ade8-ac6bbacb20fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9379 | 2024.11.13 20:53:14.328347 [ 277 ] {b9ccb5fb-c534-4c29-ade8-ac6bbacb20fc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9380 | 2024.11.13 20:53:14.328592 [ 277 ] {b9ccb5fb-c534-4c29-ade8-ac6bbacb20fc} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9381 | 2024.11.13 20:53:14.328838 [ 277 ] {b9ccb5fb-c534-4c29-ade8-ac6bbacb20fc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00145 sec., 4137.931034482759 rows/sec., 216.19 KiB/sec. | ||
| 9382 | 2024.11.13 20:53:14.328964 [ 277 ] {b9ccb5fb-c534-4c29-ade8-ac6bbacb20fc} <Debug> TCPHandler: Processed in 0.00173009 sec. | ||
| 9383 | 2024.11.13 20:53:14.329193 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9384 | 2024.11.13 20:53:14.329330 [ 274 ] {b7eac4c8-7363-4d44-b7ec-744de8f3d319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9385 | 2024.11.13 20:53:14.329394 [ 274 ] {b7eac4c8-7363-4d44-b7ec-744de8f3d319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9386 | 2024.11.13 20:53:14.330098 [ 274 ] {b7eac4c8-7363-4d44-b7ec-744de8f3d319} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9387 | 2024.11.13 20:53:14.330148 [ 274 ] {b7eac4c8-7363-4d44-b7ec-744de8f3d319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9388 | 2024.11.13 20:53:14.330565 [ 274 ] {b7eac4c8-7363-4d44-b7ec-744de8f3d319} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9389 | 2024.11.13 20:53:14.330803 [ 274 ] {b7eac4c8-7363-4d44-b7ec-744de8f3d319} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9390 | 2024.11.13 20:53:14.331019 [ 274 ] {b7eac4c8-7363-4d44-b7ec-744de8f3d319} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001719 sec., 137870.85514834206 rows/sec., 9.24 MiB/sec. | ||
| 9391 | 2024.11.13 20:53:14.331071 [ 274 ] {b7eac4c8-7363-4d44-b7ec-744de8f3d319} <Debug> TCPHandler: Processed in 0.001998855 sec. | ||
| 9392 | 2024.11.13 20:53:14.331213 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9393 | 2024.11.13 20:53:14.331331 [ 277 ] {7a27172b-c6dd-4aa1-8307-6bb5140abfe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9394 | 2024.11.13 20:53:14.331384 [ 277 ] {7a27172b-c6dd-4aa1-8307-6bb5140abfe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9395 | 2024.11.13 20:53:14.331854 [ 277 ] {7a27172b-c6dd-4aa1-8307-6bb5140abfe7} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9396 | 2024.11.13 20:53:14.331894 [ 277 ] {7a27172b-c6dd-4aa1-8307-6bb5140abfe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9397 | 2024.11.13 20:53:14.332261 [ 277 ] {7a27172b-c6dd-4aa1-8307-6bb5140abfe7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9398 | 2024.11.13 20:53:14.332514 [ 277 ] {7a27172b-c6dd-4aa1-8307-6bb5140abfe7} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9399 | 2024.11.13 20:53:14.332724 [ 277 ] {7a27172b-c6dd-4aa1-8307-6bb5140abfe7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 9400 | 2024.11.13 20:53:14.332775 [ 277 ] {7a27172b-c6dd-4aa1-8307-6bb5140abfe7} <Debug> TCPHandler: Processed in 0.001618748 sec. | ||
| 9401 | 2024.11.13 20:53:14.332918 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9402 | 2024.11.13 20:53:14.333034 [ 274 ] {e61e91f6-0f14-480d-9d18-6342bf2c4665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9403 | 2024.11.13 20:53:14.333115 [ 274 ] {e61e91f6-0f14-480d-9d18-6342bf2c4665} <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 | ||
| 9404 | 2024.11.13 20:53:14.334324 [ 274 ] {e61e91f6-0f14-480d-9d18-6342bf2c4665} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9405 | 2024.11.13 20:53:14.334365 [ 274 ] {e61e91f6-0f14-480d-9d18-6342bf2c4665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9406 | 2024.11.13 20:53:14.335027 [ 274 ] {e61e91f6-0f14-480d-9d18-6342bf2c4665} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9407 | 2024.11.13 20:53:14.335281 [ 274 ] {e61e91f6-0f14-480d-9d18-6342bf2c4665} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9408 | 2024.11.13 20:53:14.335523 [ 274 ] {e61e91f6-0f14-480d-9d18-6342bf2c4665} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002511 sec., 16726.403823178014 rows/sec., 29.97 MiB/sec. | ||
| 9409 | 2024.11.13 20:53:14.335616 [ 274 ] {e61e91f6-0f14-480d-9d18-6342bf2c4665} <Debug> TCPHandler: Processed in 0.002756408 sec. | ||
| 9410 | 2024.11.13 20:53:14.335765 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9411 | 2024.11.13 20:53:14.335885 [ 277 ] {a75c00f0-c511-485e-884e-7eaf3639cae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9412 | 2024.11.13 20:53:14.335935 [ 277 ] {a75c00f0-c511-485e-884e-7eaf3639cae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9413 | 2024.11.13 20:53:14.336442 [ 277 ] {a75c00f0-c511-485e-884e-7eaf3639cae2} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9414 | 2024.11.13 20:53:14.336481 [ 277 ] {a75c00f0-c511-485e-884e-7eaf3639cae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9415 | 2024.11.13 20:53:14.336860 [ 277 ] {a75c00f0-c511-485e-884e-7eaf3639cae2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9416 | 2024.11.13 20:53:14.337099 [ 277 ] {a75c00f0-c511-485e-884e-7eaf3639cae2} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9417 | 2024.11.13 20:53:14.337339 [ 277 ] {a75c00f0-c511-485e-884e-7eaf3639cae2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec. | ||
| 9418 | 2024.11.13 20:53:14.337409 [ 277 ] {a75c00f0-c511-485e-884e-7eaf3639cae2} <Debug> TCPHandler: Processed in 0.001699429 sec. | ||
| 9419 | 2024.11.13 20:53:16.111394 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1380 | ||
| 9420 | 2024.11.13 20:53:16.114560 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9421 | 2024.11.13 20:53:16.114601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9422 | 2024.11.13 20:53:16.115969 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9423 | 2024.11.13 20:53:16.116293 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9424 | 2024.11.13 20:53:16.116756 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1380 | ||
| 9425 | 2024.11.13 20:53:16.485565 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36536, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9426 | 2024.11.13 20:53:16.789546 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9427 | 2024.11.13 20:53:17.206442 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53600, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9428 | 2024.11.13 20:53:17.323366 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9429 | 2024.11.13 20:53:17.335730 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9430 | 2024.11.13 20:53:17.362031 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9431 | 2024.11.13 20:53:17.397499 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9432 | 2024.11.13 20:53:17.414921 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9433 | 2024.11.13 20:53:17.430401 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9434 | 2024.11.13 20:53:17.446139 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9435 | 2024.11.13 20:53:17.528270 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42276, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9436 | 2024.11.13 20:53:17.563733 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9437 | 2024.11.13 20:53:17.645280 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9438 | 2024.11.13 20:53:17.646611 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9439 | 2024.11.13 20:53:17.678171 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39394, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9440 | 2024.11.13 20:53:17.680544 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52111, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9441 | 2024.11.13 20:53:18.738454 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57497, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9442 | 2024.11.13 20:53:19.292949 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33842, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9443 | 2024.11.13 20:53:19.302571 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9444 | 2024.11.13 20:53:19.302800 [ 277 ] {6d9eb904-8006-48c9-8b23-f0a3fef4c5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9445 | 2024.11.13 20:53:19.302897 [ 277 ] {6d9eb904-8006-48c9-8b23-f0a3fef4c5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9446 | 2024.11.13 20:53:19.303811 [ 277 ] {6d9eb904-8006-48c9-8b23-f0a3fef4c5b8} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9447 | 2024.11.13 20:53:19.303873 [ 277 ] {6d9eb904-8006-48c9-8b23-f0a3fef4c5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9448 | 2024.11.13 20:53:19.304376 [ 277 ] {6d9eb904-8006-48c9-8b23-f0a3fef4c5b8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 9449 | 2024.11.13 20:53:19.304658 [ 277 ] {6d9eb904-8006-48c9-8b23-f0a3fef4c5b8} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9450 | 2024.11.13 20:53:19.304912 [ 277 ] {6d9eb904-8006-48c9-8b23-f0a3fef4c5b8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002163 sec., 924.6417013407305 rows/sec., 75.40 KiB/sec. | ||
| 9451 | 2024.11.13 20:53:19.305008 [ 277 ] {6d9eb904-8006-48c9-8b23-f0a3fef4c5b8} <Debug> TCPHandler: Processed in 0.002621156 sec. | ||
| 9452 | 2024.11.13 20:53:19.305340 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9453 | 2024.11.13 20:53:19.305535 [ 274 ] {7c19feb3-8d93-4135-9255-642fc1e95a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9454 | 2024.11.13 20:53:19.305625 [ 274 ] {7c19feb3-8d93-4135-9255-642fc1e95a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9455 | 2024.11.13 20:53:19.306586 [ 274 ] {7c19feb3-8d93-4135-9255-642fc1e95a63} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9456 | 2024.11.13 20:53:19.306649 [ 274 ] {7c19feb3-8d93-4135-9255-642fc1e95a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9457 | 2024.11.13 20:53:19.307213 [ 274 ] {7c19feb3-8d93-4135-9255-642fc1e95a63} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9458 | 2024.11.13 20:53:19.307541 [ 274 ] {7c19feb3-8d93-4135-9255-642fc1e95a63} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9459 | 2024.11.13 20:53:19.307841 [ 274 ] {7c19feb3-8d93-4135-9255-642fc1e95a63} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002361 sec., 24142.312579415502 rows/sec., 1.84 MiB/sec. | ||
| 9460 | 2024.11.13 20:53:19.307950 [ 274 ] {7c19feb3-8d93-4135-9255-642fc1e95a63} <Debug> TCPHandler: Processed in 0.00281441 sec. | ||
| 9461 | 2024.11.13 20:53:19.308183 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9462 | 2024.11.13 20:53:19.308375 [ 277 ] {ca2c0c84-fd99-48c1-9f99-ac772578a4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9463 | 2024.11.13 20:53:19.308449 [ 277 ] {ca2c0c84-fd99-48c1-9f99-ac772578a4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9464 | 2024.11.13 20:53:19.309235 [ 277 ] {ca2c0c84-fd99-48c1-9f99-ac772578a4fe} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9465 | 2024.11.13 20:53:19.309286 [ 277 ] {ca2c0c84-fd99-48c1-9f99-ac772578a4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9466 | 2024.11.13 20:53:19.309766 [ 277 ] {ca2c0c84-fd99-48c1-9f99-ac772578a4fe} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9467 | 2024.11.13 20:53:19.310079 [ 277 ] {ca2c0c84-fd99-48c1-9f99-ac772578a4fe} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9468 | 2024.11.13 20:53:19.310338 [ 277 ] {ca2c0c84-fd99-48c1-9f99-ac772578a4fe} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002007 sec., 996.512207274539 rows/sec., 69.58 KiB/sec. | ||
| 9469 | 2024.11.13 20:53:19.310414 [ 277 ] {ca2c0c84-fd99-48c1-9f99-ac772578a4fe} <Debug> TCPHandler: Processed in 0.002353492 sec. | ||
| 9470 | 2024.11.13 20:53:19.310599 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9471 | 2024.11.13 20:53:19.310750 [ 274 ] {df534a4a-3824-4d4e-ab53-8c7ef3b4234d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9472 | 2024.11.13 20:53:19.310817 [ 274 ] {df534a4a-3824-4d4e-ab53-8c7ef3b4234d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9473 | 2024.11.13 20:53:19.311619 [ 274 ] {df534a4a-3824-4d4e-ab53-8c7ef3b4234d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9474 | 2024.11.13 20:53:19.311668 [ 274 ] {df534a4a-3824-4d4e-ab53-8c7ef3b4234d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9475 | 2024.11.13 20:53:19.312140 [ 274 ] {df534a4a-3824-4d4e-ab53-8c7ef3b4234d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9476 | 2024.11.13 20:53:19.312462 [ 274 ] {df534a4a-3824-4d4e-ab53-8c7ef3b4234d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9477 | 2024.11.13 20:53:19.312727 [ 274 ] {df534a4a-3824-4d4e-ab53-8c7ef3b4234d} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00201 sec., 32835.82089552239 rows/sec., 2.56 MiB/sec. | ||
| 9478 | 2024.11.13 20:53:19.312832 [ 274 ] {df534a4a-3824-4d4e-ab53-8c7ef3b4234d} <Debug> TCPHandler: Processed in 0.00230674 sec. | ||
| 9479 | 2024.11.13 20:53:19.313057 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9480 | 2024.11.13 20:53:19.313443 [ 277 ] {7dc7eab6-b4ab-441f-bde9-2aafde19e5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9481 | 2024.11.13 20:53:19.313606 [ 277 ] {7dc7eab6-b4ab-441f-bde9-2aafde19e5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9482 | 2024.11.13 20:53:19.314256 [ 277 ] {7dc7eab6-b4ab-441f-bde9-2aafde19e5ea} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9483 | 2024.11.13 20:53:19.314300 [ 277 ] {7dc7eab6-b4ab-441f-bde9-2aafde19e5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9484 | 2024.11.13 20:53:19.314777 [ 277 ] {7dc7eab6-b4ab-441f-bde9-2aafde19e5ea} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9485 | 2024.11.13 20:53:19.315072 [ 277 ] {7dc7eab6-b4ab-441f-bde9-2aafde19e5ea} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9486 | 2024.11.13 20:53:19.315307 [ 277 ] {7dc7eab6-b4ab-441f-bde9-2aafde19e5ea} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.002004 sec., 64371.257485029935 rows/sec., 4.48 MiB/sec. | ||
| 9487 | 2024.11.13 20:53:19.315376 [ 277 ] {7dc7eab6-b4ab-441f-bde9-2aafde19e5ea} <Debug> TCPHandler: Processed in 0.002419342 sec. | ||
| 9488 | 2024.11.13 20:53:19.315542 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9489 | 2024.11.13 20:53:19.315675 [ 274 ] {aec0d9fc-83e2-4fd8-9fb9-50135928c776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9490 | 2024.11.13 20:53:19.315733 [ 274 ] {aec0d9fc-83e2-4fd8-9fb9-50135928c776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9491 | 2024.11.13 20:53:19.316269 [ 274 ] {aec0d9fc-83e2-4fd8-9fb9-50135928c776} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9492 | 2024.11.13 20:53:19.316310 [ 274 ] {aec0d9fc-83e2-4fd8-9fb9-50135928c776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9493 | 2024.11.13 20:53:19.316718 [ 274 ] {aec0d9fc-83e2-4fd8-9fb9-50135928c776} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9494 | 2024.11.13 20:53:19.316964 [ 274 ] {aec0d9fc-83e2-4fd8-9fb9-50135928c776} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9495 | 2024.11.13 20:53:19.317175 [ 274 ] {aec0d9fc-83e2-4fd8-9fb9-50135928c776} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001527 sec., 31434.18467583497 rows/sec., 2.12 MiB/sec. | ||
| 9496 | 2024.11.13 20:53:19.317253 [ 274 ] {aec0d9fc-83e2-4fd8-9fb9-50135928c776} <Debug> TCPHandler: Processed in 0.001770891 sec. | ||
| 9497 | 2024.11.13 20:53:19.393859 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60778, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9498 | 2024.11.13 20:53:19.428801 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9499 | 2024.11.13 20:53:19.439186 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9500 | 2024.11.13 20:53:19.627084 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9501 | 2024.11.13 20:53:19.643417 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43388, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9502 | 2024.11.13 20:53:19.691575 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9503 | 2024.11.13 20:53:24.301986 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9504 | 2024.11.13 20:53:24.302198 [ 277 ] {f2ea7865-ffd9-4e3a-bc52-b24f919bfb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9505 | 2024.11.13 20:53:24.302273 [ 277 ] {f2ea7865-ffd9-4e3a-bc52-b24f919bfb38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9506 | 2024.11.13 20:53:24.303021 [ 277 ] {f2ea7865-ffd9-4e3a-bc52-b24f919bfb38} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9507 | 2024.11.13 20:53:24.303074 [ 277 ] {f2ea7865-ffd9-4e3a-bc52-b24f919bfb38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9508 | 2024.11.13 20:53:24.303499 [ 277 ] {f2ea7865-ffd9-4e3a-bc52-b24f919bfb38} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9509 | 2024.11.13 20:53:24.303748 [ 277 ] {f2ea7865-ffd9-4e3a-bc52-b24f919bfb38} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9510 | 2024.11.13 20:53:24.303973 [ 277 ] {f2ea7865-ffd9-4e3a-bc52-b24f919bfb38} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001825 sec., 30684.931506849316 rows/sec., 2.34 MiB/sec. | ||
| 9511 | 2024.11.13 20:53:24.304061 [ 277 ] {f2ea7865-ffd9-4e3a-bc52-b24f919bfb38} <Debug> TCPHandler: Processed in 0.002199989 sec. | ||
| 9512 | 2024.11.13 20:53:24.304391 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9513 | 2024.11.13 20:53:24.304682 [ 274 ] {7d222e24-d672-4a3a-a224-ae04533df79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9514 | 2024.11.13 20:53:24.304756 [ 274 ] {7d222e24-d672-4a3a-a224-ae04533df79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9515 | 2024.11.13 20:53:24.305529 [ 274 ] {7d222e24-d672-4a3a-a224-ae04533df79b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9516 | 2024.11.13 20:53:24.305580 [ 274 ] {7d222e24-d672-4a3a-a224-ae04533df79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9517 | 2024.11.13 20:53:24.306027 [ 274 ] {7d222e24-d672-4a3a-a224-ae04533df79b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9518 | 2024.11.13 20:53:24.306288 [ 274 ] {7d222e24-d672-4a3a-a224-ae04533df79b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9519 | 2024.11.13 20:53:24.306586 [ 274 ] {7d222e24-d672-4a3a-a224-ae04533df79b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001947 sec., 32871.08371854135 rows/sec., 2.57 MiB/sec. | ||
| 9520 | 2024.11.13 20:53:24.306665 [ 274 ] {7d222e24-d672-4a3a-a224-ae04533df79b} <Debug> TCPHandler: Processed in 0.002472273 sec. | ||
| 9521 | 2024.11.13 20:53:24.306876 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9522 | 2024.11.13 20:53:24.307012 [ 277 ] {146c373e-29a1-46fc-a3c8-3cee21a4a5ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9523 | 2024.11.13 20:53:24.307064 [ 277 ] {146c373e-29a1-46fc-a3c8-3cee21a4a5ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9524 | 2024.11.13 20:53:24.307629 [ 277 ] {146c373e-29a1-46fc-a3c8-3cee21a4a5ec} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9525 | 2024.11.13 20:53:24.307667 [ 277 ] {146c373e-29a1-46fc-a3c8-3cee21a4a5ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9526 | 2024.11.13 20:53:24.308051 [ 277 ] {146c373e-29a1-46fc-a3c8-3cee21a4a5ec} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9527 | 2024.11.13 20:53:24.308282 [ 277 ] {146c373e-29a1-46fc-a3c8-3cee21a4a5ec} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9528 | 2024.11.13 20:53:24.308476 [ 277 ] {146c373e-29a1-46fc-a3c8-3cee21a4a5ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001491 sec., 107310.52984574111 rows/sec., 7.47 MiB/sec. | ||
| 9529 | 2024.11.13 20:53:24.308566 [ 277 ] {146c373e-29a1-46fc-a3c8-3cee21a4a5ec} <Debug> TCPHandler: Processed in 0.001791352 sec. | ||
| 9530 | 2024.11.13 20:53:24.308768 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9531 | 2024.11.13 20:53:24.308939 [ 274 ] {40aeac27-8d8e-46b0-916f-0117d15cad58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9532 | 2024.11.13 20:53:24.309004 [ 274 ] {40aeac27-8d8e-46b0-916f-0117d15cad58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9533 | 2024.11.13 20:53:24.309594 [ 274 ] {40aeac27-8d8e-46b0-916f-0117d15cad58} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9534 | 2024.11.13 20:53:24.309634 [ 274 ] {40aeac27-8d8e-46b0-916f-0117d15cad58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9535 | 2024.11.13 20:53:24.310014 [ 274 ] {40aeac27-8d8e-46b0-916f-0117d15cad58} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9536 | 2024.11.13 20:53:24.310257 [ 274 ] {40aeac27-8d8e-46b0-916f-0117d15cad58} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9537 | 2024.11.13 20:53:24.310472 [ 274 ] {40aeac27-8d8e-46b0-916f-0117d15cad58} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec. | ||
| 9538 | 2024.11.13 20:53:24.310525 [ 274 ] {40aeac27-8d8e-46b0-916f-0117d15cad58} <Debug> TCPHandler: Processed in 0.001871163 sec. | ||
| 9539 | 2024.11.13 20:53:25.807336 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9540 | 2024.11.13 20:53:25.807387 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9541 | 2024.11.13 20:53:26.001343 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000917307 sec. | ||
| 9542 | 2024.11.13 20:53:26.116970 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1400 | ||
| 9543 | 2024.11.13 20:53:26.120641 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9544 | 2024.11.13 20:53:26.120693 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9545 | 2024.11.13 20:53:26.122100 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9546 | 2024.11.13 20:53:26.122426 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9547 | 2024.11.13 20:53:26.122641 [ 117 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9548 | 2024.11.13 20:53:26.122756 [ 117 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9549 | 2024.11.13 20:53:26.122819 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 9550 | 2024.11.13 20:53:26.123399 [ 191 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 9551 | 2024.11.13 20:53:26.124737 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1400 | ||
| 9552 | 2024.11.13 20:53:26.125296 [ 191 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9553 | 2024.11.13 20:53:26.125489 [ 191 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1266 rows starting from the beginning of the part | ||
| 9554 | 2024.11.13 20:53:26.126135 [ 191 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 9555 | 2024.11.13 20:53:26.126767 [ 191 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 20 rows starting from the beginning of the part | ||
| 9556 | 2024.11.13 20:53:26.127348 [ 191 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 34 rows starting from the beginning of the part | ||
| 9557 | 2024.11.13 20:53:26.127878 [ 191 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 9558 | 2024.11.13 20:53:26.128361 [ 191 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 20 rows starting from the beginning of the part | ||
| 9559 | 2024.11.13 20:53:26.136717 [ 189 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1400 rows, containing 72 columns (72 merged, 0 gathered) in 0.01371708 sec., 102062.53809119726 rows/sec., 79.38 MiB/sec. | ||
| 9560 | 2024.11.13 20:53:26.138218 [ 190 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9561 | 2024.11.13 20:53:26.138961 [ 190 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_46_9} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9562 | 2024.11.13 20:53:26.139041 [ 190 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_46_9} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9563 | 2024.11.13 20:53:26.139307 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 9564 | 2024.11.13 20:53:29.309085 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9565 | 2024.11.13 20:53:29.309313 [ 277 ] {74692882-74ea-42b9-9e18-5081b83e086c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9566 | 2024.11.13 20:53:29.309390 [ 277 ] {74692882-74ea-42b9-9e18-5081b83e086c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9567 | 2024.11.13 20:53:29.310134 [ 277 ] {74692882-74ea-42b9-9e18-5081b83e086c} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9568 | 2024.11.13 20:53:29.310192 [ 277 ] {74692882-74ea-42b9-9e18-5081b83e086c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9569 | 2024.11.13 20:53:29.310626 [ 277 ] {74692882-74ea-42b9-9e18-5081b83e086c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9570 | 2024.11.13 20:53:29.310878 [ 277 ] {74692882-74ea-42b9-9e18-5081b83e086c} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9571 | 2024.11.13 20:53:29.311119 [ 277 ] {74692882-74ea-42b9-9e18-5081b83e086c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001864 sec., 7510.729613733905 rows/sec., 540.67 KiB/sec. | ||
| 9572 | 2024.11.13 20:53:29.311181 [ 277 ] {74692882-74ea-42b9-9e18-5081b83e086c} <Debug> TCPHandler: Processed in 0.002234599 sec. | ||
| 9573 | 2024.11.13 20:53:29.311419 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9574 | 2024.11.13 20:53:29.311624 [ 274 ] {33d76588-277d-4bb8-b869-edecc54b0e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9575 | 2024.11.13 20:53:29.311702 [ 274 ] {33d76588-277d-4bb8-b869-edecc54b0e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9576 | 2024.11.13 20:53:29.312544 [ 274 ] {33d76588-277d-4bb8-b869-edecc54b0e18} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9577 | 2024.11.13 20:53:29.312584 [ 274 ] {33d76588-277d-4bb8-b869-edecc54b0e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9578 | 2024.11.13 20:53:29.313023 [ 274 ] {33d76588-277d-4bb8-b869-edecc54b0e18} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9579 | 2024.11.13 20:53:29.313271 [ 274 ] {33d76588-277d-4bb8-b869-edecc54b0e18} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9580 | 2024.11.13 20:53:29.313419 [ 113 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9581 | 2024.11.13 20:53:29.313468 [ 113 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9582 | 2024.11.13 20:53:29.313472 [ 274 ] {33d76588-277d-4bb8-b869-edecc54b0e18} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.001906 sec., 150577.12486883526 rows/sec., 13.29 MiB/sec. | ||
| 9583 | 2024.11.13 20:53:29.313498 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9584 | 2024.11.13 20:53:29.313547 [ 274 ] {33d76588-277d-4bb8-b869-edecc54b0e18} <Debug> TCPHandler: Processed in 0.00226682 sec. | ||
| 9585 | 2024.11.13 20:53:29.313756 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 9586 | 2024.11.13 20:53:29.313769 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9587 | 2024.11.13 20:53:29.313909 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9588 | 2024.11.13 20:53:29.313949 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1437 rows starting from the beginning of the part | ||
| 9589 | 2024.11.13 20:53:29.313953 [ 277 ] {d5c5c1f1-6f2a-40b0-949b-27083248fe50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9590 | 2024.11.13 20:53:29.314042 [ 277 ] {d5c5c1f1-6f2a-40b0-949b-27083248fe50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9591 | 2024.11.13 20:53:29.314052 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 56 rows starting from the beginning of the part | ||
| 9592 | 2024.11.13 20:53:29.314637 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 287 rows starting from the beginning of the part | ||
| 9593 | 2024.11.13 20:53:29.314923 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 57 rows starting from the beginning of the part | ||
| 9594 | 2024.11.13 20:53:29.315304 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 9595 | 2024.11.13 20:53:29.315665 [ 195 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 287 rows starting from the beginning of the part | ||
| 9596 | 2024.11.13 20:53:29.316903 [ 277 ] {d5c5c1f1-6f2a-40b0-949b-27083248fe50} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9597 | 2024.11.13 20:53:29.316948 [ 277 ] {d5c5c1f1-6f2a-40b0-949b-27083248fe50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9598 | 2024.11.13 20:53:29.317479 [ 277 ] {d5c5c1f1-6f2a-40b0-949b-27083248fe50} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9599 | 2024.11.13 20:53:29.317756 [ 277 ] {d5c5c1f1-6f2a-40b0-949b-27083248fe50} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9600 | 2024.11.13 20:53:29.318149 [ 277 ] {d5c5c1f1-6f2a-40b0-949b-27083248fe50} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.004241 sec., 11553.8788021693 rows/sec., 852.22 KiB/sec. | ||
| 9601 | 2024.11.13 20:53:29.318170 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2180 rows, containing 5 columns (5 merged, 0 gathered) in 0.00457896 sec., 476090.640669497 rows/sec., 41.88 MiB/sec. | ||
| 9602 | 2024.11.13 20:53:29.318238 [ 277 ] {d5c5c1f1-6f2a-40b0-949b-27083248fe50} <Debug> TCPHandler: Processed in 0.00458055 sec. | ||
| 9603 | 2024.11.13 20:53:29.318410 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9604 | 2024.11.13 20:53:29.318421 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9605 | 2024.11.13 20:53:29.318602 [ 274 ] {44fba4bc-077d-4d78-b8f8-c94ee0d7733f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9606 | 2024.11.13 20:53:29.318699 [ 274 ] {44fba4bc-077d-4d78-b8f8-c94ee0d7733f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9607 | 2024.11.13 20:53:29.318936 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_86_17} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9608 | 2024.11.13 20:53:29.319170 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_86_17} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9609 | 2024.11.13 20:53:29.319383 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 9610 | 2024.11.13 20:53:29.319763 [ 274 ] {44fba4bc-077d-4d78-b8f8-c94ee0d7733f} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9611 | 2024.11.13 20:53:29.319805 [ 274 ] {44fba4bc-077d-4d78-b8f8-c94ee0d7733f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9612 | 2024.11.13 20:53:29.320172 [ 274 ] {44fba4bc-077d-4d78-b8f8-c94ee0d7733f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9613 | 2024.11.13 20:53:29.320419 [ 274 ] {44fba4bc-077d-4d78-b8f8-c94ee0d7733f} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9614 | 2024.11.13 20:53:29.320601 [ 274 ] {44fba4bc-077d-4d78-b8f8-c94ee0d7733f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002061 sec., 6792.819019893256 rows/sec., 475.72 KiB/sec. | ||
| 9615 | 2024.11.13 20:53:29.320654 [ 274 ] {44fba4bc-077d-4d78-b8f8-c94ee0d7733f} <Debug> TCPHandler: Processed in 0.002328511 sec. | ||
| 9616 | 2024.11.13 20:53:29.320842 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9617 | 2024.11.13 20:53:29.320983 [ 277 ] {56db606a-ec75-4de7-8bd1-806356387688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9618 | 2024.11.13 20:53:29.321044 [ 277 ] {56db606a-ec75-4de7-8bd1-806356387688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9619 | 2024.11.13 20:53:29.321729 [ 277 ] {56db606a-ec75-4de7-8bd1-806356387688} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9620 | 2024.11.13 20:53:29.321767 [ 277 ] {56db606a-ec75-4de7-8bd1-806356387688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9621 | 2024.11.13 20:53:29.322118 [ 277 ] {56db606a-ec75-4de7-8bd1-806356387688} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9622 | 2024.11.13 20:53:29.322353 [ 277 ] {56db606a-ec75-4de7-8bd1-806356387688} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9623 | 2024.11.13 20:53:29.322572 [ 277 ] {56db606a-ec75-4de7-8bd1-806356387688} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec. | ||
| 9624 | 2024.11.13 20:53:29.322631 [ 277 ] {56db606a-ec75-4de7-8bd1-806356387688} <Debug> TCPHandler: Processed in 0.001858863 sec. | ||
| 9625 | 2024.11.13 20:53:29.322781 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9626 | 2024.11.13 20:53:29.322916 [ 274 ] {0aaf2c62-a230-4701-8dd6-bdaf757aa94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9627 | 2024.11.13 20:53:29.322974 [ 274 ] {0aaf2c62-a230-4701-8dd6-bdaf757aa94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9628 | 2024.11.13 20:53:29.323827 [ 274 ] {0aaf2c62-a230-4701-8dd6-bdaf757aa94a} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9629 | 2024.11.13 20:53:29.323864 [ 274 ] {0aaf2c62-a230-4701-8dd6-bdaf757aa94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9630 | 2024.11.13 20:53:29.324248 [ 274 ] {0aaf2c62-a230-4701-8dd6-bdaf757aa94a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9631 | 2024.11.13 20:53:29.324484 [ 274 ] {0aaf2c62-a230-4701-8dd6-bdaf757aa94a} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9632 | 2024.11.13 20:53:29.324613 [ 113 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9633 | 2024.11.13 20:53:29.324649 [ 113 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9634 | 2024.11.13 20:53:29.324667 [ 274 ] {0aaf2c62-a230-4701-8dd6-bdaf757aa94a} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001777 sec., 238604.38942037142 rows/sec., 17.06 MiB/sec. | ||
| 9635 | 2024.11.13 20:53:29.324674 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9636 | 2024.11.13 20:53:29.324755 [ 274 ] {0aaf2c62-a230-4701-8dd6-bdaf757aa94a} <Debug> TCPHandler: Processed in 0.002038226 sec. | ||
| 9637 | 2024.11.13 20:53:29.324814 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 9638 | 2024.11.13 20:53:29.324956 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9639 | 2024.11.13 20:53:29.324956 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9640 | 2024.11.13 20:53:29.325027 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 916 rows starting from the beginning of the part | ||
| 9641 | 2024.11.13 20:53:29.325286 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part | ||
| 9642 | 2024.11.13 20:53:29.325314 [ 277 ] {89af35c1-44c6-47f0-b9cc-9a2853d8ae8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9643 | 2024.11.13 20:53:29.325498 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 424 rows starting from the beginning of the part | ||
| 9644 | 2024.11.13 20:53:29.325563 [ 277 ] {89af35c1-44c6-47f0-b9cc-9a2853d8ae8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9645 | 2024.11.13 20:53:29.325895 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 66 rows starting from the beginning of the part | ||
| 9646 | 2024.11.13 20:53:29.326228 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 9647 | 2024.11.13 20:53:29.326604 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 424 rows starting from the beginning of the part | ||
| 9648 | 2024.11.13 20:53:29.327656 [ 277 ] {89af35c1-44c6-47f0-b9cc-9a2853d8ae8f} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9649 | 2024.11.13 20:53:29.327709 [ 277 ] {89af35c1-44c6-47f0-b9cc-9a2853d8ae8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9650 | 2024.11.13 20:53:29.328754 [ 277 ] {89af35c1-44c6-47f0-b9cc-9a2853d8ae8f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9651 | 2024.11.13 20:53:29.329105 [ 277 ] {89af35c1-44c6-47f0-b9cc-9a2853d8ae8f} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9652 | 2024.11.13 20:53:29.329652 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 5 columns (5 merged, 0 gathered) in 0.004898366 sec., 399725.132830009 rows/sec., 30.60 MiB/sec. | ||
| 9653 | 2024.11.13 20:53:29.329704 [ 277 ] {89af35c1-44c6-47f0-b9cc-9a2853d8ae8f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00458 sec., 1310.0436681222707 rows/sec., 68.44 KiB/sec. | ||
| 9654 | 2024.11.13 20:53:29.329957 [ 277 ] {89af35c1-44c6-47f0-b9cc-9a2853d8ae8f} <Debug> TCPHandler: Processed in 0.005103389 sec. | ||
| 9655 | 2024.11.13 20:53:29.330017 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9656 | 2024.11.13 20:53:29.330387 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9657 | 2024.11.13 20:53:29.330654 [ 274 ] {df96de6d-067f-46b1-a744-d307d8c9dda4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9658 | 2024.11.13 20:53:29.330764 [ 274 ] {df96de6d-067f-46b1-a744-d307d8c9dda4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9659 | 2024.11.13 20:53:29.330842 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_86_17} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9660 | 2024.11.13 20:53:29.331089 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_86_17} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9661 | 2024.11.13 20:53:29.331296 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 9662 | 2024.11.13 20:53:29.331751 [ 274 ] {df96de6d-067f-46b1-a744-d307d8c9dda4} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9663 | 2024.11.13 20:53:29.331793 [ 274 ] {df96de6d-067f-46b1-a744-d307d8c9dda4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9664 | 2024.11.13 20:53:29.332192 [ 274 ] {df96de6d-067f-46b1-a744-d307d8c9dda4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9665 | 2024.11.13 20:53:29.332430 [ 274 ] {df96de6d-067f-46b1-a744-d307d8c9dda4} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9666 | 2024.11.13 20:53:29.332627 [ 274 ] {df96de6d-067f-46b1-a744-d307d8c9dda4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002045 sec., 115892.42053789731 rows/sec., 7.77 MiB/sec. | ||
| 9667 | 2024.11.13 20:53:29.332744 [ 274 ] {df96de6d-067f-46b1-a744-d307d8c9dda4} <Debug> TCPHandler: Processed in 0.002650386 sec. | ||
| 9668 | 2024.11.13 20:53:29.332950 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9669 | 2024.11.13 20:53:29.333160 [ 277 ] {dfdd5095-26e9-4f22-9df3-c5c33c4168fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9670 | 2024.11.13 20:53:29.333220 [ 277 ] {dfdd5095-26e9-4f22-9df3-c5c33c4168fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9671 | 2024.11.13 20:53:29.333760 [ 277 ] {dfdd5095-26e9-4f22-9df3-c5c33c4168fa} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9672 | 2024.11.13 20:53:29.333799 [ 277 ] {dfdd5095-26e9-4f22-9df3-c5c33c4168fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9673 | 2024.11.13 20:53:29.334151 [ 277 ] {dfdd5095-26e9-4f22-9df3-c5c33c4168fa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9674 | 2024.11.13 20:53:29.334387 [ 277 ] {dfdd5095-26e9-4f22-9df3-c5c33c4168fa} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9675 | 2024.11.13 20:53:29.334633 [ 277 ] {dfdd5095-26e9-4f22-9df3-c5c33c4168fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001508 sec., 663.1299734748011 rows/sec., 44.68 KiB/sec. | ||
| 9676 | 2024.11.13 20:53:29.334879 [ 277 ] {dfdd5095-26e9-4f22-9df3-c5c33c4168fa} <Debug> TCPHandler: Processed in 0.002040865 sec. | ||
| 9677 | 2024.11.13 20:53:29.335167 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9678 | 2024.11.13 20:53:29.335387 [ 274 ] {d33b29cb-d0fa-4e22-9ef8-c4757483b018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9679 | 2024.11.13 20:53:29.335524 [ 274 ] {d33b29cb-d0fa-4e22-9ef8-c4757483b018} <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 | ||
| 9680 | 2024.11.13 20:53:29.336801 [ 274 ] {d33b29cb-d0fa-4e22-9ef8-c4757483b018} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9681 | 2024.11.13 20:53:29.336838 [ 274 ] {d33b29cb-d0fa-4e22-9ef8-c4757483b018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9682 | 2024.11.13 20:53:29.337467 [ 274 ] {d33b29cb-d0fa-4e22-9ef8-c4757483b018} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9683 | 2024.11.13 20:53:29.337730 [ 274 ] {d33b29cb-d0fa-4e22-9ef8-c4757483b018} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9684 | 2024.11.13 20:53:29.337969 [ 274 ] {d33b29cb-d0fa-4e22-9ef8-c4757483b018} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002628 sec., 15981.73515981735 rows/sec., 28.64 MiB/sec. | ||
| 9685 | 2024.11.13 20:53:29.338454 [ 274 ] {d33b29cb-d0fa-4e22-9ef8-c4757483b018} <Debug> TCPHandler: Processed in 0.003456691 sec. | ||
| 9686 | 2024.11.13 20:53:29.338713 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9687 | 2024.11.13 20:53:29.338893 [ 277 ] {5cccf08f-cf7a-494f-9ffc-5149f24970d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9688 | 2024.11.13 20:53:29.338945 [ 277 ] {5cccf08f-cf7a-494f-9ffc-5149f24970d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9689 | 2024.11.13 20:53:29.339457 [ 277 ] {5cccf08f-cf7a-494f-9ffc-5149f24970d2} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9690 | 2024.11.13 20:53:29.339497 [ 277 ] {5cccf08f-cf7a-494f-9ffc-5149f24970d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9691 | 2024.11.13 20:53:29.339869 [ 277 ] {5cccf08f-cf7a-494f-9ffc-5149f24970d2} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9692 | 2024.11.13 20:53:29.340107 [ 277 ] {5cccf08f-cf7a-494f-9ffc-5149f24970d2} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9693 | 2024.11.13 20:53:29.340346 [ 277 ] {5cccf08f-cf7a-494f-9ffc-5149f24970d2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001478 sec., 55480.37889039242 rows/sec., 3.52 MiB/sec. | ||
| 9694 | 2024.11.13 20:53:29.340444 [ 277 ] {5cccf08f-cf7a-494f-9ffc-5149f24970d2} <Debug> TCPHandler: Processed in 0.001892553 sec. | ||
| 9695 | 2024.11.13 20:53:31.015813 [ 108 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 9696 | 2024.11.13 20:53:31.015925 [ 108 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9697 | 2024.11.13 20:53:31.015972 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9698 | 2024.11.13 20:53:31.016201 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 9699 | 2024.11.13 20:53:31.016471 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9700 | 2024.11.13 20:53:31.016521 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 9701 | 2024.11.13 20:53:31.016632 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 9702 | 2024.11.13 20:53:31.016875 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part | ||
| 9703 | 2024.11.13 20:53:31.017258 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 9704 | 2024.11.13 20:53:31.017501 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
| 9705 | 2024.11.13 20:53:31.018723 [ 197 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002642166 sec., 13625.184791568736 rows/sec., 1.14 MiB/sec. | ||
| 9706 | 2024.11.13 20:53:31.018937 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 9707 | 2024.11.13 20:53:31.019333 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_25_6} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9708 | 2024.11.13 20:53:31.019436 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_25_6} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 9709 | 2024.11.13 20:53:31.019549 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9710 | 2024.11.13 20:53:34.299820 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9711 | 2024.11.13 20:53:34.300024 [ 277 ] {9f8e512c-9452-488d-8b91-a1b19c2f852d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9712 | 2024.11.13 20:53:34.300095 [ 277 ] {9f8e512c-9452-488d-8b91-a1b19c2f852d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9713 | 2024.11.13 20:53:34.300820 [ 277 ] {9f8e512c-9452-488d-8b91-a1b19c2f852d} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9714 | 2024.11.13 20:53:34.300874 [ 277 ] {9f8e512c-9452-488d-8b91-a1b19c2f852d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9715 | 2024.11.13 20:53:34.301282 [ 277 ] {9f8e512c-9452-488d-8b91-a1b19c2f852d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9716 | 2024.11.13 20:53:34.301537 [ 277 ] {9f8e512c-9452-488d-8b91-a1b19c2f852d} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9717 | 2024.11.13 20:53:34.301770 [ 277 ] {9f8e512c-9452-488d-8b91-a1b19c2f852d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001795 sec., 2228.4122562674097 rows/sec., 181.71 KiB/sec. | ||
| 9718 | 2024.11.13 20:53:34.301834 [ 277 ] {9f8e512c-9452-488d-8b91-a1b19c2f852d} <Debug> TCPHandler: Processed in 0.002150118 sec. | ||
| 9719 | 2024.11.13 20:53:34.302151 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9720 | 2024.11.13 20:53:34.302459 [ 274 ] {5aeb920a-6c30-4abe-9600-893abcb7a3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9721 | 2024.11.13 20:53:34.302580 [ 274 ] {5aeb920a-6c30-4abe-9600-893abcb7a3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9722 | 2024.11.13 20:53:34.303488 [ 274 ] {5aeb920a-6c30-4abe-9600-893abcb7a3ef} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9723 | 2024.11.13 20:53:34.303539 [ 274 ] {5aeb920a-6c30-4abe-9600-893abcb7a3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9724 | 2024.11.13 20:53:34.303967 [ 274 ] {5aeb920a-6c30-4abe-9600-893abcb7a3ef} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9725 | 2024.11.13 20:53:34.304226 [ 274 ] {5aeb920a-6c30-4abe-9600-893abcb7a3ef} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9726 | 2024.11.13 20:53:34.304494 [ 274 ] {5aeb920a-6c30-4abe-9600-893abcb7a3ef} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.002118 sec., 27384.32483474976 rows/sec., 2.09 MiB/sec. | ||
| 9727 | 2024.11.13 20:53:34.304629 [ 274 ] {5aeb920a-6c30-4abe-9600-893abcb7a3ef} <Debug> TCPHandler: Processed in 0.002667767 sec. | ||
| 9728 | 2024.11.13 20:53:34.304873 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9729 | 2024.11.13 20:53:34.305180 [ 277 ] {c45acd4b-fb96-4238-a9c2-502a5cf1dba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9730 | 2024.11.13 20:53:34.305243 [ 277 ] {c45acd4b-fb96-4238-a9c2-502a5cf1dba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9731 | 2024.11.13 20:53:34.305923 [ 277 ] {c45acd4b-fb96-4238-a9c2-502a5cf1dba1} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9732 | 2024.11.13 20:53:34.305964 [ 277 ] {c45acd4b-fb96-4238-a9c2-502a5cf1dba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9733 | 2024.11.13 20:53:34.306308 [ 277 ] {c45acd4b-fb96-4238-a9c2-502a5cf1dba1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9734 | 2024.11.13 20:53:34.306552 [ 277 ] {c45acd4b-fb96-4238-a9c2-502a5cf1dba1} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9735 | 2024.11.13 20:53:34.306765 [ 277 ] {c45acd4b-fb96-4238-a9c2-502a5cf1dba1} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001668 sec., 2398.0815347721823 rows/sec., 167.44 KiB/sec. | ||
| 9736 | 2024.11.13 20:53:34.306819 [ 277 ] {c45acd4b-fb96-4238-a9c2-502a5cf1dba1} <Debug> TCPHandler: Processed in 0.002085236 sec. | ||
| 9737 | 2024.11.13 20:53:34.306975 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9738 | 2024.11.13 20:53:34.307117 [ 274 ] {d6568c8d-271e-45cd-95f9-090a005b7367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9739 | 2024.11.13 20:53:34.307176 [ 274 ] {d6568c8d-271e-45cd-95f9-090a005b7367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9740 | 2024.11.13 20:53:34.307894 [ 274 ] {d6568c8d-271e-45cd-95f9-090a005b7367} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9741 | 2024.11.13 20:53:34.307934 [ 274 ] {d6568c8d-271e-45cd-95f9-090a005b7367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9742 | 2024.11.13 20:53:34.308296 [ 274 ] {d6568c8d-271e-45cd-95f9-090a005b7367} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9743 | 2024.11.13 20:53:34.308535 [ 274 ] {d6568c8d-271e-45cd-95f9-090a005b7367} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9744 | 2024.11.13 20:53:34.308750 [ 274 ] {d6568c8d-271e-45cd-95f9-090a005b7367} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001667 sec., 40791.84163167366 rows/sec., 3.19 MiB/sec. | ||
| 9745 | 2024.11.13 20:53:34.308801 [ 274 ] {d6568c8d-271e-45cd-95f9-090a005b7367} <Debug> TCPHandler: Processed in 0.001895373 sec. | ||
| 9746 | 2024.11.13 20:53:34.308943 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9747 | 2024.11.13 20:53:34.309083 [ 277 ] {4ebfa50e-1b79-41a6-aa9d-1ae7ea8e3d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9748 | 2024.11.13 20:53:34.309146 [ 277 ] {4ebfa50e-1b79-41a6-aa9d-1ae7ea8e3d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9749 | 2024.11.13 20:53:34.309801 [ 277 ] {4ebfa50e-1b79-41a6-aa9d-1ae7ea8e3d7a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9750 | 2024.11.13 20:53:34.309847 [ 277 ] {4ebfa50e-1b79-41a6-aa9d-1ae7ea8e3d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9751 | 2024.11.13 20:53:34.310236 [ 277 ] {4ebfa50e-1b79-41a6-aa9d-1ae7ea8e3d7a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9752 | 2024.11.13 20:53:34.310469 [ 277 ] {4ebfa50e-1b79-41a6-aa9d-1ae7ea8e3d7a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9753 | 2024.11.13 20:53:34.310628 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9754 | 2024.11.13 20:53:34.310688 [ 277 ] {4ebfa50e-1b79-41a6-aa9d-1ae7ea8e3d7a} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001633 sec., 79608.08328230251 rows/sec., 5.54 MiB/sec. | ||
| 9755 | 2024.11.13 20:53:34.310701 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9756 | 2024.11.13 20:53:34.310771 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9757 | 2024.11.13 20:53:34.310819 [ 277 ] {4ebfa50e-1b79-41a6-aa9d-1ae7ea8e3d7a} <Debug> TCPHandler: Processed in 0.001935785 sec. | ||
| 9758 | 2024.11.13 20:53:34.311138 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9759 | 2024.11.13 20:53:34.311174 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 9760 | 2024.11.13 20:53:34.311560 [ 274 ] {d553db8b-2476-4e19-a970-bfb8bbe62fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9761 | 2024.11.13 20:53:34.311666 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9762 | 2024.11.13 20:53:34.311794 [ 274 ] {d553db8b-2476-4e19-a970-bfb8bbe62fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9763 | 2024.11.13 20:53:34.311802 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 14487 rows starting from the beginning of the part | ||
| 9764 | 2024.11.13 20:53:34.312298 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 9765 | 2024.11.13 20:53:34.312726 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 129 rows starting from the beginning of the part | ||
| 9766 | 2024.11.13 20:53:34.313053 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 9767 | 2024.11.13 20:53:34.313401 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 9768 | 2024.11.13 20:53:34.313796 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 130 rows starting from the beginning of the part | ||
| 9769 | 2024.11.13 20:53:34.315800 [ 274 ] {d553db8b-2476-4e19-a970-bfb8bbe62fdd} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9770 | 2024.11.13 20:53:34.315843 [ 274 ] {d553db8b-2476-4e19-a970-bfb8bbe62fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9771 | 2024.11.13 20:53:34.316314 [ 274 ] {d553db8b-2476-4e19-a970-bfb8bbe62fdd} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9772 | 2024.11.13 20:53:34.316782 [ 274 ] {d553db8b-2476-4e19-a970-bfb8bbe62fdd} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9773 | 2024.11.13 20:53:34.317288 [ 104 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
| 9774 | 2024.11.13 20:53:34.317434 [ 274 ] {d553db8b-2476-4e19-a970-bfb8bbe62fdd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.006035 sec., 7953.603976801988 rows/sec., 548.88 KiB/sec. | ||
| 9775 | 2024.11.13 20:53:34.317489 [ 104 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9776 | 2024.11.13 20:53:34.317668 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9777 | 2024.11.13 20:53:34.317763 [ 274 ] {d553db8b-2476-4e19-a970-bfb8bbe62fdd} <Debug> TCPHandler: Processed in 0.00685195 sec. | ||
| 9778 | 2024.11.13 20:53:34.318111 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
| 9779 | 2024.11.13 20:53:34.318396 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9780 | 2024.11.13 20:53:34.318458 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 4706 rows starting from the beginning of the part | ||
| 9781 | 2024.11.13 20:53:34.318791 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part | ||
| 9782 | 2024.11.13 20:53:34.319066 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 48 rows starting from the beginning of the part | ||
| 9783 | 2024.11.13 20:53:34.319288 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 9784 | 2024.11.13 20:53:34.319543 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
| 9785 | 2024.11.13 20:53:34.319746 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 48 rows starting from the beginning of the part | ||
| 9786 | 2024.11.13 20:53:34.320504 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15380 rows, containing 5 columns (5 merged, 0 gathered) in 0.009615888 sec., 1599436.2663125861 rows/sec., 108.95 MiB/sec. | ||
| 9787 | 2024.11.13 20:53:34.320998 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9788 | 2024.11.13 20:53:34.321635 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9789 | 2024.11.13 20:53:34.321833 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9790 | 2024.11.13 20:53:34.321950 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
| 9791 | 2024.11.13 20:53:34.322884 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5026 rows, containing 4 columns (4 merged, 0 gathered) in 0.004921036 sec., 1021329.6549750905 rows/sec., 66.75 MiB/sec. | ||
| 9792 | 2024.11.13 20:53:34.323495 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 9793 | 2024.11.13 20:53:34.323889 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9794 | 2024.11.13 20:53:34.323979 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_85_17} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
| 9795 | 2024.11.13 20:53:34.324081 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9796 | 2024.11.13 20:53:36.124935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1434 | ||
| 9797 | 2024.11.13 20:53:36.127938 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9798 | 2024.11.13 20:53:36.127997 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9799 | 2024.11.13 20:53:36.129441 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9800 | 2024.11.13 20:53:36.129764 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9801 | 2024.11.13 20:53:36.131028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1434 | ||
| 9802 | 2024.11.13 20:53:39.301611 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9803 | 2024.11.13 20:53:39.301830 [ 277 ] {5bd55969-f30b-41dd-aca6-9fdaf23b5fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9804 | 2024.11.13 20:53:39.301910 [ 277 ] {5bd55969-f30b-41dd-aca6-9fdaf23b5fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9805 | 2024.11.13 20:53:39.302651 [ 277 ] {5bd55969-f30b-41dd-aca6-9fdaf23b5fda} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9806 | 2024.11.13 20:53:39.302705 [ 277 ] {5bd55969-f30b-41dd-aca6-9fdaf23b5fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9807 | 2024.11.13 20:53:39.303129 [ 277 ] {5bd55969-f30b-41dd-aca6-9fdaf23b5fda} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9808 | 2024.11.13 20:53:39.303381 [ 277 ] {5bd55969-f30b-41dd-aca6-9fdaf23b5fda} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9809 | 2024.11.13 20:53:39.303620 [ 277 ] {5bd55969-f30b-41dd-aca6-9fdaf23b5fda} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.31 MiB/sec. | ||
| 9810 | 2024.11.13 20:53:39.303684 [ 277 ] {5bd55969-f30b-41dd-aca6-9fdaf23b5fda} <Debug> TCPHandler: Processed in 0.002208709 sec. | ||
| 9811 | 2024.11.13 20:53:39.303989 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9812 | 2024.11.13 20:53:39.304217 [ 274 ] {89598525-4e02-45dc-8fe9-ae23e0f66218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9813 | 2024.11.13 20:53:39.304292 [ 274 ] {89598525-4e02-45dc-8fe9-ae23e0f66218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9814 | 2024.11.13 20:53:39.305060 [ 274 ] {89598525-4e02-45dc-8fe9-ae23e0f66218} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9815 | 2024.11.13 20:53:39.305104 [ 274 ] {89598525-4e02-45dc-8fe9-ae23e0f66218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9816 | 2024.11.13 20:53:39.305546 [ 274 ] {89598525-4e02-45dc-8fe9-ae23e0f66218} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9817 | 2024.11.13 20:53:39.305798 [ 274 ] {89598525-4e02-45dc-8fe9-ae23e0f66218} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9818 | 2024.11.13 20:53:39.306004 [ 274 ] {89598525-4e02-45dc-8fe9-ae23e0f66218} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00184 sec., 34782.608695652176 rows/sec., 2.71 MiB/sec. | ||
| 9819 | 2024.11.13 20:53:39.306067 [ 274 ] {89598525-4e02-45dc-8fe9-ae23e0f66218} <Debug> TCPHandler: Processed in 0.00227021 sec. | ||
| 9820 | 2024.11.13 20:53:39.306214 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9821 | 2024.11.13 20:53:39.306340 [ 277 ] {45eecf3c-70cd-4976-ae68-6d5e64dfcb51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9822 | 2024.11.13 20:53:39.306395 [ 277 ] {45eecf3c-70cd-4976-ae68-6d5e64dfcb51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9823 | 2024.11.13 20:53:39.306970 [ 277 ] {45eecf3c-70cd-4976-ae68-6d5e64dfcb51} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9824 | 2024.11.13 20:53:39.307011 [ 277 ] {45eecf3c-70cd-4976-ae68-6d5e64dfcb51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9825 | 2024.11.13 20:53:39.307406 [ 277 ] {45eecf3c-70cd-4976-ae68-6d5e64dfcb51} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9826 | 2024.11.13 20:53:39.307654 [ 277 ] {45eecf3c-70cd-4976-ae68-6d5e64dfcb51} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9827 | 2024.11.13 20:53:39.307864 [ 277 ] {45eecf3c-70cd-4976-ae68-6d5e64dfcb51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
| 9828 | 2024.11.13 20:53:39.307921 [ 277 ] {45eecf3c-70cd-4976-ae68-6d5e64dfcb51} <Debug> TCPHandler: Processed in 0.001765141 sec. | ||
| 9829 | 2024.11.13 20:53:39.308088 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9830 | 2024.11.13 20:53:39.308315 [ 274 ] {c96e00c7-4712-47ad-873f-c7e6d34d8451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9831 | 2024.11.13 20:53:39.308413 [ 274 ] {c96e00c7-4712-47ad-873f-c7e6d34d8451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9832 | 2024.11.13 20:53:39.309208 [ 274 ] {c96e00c7-4712-47ad-873f-c7e6d34d8451} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9833 | 2024.11.13 20:53:39.309248 [ 274 ] {c96e00c7-4712-47ad-873f-c7e6d34d8451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9834 | 2024.11.13 20:53:39.309635 [ 274 ] {c96e00c7-4712-47ad-873f-c7e6d34d8451} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9835 | 2024.11.13 20:53:39.309880 [ 274 ] {c96e00c7-4712-47ad-873f-c7e6d34d8451} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9836 | 2024.11.13 20:53:39.310089 [ 274 ] {c96e00c7-4712-47ad-873f-c7e6d34d8451} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001833 sec., 32733.224222585926 rows/sec., 2.21 MiB/sec. | ||
| 9837 | 2024.11.13 20:53:39.310140 [ 274 ] {c96e00c7-4712-47ad-873f-c7e6d34d8451} <Debug> TCPHandler: Processed in 0.002137957 sec. | ||
| 9838 | 2024.11.13 20:53:40.807423 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9839 | 2024.11.13 20:53:40.807481 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9840 | 2024.11.13 20:53:42.422752 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59608, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9841 | 2024.11.13 20:53:42.573036 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9842 | 2024.11.13 20:53:42.598414 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9843 | 2024.11.13 20:53:42.602699 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39125, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9844 | 2024.11.13 20:53:42.844121 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55951, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9845 | 2024.11.13 20:53:42.855519 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9846 | 2024.11.13 20:53:42.896849 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9847 | 2024.11.13 20:53:42.917142 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59939, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9848 | 2024.11.13 20:53:44.307872 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9849 | 2024.11.13 20:53:44.308050 [ 277 ] {29ea6525-92d6-4946-91c4-194b30becec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9850 | 2024.11.13 20:53:44.308129 [ 277 ] {29ea6525-92d6-4946-91c4-194b30becec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9851 | 2024.11.13 20:53:44.308883 [ 277 ] {29ea6525-92d6-4946-91c4-194b30becec8} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9852 | 2024.11.13 20:53:44.308930 [ 277 ] {29ea6525-92d6-4946-91c4-194b30becec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9853 | 2024.11.13 20:53:44.309373 [ 277 ] {29ea6525-92d6-4946-91c4-194b30becec8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9854 | 2024.11.13 20:53:44.309623 [ 277 ] {29ea6525-92d6-4946-91c4-194b30becec8} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9855 | 2024.11.13 20:53:44.309819 [ 97 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9856 | 2024.11.13 20:53:44.309889 [ 277 ] {29ea6525-92d6-4946-91c4-194b30becec8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00188 sec., 7446.808510638298 rows/sec., 536.07 KiB/sec. | ||
| 9857 | 2024.11.13 20:53:44.309904 [ 97 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9858 | 2024.11.13 20:53:44.309988 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9859 | 2024.11.13 20:53:44.310021 [ 277 ] {29ea6525-92d6-4946-91c4-194b30becec8} <Debug> TCPHandler: Processed in 0.00226608 sec. | ||
| 9860 | 2024.11.13 20:53:44.310453 [ 196 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 9861 | 2024.11.13 20:53:44.310481 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9862 | 2024.11.13 20:53:44.310810 [ 196 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9863 | 2024.11.13 20:53:44.310844 [ 274 ] {01be6079-8a7b-42ba-8cb1-62c71369129f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9864 | 2024.11.13 20:53:44.310873 [ 196 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 9865 | 2024.11.13 20:53:44.310974 [ 274 ] {01be6079-8a7b-42ba-8cb1-62c71369129f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9866 | 2024.11.13 20:53:44.311110 [ 196 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 9867 | 2024.11.13 20:53:44.311481 [ 196 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 9868 | 2024.11.13 20:53:44.311741 [ 196 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 9869 | 2024.11.13 20:53:44.312033 [ 196 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 9870 | 2024.11.13 20:53:44.314140 [ 274 ] {01be6079-8a7b-42ba-8cb1-62c71369129f} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9871 | 2024.11.13 20:53:44.314209 [ 274 ] {01be6079-8a7b-42ba-8cb1-62c71369129f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9872 | 2024.11.13 20:53:44.314548 [ 196 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004411757 sec., 15866.694380492852 rows/sec., 1.18 MiB/sec. | ||
| 9873 | 2024.11.13 20:53:44.314757 [ 196 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9874 | 2024.11.13 20:53:44.315201 [ 274 ] {01be6079-8a7b-42ba-8cb1-62c71369129f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9875 | 2024.11.13 20:53:44.315291 [ 196 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_33_8} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9876 | 2024.11.13 20:53:44.315495 [ 196 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_33_8} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9877 | 2024.11.13 20:53:44.315650 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9878 | 2024.11.13 20:53:44.315721 [ 274 ] {01be6079-8a7b-42ba-8cb1-62c71369129f} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9879 | 2024.11.13 20:53:44.315946 [ 274 ] {01be6079-8a7b-42ba-8cb1-62c71369129f} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.005208 sec., 55107.526881720434 rows/sec., 4.86 MiB/sec. | ||
| 9880 | 2024.11.13 20:53:44.316019 [ 274 ] {01be6079-8a7b-42ba-8cb1-62c71369129f} <Debug> TCPHandler: Processed in 0.005777331 sec. | ||
| 9881 | 2024.11.13 20:53:44.316189 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9882 | 2024.11.13 20:53:44.316317 [ 277 ] {425328fc-c1dd-4ef7-8809-68fbf63b413f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9883 | 2024.11.13 20:53:44.316370 [ 277 ] {425328fc-c1dd-4ef7-8809-68fbf63b413f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9884 | 2024.11.13 20:53:44.317003 [ 277 ] {425328fc-c1dd-4ef7-8809-68fbf63b413f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9885 | 2024.11.13 20:53:44.317045 [ 277 ] {425328fc-c1dd-4ef7-8809-68fbf63b413f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9886 | 2024.11.13 20:53:44.317426 [ 277 ] {425328fc-c1dd-4ef7-8809-68fbf63b413f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9887 | 2024.11.13 20:53:44.317668 [ 277 ] {425328fc-c1dd-4ef7-8809-68fbf63b413f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9888 | 2024.11.13 20:53:44.317887 [ 277 ] {425328fc-c1dd-4ef7-8809-68fbf63b413f} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.0016 sec., 30625 rows/sec., 2.21 MiB/sec. | ||
| 9889 | 2024.11.13 20:53:44.317950 [ 277 ] {425328fc-c1dd-4ef7-8809-68fbf63b413f} <Debug> TCPHandler: Processed in 0.001824952 sec. | ||
| 9890 | 2024.11.13 20:53:44.318135 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9891 | 2024.11.13 20:53:44.318272 [ 274 ] {ce33321f-d482-4f2d-8e1a-4872296ccf7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9892 | 2024.11.13 20:53:44.318327 [ 274 ] {ce33321f-d482-4f2d-8e1a-4872296ccf7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9893 | 2024.11.13 20:53:44.318934 [ 274 ] {ce33321f-d482-4f2d-8e1a-4872296ccf7e} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9894 | 2024.11.13 20:53:44.318973 [ 274 ] {ce33321f-d482-4f2d-8e1a-4872296ccf7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9895 | 2024.11.13 20:53:44.319345 [ 274 ] {ce33321f-d482-4f2d-8e1a-4872296ccf7e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9896 | 2024.11.13 20:53:44.319622 [ 274 ] {ce33321f-d482-4f2d-8e1a-4872296ccf7e} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9897 | 2024.11.13 20:53:44.319809 [ 274 ] {ce33321f-d482-4f2d-8e1a-4872296ccf7e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec. | ||
| 9898 | 2024.11.13 20:53:44.319862 [ 274 ] {ce33321f-d482-4f2d-8e1a-4872296ccf7e} <Debug> TCPHandler: Processed in 0.001805942 sec. | ||
| 9899 | 2024.11.13 20:53:44.320006 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9900 | 2024.11.13 20:53:44.320124 [ 277 ] {fed1d3a3-07fe-42a6-afc0-05a98c1caf9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9901 | 2024.11.13 20:53:44.320174 [ 277 ] {fed1d3a3-07fe-42a6-afc0-05a98c1caf9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9902 | 2024.11.13 20:53:44.320779 [ 277 ] {fed1d3a3-07fe-42a6-afc0-05a98c1caf9e} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9903 | 2024.11.13 20:53:44.320819 [ 277 ] {fed1d3a3-07fe-42a6-afc0-05a98c1caf9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9904 | 2024.11.13 20:53:44.321172 [ 277 ] {fed1d3a3-07fe-42a6-afc0-05a98c1caf9e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9905 | 2024.11.13 20:53:44.321409 [ 277 ] {fed1d3a3-07fe-42a6-afc0-05a98c1caf9e} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9906 | 2024.11.13 20:53:44.321581 [ 97 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9907 | 2024.11.13 20:53:44.321636 [ 97 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9908 | 2024.11.13 20:53:44.321655 [ 277 ] {fed1d3a3-07fe-42a6-afc0-05a98c1caf9e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001552 sec., 8376.288659793814 rows/sec., 522.26 KiB/sec. | ||
| 9909 | 2024.11.13 20:53:44.321677 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9910 | 2024.11.13 20:53:44.321823 [ 277 ] {fed1d3a3-07fe-42a6-afc0-05a98c1caf9e} <Debug> TCPHandler: Processed in 0.001869063 sec. | ||
| 9911 | 2024.11.13 20:53:44.321899 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 9912 | 2024.11.13 20:53:44.322009 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9913 | 2024.11.13 20:53:44.322080 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9914 | 2024.11.13 20:53:44.322135 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 9915 | 2024.11.13 20:53:44.322247 [ 274 ] {2c4a4bd5-8743-45f5-b97d-f00e89b13ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9916 | 2024.11.13 20:53:44.322404 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 9917 | 2024.11.13 20:53:44.322426 [ 274 ] {2c4a4bd5-8743-45f5-b97d-f00e89b13ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9918 | 2024.11.13 20:53:44.322795 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 9919 | 2024.11.13 20:53:44.323082 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 9920 | 2024.11.13 20:53:44.323460 [ 188 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 9921 | 2024.11.13 20:53:44.325445 [ 274 ] {2c4a4bd5-8743-45f5-b97d-f00e89b13ca9} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9922 | 2024.11.13 20:53:44.325536 [ 274 ] {2c4a4bd5-8743-45f5-b97d-f00e89b13ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9923 | 2024.11.13 20:53:44.326188 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004386057 sec., 14819.688845812994 rows/sec., 981.89 KiB/sec. | ||
| 9924 | 2024.11.13 20:53:44.326371 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9925 | 2024.11.13 20:53:44.326497 [ 274 ] {2c4a4bd5-8743-45f5-b97d-f00e89b13ca9} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9926 | 2024.11.13 20:53:44.326872 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_33_8} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9927 | 2024.11.13 20:53:44.327033 [ 274 ] {2c4a4bd5-8743-45f5-b97d-f00e89b13ca9} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9928 | 2024.11.13 20:53:44.327080 [ 192 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_33_8} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9929 | 2024.11.13 20:53:44.327265 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9930 | 2024.11.13 20:53:44.327429 [ 274 ] {2c4a4bd5-8743-45f5-b97d-f00e89b13ca9} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.005264 sec., 80547.11246200609 rows/sec., 5.76 MiB/sec. | ||
| 9931 | 2024.11.13 20:53:44.327506 [ 274 ] {2c4a4bd5-8743-45f5-b97d-f00e89b13ca9} <Debug> TCPHandler: Processed in 0.005566087 sec. | ||
| 9932 | 2024.11.13 20:53:44.327678 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9933 | 2024.11.13 20:53:44.327832 [ 277 ] {65ca05bd-caac-4644-93d1-27d7524cc876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9934 | 2024.11.13 20:53:44.327898 [ 277 ] {65ca05bd-caac-4644-93d1-27d7524cc876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9935 | 2024.11.13 20:53:44.328516 [ 277 ] {65ca05bd-caac-4644-93d1-27d7524cc876} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9936 | 2024.11.13 20:53:44.328557 [ 277 ] {65ca05bd-caac-4644-93d1-27d7524cc876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9937 | 2024.11.13 20:53:44.328940 [ 277 ] {65ca05bd-caac-4644-93d1-27d7524cc876} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9938 | 2024.11.13 20:53:44.329192 [ 277 ] {65ca05bd-caac-4644-93d1-27d7524cc876} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9939 | 2024.11.13 20:53:44.329408 [ 277 ] {65ca05bd-caac-4644-93d1-27d7524cc876} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001611 sec., 3724.3947858472998 rows/sec., 194.59 KiB/sec. | ||
| 9940 | 2024.11.13 20:53:44.329462 [ 277 ] {65ca05bd-caac-4644-93d1-27d7524cc876} <Debug> TCPHandler: Processed in 0.001857123 sec. | ||
| 9941 | 2024.11.13 20:53:44.329605 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9942 | 2024.11.13 20:53:44.329727 [ 274 ] {abe42c63-81f0-46a2-b9e4-1715b7d4c57e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9943 | 2024.11.13 20:53:44.329785 [ 274 ] {abe42c63-81f0-46a2-b9e4-1715b7d4c57e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9944 | 2024.11.13 20:53:44.330394 [ 274 ] {abe42c63-81f0-46a2-b9e4-1715b7d4c57e} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9945 | 2024.11.13 20:53:44.330432 [ 274 ] {abe42c63-81f0-46a2-b9e4-1715b7d4c57e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9946 | 2024.11.13 20:53:44.330836 [ 274 ] {abe42c63-81f0-46a2-b9e4-1715b7d4c57e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9947 | 2024.11.13 20:53:44.331077 [ 274 ] {abe42c63-81f0-46a2-b9e4-1715b7d4c57e} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9948 | 2024.11.13 20:53:44.331265 [ 274 ] {abe42c63-81f0-46a2-b9e4-1715b7d4c57e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001565 sec., 151437.69968051117 rows/sec., 10.15 MiB/sec. | ||
| 9949 | 2024.11.13 20:53:44.331321 [ 274 ] {abe42c63-81f0-46a2-b9e4-1715b7d4c57e} <Debug> TCPHandler: Processed in 0.001773721 sec. | ||
| 9950 | 2024.11.13 20:53:44.331474 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9951 | 2024.11.13 20:53:44.331593 [ 277 ] {8b38b410-e60a-4868-ae3c-c2450b30c10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9952 | 2024.11.13 20:53:44.331644 [ 277 ] {8b38b410-e60a-4868-ae3c-c2450b30c10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9953 | 2024.11.13 20:53:44.332115 [ 277 ] {8b38b410-e60a-4868-ae3c-c2450b30c10b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9954 | 2024.11.13 20:53:44.332154 [ 277 ] {8b38b410-e60a-4868-ae3c-c2450b30c10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9955 | 2024.11.13 20:53:44.332531 [ 277 ] {8b38b410-e60a-4868-ae3c-c2450b30c10b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9956 | 2024.11.13 20:53:44.332769 [ 277 ] {8b38b410-e60a-4868-ae3c-c2450b30c10b} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9957 | 2024.11.13 20:53:44.332993 [ 277 ] {8b38b410-e60a-4868-ae3c-c2450b30c10b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001424 sec., 702.2471910112359 rows/sec., 47.32 KiB/sec. | ||
| 9958 | 2024.11.13 20:53:44.333066 [ 277 ] {8b38b410-e60a-4868-ae3c-c2450b30c10b} <Debug> TCPHandler: Processed in 0.001651129 sec. | ||
| 9959 | 2024.11.13 20:53:44.333259 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9960 | 2024.11.13 20:53:44.333376 [ 274 ] {a58bae06-4220-43af-b52a-cdf66ba155dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9961 | 2024.11.13 20:53:44.333457 [ 274 ] {a58bae06-4220-43af-b52a-cdf66ba155dd} <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 | ||
| 9962 | 2024.11.13 20:53:44.334636 [ 274 ] {a58bae06-4220-43af-b52a-cdf66ba155dd} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9963 | 2024.11.13 20:53:44.334678 [ 274 ] {a58bae06-4220-43af-b52a-cdf66ba155dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9964 | 2024.11.13 20:53:44.335348 [ 274 ] {a58bae06-4220-43af-b52a-cdf66ba155dd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9965 | 2024.11.13 20:53:44.335610 [ 274 ] {a58bae06-4220-43af-b52a-cdf66ba155dd} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9966 | 2024.11.13 20:53:44.335881 [ 274 ] {a58bae06-4220-43af-b52a-cdf66ba155dd} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002529 sec., 16607.3546856465 rows/sec., 29.76 MiB/sec. | ||
| 9967 | 2024.11.13 20:53:44.335988 [ 274 ] {a58bae06-4220-43af-b52a-cdf66ba155dd} <Debug> TCPHandler: Processed in 0.00283564 sec. | ||
| 9968 | 2024.11.13 20:53:44.336183 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9969 | 2024.11.13 20:53:44.336324 [ 277 ] {84f180c7-24ce-4a41-8fcc-46dd598a251d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9970 | 2024.11.13 20:53:44.336378 [ 277 ] {84f180c7-24ce-4a41-8fcc-46dd598a251d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9971 | 2024.11.13 20:53:44.336885 [ 277 ] {84f180c7-24ce-4a41-8fcc-46dd598a251d} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9972 | 2024.11.13 20:53:44.336925 [ 277 ] {84f180c7-24ce-4a41-8fcc-46dd598a251d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9973 | 2024.11.13 20:53:44.337321 [ 277 ] {84f180c7-24ce-4a41-8fcc-46dd598a251d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9974 | 2024.11.13 20:53:44.337569 [ 277 ] {84f180c7-24ce-4a41-8fcc-46dd598a251d} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9975 | 2024.11.13 20:53:44.337794 [ 277 ] {84f180c7-24ce-4a41-8fcc-46dd598a251d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001496 sec., 54812.83422459893 rows/sec., 3.48 MiB/sec. | ||
| 9976 | 2024.11.13 20:53:44.337844 [ 277 ] {84f180c7-24ce-4a41-8fcc-46dd598a251d} <Debug> TCPHandler: Processed in 0.00174788 sec. | ||
| 9977 | 2024.11.13 20:53:46.131233 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1464 | ||
| 9978 | 2024.11.13 20:53:46.134275 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9979 | 2024.11.13 20:53:46.134333 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9980 | 2024.11.13 20:53:46.135803 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9981 | 2024.11.13 20:53:46.136122 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9982 | 2024.11.13 20:53:46.136722 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1464 | ||
| 9983 | 2024.11.13 20:53:46.491126 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9984 | 2024.11.13 20:53:46.802101 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9985 | 2024.11.13 20:53:47.212667 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53587, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9986 | 2024.11.13 20:53:47.329629 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9987 | 2024.11.13 20:53:47.352029 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9988 | 2024.11.13 20:53:47.370579 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9989 | 2024.11.13 20:53:47.399857 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9990 | 2024.11.13 20:53:47.425132 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9991 | 2024.11.13 20:53:47.433376 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9992 | 2024.11.13 20:53:47.448862 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32895, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9993 | 2024.11.13 20:53:47.543637 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9994 | 2024.11.13 20:53:47.574952 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9995 | 2024.11.13 20:53:47.647389 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9996 | 2024.11.13 20:53:47.661942 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46485, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9997 | 2024.11.13 20:53:47.682226 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9998 | 2024.11.13 20:53:47.689607 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54618, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9999 | 2024.11.13 20:53:48.754243 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10000 | 2024.11.13 20:53:49.301524 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10001 | 2024.11.13 20:53:49.301724 [ 277 ] {05fd9b3b-ddeb-42a6-a47b-6a63820f60d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10002 | 2024.11.13 20:53:49.301799 [ 277 ] {05fd9b3b-ddeb-42a6-a47b-6a63820f60d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10003 | 2024.11.13 20:53:49.302590 [ 277 ] {05fd9b3b-ddeb-42a6-a47b-6a63820f60d0} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10004 | 2024.11.13 20:53:49.302647 [ 277 ] {05fd9b3b-ddeb-42a6-a47b-6a63820f60d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10005 | 2024.11.13 20:53:49.303082 [ 277 ] {05fd9b3b-ddeb-42a6-a47b-6a63820f60d0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10006 | 2024.11.13 20:53:49.303351 [ 277 ] {05fd9b3b-ddeb-42a6-a47b-6a63820f60d0} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10007 | 2024.11.13 20:53:49.303603 [ 277 ] {05fd9b3b-ddeb-42a6-a47b-6a63820f60d0} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001928 sec., 5186.721991701244 rows/sec., 422.94 KiB/sec. | ||
| 10008 | 2024.11.13 20:53:49.303690 [ 277 ] {05fd9b3b-ddeb-42a6-a47b-6a63820f60d0} <Debug> TCPHandler: Processed in 0.00230567 sec. | ||
| 10009 | 2024.11.13 20:53:49.303975 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10010 | 2024.11.13 20:53:49.304179 [ 274 ] {d7d26655-8ff2-4d2e-9913-5a2645c1db03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10011 | 2024.11.13 20:53:49.304258 [ 274 ] {d7d26655-8ff2-4d2e-9913-5a2645c1db03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10012 | 2024.11.13 20:53:49.305067 [ 274 ] {d7d26655-8ff2-4d2e-9913-5a2645c1db03} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10013 | 2024.11.13 20:53:49.305120 [ 274 ] {d7d26655-8ff2-4d2e-9913-5a2645c1db03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10014 | 2024.11.13 20:53:49.305587 [ 274 ] {d7d26655-8ff2-4d2e-9913-5a2645c1db03} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10015 | 2024.11.13 20:53:49.305874 [ 274 ] {d7d26655-8ff2-4d2e-9913-5a2645c1db03} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10016 | 2024.11.13 20:53:49.306099 [ 274 ] {d7d26655-8ff2-4d2e-9913-5a2645c1db03} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001976 sec., 30870.445344129555 rows/sec., 2.34 MiB/sec. | ||
| 10017 | 2024.11.13 20:53:49.306172 [ 274 ] {d7d26655-8ff2-4d2e-9913-5a2645c1db03} <Debug> TCPHandler: Processed in 0.002357431 sec. | ||
| 10018 | 2024.11.13 20:53:49.306339 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10019 | 2024.11.13 20:53:49.306478 [ 277 ] {9579408a-15f1-4520-b122-d5143d0ae917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10020 | 2024.11.13 20:53:49.306536 [ 277 ] {9579408a-15f1-4520-b122-d5143d0ae917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10021 | 2024.11.13 20:53:49.307170 [ 277 ] {9579408a-15f1-4520-b122-d5143d0ae917} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10022 | 2024.11.13 20:53:49.307215 [ 277 ] {9579408a-15f1-4520-b122-d5143d0ae917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10023 | 2024.11.13 20:53:49.307594 [ 277 ] {9579408a-15f1-4520-b122-d5143d0ae917} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10024 | 2024.11.13 20:53:49.307861 [ 277 ] {9579408a-15f1-4520-b122-d5143d0ae917} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10025 | 2024.11.13 20:53:49.308058 [ 93 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10026 | 2024.11.13 20:53:49.308127 [ 93 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10027 | 2024.11.13 20:53:49.308134 [ 277 ] {9579408a-15f1-4520-b122-d5143d0ae917} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.00168 sec., 5952.380952380952 rows/sec., 415.62 KiB/sec. | ||
| 10028 | 2024.11.13 20:53:49.308165 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10029 | 2024.11.13 20:53:49.308308 [ 277 ] {9579408a-15f1-4520-b122-d5143d0ae917} <Debug> TCPHandler: Processed in 0.002029335 sec. | ||
| 10030 | 2024.11.13 20:53:49.308355 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 10031 | 2024.11.13 20:53:49.308502 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10032 | 2024.11.13 20:53:49.308512 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10033 | 2024.11.13 20:53:49.308579 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 67 rows starting from the beginning of the part | ||
| 10034 | 2024.11.13 20:53:49.308798 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 2 rows starting from the beginning of the part | ||
| 10035 | 2024.11.13 20:53:49.308807 [ 274 ] {47d294dd-336b-4cd6-a279-6c71232f126e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10036 | 2024.11.13 20:53:49.309061 [ 274 ] {47d294dd-336b-4cd6-a279-6c71232f126e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10037 | 2024.11.13 20:53:49.309085 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 49 rows starting from the beginning of the part | ||
| 10038 | 2024.11.13 20:53:49.309392 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 4 rows starting from the beginning of the part | ||
| 10039 | 2024.11.13 20:53:49.309790 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 49 rows starting from the beginning of the part | ||
| 10040 | 2024.11.13 20:53:49.310052 [ 199 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 10 rows starting from the beginning of the part | ||
| 10041 | 2024.11.13 20:53:49.312091 [ 274 ] {47d294dd-336b-4cd6-a279-6c71232f126e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10042 | 2024.11.13 20:53:49.312157 [ 274 ] {47d294dd-336b-4cd6-a279-6c71232f126e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10043 | 2024.11.13 20:53:49.312401 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40486, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10044 | 2024.11.13 20:53:49.313355 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005067629 sec., 35716.90034925604 rows/sec., 2.68 MiB/sec. | ||
| 10045 | 2024.11.13 20:53:49.313413 [ 274 ] {47d294dd-336b-4cd6-a279-6c71232f126e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10046 | 2024.11.13 20:53:49.313600 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10047 | 2024.11.13 20:53:49.313823 [ 274 ] {47d294dd-336b-4cd6-a279-6c71232f126e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10048 | 2024.11.13 20:53:49.314219 [ 274 ] {47d294dd-336b-4cd6-a279-6c71232f126e} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.005544 sec., 13347.763347763346 rows/sec., 1.04 MiB/sec. | ||
| 10049 | 2024.11.13 20:53:49.314291 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_61_12} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10050 | 2024.11.13 20:53:49.314375 [ 274 ] {47d294dd-336b-4cd6-a279-6c71232f126e} <Debug> TCPHandler: Processed in 0.005962465 sec. | ||
| 10051 | 2024.11.13 20:53:49.314505 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_61_12} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10052 | 2024.11.13 20:53:49.314638 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10053 | 2024.11.13 20:53:49.314661 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10054 | 2024.11.13 20:53:49.314817 [ 277 ] {6e7d381c-e5b3-4dec-904b-de78b0a3122f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10055 | 2024.11.13 20:53:49.314898 [ 277 ] {6e7d381c-e5b3-4dec-904b-de78b0a3122f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10056 | 2024.11.13 20:53:49.315697 [ 277 ] {6e7d381c-e5b3-4dec-904b-de78b0a3122f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10057 | 2024.11.13 20:53:49.315749 [ 277 ] {6e7d381c-e5b3-4dec-904b-de78b0a3122f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10058 | 2024.11.13 20:53:49.316310 [ 277 ] {6e7d381c-e5b3-4dec-904b-de78b0a3122f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10059 | 2024.11.13 20:53:49.316651 [ 277 ] {6e7d381c-e5b3-4dec-904b-de78b0a3122f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10060 | 2024.11.13 20:53:49.316869 [ 277 ] {6e7d381c-e5b3-4dec-904b-de78b0a3122f} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.002093 sec., 63545.150501672244 rows/sec., 4.42 MiB/sec. | ||
| 10061 | 2024.11.13 20:53:49.316947 [ 277 ] {6e7d381c-e5b3-4dec-904b-de78b0a3122f} <Debug> TCPHandler: Processed in 0.002437083 sec. | ||
| 10062 | 2024.11.13 20:53:49.317154 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10063 | 2024.11.13 20:53:49.317303 [ 274 ] {2ca4f00e-62e0-4c1b-8f57-138fdc1300f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10064 | 2024.11.13 20:53:49.317371 [ 274 ] {2ca4f00e-62e0-4c1b-8f57-138fdc1300f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10065 | 2024.11.13 20:53:49.318013 [ 274 ] {2ca4f00e-62e0-4c1b-8f57-138fdc1300f0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10066 | 2024.11.13 20:53:49.318057 [ 274 ] {2ca4f00e-62e0-4c1b-8f57-138fdc1300f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10067 | 2024.11.13 20:53:49.318552 [ 274 ] {2ca4f00e-62e0-4c1b-8f57-138fdc1300f0} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10068 | 2024.11.13 20:53:49.318871 [ 274 ] {2ca4f00e-62e0-4c1b-8f57-138fdc1300f0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10069 | 2024.11.13 20:53:49.319100 [ 274 ] {2ca4f00e-62e0-4c1b-8f57-138fdc1300f0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001836 sec., 26143.7908496732 rows/sec., 1.76 MiB/sec. | ||
| 10070 | 2024.11.13 20:53:49.319171 [ 274 ] {2ca4f00e-62e0-4c1b-8f57-138fdc1300f0} <Debug> TCPHandler: Processed in 0.002090297 sec. | ||
| 10071 | 2024.11.13 20:53:49.396751 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10072 | 2024.11.13 20:53:49.447342 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10073 | 2024.11.13 20:53:49.449584 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10074 | 2024.11.13 20:53:49.646165 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38515, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10075 | 2024.11.13 20:53:49.660484 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35600, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10076 | 2024.11.13 20:53:49.702772 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10077 | 2024.11.13 20:53:54.302154 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10078 | 2024.11.13 20:53:54.302352 [ 277 ] {c199cba0-979f-4ca0-b3f7-85b8e643b485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10079 | 2024.11.13 20:53:54.302423 [ 277 ] {c199cba0-979f-4ca0-b3f7-85b8e643b485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10080 | 2024.11.13 20:53:54.303156 [ 277 ] {c199cba0-979f-4ca0-b3f7-85b8e643b485} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10081 | 2024.11.13 20:53:54.303207 [ 277 ] {c199cba0-979f-4ca0-b3f7-85b8e643b485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10082 | 2024.11.13 20:53:54.303624 [ 277 ] {c199cba0-979f-4ca0-b3f7-85b8e643b485} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10083 | 2024.11.13 20:53:54.303869 [ 277 ] {c199cba0-979f-4ca0-b3f7-85b8e643b485} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10084 | 2024.11.13 20:53:54.304082 [ 88 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10085 | 2024.11.13 20:53:54.304144 [ 277 ] {c199cba0-979f-4ca0-b3f7-85b8e643b485} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.33 MiB/sec. | ||
| 10086 | 2024.11.13 20:53:54.304174 [ 88 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10087 | 2024.11.13 20:53:54.304244 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10088 | 2024.11.13 20:53:54.304272 [ 277 ] {c199cba0-979f-4ca0-b3f7-85b8e643b485} <Debug> TCPHandler: Processed in 0.002242159 sec. | ||
| 10089 | 2024.11.13 20:53:54.304488 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 10090 | 2024.11.13 20:53:54.304598 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10091 | 2024.11.13 20:53:54.304677 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10092 | 2024.11.13 20:53:54.304722 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1437 rows starting from the beginning of the part | ||
| 10093 | 2024.11.13 20:53:54.304937 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 58 rows starting from the beginning of the part | ||
| 10094 | 2024.11.13 20:53:54.305002 [ 274 ] {8cc7203b-90d7-4101-8c3b-44c88dd29dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10095 | 2024.11.13 20:53:54.305263 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part | ||
| 10096 | 2024.11.13 20:53:54.305288 [ 274 ] {8cc7203b-90d7-4101-8c3b-44c88dd29dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10097 | 2024.11.13 20:53:54.305725 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 287 rows starting from the beginning of the part | ||
| 10098 | 2024.11.13 20:53:54.305999 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 61 rows starting from the beginning of the part | ||
| 10099 | 2024.11.13 20:53:54.306292 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part | ||
| 10100 | 2024.11.13 20:53:54.308133 [ 274 ] {8cc7203b-90d7-4101-8c3b-44c88dd29dd5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10101 | 2024.11.13 20:53:54.308211 [ 274 ] {8cc7203b-90d7-4101-8c3b-44c88dd29dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10102 | 2024.11.13 20:53:54.309152 [ 274 ] {8cc7203b-90d7-4101-8c3b-44c88dd29dd5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10103 | 2024.11.13 20:53:54.309683 [ 199 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005324893 sec., 367143.527578864 rows/sec., 31.98 MiB/sec. | ||
| 10104 | 2024.11.13 20:53:54.309695 [ 274 ] {8cc7203b-90d7-4101-8c3b-44c88dd29dd5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10105 | 2024.11.13 20:53:54.309952 [ 88 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10106 | 2024.11.13 20:53:54.310037 [ 199 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10107 | 2024.11.13 20:53:54.310063 [ 88 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10108 | 2024.11.13 20:53:54.310164 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10109 | 2024.11.13 20:53:54.310254 [ 274 ] {8cc7203b-90d7-4101-8c3b-44c88dd29dd5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005406 sec., 11838.697743248242 rows/sec., 946.21 KiB/sec. | ||
| 10110 | 2024.11.13 20:53:54.310842 [ 274 ] {8cc7203b-90d7-4101-8c3b-44c88dd29dd5} <Debug> TCPHandler: Processed in 0.006435002 sec. | ||
| 10111 | 2024.11.13 20:53:54.310866 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 10112 | 2024.11.13 20:53:54.311215 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10113 | 2024.11.13 20:53:54.311461 [ 199 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_91_18} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10114 | 2024.11.13 20:53:54.311814 [ 277 ] {5607ed0d-ec44-4573-9abc-23b6d3002f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10115 | 2024.11.13 20:53:54.311816 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10116 | 2024.11.13 20:53:54.312013 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 916 rows starting from the beginning of the part | ||
| 10117 | 2024.11.13 20:53:54.312078 [ 277 ] {5607ed0d-ec44-4573-9abc-23b6d3002f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10118 | 2024.11.13 20:53:54.312200 [ 199 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_91_18} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10119 | 2024.11.13 20:53:54.312603 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 68 rows starting from the beginning of the part | ||
| 10120 | 2024.11.13 20:53:54.312786 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 10121 | 2024.11.13 20:53:54.313317 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part | ||
| 10122 | 2024.11.13 20:53:54.313826 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 424 rows starting from the beginning of the part | ||
| 10123 | 2024.11.13 20:53:54.314432 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 74 rows starting from the beginning of the part | ||
| 10124 | 2024.11.13 20:53:54.314936 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part | ||
| 10125 | 2024.11.13 20:53:54.316005 [ 277 ] {5607ed0d-ec44-4573-9abc-23b6d3002f7c} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10126 | 2024.11.13 20:53:54.316061 [ 277 ] {5607ed0d-ec44-4573-9abc-23b6d3002f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10127 | 2024.11.13 20:53:54.316679 [ 277 ] {5607ed0d-ec44-4573-9abc-23b6d3002f7c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10128 | 2024.11.13 20:53:54.316972 [ 277 ] {5607ed0d-ec44-4573-9abc-23b6d3002f7c} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10129 | 2024.11.13 20:53:54.317394 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 5 columns (5 merged, 0 gathered) in 0.007058333 sec., 228099.18432581745 rows/sec., 17.60 MiB/sec. | ||
| 10130 | 2024.11.13 20:53:54.317436 [ 277 ] {5607ed0d-ec44-4573-9abc-23b6d3002f7c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005833 sec., 27430.138865078006 rows/sec., 1.91 MiB/sec. | ||
| 10131 | 2024.11.13 20:53:54.317575 [ 277 ] {5607ed0d-ec44-4573-9abc-23b6d3002f7c} <Debug> TCPHandler: Processed in 0.006602135 sec. | ||
| 10132 | 2024.11.13 20:53:54.317628 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10133 | 2024.11.13 20:53:54.317942 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10134 | 2024.11.13 20:53:54.318496 [ 274 ] {20395785-864d-4a33-93c6-c430fa471221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10135 | 2024.11.13 20:53:54.318566 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_91_18} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10136 | 2024.11.13 20:53:54.318662 [ 274 ] {20395785-864d-4a33-93c6-c430fa471221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10137 | 2024.11.13 20:53:54.318790 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_91_18} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10138 | 2024.11.13 20:53:54.319004 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 10139 | 2024.11.13 20:53:54.319450 [ 274 ] {20395785-864d-4a33-93c6-c430fa471221} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10140 | 2024.11.13 20:53:54.319494 [ 274 ] {20395785-864d-4a33-93c6-c430fa471221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10141 | 2024.11.13 20:53:54.319885 [ 274 ] {20395785-864d-4a33-93c6-c430fa471221} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10142 | 2024.11.13 20:53:54.320131 [ 274 ] {20395785-864d-4a33-93c6-c430fa471221} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10143 | 2024.11.13 20:53:54.320354 [ 274 ] {20395785-864d-4a33-93c6-c430fa471221} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00206 sec., 29126.213592233005 rows/sec., 1.96 MiB/sec. | ||
| 10144 | 2024.11.13 20:53:54.320409 [ 274 ] {20395785-864d-4a33-93c6-c430fa471221} <Debug> TCPHandler: Processed in 0.002720968 sec. | ||
| 10145 | 2024.11.13 20:53:55.596977 [ 87 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10146 | 2024.11.13 20:53:55.597042 [ 87 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10147 | 2024.11.13 20:53:55.597065 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10148 | 2024.11.13 20:53:55.597193 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 10149 | 2024.11.13 20:53:55.597388 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10150 | 2024.11.13 20:53:55.597424 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 10151 | 2024.11.13 20:53:55.597499 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 10152 | 2024.11.13 20:53:55.597669 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 10153 | 2024.11.13 20:53:55.597925 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 10154 | 2024.11.13 20:53:55.598179 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 10155 | 2024.11.13 20:53:55.599265 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.002137298 sec., 15440.055621630674 rows/sec., 1.02 MiB/sec. | ||
| 10156 | 2024.11.13 20:53:55.599461 [ 193 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10157 | 2024.11.13 20:53:55.599845 [ 193 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_33_8} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10158 | 2024.11.13 20:53:55.599955 [ 193 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_33_8} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10159 | 2024.11.13 20:53:55.600069 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 10160 | 2024.11.13 20:53:55.807525 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10161 | 2024.11.13 20:53:55.807585 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10162 | 2024.11.13 20:53:56.136909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1484 | ||
| 10163 | 2024.11.13 20:53:56.139636 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10164 | 2024.11.13 20:53:56.139688 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10165 | 2024.11.13 20:53:56.141078 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10166 | 2024.11.13 20:53:56.141389 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10167 | 2024.11.13 20:53:56.142783 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1484 | ||
| 10168 | 2024.11.13 20:53:56.607272 [ 86 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10169 | 2024.11.13 20:53:56.607334 [ 86 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10170 | 2024.11.13 20:53:56.607361 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10171 | 2024.11.13 20:53:56.607538 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 10172 | 2024.11.13 20:53:56.607746 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10173 | 2024.11.13 20:53:56.607786 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 10174 | 2024.11.13 20:53:56.607874 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 10175 | 2024.11.13 20:53:56.608119 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 10176 | 2024.11.13 20:53:56.608380 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 10177 | 2024.11.13 20:53:56.608577 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 10178 | 2024.11.13 20:53:56.609700 [ 189 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002254409 sec., 132185.4197707692 rows/sec., 9.48 MiB/sec. | ||
| 10179 | 2024.11.13 20:53:56.609911 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10180 | 2024.11.13 20:53:56.610273 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_33_8} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10181 | 2024.11.13 20:53:56.610381 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_33_8} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10182 | 2024.11.13 20:53:56.610488 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 10183 | 2024.11.13 20:53:58.321465 [ 85 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10184 | 2024.11.13 20:53:58.321551 [ 85 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10185 | 2024.11.13 20:53:58.321574 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10186 | 2024.11.13 20:53:58.321806 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 10187 | 2024.11.13 20:53:58.322067 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10188 | 2024.11.13 20:53:58.322112 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 10189 | 2024.11.13 20:53:58.322199 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 10190 | 2024.11.13 20:53:58.322389 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 10191 | 2024.11.13 20:53:58.322622 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 10192 | 2024.11.13 20:53:58.322928 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 10193 | 2024.11.13 20:53:58.324046 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002388602 sec., 82893.67588237805 rows/sec., 4.23 MiB/sec. | ||
| 10194 | 2024.11.13 20:53:58.324239 [ 197 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10195 | 2024.11.13 20:53:58.324590 [ 197 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_33_8} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10196 | 2024.11.13 20:53:58.324682 [ 197 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_33_8} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10197 | 2024.11.13 20:53:58.324780 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10198 | 2024.11.13 20:53:59.308849 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10199 | 2024.11.13 20:53:59.309035 [ 277 ] {bb6dbd19-fb85-4f22-9147-2471188fc8d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10200 | 2024.11.13 20:53:59.309106 [ 277 ] {bb6dbd19-fb85-4f22-9147-2471188fc8d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10201 | 2024.11.13 20:53:59.309849 [ 277 ] {bb6dbd19-fb85-4f22-9147-2471188fc8d7} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10202 | 2024.11.13 20:53:59.309902 [ 277 ] {bb6dbd19-fb85-4f22-9147-2471188fc8d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10203 | 2024.11.13 20:53:59.310321 [ 277 ] {bb6dbd19-fb85-4f22-9147-2471188fc8d7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10204 | 2024.11.13 20:53:59.310579 [ 277 ] {bb6dbd19-fb85-4f22-9147-2471188fc8d7} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10205 | 2024.11.13 20:53:59.310829 [ 277 ] {bb6dbd19-fb85-4f22-9147-2471188fc8d7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001843 sec., 7596.31036353771 rows/sec., 546.83 KiB/sec. | ||
| 10206 | 2024.11.13 20:53:59.310895 [ 277 ] {bb6dbd19-fb85-4f22-9147-2471188fc8d7} <Debug> TCPHandler: Processed in 0.002174748 sec. | ||
| 10207 | 2024.11.13 20:53:59.311176 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10208 | 2024.11.13 20:53:59.311395 [ 274 ] {282b1403-c0b5-449d-a5dd-4a686cb835e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10209 | 2024.11.13 20:53:59.311479 [ 274 ] {282b1403-c0b5-449d-a5dd-4a686cb835e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10210 | 2024.11.13 20:53:59.312374 [ 274 ] {282b1403-c0b5-449d-a5dd-4a686cb835e8} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10211 | 2024.11.13 20:53:59.312423 [ 274 ] {282b1403-c0b5-449d-a5dd-4a686cb835e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10212 | 2024.11.13 20:53:59.312881 [ 274 ] {282b1403-c0b5-449d-a5dd-4a686cb835e8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10213 | 2024.11.13 20:53:59.313138 [ 274 ] {282b1403-c0b5-449d-a5dd-4a686cb835e8} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10214 | 2024.11.13 20:53:59.313370 [ 274 ] {282b1403-c0b5-449d-a5dd-4a686cb835e8} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002036 sec., 140962.67190569744 rows/sec., 12.44 MiB/sec. | ||
| 10215 | 2024.11.13 20:53:59.313428 [ 274 ] {282b1403-c0b5-449d-a5dd-4a686cb835e8} <Debug> TCPHandler: Processed in 0.002397542 sec. | ||
| 10216 | 2024.11.13 20:53:59.313586 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10217 | 2024.11.13 20:53:59.313712 [ 277 ] {f8dfe4fd-d081-4d51-a743-ea12514fd1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10218 | 2024.11.13 20:53:59.313765 [ 277 ] {f8dfe4fd-d081-4d51-a743-ea12514fd1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10219 | 2024.11.13 20:53:59.314381 [ 277 ] {f8dfe4fd-d081-4d51-a743-ea12514fd1a1} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10220 | 2024.11.13 20:53:59.314422 [ 277 ] {f8dfe4fd-d081-4d51-a743-ea12514fd1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10221 | 2024.11.13 20:53:59.314787 [ 277 ] {f8dfe4fd-d081-4d51-a743-ea12514fd1a1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10222 | 2024.11.13 20:53:59.315033 [ 277 ] {f8dfe4fd-d081-4d51-a743-ea12514fd1a1} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10223 | 2024.11.13 20:53:59.315240 [ 277 ] {f8dfe4fd-d081-4d51-a743-ea12514fd1a1} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001561 sec., 31390.13452914798 rows/sec., 2.26 MiB/sec. | ||
| 10224 | 2024.11.13 20:53:59.315300 [ 277 ] {f8dfe4fd-d081-4d51-a743-ea12514fd1a1} <Debug> TCPHandler: Processed in 0.001774921 sec. | ||
| 10225 | 2024.11.13 20:53:59.315495 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10226 | 2024.11.13 20:53:59.315638 [ 274 ] {f12aa2ea-5c80-4729-a1a8-2418a722dbe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10227 | 2024.11.13 20:53:59.315693 [ 274 ] {f12aa2ea-5c80-4729-a1a8-2418a722dbe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10228 | 2024.11.13 20:53:59.316394 [ 274 ] {f12aa2ea-5c80-4729-a1a8-2418a722dbe7} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10229 | 2024.11.13 20:53:59.316443 [ 274 ] {f12aa2ea-5c80-4729-a1a8-2418a722dbe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10230 | 2024.11.13 20:53:59.316844 [ 274 ] {f12aa2ea-5c80-4729-a1a8-2418a722dbe7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10231 | 2024.11.13 20:53:59.317088 [ 274 ] {f12aa2ea-5c80-4729-a1a8-2418a722dbe7} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10232 | 2024.11.13 20:53:59.317352 [ 274 ] {f12aa2ea-5c80-4729-a1a8-2418a722dbe7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00173 sec., 8092.485549132948 rows/sec., 566.74 KiB/sec. | ||
| 10233 | 2024.11.13 20:53:59.317522 [ 274 ] {f12aa2ea-5c80-4729-a1a8-2418a722dbe7} <Debug> TCPHandler: Processed in 0.002131687 sec. | ||
| 10234 | 2024.11.13 20:53:59.317750 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10235 | 2024.11.13 20:53:59.317903 [ 277 ] {f708ca1b-0837-4283-b798-354317dbc1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10236 | 2024.11.13 20:53:59.317962 [ 277 ] {f708ca1b-0837-4283-b798-354317dbc1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10237 | 2024.11.13 20:53:59.318653 [ 277 ] {f708ca1b-0837-4283-b798-354317dbc1d4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10238 | 2024.11.13 20:53:59.318698 [ 277 ] {f708ca1b-0837-4283-b798-354317dbc1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10239 | 2024.11.13 20:53:59.319058 [ 277 ] {f708ca1b-0837-4283-b798-354317dbc1d4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10240 | 2024.11.13 20:53:59.319301 [ 277 ] {f708ca1b-0837-4283-b798-354317dbc1d4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10241 | 2024.11.13 20:53:59.319535 [ 277 ] {f708ca1b-0837-4283-b798-354317dbc1d4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec. | ||
| 10242 | 2024.11.13 20:53:59.319666 [ 277 ] {f708ca1b-0837-4283-b798-354317dbc1d4} <Debug> TCPHandler: Processed in 0.002039036 sec. | ||
| 10243 | 2024.11.13 20:53:59.319838 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10244 | 2024.11.13 20:53:59.319983 [ 274 ] {798ccc1d-22bd-4577-8c8d-8f9a95d533eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10245 | 2024.11.13 20:53:59.320041 [ 274 ] {798ccc1d-22bd-4577-8c8d-8f9a95d533eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10246 | 2024.11.13 20:53:59.320884 [ 274 ] {798ccc1d-22bd-4577-8c8d-8f9a95d533eb} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10247 | 2024.11.13 20:53:59.320924 [ 274 ] {798ccc1d-22bd-4577-8c8d-8f9a95d533eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10248 | 2024.11.13 20:53:59.321331 [ 274 ] {798ccc1d-22bd-4577-8c8d-8f9a95d533eb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10249 | 2024.11.13 20:53:59.321577 [ 274 ] {798ccc1d-22bd-4577-8c8d-8f9a95d533eb} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10250 | 2024.11.13 20:53:59.321795 [ 274 ] {798ccc1d-22bd-4577-8c8d-8f9a95d533eb} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001843 sec., 230059.6852957135 rows/sec., 16.45 MiB/sec. | ||
| 10251 | 2024.11.13 20:53:59.321847 [ 274 ] {798ccc1d-22bd-4577-8c8d-8f9a95d533eb} <Debug> TCPHandler: Processed in 0.002075756 sec. | ||
| 10252 | 2024.11.13 20:53:59.322000 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10253 | 2024.11.13 20:53:59.322140 [ 277 ] {cae23af4-1e20-4d9b-b6c6-4c9c573a6c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10254 | 2024.11.13 20:53:59.322199 [ 277 ] {cae23af4-1e20-4d9b-b6c6-4c9c573a6c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10255 | 2024.11.13 20:53:59.322753 [ 277 ] {cae23af4-1e20-4d9b-b6c6-4c9c573a6c53} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10256 | 2024.11.13 20:53:59.322792 [ 277 ] {cae23af4-1e20-4d9b-b6c6-4c9c573a6c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10257 | 2024.11.13 20:53:59.323149 [ 277 ] {cae23af4-1e20-4d9b-b6c6-4c9c573a6c53} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10258 | 2024.11.13 20:53:59.323394 [ 277 ] {cae23af4-1e20-4d9b-b6c6-4c9c573a6c53} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10259 | 2024.11.13 20:53:59.323598 [ 277 ] {cae23af4-1e20-4d9b-b6c6-4c9c573a6c53} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec. | ||
| 10260 | 2024.11.13 20:53:59.323706 [ 277 ] {cae23af4-1e20-4d9b-b6c6-4c9c573a6c53} <Debug> TCPHandler: Processed in 0.001772282 sec. | ||
| 10261 | 2024.11.13 20:53:59.323893 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10262 | 2024.11.13 20:53:59.324029 [ 274 ] {c6ff753b-cbe7-4756-ba66-eaa7bb498dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10263 | 2024.11.13 20:53:59.324080 [ 274 ] {c6ff753b-cbe7-4756-ba66-eaa7bb498dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10264 | 2024.11.13 20:53:59.324666 [ 274 ] {c6ff753b-cbe7-4756-ba66-eaa7bb498dd0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10265 | 2024.11.13 20:53:59.324705 [ 274 ] {c6ff753b-cbe7-4756-ba66-eaa7bb498dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10266 | 2024.11.13 20:53:59.325099 [ 274 ] {c6ff753b-cbe7-4756-ba66-eaa7bb498dd0} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10267 | 2024.11.13 20:53:59.325344 [ 274 ] {c6ff753b-cbe7-4756-ba66-eaa7bb498dd0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10268 | 2024.11.13 20:53:59.325524 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10269 | 2024.11.13 20:53:59.325585 [ 274 ] {c6ff753b-cbe7-4756-ba66-eaa7bb498dd0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001576 sec., 150380.7106598985 rows/sec., 10.08 MiB/sec. | ||
| 10270 | 2024.11.13 20:53:59.325610 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10271 | 2024.11.13 20:53:59.325690 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10272 | 2024.11.13 20:53:59.325708 [ 274 ] {c6ff753b-cbe7-4756-ba66-eaa7bb498dd0} <Debug> TCPHandler: Processed in 0.001922164 sec. | ||
| 10273 | 2024.11.13 20:53:59.325957 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10274 | 2024.11.13 20:53:59.326086 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 10275 | 2024.11.13 20:53:59.326326 [ 277 ] {2296ef55-ca1c-4cad-9816-c873fb9bfbb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10276 | 2024.11.13 20:53:59.326559 [ 277 ] {2296ef55-ca1c-4cad-9816-c873fb9bfbb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10277 | 2024.11.13 20:53:59.326796 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10278 | 2024.11.13 20:53:59.326986 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 15380 rows starting from the beginning of the part | ||
| 10279 | 2024.11.13 20:53:59.327593 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 10280 | 2024.11.13 20:53:59.328177 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 10281 | 2024.11.13 20:53:59.328784 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 133 rows starting from the beginning of the part | ||
| 10282 | 2024.11.13 20:53:59.329196 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 10283 | 2024.11.13 20:53:59.329402 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 10284 | 2024.11.13 20:53:59.330240 [ 277 ] {2296ef55-ca1c-4cad-9816-c873fb9bfbb6} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10285 | 2024.11.13 20:53:59.330322 [ 277 ] {2296ef55-ca1c-4cad-9816-c873fb9bfbb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10286 | 2024.11.13 20:53:59.330987 [ 277 ] {2296ef55-ca1c-4cad-9816-c873fb9bfbb6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10287 | 2024.11.13 20:53:59.331413 [ 277 ] {2296ef55-ca1c-4cad-9816-c873fb9bfbb6} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10288 | 2024.11.13 20:53:59.331843 [ 277 ] {2296ef55-ca1c-4cad-9816-c873fb9bfbb6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005656 sec., 176.80339462517682 rows/sec., 11.91 KiB/sec. | ||
| 10289 | 2024.11.13 20:53:59.332110 [ 277 ] {2296ef55-ca1c-4cad-9816-c873fb9bfbb6} <Debug> TCPHandler: Processed in 0.00628713 sec. | ||
| 10290 | 2024.11.13 20:53:59.332433 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10291 | 2024.11.13 20:53:59.332855 [ 274 ] {2bd0a938-9185-460b-80d2-52185c43ef72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10292 | 2024.11.13 20:53:59.333135 [ 274 ] {2bd0a938-9185-460b-80d2-52185c43ef72} <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 | ||
| 10293 | 2024.11.13 20:53:59.335418 [ 274 ] {2bd0a938-9185-460b-80d2-52185c43ef72} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10294 | 2024.11.13 20:53:59.335457 [ 274 ] {2bd0a938-9185-460b-80d2-52185c43ef72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10295 | 2024.11.13 20:53:59.336575 [ 274 ] {2bd0a938-9185-460b-80d2-52185c43ef72} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10296 | 2024.11.13 20:53:59.336639 [ 197 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16307 rows, containing 5 columns (5 merged, 0 gathered) in 0.010801929 sec., 1509637.7693280524 rows/sec., 102.85 MiB/sec. | ||
| 10297 | 2024.11.13 20:53:59.336894 [ 274 ] {2bd0a938-9185-460b-80d2-52185c43ef72} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10298 | 2024.11.13 20:53:59.337143 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10299 | 2024.11.13 20:53:59.337228 [ 274 ] {2bd0a938-9185-460b-80d2-52185c43ef72} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.004494 sec., 9345.794392523365 rows/sec., 16.75 MiB/sec. | ||
| 10300 | 2024.11.13 20:53:59.337260 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10301 | 2024.11.13 20:53:59.337390 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10302 | 2024.11.13 20:53:59.337814 [ 274 ] {2bd0a938-9185-460b-80d2-52185c43ef72} <Debug> TCPHandler: Processed in 0.005543688 sec. | ||
| 10303 | 2024.11.13 20:53:59.337830 [ 186 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10304 | 2024.11.13 20:53:59.337905 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::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 | ||
| 10305 | 2024.11.13 20:53:59.338111 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10306 | 2024.11.13 20:53:59.338593 [ 277 ] {675c1618-22c4-4a11-ad1e-00ca5326fa48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10307 | 2024.11.13 20:53:59.338747 [ 277 ] {675c1618-22c4-4a11-ad1e-00ca5326fa48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10308 | 2024.11.13 20:53:59.338991 [ 186 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10309 | 2024.11.13 20:53:59.339358 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10310 | 2024.11.13 20:53:59.339398 [ 186 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10311 | 2024.11.13 20:53:59.339690 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1113 rows starting from the beginning of the part | ||
| 10312 | 2024.11.13 20:53:59.339768 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.11 MiB. | ||
| 10313 | 2024.11.13 20:53:59.340723 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part | ||
| 10314 | 2024.11.13 20:53:59.341311 [ 277 ] {675c1618-22c4-4a11-ad1e-00ca5326fa48} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10315 | 2024.11.13 20:53:59.341333 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part | ||
| 10316 | 2024.11.13 20:53:59.341361 [ 277 ] {675c1618-22c4-4a11-ad1e-00ca5326fa48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10317 | 2024.11.13 20:53:59.341865 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part | ||
| 10318 | 2024.11.13 20:53:59.342394 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part | ||
| 10319 | 2024.11.13 20:53:59.342441 [ 277 ] {675c1618-22c4-4a11-ad1e-00ca5326fa48} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10320 | 2024.11.13 20:53:59.342855 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part | ||
| 10321 | 2024.11.13 20:53:59.343142 [ 277 ] {675c1618-22c4-4a11-ad1e-00ca5326fa48} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10322 | 2024.11.13 20:53:59.343455 [ 82 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
| 10323 | 2024.11.13 20:53:59.343565 [ 82 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10324 | 2024.11.13 20:53:59.343647 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10325 | 2024.11.13 20:53:59.343738 [ 277 ] {675c1618-22c4-4a11-ad1e-00ca5326fa48} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005276 sec., 15542.077331311599 rows/sec., 1010.81 KiB/sec. | ||
| 10326 | 2024.11.13 20:53:59.344181 [ 277 ] {675c1618-22c4-4a11-ad1e-00ca5326fa48} <Debug> TCPHandler: Processed in 0.006244369 sec. | ||
| 10327 | 2024.11.13 20:53:59.344368 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
| 10328 | 2024.11.13 20:53:59.344678 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10329 | 2024.11.13 20:53:59.344742 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 5026 rows starting from the beginning of the part | ||
| 10330 | 2024.11.13 20:53:59.344963 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 10331 | 2024.11.13 20:53:59.345310 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 10332 | 2024.11.13 20:53:59.345687 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 48 rows starting from the beginning of the part | ||
| 10333 | 2024.11.13 20:53:59.346048 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 10334 | 2024.11.13 20:53:59.346404 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part | ||
| 10335 | 2024.11.13 20:53:59.351012 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5358 rows, containing 4 columns (4 merged, 0 gathered) in 0.007197196 sec., 744456.5911502201 rows/sec., 48.66 MiB/sec. | ||
| 10336 | 2024.11.13 20:53:59.351931 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 10337 | 2024.11.13 20:53:59.352781 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10338 | 2024.11.13 20:53:59.352864 [ 186 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_90_18} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
| 10339 | 2024.11.13 20:53:59.352950 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 10340 | 2024.11.13 20:53:59.355803 [ 196 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1323 rows, containing 19 columns (19 merged, 0 gathered) in 0.018191129 sec., 72727.75647954561 rows/sec., 130.32 MiB/sec. | ||
| 10341 | 2024.11.13 20:53:59.357143 [ 201 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10342 | 2024.11.13 20:53:59.357595 [ 201 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10343 | 2024.11.13 20:53:59.357676 [ 201 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10344 | 2024.11.13 20:53:59.357819 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.44 MiB. | ||
| 10345 | 2024.11.13 20:54:00.000170 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.97 MiB, peak 194.38 MiB, free memory in arenas 0.00 B, will set to 186.54 MiB (RSS), difference: 3.57 MiB | ||
| 10346 | 2024.11.13 20:54:04.301976 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10347 | 2024.11.13 20:54:04.302201 [ 277 ] {7cf4d04d-d47b-497e-8757-1d4623f7a0d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10348 | 2024.11.13 20:54:04.302282 [ 277 ] {7cf4d04d-d47b-497e-8757-1d4623f7a0d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10349 | 2024.11.13 20:54:04.303050 [ 277 ] {7cf4d04d-d47b-497e-8757-1d4623f7a0d4} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10350 | 2024.11.13 20:54:04.303099 [ 277 ] {7cf4d04d-d47b-497e-8757-1d4623f7a0d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10351 | 2024.11.13 20:54:04.303525 [ 277 ] {7cf4d04d-d47b-497e-8757-1d4623f7a0d4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 10352 | 2024.11.13 20:54:04.303802 [ 277 ] {7cf4d04d-d47b-497e-8757-1d4623f7a0d4} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10353 | 2024.11.13 20:54:04.304039 [ 277 ] {7cf4d04d-d47b-497e-8757-1d4623f7a0d4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001895 sec., 1055.4089709762534 rows/sec., 86.06 KiB/sec. | ||
| 10354 | 2024.11.13 20:54:04.304104 [ 277 ] {7cf4d04d-d47b-497e-8757-1d4623f7a0d4} <Debug> TCPHandler: Processed in 0.00226743 sec. | ||
| 10355 | 2024.11.13 20:54:04.304406 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10356 | 2024.11.13 20:54:04.304713 [ 274 ] {3429a105-3d61-4741-bd0e-ed1404905d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10357 | 2024.11.13 20:54:04.304833 [ 274 ] {3429a105-3d61-4741-bd0e-ed1404905d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10358 | 2024.11.13 20:54:04.305622 [ 274 ] {3429a105-3d61-4741-bd0e-ed1404905d3d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10359 | 2024.11.13 20:54:04.305673 [ 274 ] {3429a105-3d61-4741-bd0e-ed1404905d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10360 | 2024.11.13 20:54:04.306133 [ 274 ] {3429a105-3d61-4741-bd0e-ed1404905d3d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10361 | 2024.11.13 20:54:04.306407 [ 274 ] {3429a105-3d61-4741-bd0e-ed1404905d3d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10362 | 2024.11.13 20:54:04.306652 [ 274 ] {3429a105-3d61-4741-bd0e-ed1404905d3d} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002026 sec., 28134.25468904245 rows/sec., 2.15 MiB/sec. | ||
| 10363 | 2024.11.13 20:54:04.306716 [ 274 ] {3429a105-3d61-4741-bd0e-ed1404905d3d} <Debug> TCPHandler: Processed in 0.002503664 sec. | ||
| 10364 | 2024.11.13 20:54:04.306861 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10365 | 2024.11.13 20:54:04.306988 [ 277 ] {7bed2c2b-1830-40e9-8891-2cac6646bd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10366 | 2024.11.13 20:54:04.307040 [ 277 ] {7bed2c2b-1830-40e9-8891-2cac6646bd09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10367 | 2024.11.13 20:54:04.307647 [ 277 ] {7bed2c2b-1830-40e9-8891-2cac6646bd09} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10368 | 2024.11.13 20:54:04.307687 [ 277 ] {7bed2c2b-1830-40e9-8891-2cac6646bd09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10369 | 2024.11.13 20:54:04.308039 [ 277 ] {7bed2c2b-1830-40e9-8891-2cac6646bd09} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10370 | 2024.11.13 20:54:04.308281 [ 277 ] {7bed2c2b-1830-40e9-8891-2cac6646bd09} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10371 | 2024.11.13 20:54:04.308496 [ 277 ] {7bed2c2b-1830-40e9-8891-2cac6646bd09} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001537 sec., 1301.2361743656475 rows/sec., 90.86 KiB/sec. | ||
| 10372 | 2024.11.13 20:54:04.308551 [ 277 ] {7bed2c2b-1830-40e9-8891-2cac6646bd09} <Debug> TCPHandler: Processed in 0.001748311 sec. | ||
| 10373 | 2024.11.13 20:54:04.308691 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10374 | 2024.11.13 20:54:04.308818 [ 274 ] {e9f361a9-950c-4ad8-929e-d0318c02be04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10375 | 2024.11.13 20:54:04.308881 [ 274 ] {e9f361a9-950c-4ad8-929e-d0318c02be04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10376 | 2024.11.13 20:54:04.309605 [ 274 ] {e9f361a9-950c-4ad8-929e-d0318c02be04} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10377 | 2024.11.13 20:54:04.309654 [ 274 ] {e9f361a9-950c-4ad8-929e-d0318c02be04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10378 | 2024.11.13 20:54:04.310374 [ 274 ] {e9f361a9-950c-4ad8-929e-d0318c02be04} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10379 | 2024.11.13 20:54:04.310624 [ 274 ] {e9f361a9-950c-4ad8-929e-d0318c02be04} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10380 | 2024.11.13 20:54:04.310845 [ 274 ] {e9f361a9-950c-4ad8-929e-d0318c02be04} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002057 sec., 32085.561497326205 rows/sec., 2.51 MiB/sec. | ||
| 10381 | 2024.11.13 20:54:04.310910 [ 274 ] {e9f361a9-950c-4ad8-929e-d0318c02be04} <Debug> TCPHandler: Processed in 0.00227512 sec. | ||
| 10382 | 2024.11.13 20:54:04.311111 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10383 | 2024.11.13 20:54:04.311268 [ 277 ] {569cd055-4db8-4d6d-b643-be0e5b9e8cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10384 | 2024.11.13 20:54:04.311322 [ 277 ] {569cd055-4db8-4d6d-b643-be0e5b9e8cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10385 | 2024.11.13 20:54:04.311893 [ 277 ] {569cd055-4db8-4d6d-b643-be0e5b9e8cc5} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10386 | 2024.11.13 20:54:04.311933 [ 277 ] {569cd055-4db8-4d6d-b643-be0e5b9e8cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10387 | 2024.11.13 20:54:04.312323 [ 277 ] {569cd055-4db8-4d6d-b643-be0e5b9e8cc5} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10388 | 2024.11.13 20:54:04.312561 [ 277 ] {569cd055-4db8-4d6d-b643-be0e5b9e8cc5} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2024.11.13 20:54:04.312771 [ 277 ] {569cd055-4db8-4d6d-b643-be0e5b9e8cc5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001527 sec., 105435.4944335298 rows/sec., 7.34 MiB/sec. | ||
| 10390 | 2024.11.13 20:54:04.312840 [ 277 ] {569cd055-4db8-4d6d-b643-be0e5b9e8cc5} <Debug> TCPHandler: Processed in 0.001844912 sec. | ||
| 10391 | 2024.11.13 20:54:04.313099 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10392 | 2024.11.13 20:54:04.313341 [ 274 ] {fb187938-1c5a-4ac7-96b7-8017783f3a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10393 | 2024.11.13 20:54:04.313437 [ 274 ] {fb187938-1c5a-4ac7-96b7-8017783f3a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10394 | 2024.11.13 20:54:04.314141 [ 274 ] {fb187938-1c5a-4ac7-96b7-8017783f3a75} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10395 | 2024.11.13 20:54:04.314181 [ 274 ] {fb187938-1c5a-4ac7-96b7-8017783f3a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10396 | 2024.11.13 20:54:04.314565 [ 274 ] {fb187938-1c5a-4ac7-96b7-8017783f3a75} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10397 | 2024.11.13 20:54:04.314812 [ 274 ] {fb187938-1c5a-4ac7-96b7-8017783f3a75} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10398 | 2024.11.13 20:54:04.315042 [ 274 ] {fb187938-1c5a-4ac7-96b7-8017783f3a75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001756 sec., 34168.56492027335 rows/sec., 2.30 MiB/sec. | ||
| 10399 | 2024.11.13 20:54:04.315107 [ 274 ] {fb187938-1c5a-4ac7-96b7-8017783f3a75} <Debug> TCPHandler: Processed in 0.002183568 sec. | ||
| 10400 | 2024.11.13 20:54:06.143002 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1518 | ||
| 10401 | 2024.11.13 20:54:06.146542 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10402 | 2024.11.13 20:54:06.146598 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10403 | 2024.11.13 20:54:06.147977 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10404 | 2024.11.13 20:54:06.148283 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10405 | 2024.11.13 20:54:06.149674 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1518 | ||
| 10406 | 2024.11.13 20:54:09.302309 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10407 | 2024.11.13 20:54:09.302506 [ 277 ] {3e94d385-3850-482e-9406-d935a2b5a7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10408 | 2024.11.13 20:54:09.302576 [ 277 ] {3e94d385-3850-482e-9406-d935a2b5a7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10409 | 2024.11.13 20:54:09.303302 [ 277 ] {3e94d385-3850-482e-9406-d935a2b5a7e6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10410 | 2024.11.13 20:54:09.303362 [ 277 ] {3e94d385-3850-482e-9406-d935a2b5a7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10411 | 2024.11.13 20:54:09.303820 [ 277 ] {3e94d385-3850-482e-9406-d935a2b5a7e6} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10412 | 2024.11.13 20:54:09.304079 [ 277 ] {3e94d385-3850-482e-9406-d935a2b5a7e6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10413 | 2024.11.13 20:54:09.304279 [ 277 ] {3e94d385-3850-482e-9406-d935a2b5a7e6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001824 sec., 30701.754385964912 rows/sec., 2.34 MiB/sec. | ||
| 10414 | 2024.11.13 20:54:09.304341 [ 277 ] {3e94d385-3850-482e-9406-d935a2b5a7e6} <Debug> TCPHandler: Processed in 0.002157218 sec. | ||
| 10415 | 2024.11.13 20:54:09.304583 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10416 | 2024.11.13 20:54:09.304782 [ 274 ] {51c135c7-38d6-4e65-8c90-424b8ee5a873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10417 | 2024.11.13 20:54:09.304861 [ 274 ] {51c135c7-38d6-4e65-8c90-424b8ee5a873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10418 | 2024.11.13 20:54:09.305669 [ 274 ] {51c135c7-38d6-4e65-8c90-424b8ee5a873} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10419 | 2024.11.13 20:54:09.305725 [ 274 ] {51c135c7-38d6-4e65-8c90-424b8ee5a873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10420 | 2024.11.13 20:54:09.306182 [ 274 ] {51c135c7-38d6-4e65-8c90-424b8ee5a873} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10421 | 2024.11.13 20:54:09.306460 [ 274 ] {51c135c7-38d6-4e65-8c90-424b8ee5a873} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10422 | 2024.11.13 20:54:09.306743 [ 274 ] {51c135c7-38d6-4e65-8c90-424b8ee5a873} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002008 sec., 31872.509960159365 rows/sec., 2.49 MiB/sec. | ||
| 10423 | 2024.11.13 20:54:09.306837 [ 274 ] {51c135c7-38d6-4e65-8c90-424b8ee5a873} <Debug> TCPHandler: Processed in 0.002387622 sec. | ||
| 10424 | 2024.11.13 20:54:09.307047 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10425 | 2024.11.13 20:54:09.307194 [ 277 ] {4224eed1-4e76-4544-abdf-b9f86f063fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10426 | 2024.11.13 20:54:09.307250 [ 277 ] {4224eed1-4e76-4544-abdf-b9f86f063fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10427 | 2024.11.13 20:54:09.307822 [ 277 ] {4224eed1-4e76-4544-abdf-b9f86f063fc0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10428 | 2024.11.13 20:54:09.307859 [ 277 ] {4224eed1-4e76-4544-abdf-b9f86f063fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10429 | 2024.11.13 20:54:09.308253 [ 277 ] {4224eed1-4e76-4544-abdf-b9f86f063fc0} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10430 | 2024.11.13 20:54:09.308498 [ 277 ] {4224eed1-4e76-4544-abdf-b9f86f063fc0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10431 | 2024.11.13 20:54:09.308697 [ 277 ] {4224eed1-4e76-4544-abdf-b9f86f063fc0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. | ||
| 10432 | 2024.11.13 20:54:09.308792 [ 277 ] {4224eed1-4e76-4544-abdf-b9f86f063fc0} <Debug> TCPHandler: Processed in 0.001847243 sec. | ||
| 10433 | 2024.11.13 20:54:09.308988 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10434 | 2024.11.13 20:54:09.309172 [ 274 ] {43579eb6-a51e-4906-8218-1553ff5e8cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10435 | 2024.11.13 20:54:09.309238 [ 274 ] {43579eb6-a51e-4906-8218-1553ff5e8cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10436 | 2024.11.13 20:54:09.309855 [ 274 ] {43579eb6-a51e-4906-8218-1553ff5e8cbb} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10437 | 2024.11.13 20:54:09.309905 [ 274 ] {43579eb6-a51e-4906-8218-1553ff5e8cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 10438 | 2024.11.13 20:54:09.310312 [ 274 ] {43579eb6-a51e-4906-8218-1553ff5e8cbb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10439 | 2024.11.13 20:54:09.310564 [ 274 ] {43579eb6-a51e-4906-8218-1553ff5e8cbb} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10440 | 2024.11.13 20:54:09.310778 [ 274 ] {43579eb6-a51e-4906-8218-1553ff5e8cbb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001643 sec., 36518.56360316494 rows/sec., 2.46 MiB/sec. | ||
| 10441 | 2024.11.13 20:54:09.310875 [ 274 ] {43579eb6-a51e-4906-8218-1553ff5e8cbb} <Debug> TCPHandler: Processed in 0.001999015 sec. | ||
| 10442 | 2024.11.13 20:54:10.807652 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10443 | 2024.11.13 20:54:10.807731 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10444 | 2024.11.13 20:54:12.439090 [ 290 ] {} <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) | ||
| 10445 | 2024.11.13 20:54:12.586422 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10446 | 2024.11.13 20:54:12.613749 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10447 | 2024.11.13 20:54:12.613814 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37312, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10448 | 2024.11.13 20:54:12.854343 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60187, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10449 | 2024.11.13 20:54:12.871663 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10450 | 2024.11.13 20:54:12.914991 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10451 | 2024.11.13 20:54:12.930376 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52663, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10452 | 2024.11.13 20:54:14.308922 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10453 | 2024.11.13 20:54:14.309133 [ 277 ] {8bfe1235-878a-4ff1-848b-38ec7441a474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10454 | 2024.11.13 20:54:14.309208 [ 277 ] {8bfe1235-878a-4ff1-848b-38ec7441a474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10455 | 2024.11.13 20:54:14.309942 [ 277 ] {8bfe1235-878a-4ff1-848b-38ec7441a474} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10456 | 2024.11.13 20:54:14.309995 [ 277 ] {8bfe1235-878a-4ff1-848b-38ec7441a474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10457 | 2024.11.13 20:54:14.310415 [ 277 ] {8bfe1235-878a-4ff1-848b-38ec7441a474} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10458 | 2024.11.13 20:54:14.310661 [ 277 ] {8bfe1235-878a-4ff1-848b-38ec7441a474} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10459 | 2024.11.13 20:54:14.310907 [ 277 ] {8bfe1235-878a-4ff1-848b-38ec7441a474} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001818 sec., 7700.770077007701 rows/sec., 554.35 KiB/sec. | ||
| 10460 | 2024.11.13 20:54:14.311016 [ 277 ] {8bfe1235-878a-4ff1-848b-38ec7441a474} <Debug> TCPHandler: Processed in 0.002231699 sec. | ||
| 10461 | 2024.11.13 20:54:14.311321 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10462 | 2024.11.13 20:54:14.311537 [ 274 ] {12ce5fd1-5672-4952-91c0-d9726d69009b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10463 | 2024.11.13 20:54:14.311624 [ 274 ] {12ce5fd1-5672-4952-91c0-d9726d69009b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10464 | 2024.11.13 20:54:14.312564 [ 274 ] {12ce5fd1-5672-4952-91c0-d9726d69009b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10465 | 2024.11.13 20:54:14.312615 [ 274 ] {12ce5fd1-5672-4952-91c0-d9726d69009b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10466 | 2024.11.13 20:54:14.313081 [ 274 ] {12ce5fd1-5672-4952-91c0-d9726d69009b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10467 | 2024.11.13 20:54:14.313356 [ 274 ] {12ce5fd1-5672-4952-91c0-d9726d69009b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10468 | 2024.11.13 20:54:14.313604 [ 274 ] {12ce5fd1-5672-4952-91c0-d9726d69009b} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002128 sec., 134868.42105263157 rows/sec., 11.90 MiB/sec. | ||
| 10469 | 2024.11.13 20:54:14.313670 [ 274 ] {12ce5fd1-5672-4952-91c0-d9726d69009b} <Debug> TCPHandler: Processed in 0.002545635 sec. | ||
| 10470 | 2024.11.13 20:54:14.313828 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10471 | 2024.11.13 20:54:14.313976 [ 277 ] {75fc8ac4-36a3-47ec-ac8d-fc171c7356ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10472 | 2024.11.13 20:54:14.314037 [ 277 ] {75fc8ac4-36a3-47ec-ac8d-fc171c7356ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10473 | 2024.11.13 20:54:14.314664 [ 277 ] {75fc8ac4-36a3-47ec-ac8d-fc171c7356ca} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10474 | 2024.11.13 20:54:14.314705 [ 277 ] {75fc8ac4-36a3-47ec-ac8d-fc171c7356ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10475 | 2024.11.13 20:54:14.315067 [ 277 ] {75fc8ac4-36a3-47ec-ac8d-fc171c7356ca} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10476 | 2024.11.13 20:54:14.315317 [ 277 ] {75fc8ac4-36a3-47ec-ac8d-fc171c7356ca} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10477 | 2024.11.13 20:54:14.315554 [ 277 ] {75fc8ac4-36a3-47ec-ac8d-fc171c7356ca} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.00161 sec., 30434.782608695652 rows/sec., 2.19 MiB/sec. | ||
| 10478 | 2024.11.13 20:54:14.315664 [ 277 ] {75fc8ac4-36a3-47ec-ac8d-fc171c7356ca} <Debug> TCPHandler: Processed in 0.001905364 sec. | ||
| 10479 | 2024.11.13 20:54:14.315901 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10480 | 2024.11.13 20:54:14.316143 [ 274 ] {86f9648c-4c69-46be-bd6b-ae13a1599d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10481 | 2024.11.13 20:54:14.316209 [ 274 ] {86f9648c-4c69-46be-bd6b-ae13a1599d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10482 | 2024.11.13 20:54:14.316799 [ 274 ] {86f9648c-4c69-46be-bd6b-ae13a1599d0e} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10483 | 2024.11.13 20:54:14.316840 [ 274 ] {86f9648c-4c69-46be-bd6b-ae13a1599d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10484 | 2024.11.13 20:54:14.317203 [ 274 ] {86f9648c-4c69-46be-bd6b-ae13a1599d0e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10485 | 2024.11.13 20:54:14.317468 [ 274 ] {86f9648c-4c69-46be-bd6b-ae13a1599d0e} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10486 | 2024.11.13 20:54:14.317673 [ 274 ] {86f9648c-4c69-46be-bd6b-ae13a1599d0e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00159 sec., 8805.031446540881 rows/sec., 616.65 KiB/sec. | ||
| 10487 | 2024.11.13 20:54:14.317726 [ 274 ] {86f9648c-4c69-46be-bd6b-ae13a1599d0e} <Debug> TCPHandler: Processed in 0.001975775 sec. | ||
| 10488 | 2024.11.13 20:54:14.317870 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10489 | 2024.11.13 20:54:14.318014 [ 277 ] {e9f4166d-4460-4473-a569-28490f95e165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10490 | 2024.11.13 20:54:14.318072 [ 277 ] {e9f4166d-4460-4473-a569-28490f95e165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10491 | 2024.11.13 20:54:14.318653 [ 277 ] {e9f4166d-4460-4473-a569-28490f95e165} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10492 | 2024.11.13 20:54:14.318691 [ 277 ] {e9f4166d-4460-4473-a569-28490f95e165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10493 | 2024.11.13 20:54:14.319037 [ 277 ] {e9f4166d-4460-4473-a569-28490f95e165} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10494 | 2024.11.13 20:54:14.319279 [ 277 ] {e9f4166d-4460-4473-a569-28490f95e165} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10495 | 2024.11.13 20:54:14.319520 [ 277 ] {e9f4166d-4460-4473-a569-28490f95e165} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001537 sec., 8458.035133376708 rows/sec., 527.36 KiB/sec. | ||
| 10496 | 2024.11.13 20:54:14.319688 [ 277 ] {e9f4166d-4460-4473-a569-28490f95e165} <Debug> TCPHandler: Processed in 0.001880863 sec. | ||
| 10497 | 2024.11.13 20:54:14.319909 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10498 | 2024.11.13 20:54:14.320035 [ 274 ] {16b3740a-a925-45b8-9e19-6deea320663d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10499 | 2024.11.13 20:54:14.320083 [ 274 ] {16b3740a-a925-45b8-9e19-6deea320663d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10500 | 2024.11.13 20:54:14.320782 [ 274 ] {16b3740a-a925-45b8-9e19-6deea320663d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10501 | 2024.11.13 20:54:14.320824 [ 274 ] {16b3740a-a925-45b8-9e19-6deea320663d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10502 | 2024.11.13 20:54:14.321208 [ 274 ] {16b3740a-a925-45b8-9e19-6deea320663d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10503 | 2024.11.13 20:54:14.321465 [ 274 ] {16b3740a-a925-45b8-9e19-6deea320663d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10504 | 2024.11.13 20:54:14.321687 [ 274 ] {16b3740a-a925-45b8-9e19-6deea320663d} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001676 sec., 252983.29355608593 rows/sec., 18.09 MiB/sec. | ||
| 10505 | 2024.11.13 20:54:14.321739 [ 274 ] {16b3740a-a925-45b8-9e19-6deea320663d} <Debug> TCPHandler: Processed in 0.001951104 sec. | ||
| 10506 | 2024.11.13 20:54:14.321885 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10507 | 2024.11.13 20:54:14.322006 [ 277 ] {d8bd1fdb-a20a-43a2-a683-e97d63d2b551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10508 | 2024.11.13 20:54:14.322058 [ 277 ] {d8bd1fdb-a20a-43a2-a683-e97d63d2b551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10509 | 2024.11.13 20:54:14.322618 [ 277 ] {d8bd1fdb-a20a-43a2-a683-e97d63d2b551} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10510 | 2024.11.13 20:54:14.322664 [ 277 ] {d8bd1fdb-a20a-43a2-a683-e97d63d2b551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10511 | 2024.11.13 20:54:14.323110 [ 277 ] {d8bd1fdb-a20a-43a2-a683-e97d63d2b551} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10512 | 2024.11.13 20:54:14.323363 [ 277 ] {d8bd1fdb-a20a-43a2-a683-e97d63d2b551} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10513 | 2024.11.13 20:54:14.323575 [ 277 ] {d8bd1fdb-a20a-43a2-a683-e97d63d2b551} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001594 sec., 3764.115432873275 rows/sec., 196.66 KiB/sec. | ||
| 10514 | 2024.11.13 20:54:14.323628 [ 277 ] {d8bd1fdb-a20a-43a2-a683-e97d63d2b551} <Debug> TCPHandler: Processed in 0.001802811 sec. | ||
| 10515 | 2024.11.13 20:54:14.323765 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10516 | 2024.11.13 20:54:14.323881 [ 274 ] {2f306182-f075-4a78-bfb5-4b49e86b941b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10517 | 2024.11.13 20:54:14.323935 [ 274 ] {2f306182-f075-4a78-bfb5-4b49e86b941b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10518 | 2024.11.13 20:54:14.324517 [ 274 ] {2f306182-f075-4a78-bfb5-4b49e86b941b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10519 | 2024.11.13 20:54:14.324556 [ 274 ] {2f306182-f075-4a78-bfb5-4b49e86b941b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10520 | 2024.11.13 20:54:14.324947 [ 274 ] {2f306182-f075-4a78-bfb5-4b49e86b941b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10521 | 2024.11.13 20:54:14.325183 [ 274 ] {2f306182-f075-4a78-bfb5-4b49e86b941b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10522 | 2024.11.13 20:54:14.325400 [ 274 ] {2f306182-f075-4a78-bfb5-4b49e86b941b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001543 sec., 153596.88917692806 rows/sec., 10.30 MiB/sec. | ||
| 10523 | 2024.11.13 20:54:14.325451 [ 274 ] {2f306182-f075-4a78-bfb5-4b49e86b941b} <Debug> TCPHandler: Processed in 0.0017443 sec. | ||
| 10524 | 2024.11.13 20:54:14.325607 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10525 | 2024.11.13 20:54:14.325747 [ 277 ] {4c11e973-88eb-4bfb-bd1e-4708ef365e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10526 | 2024.11.13 20:54:14.325807 [ 277 ] {4c11e973-88eb-4bfb-bd1e-4708ef365e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10527 | 2024.11.13 20:54:14.326320 [ 277 ] {4c11e973-88eb-4bfb-bd1e-4708ef365e4d} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10528 | 2024.11.13 20:54:14.326358 [ 277 ] {4c11e973-88eb-4bfb-bd1e-4708ef365e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10529 | 2024.11.13 20:54:14.326714 [ 277 ] {4c11e973-88eb-4bfb-bd1e-4708ef365e4d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10530 | 2024.11.13 20:54:14.326951 [ 277 ] {4c11e973-88eb-4bfb-bd1e-4708ef365e4d} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10531 | 2024.11.13 20:54:14.327150 [ 277 ] {4c11e973-88eb-4bfb-bd1e-4708ef365e4d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec. | ||
| 10532 | 2024.11.13 20:54:14.327200 [ 277 ] {4c11e973-88eb-4bfb-bd1e-4708ef365e4d} <Debug> TCPHandler: Processed in 0.001662019 sec. | ||
| 10533 | 2024.11.13 20:54:14.327393 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10534 | 2024.11.13 20:54:14.327613 [ 274 ] {8e3a9d22-a264-419b-80ab-3e575883dfcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10535 | 2024.11.13 20:54:14.327752 [ 274 ] {8e3a9d22-a264-419b-80ab-3e575883dfcf} <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 | ||
| 10536 | 2024.11.13 20:54:14.329079 [ 274 ] {8e3a9d22-a264-419b-80ab-3e575883dfcf} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10537 | 2024.11.13 20:54:14.329118 [ 274 ] {8e3a9d22-a264-419b-80ab-3e575883dfcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10538 | 2024.11.13 20:54:14.329775 [ 274 ] {8e3a9d22-a264-419b-80ab-3e575883dfcf} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10539 | 2024.11.13 20:54:14.330034 [ 274 ] {8e3a9d22-a264-419b-80ab-3e575883dfcf} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10540 | 2024.11.13 20:54:14.330260 [ 274 ] {8e3a9d22-a264-419b-80ab-3e575883dfcf} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002701 sec., 15549.796371714181 rows/sec., 27.86 MiB/sec. | ||
| 10541 | 2024.11.13 20:54:14.330352 [ 274 ] {8e3a9d22-a264-419b-80ab-3e575883dfcf} <Debug> TCPHandler: Processed in 0.003069714 sec. | ||
| 10542 | 2024.11.13 20:54:14.330503 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10543 | 2024.11.13 20:54:14.330644 [ 277 ] {f5442b0e-9738-4d18-a4ec-78b0d4659cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10544 | 2024.11.13 20:54:14.330703 [ 277 ] {f5442b0e-9738-4d18-a4ec-78b0d4659cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10545 | 2024.11.13 20:54:14.331250 [ 277 ] {f5442b0e-9738-4d18-a4ec-78b0d4659cea} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10546 | 2024.11.13 20:54:14.331289 [ 277 ] {f5442b0e-9738-4d18-a4ec-78b0d4659cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10547 | 2024.11.13 20:54:14.331660 [ 277 ] {f5442b0e-9738-4d18-a4ec-78b0d4659cea} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10548 | 2024.11.13 20:54:14.331895 [ 277 ] {f5442b0e-9738-4d18-a4ec-78b0d4659cea} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10549 | 2024.11.13 20:54:14.332104 [ 277 ] {f5442b0e-9738-4d18-a4ec-78b0d4659cea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001492 sec., 54959.7855227882 rows/sec., 3.49 MiB/sec. | ||
| 10550 | 2024.11.13 20:54:14.332154 [ 277 ] {f5442b0e-9738-4d18-a4ec-78b0d4659cea} <Debug> TCPHandler: Processed in 0.00171817 sec. | ||
| 10551 | 2024.11.13 20:54:16.149875 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1548 | ||
| 10552 | 2024.11.13 20:54:16.152805 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10553 | 2024.11.13 20:54:16.152863 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10554 | 2024.11.13 20:54:16.154311 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10555 | 2024.11.13 20:54:16.154625 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10556 | 2024.11.13 20:54:16.154847 [ 68 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10557 | 2024.11.13 20:54:16.154962 [ 68 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10558 | 2024.11.13 20:54:16.155024 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10559 | 2024.11.13 20:54:16.155442 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 10560 | 2024.11.13 20:54:16.156249 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1548 | ||
| 10561 | 2024.11.13 20:54:16.156696 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10562 | 2024.11.13 20:54:16.156875 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1400 rows starting from the beginning of the part | ||
| 10563 | 2024.11.13 20:54:16.157503 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 34 rows starting from the beginning of the part | ||
| 10564 | 2024.11.13 20:54:16.158110 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 10565 | 2024.11.13 20:54:16.158656 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 20 rows starting from the beginning of the part | ||
| 10566 | 2024.11.13 20:54:16.159196 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 34 rows starting from the beginning of the part | ||
| 10567 | 2024.11.13 20:54:16.159679 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 10568 | 2024.11.13 20:54:16.167908 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1548 rows, containing 72 columns (72 merged, 0 gathered) in 0.012737393 sec., 121531.93357541846 rows/sec., 93.70 MiB/sec. | ||
| 10569 | 2024.11.13 20:54:16.170135 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10570 | 2024.11.13 20:54:16.170901 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_51_10} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10571 | 2024.11.13 20:54:16.170989 [ 198 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_51_10} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10572 | 2024.11.13 20:54:16.171282 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 10573 | 2024.11.13 20:54:16.502134 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10574 | 2024.11.13 20:54:16.817623 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36602, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10575 | 2024.11.13 20:54:17.230327 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10576 | 2024.11.13 20:54:17.344507 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10577 | 2024.11.13 20:54:17.364933 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10578 | 2024.11.13 20:54:17.383226 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10579 | 2024.11.13 20:54:17.406575 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49994, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10580 | 2024.11.13 20:54:17.432945 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10581 | 2024.11.13 20:54:17.445294 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10582 | 2024.11.13 20:54:17.468950 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10583 | 2024.11.13 20:54:17.554767 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10584 | 2024.11.13 20:54:17.583143 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10585 | 2024.11.13 20:54:17.661336 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10586 | 2024.11.13 20:54:17.682482 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10587 | 2024.11.13 20:54:17.689456 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10588 | 2024.11.13 20:54:17.701586 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10589 | 2024.11.13 20:54:18.757793 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60092, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10590 | 2024.11.13 20:54:19.300443 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10591 | 2024.11.13 20:54:19.300643 [ 277 ] {fdb0c31f-8b38-4866-8003-ee0553ead7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10592 | 2024.11.13 20:54:19.300723 [ 277 ] {fdb0c31f-8b38-4866-8003-ee0553ead7c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10593 | 2024.11.13 20:54:19.301481 [ 277 ] {fdb0c31f-8b38-4866-8003-ee0553ead7c9} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10594 | 2024.11.13 20:54:19.301541 [ 277 ] {fdb0c31f-8b38-4866-8003-ee0553ead7c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10595 | 2024.11.13 20:54:19.301985 [ 277 ] {fdb0c31f-8b38-4866-8003-ee0553ead7c9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 10596 | 2024.11.13 20:54:19.302263 [ 277 ] {fdb0c31f-8b38-4866-8003-ee0553ead7c9} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10597 | 2024.11.13 20:54:19.302537 [ 277 ] {fdb0c31f-8b38-4866-8003-ee0553ead7c9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001947 sec., 1027.221366204417 rows/sec., 83.76 KiB/sec. | ||
| 10598 | 2024.11.13 20:54:19.302606 [ 277 ] {fdb0c31f-8b38-4866-8003-ee0553ead7c9} <Debug> TCPHandler: Processed in 0.002317581 sec. | ||
| 10599 | 2024.11.13 20:54:19.302876 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10600 | 2024.11.13 20:54:19.303112 [ 274 ] {6ed2e975-2261-4fb0-912c-946dc095c2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10601 | 2024.11.13 20:54:19.303206 [ 274 ] {6ed2e975-2261-4fb0-912c-946dc095c2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10602 | 2024.11.13 20:54:19.304232 [ 274 ] {6ed2e975-2261-4fb0-912c-946dc095c2c3} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10603 | 2024.11.13 20:54:19.304284 [ 274 ] {6ed2e975-2261-4fb0-912c-946dc095c2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10604 | 2024.11.13 20:54:19.304750 [ 274 ] {6ed2e975-2261-4fb0-912c-946dc095c2c3} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10605 | 2024.11.13 20:54:19.305018 [ 274 ] {6ed2e975-2261-4fb0-912c-946dc095c2c3} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10606 | 2024.11.13 20:54:19.305182 [ 65 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10607 | 2024.11.13 20:54:19.305225 [ 65 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10608 | 2024.11.13 20:54:19.305248 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10609 | 2024.11.13 20:54:19.305263 [ 274 ] {6ed2e975-2261-4fb0-912c-946dc095c2c3} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002225 sec., 25617.977528089887 rows/sec., 1.95 MiB/sec. | ||
| 10610 | 2024.11.13 20:54:19.305431 [ 274 ] {6ed2e975-2261-4fb0-912c-946dc095c2c3} <Debug> TCPHandler: Processed in 0.002702167 sec. | ||
| 10611 | 2024.11.13 20:54:19.305565 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 10612 | 2024.11.13 20:54:19.305654 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10613 | 2024.11.13 20:54:19.305892 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10614 | 2024.11.13 20:54:19.305924 [ 277 ] {704ed961-824b-41fa-bd65-3127003f703a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10615 | 2024.11.13 20:54:19.305967 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1437 rows starting from the beginning of the part | ||
| 10616 | 2024.11.13 20:54:19.306038 [ 277 ] {704ed961-824b-41fa-bd65-3127003f703a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10617 | 2024.11.13 20:54:19.306220 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 287 rows starting from the beginning of the part | ||
| 10618 | 2024.11.13 20:54:19.306584 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 57 rows starting from the beginning of the part | ||
| 10619 | 2024.11.13 20:54:19.306890 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 56 rows starting from the beginning of the part | ||
| 10620 | 2024.11.13 20:54:19.307292 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 287 rows starting from the beginning of the part | ||
| 10621 | 2024.11.13 20:54:19.307638 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 57 rows starting from the beginning of the part | ||
| 10622 | 2024.11.13 20:54:19.309727 [ 277 ] {704ed961-824b-41fa-bd65-3127003f703a} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10623 | 2024.11.13 20:54:19.309805 [ 277 ] {704ed961-824b-41fa-bd65-3127003f703a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10624 | 2024.11.13 20:54:19.310809 [ 277 ] {704ed961-824b-41fa-bd65-3127003f703a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10625 | 2024.11.13 20:54:19.311138 [ 277 ] {704ed961-824b-41fa-bd65-3127003f703a} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10626 | 2024.11.13 20:54:19.311673 [ 277 ] {704ed961-824b-41fa-bd65-3127003f703a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005821 sec., 343.5835767050335 rows/sec., 23.99 KiB/sec. | ||
| 10627 | 2024.11.13 20:54:19.311851 [ 277 ] {704ed961-824b-41fa-bd65-3127003f703a} <Debug> TCPHandler: Processed in 0.00628507 sec. | ||
| 10628 | 2024.11.13 20:54:19.311850 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2181 rows, containing 5 columns (5 merged, 0 gathered) in 0.006462583 sec., 337481.1588493332 rows/sec., 29.69 MiB/sec. | ||
| 10629 | 2024.11.13 20:54:19.312073 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10630 | 2024.11.13 20:54:19.312238 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10631 | 2024.11.13 20:54:19.312278 [ 274 ] {a8f434ea-868d-4765-9d8d-35a6d8f0d64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10632 | 2024.11.13 20:54:19.312402 [ 274 ] {a8f434ea-868d-4765-9d8d-35a6d8f0d64c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10633 | 2024.11.13 20:54:19.313081 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_96_19} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10634 | 2024.11.13 20:54:19.313276 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_96_19} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10635 | 2024.11.13 20:54:19.313504 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 10636 | 2024.11.13 20:54:19.313652 [ 274 ] {a8f434ea-868d-4765-9d8d-35a6d8f0d64c} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10637 | 2024.11.13 20:54:19.313696 [ 274 ] {a8f434ea-868d-4765-9d8d-35a6d8f0d64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10638 | 2024.11.13 20:54:19.314118 [ 274 ] {a8f434ea-868d-4765-9d8d-35a6d8f0d64c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10639 | 2024.11.13 20:54:19.314397 [ 274 ] {a8f434ea-868d-4765-9d8d-35a6d8f0d64c} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10640 | 2024.11.13 20:54:19.314551 [ 65 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10641 | 2024.11.13 20:54:19.314591 [ 65 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10642 | 2024.11.13 20:54:19.314615 [ 274 ] {a8f434ea-868d-4765-9d8d-35a6d8f0d64c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002393 sec., 27580.442958629334 rows/sec., 2.15 MiB/sec. | ||
| 10643 | 2024.11.13 20:54:19.314619 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10644 | 2024.11.13 20:54:19.314746 [ 274 ] {a8f434ea-868d-4765-9d8d-35a6d8f0d64c} <Debug> TCPHandler: Processed in 0.002766878 sec. | ||
| 10645 | 2024.11.13 20:54:19.314954 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 10646 | 2024.11.13 20:54:19.315013 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10647 | 2024.11.13 20:54:19.315304 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10648 | 2024.11.13 20:54:19.315318 [ 277 ] {ae6a1703-a46c-42ef-9ba9-81826495691b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10649 | 2024.11.13 20:54:19.315377 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 916 rows starting from the beginning of the part | ||
| 10650 | 2024.11.13 20:54:19.315456 [ 277 ] {ae6a1703-a46c-42ef-9ba9-81826495691b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10651 | 2024.11.13 20:54:19.315674 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 424 rows starting from the beginning of the part | ||
| 10652 | 2024.11.13 20:54:19.316054 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 66 rows starting from the beginning of the part | ||
| 10653 | 2024.11.13 20:54:19.316400 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part | ||
| 10654 | 2024.11.13 20:54:19.316785 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 424 rows starting from the beginning of the part | ||
| 10655 | 2024.11.13 20:54:19.317213 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 66 rows starting from the beginning of the part | ||
| 10656 | 2024.11.13 20:54:19.318552 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10657 | 2024.11.13 20:54:19.318884 [ 277 ] {ae6a1703-a46c-42ef-9ba9-81826495691b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10658 | 2024.11.13 20:54:19.318955 [ 277 ] {ae6a1703-a46c-42ef-9ba9-81826495691b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10659 | 2024.11.13 20:54:19.320042 [ 277 ] {ae6a1703-a46c-42ef-9ba9-81826495691b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10660 | 2024.11.13 20:54:19.320477 [ 277 ] {ae6a1703-a46c-42ef-9ba9-81826495691b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10661 | 2024.11.13 20:54:19.320946 [ 277 ] {ae6a1703-a46c-42ef-9ba9-81826495691b} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.005717 sec., 22564.28196606612 rows/sec., 1.57 MiB/sec. | ||
| 10662 | 2024.11.13 20:54:19.321440 [ 277 ] {ae6a1703-a46c-42ef-9ba9-81826495691b} <Debug> TCPHandler: Processed in 0.006565435 sec. | ||
| 10663 | 2024.11.13 20:54:19.321500 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.006740198 sec., 290792.64437038795 rows/sec., 22.26 MiB/sec. | ||
| 10664 | 2024.11.13 20:54:19.321818 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10665 | 2024.11.13 20:54:19.321936 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10666 | 2024.11.13 20:54:19.322356 [ 274 ] {c40e2cda-4016-417c-9dfa-5ae61e266610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10667 | 2024.11.13 20:54:19.322617 [ 274 ] {c40e2cda-4016-417c-9dfa-5ae61e266610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10668 | 2024.11.13 20:54:19.322923 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_96_19} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10669 | 2024.11.13 20:54:19.323217 [ 196 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_96_19} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10670 | 2024.11.13 20:54:19.323365 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 10671 | 2024.11.13 20:54:19.324004 [ 274 ] {c40e2cda-4016-417c-9dfa-5ae61e266610} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10672 | 2024.11.13 20:54:19.324059 [ 274 ] {c40e2cda-4016-417c-9dfa-5ae61e266610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10673 | 2024.11.13 20:54:19.324591 [ 274 ] {c40e2cda-4016-417c-9dfa-5ae61e266610} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10674 | 2024.11.13 20:54:19.324917 [ 274 ] {c40e2cda-4016-417c-9dfa-5ae61e266610} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10675 | 2024.11.13 20:54:19.325172 [ 274 ] {c40e2cda-4016-417c-9dfa-5ae61e266610} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003023 sec., 15878.26662256037 rows/sec., 1.07 MiB/sec. | ||
| 10676 | 2024.11.13 20:54:19.325270 [ 274 ] {c40e2cda-4016-417c-9dfa-5ae61e266610} <Debug> TCPHandler: Processed in 0.003657154 sec. | ||
| 10677 | 2024.11.13 20:54:19.406753 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10678 | 2024.11.13 20:54:19.450789 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10679 | 2024.11.13 20:54:19.462153 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10680 | 2024.11.13 20:54:19.667280 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10681 | 2024.11.13 20:54:19.678636 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10682 | 2024.11.13 20:54:19.704054 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10683 | 2024.11.13 20:54:24.306628 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10684 | 2024.11.13 20:54:24.306921 [ 277 ] {0332be1c-de59-43a8-b73e-d8c747e3e65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10685 | 2024.11.13 20:54:24.307030 [ 277 ] {0332be1c-de59-43a8-b73e-d8c747e3e65a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10686 | 2024.11.13 20:54:24.308099 [ 277 ] {0332be1c-de59-43a8-b73e-d8c747e3e65a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10687 | 2024.11.13 20:54:24.308166 [ 277 ] {0332be1c-de59-43a8-b73e-d8c747e3e65a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10688 | 2024.11.13 20:54:24.308773 [ 277 ] {0332be1c-de59-43a8-b73e-d8c747e3e65a} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10689 | 2024.11.13 20:54:24.309160 [ 277 ] {0332be1c-de59-43a8-b73e-d8c747e3e65a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10690 | 2024.11.13 20:54:24.309509 [ 277 ] {0332be1c-de59-43a8-b73e-d8c747e3e65a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002657 sec., 21076.401957094466 rows/sec., 1.61 MiB/sec. | ||
| 10691 | 2024.11.13 20:54:24.309645 [ 277 ] {0332be1c-de59-43a8-b73e-d8c747e3e65a} <Debug> TCPHandler: Processed in 0.003212997 sec. | ||
| 10692 | 2024.11.13 20:54:24.310042 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10693 | 2024.11.13 20:54:24.310316 [ 274 ] {629bae9b-2289-492f-9c25-984f35fc9c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10694 | 2024.11.13 20:54:24.310423 [ 274 ] {629bae9b-2289-492f-9c25-984f35fc9c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10695 | 2024.11.13 20:54:24.311505 [ 274 ] {629bae9b-2289-492f-9c25-984f35fc9c54} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10696 | 2024.11.13 20:54:24.311583 [ 274 ] {629bae9b-2289-492f-9c25-984f35fc9c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10697 | 2024.11.13 20:54:24.312236 [ 274 ] {629bae9b-2289-492f-9c25-984f35fc9c54} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10698 | 2024.11.13 20:54:24.312612 [ 274 ] {629bae9b-2289-492f-9c25-984f35fc9c54} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10699 | 2024.11.13 20:54:24.312956 [ 274 ] {629bae9b-2289-492f-9c25-984f35fc9c54} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002718 sec., 23546.7255334805 rows/sec., 1.84 MiB/sec. | ||
| 10700 | 2024.11.13 20:54:24.313060 [ 274 ] {629bae9b-2289-492f-9c25-984f35fc9c54} <Debug> TCPHandler: Processed in 0.003232787 sec. | ||
| 10701 | 2024.11.13 20:54:24.313270 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10702 | 2024.11.13 20:54:24.313448 [ 277 ] {25b5310f-85b0-4aaa-938e-4b657e47c84b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10703 | 2024.11.13 20:54:24.313522 [ 277 ] {25b5310f-85b0-4aaa-938e-4b657e47c84b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10704 | 2024.11.13 20:54:24.314360 [ 277 ] {25b5310f-85b0-4aaa-938e-4b657e47c84b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10705 | 2024.11.13 20:54:24.314416 [ 277 ] {25b5310f-85b0-4aaa-938e-4b657e47c84b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10706 | 2024.11.13 20:54:24.315003 [ 277 ] {25b5310f-85b0-4aaa-938e-4b657e47c84b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10707 | 2024.11.13 20:54:24.315359 [ 277 ] {25b5310f-85b0-4aaa-938e-4b657e47c84b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10708 | 2024.11.13 20:54:24.315593 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10709 | 2024.11.13 20:54:24.315679 [ 277 ] {25b5310f-85b0-4aaa-938e-4b657e47c84b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002267 sec., 70577.856197618 rows/sec., 4.92 MiB/sec. | ||
| 10710 | 2024.11.13 20:54:24.315706 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10711 | 2024.11.13 20:54:24.315796 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10712 | 2024.11.13 20:54:24.315844 [ 277 ] {25b5310f-85b0-4aaa-938e-4b657e47c84b} <Debug> TCPHandler: Processed in 0.002653176 sec. | ||
| 10713 | 2024.11.13 20:54:24.316104 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10714 | 2024.11.13 20:54:24.316114 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 10715 | 2024.11.13 20:54:24.316347 [ 274 ] {7f205f5d-1fe7-4448-87b8-3c03b36aeb67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10716 | 2024.11.13 20:54:24.316384 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10717 | 2024.11.13 20:54:24.316454 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_91_18, total 16307 rows starting from the beginning of the part | ||
| 10718 | 2024.11.13 20:54:24.316460 [ 274 ] {7f205f5d-1fe7-4448-87b8-3c03b36aeb67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10719 | 2024.11.13 20:54:24.316669 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 161 rows starting from the beginning of the part | ||
| 10720 | 2024.11.13 20:54:24.317005 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 10721 | 2024.11.13 20:54:24.317463 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 10722 | 2024.11.13 20:54:24.317736 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 129 rows starting from the beginning of the part | ||
| 10723 | 2024.11.13 20:54:24.318083 [ 193 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 10724 | 2024.11.13 20:54:24.318957 [ 274 ] {7f205f5d-1fe7-4448-87b8-3c03b36aeb67} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10725 | 2024.11.13 20:54:24.319019 [ 274 ] {7f205f5d-1fe7-4448-87b8-3c03b36aeb67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10726 | 2024.11.13 20:54:24.319819 [ 274 ] {7f205f5d-1fe7-4448-87b8-3c03b36aeb67} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10727 | 2024.11.13 20:54:24.320203 [ 274 ] {7f205f5d-1fe7-4448-87b8-3c03b36aeb67} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10728 | 2024.11.13 20:54:24.320518 [ 62 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 | ||
| 10729 | 2024.11.13 20:54:24.320636 [ 274 ] {7f205f5d-1fe7-4448-87b8-3c03b36aeb67} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004347 sec., 13802.622498274672 rows/sec., 952.52 KiB/sec. | ||
| 10730 | 2024.11.13 20:54:24.320664 [ 62 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10731 | 2024.11.13 20:54:24.320862 [ 274 ] {7f205f5d-1fe7-4448-87b8-3c03b36aeb67} <Debug> TCPHandler: Processed in 0.004877905 sec. | ||
| 10732 | 2024.11.13 20:54:24.320865 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10733 | 2024.11.13 20:54:24.321476 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full | ||
| 10734 | 2024.11.13 20:54:24.322089 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10735 | 2024.11.13 20:54:24.322221 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 5358 rows starting from the beginning of the part | ||
| 10736 | 2024.11.13 20:54:24.322395 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 10737 | 2024.11.13 20:54:24.322608 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
| 10738 | 2024.11.13 20:54:24.322890 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part | ||
| 10739 | 2024.11.13 20:54:24.323025 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 48 rows starting from the beginning of the part | ||
| 10740 | 2024.11.13 20:54:24.323602 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 10741 | 2024.11.13 20:54:24.326603 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17154 rows, containing 5 columns (5 merged, 0 gathered) in 0.010663757 sec., 1608626.303093741 rows/sec., 109.65 MiB/sec. | ||
| 10742 | 2024.11.13 20:54:24.327031 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10743 | 2024.11.13 20:54:24.327790 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10744 | 2024.11.13 20:54:24.327810 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5668 rows, containing 4 columns (4 merged, 0 gathered) in 0.006675347 sec., 849094.4365888395 rows/sec., 55.55 MiB/sec. | ||
| 10745 | 2024.11.13 20:54:24.327996 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10746 | 2024.11.13 20:54:24.328168 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. | ||
| 10747 | 2024.11.13 20:54:24.328328 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
| 10748 | 2024.11.13 20:54:24.328705 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10749 | 2024.11.13 20:54:24.328814 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_95_19} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 | ||
| 10750 | 2024.11.13 20:54:24.328941 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 10751 | 2024.11.13 20:54:25.807804 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10752 | 2024.11.13 20:54:25.807889 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10753 | 2024.11.13 20:54:26.156462 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1568 | ||
| 10754 | 2024.11.13 20:54:26.159003 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10755 | 2024.11.13 20:54:26.159051 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10756 | 2024.11.13 20:54:26.160419 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10757 | 2024.11.13 20:54:26.160723 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10758 | 2024.11.13 20:54:26.162105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1568 | ||
| 10759 | 2024.11.13 20:54:29.308069 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10760 | 2024.11.13 20:54:29.308276 [ 277 ] {785783a2-c88e-406e-979f-84d41ef70a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10761 | 2024.11.13 20:54:29.308347 [ 277 ] {785783a2-c88e-406e-979f-84d41ef70a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10762 | 2024.11.13 20:54:29.309074 [ 277 ] {785783a2-c88e-406e-979f-84d41ef70a32} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10763 | 2024.11.13 20:54:29.309128 [ 277 ] {785783a2-c88e-406e-979f-84d41ef70a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10764 | 2024.11.13 20:54:29.309557 [ 277 ] {785783a2-c88e-406e-979f-84d41ef70a32} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10765 | 2024.11.13 20:54:29.309818 [ 277 ] {785783a2-c88e-406e-979f-84d41ef70a32} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10766 | 2024.11.13 20:54:29.310064 [ 277 ] {785783a2-c88e-406e-979f-84d41ef70a32} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00184 sec., 7608.695652173913 rows/sec., 547.72 KiB/sec. | ||
| 10767 | 2024.11.13 20:54:29.310128 [ 277 ] {785783a2-c88e-406e-979f-84d41ef70a32} <Debug> TCPHandler: Processed in 0.002185138 sec. | ||
| 10768 | 2024.11.13 20:54:29.310377 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10769 | 2024.11.13 20:54:29.310577 [ 274 ] {f81643e0-ebef-47c2-ab28-bcb19e614db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10770 | 2024.11.13 20:54:29.310649 [ 274 ] {f81643e0-ebef-47c2-ab28-bcb19e614db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10771 | 2024.11.13 20:54:29.311539 [ 274 ] {f81643e0-ebef-47c2-ab28-bcb19e614db4} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10772 | 2024.11.13 20:54:29.311579 [ 274 ] {f81643e0-ebef-47c2-ab28-bcb19e614db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10773 | 2024.11.13 20:54:29.312032 [ 274 ] {f81643e0-ebef-47c2-ab28-bcb19e614db4} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10774 | 2024.11.13 20:54:29.312290 [ 274 ] {f81643e0-ebef-47c2-ab28-bcb19e614db4} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10775 | 2024.11.13 20:54:29.312487 [ 274 ] {f81643e0-ebef-47c2-ab28-bcb19e614db4} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.001964 sec., 146130.34623217923 rows/sec., 12.90 MiB/sec. | ||
| 10776 | 2024.11.13 20:54:29.312541 [ 274 ] {f81643e0-ebef-47c2-ab28-bcb19e614db4} <Debug> TCPHandler: Processed in 0.002297831 sec. | ||
| 10777 | 2024.11.13 20:54:29.312711 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10778 | 2024.11.13 20:54:29.312856 [ 277 ] {6652a902-49ff-4a0d-999b-86fa843dffe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10779 | 2024.11.13 20:54:29.312916 [ 277 ] {6652a902-49ff-4a0d-999b-86fa843dffe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10780 | 2024.11.13 20:54:29.313627 [ 277 ] {6652a902-49ff-4a0d-999b-86fa843dffe7} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10781 | 2024.11.13 20:54:29.313669 [ 277 ] {6652a902-49ff-4a0d-999b-86fa843dffe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10782 | 2024.11.13 20:54:29.314040 [ 277 ] {6652a902-49ff-4a0d-999b-86fa843dffe7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10783 | 2024.11.13 20:54:29.314285 [ 277 ] {6652a902-49ff-4a0d-999b-86fa843dffe7} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10784 | 2024.11.13 20:54:29.314453 [ 57 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10785 | 2024.11.13 20:54:29.314524 [ 57 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10786 | 2024.11.13 20:54:29.314531 [ 277 ] {6652a902-49ff-4a0d-999b-86fa843dffe7} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001696 sec., 28891.509433962263 rows/sec., 2.08 MiB/sec. | ||
| 10787 | 2024.11.13 20:54:29.314552 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10788 | 2024.11.13 20:54:29.314711 [ 277 ] {6652a902-49ff-4a0d-999b-86fa843dffe7} <Debug> TCPHandler: Processed in 0.002065696 sec. | ||
| 10789 | 2024.11.13 20:54:29.315049 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10790 | 2024.11.13 20:54:29.315138 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 10791 | 2024.11.13 20:54:29.315466 [ 274 ] {ed4a355e-8ecb-4b42-b487-71e7ec937a8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10792 | 2024.11.13 20:54:29.315671 [ 274 ] {ed4a355e-8ecb-4b42-b487-71e7ec937a8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10793 | 2024.11.13 20:54:29.315832 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10794 | 2024.11.13 20:54:29.316000 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 67 rows starting from the beginning of the part | ||
| 10795 | 2024.11.13 20:54:29.316264 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 49 rows starting from the beginning of the part | ||
| 10796 | 2024.11.13 20:54:29.316706 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 2 rows starting from the beginning of the part | ||
| 10797 | 2024.11.13 20:54:29.317113 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 49 rows starting from the beginning of the part | ||
| 10798 | 2024.11.13 20:54:29.317502 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 2 rows starting from the beginning of the part | ||
| 10799 | 2024.11.13 20:54:29.317862 [ 192 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 49 rows starting from the beginning of the part | ||
| 10800 | 2024.11.13 20:54:29.318902 [ 274 ] {ed4a355e-8ecb-4b42-b487-71e7ec937a8b} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10801 | 2024.11.13 20:54:29.318982 [ 274 ] {ed4a355e-8ecb-4b42-b487-71e7ec937a8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10802 | 2024.11.13 20:54:29.320058 [ 274 ] {ed4a355e-8ecb-4b42-b487-71e7ec937a8b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10803 | 2024.11.13 20:54:29.320727 [ 274 ] {ed4a355e-8ecb-4b42-b487-71e7ec937a8b} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10804 | 2024.11.13 20:54:29.320816 [ 194 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 5 columns (5 merged, 0 gathered) in 0.006108437 sec., 35688.34384311404 rows/sec., 2.69 MiB/sec. | ||
| 10805 | 2024.11.13 20:54:29.321170 [ 274 ] {ed4a355e-8ecb-4b42-b487-71e7ec937a8b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005864 sec., 2387.448840381992 rows/sec., 167.20 KiB/sec. | ||
| 10806 | 2024.11.13 20:54:29.321271 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10807 | 2024.11.13 20:54:29.321530 [ 274 ] {ed4a355e-8ecb-4b42-b487-71e7ec937a8b} <Debug> TCPHandler: Processed in 0.006678977 sec. | ||
| 10808 | 2024.11.13 20:54:29.321826 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10809 | 2024.11.13 20:54:29.322129 [ 277 ] {03e34d21-e9ff-4a27-ae38-20d0728c17a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10810 | 2024.11.13 20:54:29.322236 [ 277 ] {03e34d21-e9ff-4a27-ae38-20d0728c17a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10811 | 2024.11.13 20:54:29.322247 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_66_13} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10812 | 2024.11.13 20:54:29.322475 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_66_13} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10813 | 2024.11.13 20:54:29.322660 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10814 | 2024.11.13 20:54:29.323124 [ 277 ] {03e34d21-e9ff-4a27-ae38-20d0728c17a4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10815 | 2024.11.13 20:54:29.323167 [ 277 ] {03e34d21-e9ff-4a27-ae38-20d0728c17a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10816 | 2024.11.13 20:54:29.323537 [ 277 ] {03e34d21-e9ff-4a27-ae38-20d0728c17a4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10817 | 2024.11.13 20:54:29.323794 [ 277 ] {03e34d21-e9ff-4a27-ae38-20d0728c17a4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10818 | 2024.11.13 20:54:29.324055 [ 277 ] {03e34d21-e9ff-4a27-ae38-20d0728c17a4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001976 sec., 6578.947368421053 rows/sec., 410.20 KiB/sec. | ||
| 10819 | 2024.11.13 20:54:29.324268 [ 277 ] {03e34d21-e9ff-4a27-ae38-20d0728c17a4} <Debug> TCPHandler: Processed in 0.002592835 sec. | ||
| 10820 | 2024.11.13 20:54:29.324478 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10821 | 2024.11.13 20:54:29.324600 [ 274 ] {8c149c0a-1d58-474b-992c-e0df2354b068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10822 | 2024.11.13 20:54:29.324649 [ 274 ] {8c149c0a-1d58-474b-992c-e0df2354b068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10823 | 2024.11.13 20:54:29.325395 [ 274 ] {8c149c0a-1d58-474b-992c-e0df2354b068} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10824 | 2024.11.13 20:54:29.325434 [ 274 ] {8c149c0a-1d58-474b-992c-e0df2354b068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10825 | 2024.11.13 20:54:29.325828 [ 274 ] {8c149c0a-1d58-474b-992c-e0df2354b068} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10826 | 2024.11.13 20:54:29.326073 [ 274 ] {8c149c0a-1d58-474b-992c-e0df2354b068} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10827 | 2024.11.13 20:54:29.326261 [ 274 ] {8c149c0a-1d58-474b-992c-e0df2354b068} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001685 sec., 251632.04747774478 rows/sec., 17.99 MiB/sec. | ||
| 10828 | 2024.11.13 20:54:29.326314 [ 274 ] {8c149c0a-1d58-474b-992c-e0df2354b068} <Debug> TCPHandler: Processed in 0.001937904 sec. | ||
| 10829 | 2024.11.13 20:54:29.326467 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10830 | 2024.11.13 20:54:29.326589 [ 277 ] {f9c3b670-00f7-4cda-b2d8-04b5facfc7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10831 | 2024.11.13 20:54:29.326648 [ 277 ] {f9c3b670-00f7-4cda-b2d8-04b5facfc7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10832 | 2024.11.13 20:54:29.327230 [ 277 ] {f9c3b670-00f7-4cda-b2d8-04b5facfc7c7} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10833 | 2024.11.13 20:54:29.327276 [ 277 ] {f9c3b670-00f7-4cda-b2d8-04b5facfc7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10834 | 2024.11.13 20:54:29.327692 [ 277 ] {f9c3b670-00f7-4cda-b2d8-04b5facfc7c7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10835 | 2024.11.13 20:54:29.327932 [ 277 ] {f9c3b670-00f7-4cda-b2d8-04b5facfc7c7} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10836 | 2024.11.13 20:54:29.328151 [ 277 ] {f9c3b670-00f7-4cda-b2d8-04b5facfc7c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00159 sec., 3773.5849056603774 rows/sec., 197.16 KiB/sec. | ||
| 10837 | 2024.11.13 20:54:29.328202 [ 277 ] {f9c3b670-00f7-4cda-b2d8-04b5facfc7c7} <Debug> TCPHandler: Processed in 0.001791951 sec. | ||
| 10838 | 2024.11.13 20:54:29.328350 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10839 | 2024.11.13 20:54:29.328469 [ 274 ] {d4e0e327-eb27-4809-aa23-6d42875265c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10840 | 2024.11.13 20:54:29.328522 [ 274 ] {d4e0e327-eb27-4809-aa23-6d42875265c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10841 | 2024.11.13 20:54:29.329216 [ 274 ] {d4e0e327-eb27-4809-aa23-6d42875265c3} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10842 | 2024.11.13 20:54:29.329261 [ 274 ] {d4e0e327-eb27-4809-aa23-6d42875265c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10843 | 2024.11.13 20:54:29.329713 [ 274 ] {d4e0e327-eb27-4809-aa23-6d42875265c3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10844 | 2024.11.13 20:54:29.329966 [ 274 ] {d4e0e327-eb27-4809-aa23-6d42875265c3} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10845 | 2024.11.13 20:54:29.330145 [ 274 ] {d4e0e327-eb27-4809-aa23-6d42875265c3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001704 sec., 139084.5070422535 rows/sec., 9.32 MiB/sec. | ||
| 10846 | 2024.11.13 20:54:29.330196 [ 274 ] {d4e0e327-eb27-4809-aa23-6d42875265c3} <Debug> TCPHandler: Processed in 0.001903983 sec. | ||
| 10847 | 2024.11.13 20:54:29.330329 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10848 | 2024.11.13 20:54:29.330447 [ 277 ] {0000b2f1-a3f2-44a4-8b80-0cda5336d1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10849 | 2024.11.13 20:54:29.330498 [ 277 ] {0000b2f1-a3f2-44a4-8b80-0cda5336d1f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10850 | 2024.11.13 20:54:29.331034 [ 277 ] {0000b2f1-a3f2-44a4-8b80-0cda5336d1f6} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10851 | 2024.11.13 20:54:29.331079 [ 277 ] {0000b2f1-a3f2-44a4-8b80-0cda5336d1f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10852 | 2024.11.13 20:54:29.331503 [ 277 ] {0000b2f1-a3f2-44a4-8b80-0cda5336d1f6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10853 | 2024.11.13 20:54:29.331760 [ 277 ] {0000b2f1-a3f2-44a4-8b80-0cda5336d1f6} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10854 | 2024.11.13 20:54:29.331972 [ 277 ] {0000b2f1-a3f2-44a4-8b80-0cda5336d1f6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00155 sec., 645.1612903225806 rows/sec., 43.47 KiB/sec. | ||
| 10855 | 2024.11.13 20:54:29.332023 [ 277 ] {0000b2f1-a3f2-44a4-8b80-0cda5336d1f6} <Debug> TCPHandler: Processed in 0.001749331 sec. | ||
| 10856 | 2024.11.13 20:54:29.332157 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10857 | 2024.11.13 20:54:29.332276 [ 274 ] {2ea2ba42-2ed9-4cf6-826b-99a0a8db7a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10858 | 2024.11.13 20:54:29.332358 [ 274 ] {2ea2ba42-2ed9-4cf6-826b-99a0a8db7a02} <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 | ||
| 10859 | 2024.11.13 20:54:29.333566 [ 274 ] {2ea2ba42-2ed9-4cf6-826b-99a0a8db7a02} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10860 | 2024.11.13 20:54:29.333604 [ 274 ] {2ea2ba42-2ed9-4cf6-826b-99a0a8db7a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10861 | 2024.11.13 20:54:29.334269 [ 274 ] {2ea2ba42-2ed9-4cf6-826b-99a0a8db7a02} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10862 | 2024.11.13 20:54:29.334543 [ 274 ] {2ea2ba42-2ed9-4cf6-826b-99a0a8db7a02} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10863 | 2024.11.13 20:54:29.334745 [ 274 ] {2ea2ba42-2ed9-4cf6-826b-99a0a8db7a02} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002494 sec., 16840.417000801925 rows/sec., 30.18 MiB/sec. | ||
| 10864 | 2024.11.13 20:54:29.334835 [ 274 ] {2ea2ba42-2ed9-4cf6-826b-99a0a8db7a02} <Debug> TCPHandler: Processed in 0.002736368 sec. | ||
| 10865 | 2024.11.13 20:54:29.334975 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10866 | 2024.11.13 20:54:29.335092 [ 277 ] {92c71e74-beb3-4c30-96fa-1ef9388438d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10867 | 2024.11.13 20:54:29.335143 [ 277 ] {92c71e74-beb3-4c30-96fa-1ef9388438d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10868 | 2024.11.13 20:54:29.335619 [ 277 ] {92c71e74-beb3-4c30-96fa-1ef9388438d1} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10869 | 2024.11.13 20:54:29.335658 [ 277 ] {92c71e74-beb3-4c30-96fa-1ef9388438d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10870 | 2024.11.13 20:54:29.336026 [ 277 ] {92c71e74-beb3-4c30-96fa-1ef9388438d1} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10871 | 2024.11.13 20:54:29.336272 [ 277 ] {92c71e74-beb3-4c30-96fa-1ef9388438d1} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10872 | 2024.11.13 20:54:29.336476 [ 277 ] {92c71e74-beb3-4c30-96fa-1ef9388438d1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001408 sec., 58238.63636363637 rows/sec., 3.70 MiB/sec. | ||
| 10873 | 2024.11.13 20:54:29.336527 [ 277 ] {92c71e74-beb3-4c30-96fa-1ef9388438d1} <Debug> TCPHandler: Processed in 0.001608778 sec. | ||
| 10874 | 2024.11.13 20:54:30.838941 [ 55 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 10875 | 2024.11.13 20:54:30.839028 [ 55 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10876 | 2024.11.13 20:54:30.839066 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10877 | 2024.11.13 20:54:30.839369 [ 194 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 10878 | 2024.11.13 20:54:30.839820 [ 194 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10879 | 2024.11.13 20:54:30.839894 [ 194 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part | ||
| 10880 | 2024.11.13 20:54:30.840033 [ 194 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 10881 | 2024.11.13 20:54:30.840274 [ 194 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 10 rows starting from the beginning of the part | ||
| 10882 | 2024.11.13 20:54:30.840514 [ 194 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
| 10883 | 2024.11.13 20:54:30.840655 [ 194 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
| 10884 | 2024.11.13 20:54:30.841721 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002544445 sec., 14148.468526535255 rows/sec., 1.18 MiB/sec. | ||
| 10885 | 2024.11.13 20:54:30.841926 [ 197 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 10886 | 2024.11.13 20:54:30.842304 [ 197 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_29_7} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10887 | 2024.11.13 20:54:30.842403 [ 197 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_29_7} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 10888 | 2024.11.13 20:54:30.842514 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10889 | 2024.11.13 20:54:34.300301 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10890 | 2024.11.13 20:54:34.300511 [ 277 ] {081bf1b6-029d-4397-aa4e-8908bc437283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10891 | 2024.11.13 20:54:34.300584 [ 277 ] {081bf1b6-029d-4397-aa4e-8908bc437283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10892 | 2024.11.13 20:54:34.301292 [ 277 ] {081bf1b6-029d-4397-aa4e-8908bc437283} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10893 | 2024.11.13 20:54:34.301345 [ 277 ] {081bf1b6-029d-4397-aa4e-8908bc437283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10894 | 2024.11.13 20:54:34.301761 [ 277 ] {081bf1b6-029d-4397-aa4e-8908bc437283} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10895 | 2024.11.13 20:54:34.302017 [ 277 ] {081bf1b6-029d-4397-aa4e-8908bc437283} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10896 | 2024.11.13 20:54:34.302281 [ 277 ] {081bf1b6-029d-4397-aa4e-8908bc437283} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00182 sec., 2197.802197802198 rows/sec., 179.22 KiB/sec. | ||
| 10897 | 2024.11.13 20:54:34.302378 [ 277 ] {081bf1b6-029d-4397-aa4e-8908bc437283} <Debug> TCPHandler: Processed in 0.002206209 sec. | ||
| 10898 | 2024.11.13 20:54:34.302696 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10899 | 2024.11.13 20:54:34.302935 [ 274 ] {71c6e3e5-dad2-4592-826a-11cedf39dd4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10900 | 2024.11.13 20:54:34.303017 [ 274 ] {71c6e3e5-dad2-4592-826a-11cedf39dd4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10901 | 2024.11.13 20:54:34.303877 [ 274 ] {71c6e3e5-dad2-4592-826a-11cedf39dd4b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10902 | 2024.11.13 20:54:34.303922 [ 274 ] {71c6e3e5-dad2-4592-826a-11cedf39dd4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10903 | 2024.11.13 20:54:34.304355 [ 274 ] {71c6e3e5-dad2-4592-826a-11cedf39dd4b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10904 | 2024.11.13 20:54:34.304611 [ 274 ] {71c6e3e5-dad2-4592-826a-11cedf39dd4b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10905 | 2024.11.13 20:54:34.304814 [ 274 ] {71c6e3e5-dad2-4592-826a-11cedf39dd4b} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001939 sec., 29912.325941206807 rows/sec., 2.28 MiB/sec. | ||
| 10906 | 2024.11.13 20:54:34.304875 [ 274 ] {71c6e3e5-dad2-4592-826a-11cedf39dd4b} <Debug> TCPHandler: Processed in 0.002372242 sec. | ||
| 10907 | 2024.11.13 20:54:34.305036 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10908 | 2024.11.13 20:54:34.305183 [ 277 ] {62db07c2-0f59-4d96-9202-0e59ec2411dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10909 | 2024.11.13 20:54:34.305244 [ 277 ] {62db07c2-0f59-4d96-9202-0e59ec2411dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10910 | 2024.11.13 20:54:34.305899 [ 277 ] {62db07c2-0f59-4d96-9202-0e59ec2411dd} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10911 | 2024.11.13 20:54:34.305941 [ 277 ] {62db07c2-0f59-4d96-9202-0e59ec2411dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10912 | 2024.11.13 20:54:34.306302 [ 277 ] {62db07c2-0f59-4d96-9202-0e59ec2411dd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10913 | 2024.11.13 20:54:34.306542 [ 277 ] {62db07c2-0f59-4d96-9202-0e59ec2411dd} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10914 | 2024.11.13 20:54:34.306749 [ 277 ] {62db07c2-0f59-4d96-9202-0e59ec2411dd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001601 sec., 2498.4384759525296 rows/sec., 174.45 KiB/sec. | ||
| 10915 | 2024.11.13 20:54:34.306803 [ 277 ] {62db07c2-0f59-4d96-9202-0e59ec2411dd} <Debug> TCPHandler: Processed in 0.001838062 sec. | ||
| 10916 | 2024.11.13 20:54:34.306952 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10917 | 2024.11.13 20:54:34.307099 [ 274 ] {20dcb8f2-059f-487a-baad-c655c53a110b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10918 | 2024.11.13 20:54:34.307163 [ 274 ] {20dcb8f2-059f-487a-baad-c655c53a110b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10919 | 2024.11.13 20:54:34.307867 [ 274 ] {20dcb8f2-059f-487a-baad-c655c53a110b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10920 | 2024.11.13 20:54:34.307905 [ 274 ] {20dcb8f2-059f-487a-baad-c655c53a110b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10921 | 2024.11.13 20:54:34.308272 [ 274 ] {20dcb8f2-059f-487a-baad-c655c53a110b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10922 | 2024.11.13 20:54:34.308521 [ 274 ] {20dcb8f2-059f-487a-baad-c655c53a110b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10923 | 2024.11.13 20:54:34.308731 [ 274 ] {20dcb8f2-059f-487a-baad-c655c53a110b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001663 sec., 40889.957907396274 rows/sec., 3.20 MiB/sec. | ||
| 10924 | 2024.11.13 20:54:34.308786 [ 274 ] {20dcb8f2-059f-487a-baad-c655c53a110b} <Debug> TCPHandler: Processed in 0.001902443 sec. | ||
| 10925 | 2024.11.13 20:54:34.308932 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10926 | 2024.11.13 20:54:34.309071 [ 277 ] {c6b9635e-4ca9-45c0-8d44-8c637a0050bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10927 | 2024.11.13 20:54:34.309133 [ 277 ] {c6b9635e-4ca9-45c0-8d44-8c637a0050bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10928 | 2024.11.13 20:54:34.309780 [ 277 ] {c6b9635e-4ca9-45c0-8d44-8c637a0050bf} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10929 | 2024.11.13 20:54:34.309820 [ 277 ] {c6b9635e-4ca9-45c0-8d44-8c637a0050bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10930 | 2024.11.13 20:54:34.310212 [ 277 ] {c6b9635e-4ca9-45c0-8d44-8c637a0050bf} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10931 | 2024.11.13 20:54:34.310455 [ 277 ] {c6b9635e-4ca9-45c0-8d44-8c637a0050bf} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10932 | 2024.11.13 20:54:34.310681 [ 277 ] {c6b9635e-4ca9-45c0-8d44-8c637a0050bf} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001641 sec., 79219.98781230957 rows/sec., 5.52 MiB/sec. | ||
| 10933 | 2024.11.13 20:54:34.310734 [ 277 ] {c6b9635e-4ca9-45c0-8d44-8c637a0050bf} <Debug> TCPHandler: Processed in 0.001870693 sec. | ||
| 10934 | 2024.11.13 20:54:34.310891 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10935 | 2024.11.13 20:54:34.311033 [ 274 ] {e84119d6-4664-4e04-913d-a574779dbf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10936 | 2024.11.13 20:54:34.311095 [ 274 ] {e84119d6-4664-4e04-913d-a574779dbf58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10937 | 2024.11.13 20:54:34.311682 [ 274 ] {e84119d6-4664-4e04-913d-a574779dbf58} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10938 | 2024.11.13 20:54:34.311730 [ 274 ] {e84119d6-4664-4e04-913d-a574779dbf58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10939 | 2024.11.13 20:54:34.312117 [ 274 ] {e84119d6-4664-4e04-913d-a574779dbf58} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10940 | 2024.11.13 20:54:34.312357 [ 274 ] {e84119d6-4664-4e04-913d-a574779dbf58} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10941 | 2024.11.13 20:54:34.312571 [ 274 ] {e84119d6-4664-4e04-913d-a574779dbf58} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001571 sec., 30553.7873965627 rows/sec., 2.06 MiB/sec. | ||
| 10942 | 2024.11.13 20:54:34.312624 [ 274 ] {e84119d6-4664-4e04-913d-a574779dbf58} <Debug> TCPHandler: Processed in 0.001798422 sec. | ||
| 10943 | 2024.11.13 20:54:36.162250 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1602 | ||
| 10944 | 2024.11.13 20:54:36.165206 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10945 | 2024.11.13 20:54:36.165261 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10946 | 2024.11.13 20:54:36.166694 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10947 | 2024.11.13 20:54:36.167010 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10948 | 2024.11.13 20:54:36.168363 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1602 | ||
| 10949 | 2024.11.13 20:54:39.302033 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10950 | 2024.11.13 20:54:39.302260 [ 277 ] {d544ac63-42e4-47db-833f-a866b403b298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10951 | 2024.11.13 20:54:39.302339 [ 277 ] {d544ac63-42e4-47db-833f-a866b403b298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10952 | 2024.11.13 20:54:39.303153 [ 277 ] {d544ac63-42e4-47db-833f-a866b403b298} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10953 | 2024.11.13 20:54:39.303206 [ 277 ] {d544ac63-42e4-47db-833f-a866b403b298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10954 | 2024.11.13 20:54:39.303661 [ 277 ] {d544ac63-42e4-47db-833f-a866b403b298} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10955 | 2024.11.13 20:54:39.303918 [ 277 ] {d544ac63-42e4-47db-833f-a866b403b298} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10956 | 2024.11.13 20:54:39.304162 [ 277 ] {d544ac63-42e4-47db-833f-a866b403b298} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001961 sec., 28556.85874553799 rows/sec., 2.18 MiB/sec. | ||
| 10957 | 2024.11.13 20:54:39.304227 [ 277 ] {d544ac63-42e4-47db-833f-a866b403b298} <Debug> TCPHandler: Processed in 0.002330551 sec. | ||
| 10958 | 2024.11.13 20:54:39.304477 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10959 | 2024.11.13 20:54:39.304697 [ 274 ] {45905466-705a-4879-a7a9-8ddf327c070f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10960 | 2024.11.13 20:54:39.304781 [ 274 ] {45905466-705a-4879-a7a9-8ddf327c070f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10961 | 2024.11.13 20:54:39.305587 [ 274 ] {45905466-705a-4879-a7a9-8ddf327c070f} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10962 | 2024.11.13 20:54:39.305638 [ 274 ] {45905466-705a-4879-a7a9-8ddf327c070f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10963 | 2024.11.13 20:54:39.306097 [ 274 ] {45905466-705a-4879-a7a9-8ddf327c070f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10964 | 2024.11.13 20:54:39.306366 [ 274 ] {45905466-705a-4879-a7a9-8ddf327c070f} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10965 | 2024.11.13 20:54:39.306611 [ 274 ] {45905466-705a-4879-a7a9-8ddf327c070f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001975 sec., 32405.06329113924 rows/sec., 2.53 MiB/sec. | ||
| 10966 | 2024.11.13 20:54:39.306677 [ 274 ] {45905466-705a-4879-a7a9-8ddf327c070f} <Debug> TCPHandler: Processed in 0.002347941 sec. | ||
| 10967 | 2024.11.13 20:54:39.306829 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10968 | 2024.11.13 20:54:39.306978 [ 277 ] {b8621614-00e7-4e09-aadb-5dd3186bc045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10969 | 2024.11.13 20:54:39.307042 [ 277 ] {b8621614-00e7-4e09-aadb-5dd3186bc045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10970 | 2024.11.13 20:54:39.307732 [ 277 ] {b8621614-00e7-4e09-aadb-5dd3186bc045} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10971 | 2024.11.13 20:54:39.307779 [ 277 ] {b8621614-00e7-4e09-aadb-5dd3186bc045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10972 | 2024.11.13 20:54:39.308193 [ 277 ] {b8621614-00e7-4e09-aadb-5dd3186bc045} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10973 | 2024.11.13 20:54:39.308439 [ 277 ] {b8621614-00e7-4e09-aadb-5dd3186bc045} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10974 | 2024.11.13 20:54:39.308648 [ 277 ] {b8621614-00e7-4e09-aadb-5dd3186bc045} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001707 sec., 93731.69302870533 rows/sec., 6.53 MiB/sec. | ||
| 10975 | 2024.11.13 20:54:39.308702 [ 277 ] {b8621614-00e7-4e09-aadb-5dd3186bc045} <Debug> TCPHandler: Processed in 0.001941674 sec. | ||
| 10976 | 2024.11.13 20:54:39.308844 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10977 | 2024.11.13 20:54:39.308989 [ 274 ] {c271ceff-fb2d-46f8-bc3a-fe642d3c4b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10978 | 2024.11.13 20:54:39.309056 [ 274 ] {c271ceff-fb2d-46f8-bc3a-fe642d3c4b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10979 | 2024.11.13 20:54:39.309676 [ 274 ] {c271ceff-fb2d-46f8-bc3a-fe642d3c4b96} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10980 | 2024.11.13 20:54:39.309726 [ 274 ] {c271ceff-fb2d-46f8-bc3a-fe642d3c4b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10981 | 2024.11.13 20:54:39.310159 [ 274 ] {c271ceff-fb2d-46f8-bc3a-fe642d3c4b96} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10982 | 2024.11.13 20:54:39.310417 [ 274 ] {c271ceff-fb2d-46f8-bc3a-fe642d3c4b96} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10983 | 2024.11.13 20:54:39.310668 [ 274 ] {c271ceff-fb2d-46f8-bc3a-fe642d3c4b96} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00171 sec., 35087.71929824562 rows/sec., 2.36 MiB/sec. | ||
| 10984 | 2024.11.13 20:54:39.310742 [ 274 ] {c271ceff-fb2d-46f8-bc3a-fe642d3c4b96} <Debug> TCPHandler: Processed in 0.001957594 sec. | ||
| 10985 | 2024.11.13 20:54:40.807953 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10986 | 2024.11.13 20:54:40.808010 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10987 | 2024.11.13 20:54:42.446741 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10988 | 2024.11.13 20:54:42.605308 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61276, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10989 | 2024.11.13 20:54:42.620746 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35497, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10990 | 2024.11.13 20:54:42.635189 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10991 | 2024.11.13 20:54:42.874707 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10992 | 2024.11.13 20:54:42.885111 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10993 | 2024.11.13 20:54:42.932569 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45762, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10994 | 2024.11.13 20:54:42.942939 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10995 | 2024.11.13 20:54:44.033122 [ 220 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 10996 | 2024.11.13 20:54:44.033201 [ 220 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 10997 | 2024.11.13 20:54:44.041292 [ 220 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 10998 | 2024.11.13 20:54:44.308905 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10999 | 2024.11.13 20:54:44.309097 [ 277 ] {acd1816d-9699-4bcc-9250-909abf681679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11000 | 2024.11.13 20:54:44.309170 [ 277 ] {acd1816d-9699-4bcc-9250-909abf681679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11001 | 2024.11.13 20:54:44.309908 [ 277 ] {acd1816d-9699-4bcc-9250-909abf681679} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11002 | 2024.11.13 20:54:44.309959 [ 277 ] {acd1816d-9699-4bcc-9250-909abf681679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11003 | 2024.11.13 20:54:44.310391 [ 277 ] {acd1816d-9699-4bcc-9250-909abf681679} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11004 | 2024.11.13 20:54:44.310660 [ 277 ] {acd1816d-9699-4bcc-9250-909abf681679} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11005 | 2024.11.13 20:54:44.310826 [ 31 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11006 | 2024.11.13 20:54:44.310877 [ 31 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11007 | 2024.11.13 20:54:44.310881 [ 277 ] {acd1816d-9699-4bcc-9250-909abf681679} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001835 sec., 7629.427792915531 rows/sec., 549.22 KiB/sec. | ||
| 11008 | 2024.11.13 20:54:44.310907 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11009 | 2024.11.13 20:54:44.311009 [ 277 ] {acd1816d-9699-4bcc-9250-909abf681679} <Debug> TCPHandler: Processed in 0.002231339 sec. | ||
| 11010 | 2024.11.13 20:54:44.311128 [ 194 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 11011 | 2024.11.13 20:54:44.311295 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11012 | 2024.11.13 20:54:44.311327 [ 194 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11013 | 2024.11.13 20:54:44.311389 [ 194 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 11014 | 2024.11.13 20:54:44.311619 [ 194 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 11015 | 2024.11.13 20:54:44.311648 [ 274 ] {a23d8166-118b-4797-884c-d25e459d703d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11016 | 2024.11.13 20:54:44.311878 [ 274 ] {a23d8166-118b-4797-884c-d25e459d703d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11017 | 2024.11.13 20:54:44.312006 [ 194 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 11018 | 2024.11.13 20:54:44.312456 [ 194 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 11019 | 2024.11.13 20:54:44.312646 [ 194 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 11020 | 2024.11.13 20:54:44.314884 [ 274 ] {a23d8166-118b-4797-884c-d25e459d703d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11021 | 2024.11.13 20:54:44.315041 [ 274 ] {a23d8166-118b-4797-884c-d25e459d703d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11022 | 2024.11.13 20:54:44.315412 [ 197 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004397077 sec., 15919.66663308375 rows/sec., 1.18 MiB/sec. | ||
| 11023 | 2024.11.13 20:54:44.315699 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11024 | 2024.11.13 20:54:44.315910 [ 274 ] {a23d8166-118b-4797-884c-d25e459d703d} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11025 | 2024.11.13 20:54:44.316299 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_37_9} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11026 | 2024.11.13 20:54:44.316407 [ 274 ] {a23d8166-118b-4797-884c-d25e459d703d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11027 | 2024.11.13 20:54:44.316508 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_37_9} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11028 | 2024.11.13 20:54:44.316688 [ 31 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11029 | 2024.11.13 20:54:44.316767 [ 31 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11030 | 2024.11.13 20:54:44.316838 [ 274 ] {a23d8166-118b-4797-884c-d25e459d703d} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.00533 sec., 53846.15384615385 rows/sec., 4.75 MiB/sec. | ||
| 11031 | 2024.11.13 20:54:44.316843 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11032 | 2024.11.13 20:54:44.316930 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11033 | 2024.11.13 20:54:44.317048 [ 274 ] {a23d8166-118b-4797-884c-d25e459d703d} <Debug> TCPHandler: Processed in 0.005915874 sec. | ||
| 11034 | 2024.11.13 20:54:44.317189 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 11035 | 2024.11.13 20:54:44.317243 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11036 | 2024.11.13 20:54:44.317332 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11037 | 2024.11.13 20:54:44.317413 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1437 rows starting from the beginning of the part | ||
| 11038 | 2024.11.13 20:54:44.317484 [ 277 ] {b7768dc6-00b8-4d4d-abc3-9b7c654990e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11039 | 2024.11.13 20:54:44.317659 [ 277 ] {b7768dc6-00b8-4d4d-abc3-9b7c654990e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11040 | 2024.11.13 20:54:44.317664 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part | ||
| 11041 | 2024.11.13 20:54:44.318088 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 287 rows starting from the beginning of the part | ||
| 11042 | 2024.11.13 20:54:44.318408 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 58 rows starting from the beginning of the part | ||
| 11043 | 2024.11.13 20:54:44.318716 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part | ||
| 11044 | 2024.11.13 20:54:44.319061 [ 201 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 287 rows starting from the beginning of the part | ||
| 11045 | 2024.11.13 20:54:44.320561 [ 277 ] {b7768dc6-00b8-4d4d-abc3-9b7c654990e2} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11046 | 2024.11.13 20:54:44.320643 [ 277 ] {b7768dc6-00b8-4d4d-abc3-9b7c654990e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11047 | 2024.11.13 20:54:44.321625 [ 277 ] {b7768dc6-00b8-4d4d-abc3-9b7c654990e2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11048 | 2024.11.13 20:54:44.322203 [ 277 ] {b7768dc6-00b8-4d4d-abc3-9b7c654990e2} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11049 | 2024.11.13 20:54:44.322272 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2181 rows, containing 5 columns (5 merged, 0 gathered) in 0.00516963 sec., 421887.0596154851 rows/sec., 37.11 MiB/sec. | ||
| 11050 | 2024.11.13 20:54:44.322497 [ 277 ] {b7768dc6-00b8-4d4d-abc3-9b7c654990e2} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.005074 sec., 9657.075285770594 rows/sec., 712.31 KiB/sec. | ||
| 11051 | 2024.11.13 20:54:44.322570 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11052 | 2024.11.13 20:54:44.322643 [ 277 ] {b7768dc6-00b8-4d4d-abc3-9b7c654990e2} <Debug> TCPHandler: Processed in 0.005475396 sec. | ||
| 11053 | 2024.11.13 20:54:44.322852 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11054 | 2024.11.13 20:54:44.323028 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_101_20} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11055 | 2024.11.13 20:54:44.323053 [ 274 ] {76bdd91b-bba3-464f-b24e-c3f93fc1c2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11056 | 2024.11.13 20:54:44.323179 [ 274 ] {76bdd91b-bba3-464f-b24e-c3f93fc1c2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11057 | 2024.11.13 20:54:44.323212 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_101_20} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11058 | 2024.11.13 20:54:44.323407 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 11059 | 2024.11.13 20:54:44.323960 [ 274 ] {76bdd91b-bba3-464f-b24e-c3f93fc1c2e5} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11060 | 2024.11.13 20:54:44.324007 [ 274 ] {76bdd91b-bba3-464f-b24e-c3f93fc1c2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11061 | 2024.11.13 20:54:44.324405 [ 274 ] {76bdd91b-bba3-464f-b24e-c3f93fc1c2e5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11062 | 2024.11.13 20:54:44.324654 [ 274 ] {76bdd91b-bba3-464f-b24e-c3f93fc1c2e5} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11063 | 2024.11.13 20:54:44.324899 [ 274 ] {76bdd91b-bba3-464f-b24e-c3f93fc1c2e5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001919 sec., 7295.4663887441375 rows/sec., 510.93 KiB/sec. | ||
| 11064 | 2024.11.13 20:54:44.325021 [ 274 ] {76bdd91b-bba3-464f-b24e-c3f93fc1c2e5} <Debug> TCPHandler: Processed in 0.00225333 sec. | ||
| 11065 | 2024.11.13 20:54:44.325192 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11066 | 2024.11.13 20:54:44.325336 [ 277 ] {ca4d928a-938a-442b-a71d-eee25357993d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11067 | 2024.11.13 20:54:44.325395 [ 277 ] {ca4d928a-938a-442b-a71d-eee25357993d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11068 | 2024.11.13 20:54:44.326079 [ 277 ] {ca4d928a-938a-442b-a71d-eee25357993d} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11069 | 2024.11.13 20:54:44.326117 [ 277 ] {ca4d928a-938a-442b-a71d-eee25357993d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11070 | 2024.11.13 20:54:44.326488 [ 277 ] {ca4d928a-938a-442b-a71d-eee25357993d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11071 | 2024.11.13 20:54:44.326740 [ 277 ] {ca4d928a-938a-442b-a71d-eee25357993d} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11072 | 2024.11.13 20:54:44.326918 [ 49 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11073 | 2024.11.13 20:54:44.326987 [ 49 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11074 | 2024.11.13 20:54:44.326994 [ 277 ] {ca4d928a-938a-442b-a71d-eee25357993d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001681 sec., 7733.491969066032 rows/sec., 482.18 KiB/sec. | ||
| 11075 | 2024.11.13 20:54:44.327017 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11076 | 2024.11.13 20:54:44.327175 [ 277 ] {ca4d928a-938a-442b-a71d-eee25357993d} <Debug> TCPHandler: Processed in 0.002048756 sec. | ||
| 11077 | 2024.11.13 20:54:44.327220 [ 221 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): 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] | ||
| 11078 | 2024.11.13 20:54:44.327297 [ 221 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): 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] | ||
| 11079 | 2024.11.13 20:54:44.327310 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 11080 | 2024.11.13 20:54:44.327412 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11081 | 2024.11.13 20:54:44.327494 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11082 | 2024.11.13 20:54:44.327584 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 11083 | 2024.11.13 20:54:44.327688 [ 274 ] {4528b654-3a33-45d3-a763-1bd9ffe824ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11084 | 2024.11.13 20:54:44.327745 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 11085 | 2024.11.13 20:54:44.327818 [ 274 ] {4528b654-3a33-45d3-a763-1bd9ffe824ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11086 | 2024.11.13 20:54:44.328173 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 11087 | 2024.11.13 20:54:44.328561 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 11088 | 2024.11.13 20:54:44.328870 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 11089 | 2024.11.13 20:54:44.330738 [ 274 ] {4528b654-3a33-45d3-a763-1bd9ffe824ac} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11090 | 2024.11.13 20:54:44.330795 [ 274 ] {4528b654-3a33-45d3-a763-1bd9ffe824ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11091 | 2024.11.13 20:54:44.331167 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00403522 sec., 16108.167584419189 rows/sec., 1.04 MiB/sec. | ||
| 11092 | 2024.11.13 20:54:44.331340 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11093 | 2024.11.13 20:54:44.331579 [ 274 ] {4528b654-3a33-45d3-a763-1bd9ffe824ac} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11094 | 2024.11.13 20:54:44.331696 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_37_9} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11095 | 2024.11.13 20:54:44.331782 [ 197 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_37_9} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11096 | 2024.11.13 20:54:44.331881 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11097 | 2024.11.13 20:54:44.331950 [ 274 ] {4528b654-3a33-45d3-a763-1bd9ffe824ac} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11098 | 2024.11.13 20:54:44.332119 [ 221 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): 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] | ||
| 11099 | 2024.11.13 20:54:44.332131 [ 49 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11100 | 2024.11.13 20:54:44.332204 [ 49 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11101 | 2024.11.13 20:54:44.332255 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11102 | 2024.11.13 20:54:44.332306 [ 274 ] {4528b654-3a33-45d3-a763-1bd9ffe824ac} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.004682 sec., 90559.5899188381 rows/sec., 6.48 MiB/sec. | ||
| 11103 | 2024.11.13 20:54:44.332769 [ 274 ] {4528b654-3a33-45d3-a763-1bd9ffe824ac} <Debug> TCPHandler: Processed in 0.005474486 sec. | ||
| 11104 | 2024.11.13 20:54:44.332842 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 11105 | 2024.11.13 20:54:44.333085 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11106 | 2024.11.13 20:54:44.333438 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11107 | 2024.11.13 20:54:44.333448 [ 277 ] {b618fb70-1261-4278-9bc3-eedf18b4f930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11108 | 2024.11.13 20:54:44.333500 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 916 rows starting from the beginning of the part | ||
| 11109 | 2024.11.13 20:54:44.333577 [ 277 ] {b618fb70-1261-4278-9bc3-eedf18b4f930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11110 | 2024.11.13 20:54:44.333890 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part | ||
| 11111 | 2024.11.13 20:54:44.334335 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 424 rows starting from the beginning of the part | ||
| 11112 | 2024.11.13 20:54:44.334745 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 68 rows starting from the beginning of the part | ||
| 11113 | 2024.11.13 20:54:44.334946 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part | ||
| 11114 | 2024.11.13 20:54:44.335234 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 424 rows starting from the beginning of the part | ||
| 11115 | 2024.11.13 20:54:44.336055 [ 277 ] {b618fb70-1261-4278-9bc3-eedf18b4f930} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11116 | 2024.11.13 20:54:44.336127 [ 277 ] {b618fb70-1261-4278-9bc3-eedf18b4f930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11117 | 2024.11.13 20:54:44.337163 [ 277 ] {b618fb70-1261-4278-9bc3-eedf18b4f930} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11118 | 2024.11.13 20:54:44.337660 [ 277 ] {b618fb70-1261-4278-9bc3-eedf18b4f930} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11119 | 2024.11.13 20:54:44.338150 [ 277 ] {b618fb70-1261-4278-9bc3-eedf18b4f930} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004796 sec., 1251.0425354462052 rows/sec., 65.36 KiB/sec. | ||
| 11120 | 2024.11.13 20:54:44.338442 [ 277 ] {b618fb70-1261-4278-9bc3-eedf18b4f930} <Debug> TCPHandler: Processed in 0.005537608 sec. | ||
| 11121 | 2024.11.13 20:54:44.338723 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11122 | 2024.11.13 20:54:44.339123 [ 274 ] {061a334d-fad2-4fbb-b366-01d556908abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11123 | 2024.11.13 20:54:44.339136 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.006768559 sec., 289574.19149334444 rows/sec., 22.17 MiB/sec. | ||
| 11124 | 2024.11.13 20:54:44.339218 [ 274 ] {061a334d-fad2-4fbb-b366-01d556908abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11125 | 2024.11.13 20:54:44.339398 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11126 | 2024.11.13 20:54:44.340008 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_101_20} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11127 | 2024.11.13 20:54:44.340244 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_101_20} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11128 | 2024.11.13 20:54:44.340431 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 11129 | 2024.11.13 20:54:44.340585 [ 274 ] {061a334d-fad2-4fbb-b366-01d556908abb} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11130 | 2024.11.13 20:54:44.340629 [ 274 ] {061a334d-fad2-4fbb-b366-01d556908abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11131 | 2024.11.13 20:54:44.341037 [ 274 ] {061a334d-fad2-4fbb-b366-01d556908abb} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11132 | 2024.11.13 20:54:44.341299 [ 274 ] {061a334d-fad2-4fbb-b366-01d556908abb} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11133 | 2024.11.13 20:54:44.341487 [ 274 ] {061a334d-fad2-4fbb-b366-01d556908abb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002463 sec., 96224.11693057248 rows/sec., 6.45 MiB/sec. | ||
| 11134 | 2024.11.13 20:54:44.341542 [ 274 ] {061a334d-fad2-4fbb-b366-01d556908abb} <Debug> TCPHandler: Processed in 0.002983102 sec. | ||
| 11135 | 2024.11.13 20:54:44.341698 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11136 | 2024.11.13 20:54:44.341840 [ 277 ] {99600c1e-2ad0-404b-9de4-b0a7fbb2b58d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11137 | 2024.11.13 20:54:44.341902 [ 277 ] {99600c1e-2ad0-404b-9de4-b0a7fbb2b58d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11138 | 2024.11.13 20:54:44.342399 [ 277 ] {99600c1e-2ad0-404b-9de4-b0a7fbb2b58d} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11139 | 2024.11.13 20:54:44.342443 [ 277 ] {99600c1e-2ad0-404b-9de4-b0a7fbb2b58d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11140 | 2024.11.13 20:54:44.342820 [ 277 ] {99600c1e-2ad0-404b-9de4-b0a7fbb2b58d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11141 | 2024.11.13 20:54:44.343084 [ 277 ] {99600c1e-2ad0-404b-9de4-b0a7fbb2b58d} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11142 | 2024.11.13 20:54:44.343345 [ 277 ] {99600c1e-2ad0-404b-9de4-b0a7fbb2b58d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001534 sec., 651.890482398957 rows/sec., 43.93 KiB/sec. | ||
| 11143 | 2024.11.13 20:54:44.343363 [ 222 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): 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] | ||
| 11144 | 2024.11.13 20:54:44.343432 [ 222 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): 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] | ||
| 11145 | 2024.11.13 20:54:44.343455 [ 277 ] {99600c1e-2ad0-404b-9de4-b0a7fbb2b58d} <Debug> TCPHandler: Processed in 0.001818942 sec. | ||
| 11146 | 2024.11.13 20:54:44.343695 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11147 | 2024.11.13 20:54:44.344025 [ 274 ] {f55c22be-7255-47ef-b95d-40b7ce80ba85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11148 | 2024.11.13 20:54:44.344279 [ 274 ] {f55c22be-7255-47ef-b95d-40b7ce80ba85} <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 | ||
| 11149 | 2024.11.13 20:54:44.347227 [ 274 ] {f55c22be-7255-47ef-b95d-40b7ce80ba85} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11150 | 2024.11.13 20:54:44.347294 [ 274 ] {f55c22be-7255-47ef-b95d-40b7ce80ba85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11151 | 2024.11.13 20:54:44.347371 [ 222 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): 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] | ||
| 11152 | 2024.11.13 20:54:44.348544 [ 274 ] {f55c22be-7255-47ef-b95d-40b7ce80ba85} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11153 | 2024.11.13 20:54:44.348819 [ 274 ] {f55c22be-7255-47ef-b95d-40b7ce80ba85} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11154 | 2024.11.13 20:54:44.349030 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 11155 | 2024.11.13 20:54:44.349076 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 11156 | 2024.11.13 20:54:44.349077 [ 274 ] {f55c22be-7255-47ef-b95d-40b7ce80ba85} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.005169 sec., 8125.3627394080095 rows/sec., 14.56 MiB/sec. | ||
| 11157 | 2024.11.13 20:54:44.349465 [ 274 ] {f55c22be-7255-47ef-b95d-40b7ce80ba85} <Debug> TCPHandler: Processed in 0.005899874 sec. | ||
| 11158 | 2024.11.13 20:54:44.349633 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11159 | 2024.11.13 20:54:44.349774 [ 277 ] {57a89d49-501c-44a5-bc3d-a9a04a2dfc21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11160 | 2024.11.13 20:54:44.349841 [ 277 ] {57a89d49-501c-44a5-bc3d-a9a04a2dfc21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11161 | 2024.11.13 20:54:44.350564 [ 277 ] {57a89d49-501c-44a5-bc3d-a9a04a2dfc21} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11162 | 2024.11.13 20:54:44.350602 [ 277 ] {57a89d49-501c-44a5-bc3d-a9a04a2dfc21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11163 | 2024.11.13 20:54:44.351083 [ 277 ] {57a89d49-501c-44a5-bc3d-a9a04a2dfc21} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11164 | 2024.11.13 20:54:44.351376 [ 277 ] {57a89d49-501c-44a5-bc3d-a9a04a2dfc21} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11165 | 2024.11.13 20:54:44.351668 [ 277 ] {57a89d49-501c-44a5-bc3d-a9a04a2dfc21} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001926 sec., 42575.285565939776 rows/sec., 2.70 MiB/sec. | ||
| 11166 | 2024.11.13 20:54:44.351760 [ 277 ] {57a89d49-501c-44a5-bc3d-a9a04a2dfc21} <Debug> TCPHandler: Processed in 0.002186838 sec. | ||
| 11167 | 2024.11.13 20:54:44.352145 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 11168 | 2024.11.13 20:54:45.123126 [ 224 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): 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] | ||
| 11169 | 2024.11.13 20:54:45.123189 [ 224 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): 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] | ||
| 11170 | 2024.11.13 20:54:45.125021 [ 224 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): 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] | ||
| 11171 | 2024.11.13 20:54:45.408516 [ 224 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 11172 | 2024.11.13 20:54:45.408573 [ 224 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 11173 | 2024.11.13 20:54:45.411036 [ 224 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 11174 | 2024.11.13 20:54:45.432557 [ 225 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 11175 | 2024.11.13 20:54:45.432621 [ 225 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 11176 | 2024.11.13 20:54:45.434721 [ 225 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 11177 | 2024.11.13 20:54:46.168565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1632 | ||
| 11178 | 2024.11.13 20:54:46.171562 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11179 | 2024.11.13 20:54:46.171619 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11180 | 2024.11.13 20:54:46.173113 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11181 | 2024.11.13 20:54:46.173479 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11182 | 2024.11.13 20:54:46.173873 [ 224 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 11183 | 2024.11.13 20:54:46.173996 [ 224 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 11184 | 2024.11.13 20:54:46.174684 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1632 | ||
| 11185 | 2024.11.13 20:54:46.176397 [ 224 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 11186 | 2024.11.13 20:54:46.508052 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11187 | 2024.11.13 20:54:46.823272 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40219, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11188 | 2024.11.13 20:54:47.232739 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35564, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11189 | 2024.11.13 20:54:47.366219 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11190 | 2024.11.13 20:54:47.375736 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11191 | 2024.11.13 20:54:47.389183 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11192 | 2024.11.13 20:54:47.425629 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63306, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11193 | 2024.11.13 20:54:47.439929 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11194 | 2024.11.13 20:54:47.451235 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11195 | 2024.11.13 20:54:47.478725 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58867, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11196 | 2024.11.13 20:54:47.560568 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40132, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11197 | 2024.11.13 20:54:47.598972 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52937, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11198 | 2024.11.13 20:54:47.670690 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11199 | 2024.11.13 20:54:47.698355 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33589, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11200 | 2024.11.13 20:54:47.698381 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11201 | 2024.11.13 20:54:47.715852 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11202 | 2024.11.13 20:54:48.768002 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53775, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11203 | 2024.11.13 20:54:49.302334 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11204 | 2024.11.13 20:54:49.302554 [ 277 ] {d4b72924-df56-43a9-807d-04ae2cf751dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11205 | 2024.11.13 20:54:49.302632 [ 277 ] {d4b72924-df56-43a9-807d-04ae2cf751dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11206 | 2024.11.13 20:54:49.303395 [ 277 ] {d4b72924-df56-43a9-807d-04ae2cf751dd} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11207 | 2024.11.13 20:54:49.303457 [ 277 ] {d4b72924-df56-43a9-807d-04ae2cf751dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11208 | 2024.11.13 20:54:49.303972 [ 277 ] {d4b72924-df56-43a9-807d-04ae2cf751dd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11209 | 2024.11.13 20:54:49.304271 [ 277 ] {d4b72924-df56-43a9-807d-04ae2cf751dd} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11210 | 2024.11.13 20:54:49.304476 [ 277 ] {d4b72924-df56-43a9-807d-04ae2cf751dd} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001977 sec., 5058.168942842691 rows/sec., 412.46 KiB/sec. | ||
| 11211 | 2024.11.13 20:54:49.304539 [ 277 ] {d4b72924-df56-43a9-807d-04ae2cf751dd} <Debug> TCPHandler: Processed in 0.002343471 sec. | ||
| 11212 | 2024.11.13 20:54:49.304807 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11213 | 2024.11.13 20:54:49.305021 [ 274 ] {6ede9c3c-6117-49ba-b5ac-5cc524a5ffc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11214 | 2024.11.13 20:54:49.305107 [ 274 ] {6ede9c3c-6117-49ba-b5ac-5cc524a5ffc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11215 | 2024.11.13 20:54:49.305929 [ 274 ] {6ede9c3c-6117-49ba-b5ac-5cc524a5ffc6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11216 | 2024.11.13 20:54:49.305989 [ 274 ] {6ede9c3c-6117-49ba-b5ac-5cc524a5ffc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11217 | 2024.11.13 20:54:49.306503 [ 274 ] {6ede9c3c-6117-49ba-b5ac-5cc524a5ffc6} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11218 | 2024.11.13 20:54:49.306773 [ 274 ] {6ede9c3c-6117-49ba-b5ac-5cc524a5ffc6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11219 | 2024.11.13 20:54:49.307029 [ 274 ] {6ede9c3c-6117-49ba-b5ac-5cc524a5ffc6} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.002056 sec., 29669.260700389103 rows/sec., 2.25 MiB/sec. | ||
| 11220 | 2024.11.13 20:54:49.307156 [ 274 ] {6ede9c3c-6117-49ba-b5ac-5cc524a5ffc6} <Debug> TCPHandler: Processed in 0.002499394 sec. | ||
| 11221 | 2024.11.13 20:54:49.307371 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11222 | 2024.11.13 20:54:49.307645 [ 277 ] {4ec41a2e-6714-4bcb-8d54-9ec0b05f3523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11223 | 2024.11.13 20:54:49.307723 [ 277 ] {4ec41a2e-6714-4bcb-8d54-9ec0b05f3523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11224 | 2024.11.13 20:54:49.308395 [ 277 ] {4ec41a2e-6714-4bcb-8d54-9ec0b05f3523} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11225 | 2024.11.13 20:54:49.308436 [ 277 ] {4ec41a2e-6714-4bcb-8d54-9ec0b05f3523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11226 | 2024.11.13 20:54:49.308827 [ 277 ] {4ec41a2e-6714-4bcb-8d54-9ec0b05f3523} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11227 | 2024.11.13 20:54:49.309084 [ 277 ] {4ec41a2e-6714-4bcb-8d54-9ec0b05f3523} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11228 | 2024.11.13 20:54:49.309293 [ 277 ] {4ec41a2e-6714-4bcb-8d54-9ec0b05f3523} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001726 sec., 5793.742757821552 rows/sec., 404.54 KiB/sec. | ||
| 11229 | 2024.11.13 20:54:49.309388 [ 277 ] {4ec41a2e-6714-4bcb-8d54-9ec0b05f3523} <Debug> TCPHandler: Processed in 0.002123587 sec. | ||
| 11230 | 2024.11.13 20:54:49.309578 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11231 | 2024.11.13 20:54:49.309718 [ 274 ] {a369df92-0491-42a9-aa73-304cc007c609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11232 | 2024.11.13 20:54:49.309774 [ 274 ] {a369df92-0491-42a9-aa73-304cc007c609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11233 | 2024.11.13 20:54:49.310432 [ 274 ] {a369df92-0491-42a9-aa73-304cc007c609} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11234 | 2024.11.13 20:54:49.310481 [ 274 ] {a369df92-0491-42a9-aa73-304cc007c609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11235 | 2024.11.13 20:54:49.310877 [ 274 ] {a369df92-0491-42a9-aa73-304cc007c609} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11236 | 2024.11.13 20:54:49.311130 [ 274 ] {a369df92-0491-42a9-aa73-304cc007c609} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11237 | 2024.11.13 20:54:49.311358 [ 274 ] {a369df92-0491-42a9-aa73-304cc007c609} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.00167 sec., 44311.37724550898 rows/sec., 3.47 MiB/sec. | ||
| 11238 | 2024.11.13 20:54:49.311418 [ 274 ] {a369df92-0491-42a9-aa73-304cc007c609} <Debug> TCPHandler: Processed in 0.001921874 sec. | ||
| 11239 | 2024.11.13 20:54:49.311579 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11240 | 2024.11.13 20:54:49.311715 [ 277 ] {61812e1d-d31b-480d-bb73-9b01ce385f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11241 | 2024.11.13 20:54:49.311773 [ 277 ] {61812e1d-d31b-480d-bb73-9b01ce385f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11242 | 2024.11.13 20:54:49.312380 [ 277 ] {61812e1d-d31b-480d-bb73-9b01ce385f0a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11243 | 2024.11.13 20:54:49.312423 [ 277 ] {61812e1d-d31b-480d-bb73-9b01ce385f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11244 | 2024.11.13 20:54:49.312851 [ 277 ] {61812e1d-d31b-480d-bb73-9b01ce385f0a} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11245 | 2024.11.13 20:54:49.313118 [ 277 ] {61812e1d-d31b-480d-bb73-9b01ce385f0a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11246 | 2024.11.13 20:54:49.313270 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11247 | 2024.11.13 20:54:49.313306 [ 277 ] {61812e1d-d31b-480d-bb73-9b01ce385f0a} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001622 sec., 101726.26387176325 rows/sec., 7.08 MiB/sec. | ||
| 11248 | 2024.11.13 20:54:49.313323 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11249 | 2024.11.13 20:54:49.313368 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11250 | 2024.11.13 20:54:49.313375 [ 277 ] {61812e1d-d31b-480d-bb73-9b01ce385f0a} <Debug> TCPHandler: Processed in 0.001857863 sec. | ||
| 11251 | 2024.11.13 20:54:49.313618 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11252 | 2024.11.13 20:54:49.313681 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 11253 | 2024.11.13 20:54:49.313800 [ 274 ] {2a063a33-4ded-4cfb-a66f-a06a1a3fe253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11254 | 2024.11.13 20:54:49.313933 [ 274 ] {2a063a33-4ded-4cfb-a66f-a06a1a3fe253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11255 | 2024.11.13 20:54:49.314004 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11256 | 2024.11.13 20:54:49.314136 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 17154 rows starting from the beginning of the part | ||
| 11257 | 2024.11.13 20:54:49.314476 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 11258 | 2024.11.13 20:54:49.314892 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 130 rows starting from the beginning of the part | ||
| 11259 | 2024.11.13 20:54:49.315262 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 11260 | 2024.11.13 20:54:49.315480 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 11261 | 2024.11.13 20:54:49.315878 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 165 rows starting from the beginning of the part | ||
| 11262 | 2024.11.13 20:54:49.316722 [ 274 ] {2a063a33-4ded-4cfb-a66f-a06a1a3fe253} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11263 | 2024.11.13 20:54:49.316793 [ 274 ] {2a063a33-4ded-4cfb-a66f-a06a1a3fe253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11264 | 2024.11.13 20:54:49.317560 [ 274 ] {2a063a33-4ded-4cfb-a66f-a06a1a3fe253} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11265 | 2024.11.13 20:54:49.317898 [ 274 ] {2a063a33-4ded-4cfb-a66f-a06a1a3fe253} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11266 | 2024.11.13 20:54:49.318138 [ 43 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 | ||
| 11267 | 2024.11.13 20:54:49.318264 [ 43 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11268 | 2024.11.13 20:54:49.318350 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11269 | 2024.11.13 20:54:49.318545 [ 274 ] {2a063a33-4ded-4cfb-a66f-a06a1a3fe253} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004753 sec., 12623.606143488323 rows/sec., 871.16 KiB/sec. | ||
| 11270 | 2024.11.13 20:54:49.318882 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full | ||
| 11271 | 2024.11.13 20:54:49.319035 [ 274 ] {2a063a33-4ded-4cfb-a66f-a06a1a3fe253} <Debug> TCPHandler: Processed in 0.005526297 sec. | ||
| 11272 | 2024.11.13 20:54:49.319388 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11273 | 2024.11.13 20:54:49.319487 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_95_19, total 5668 rows starting from the beginning of the part | ||
| 11274 | 2024.11.13 20:54:49.319782 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 11275 | 2024.11.13 20:54:49.320086 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 48 rows starting from the beginning of the part | ||
| 11276 | 2024.11.13 20:54:49.320351 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
| 11277 | 2024.11.13 20:54:49.320655 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 82 rows starting from the beginning of the part | ||
| 11278 | 2024.11.13 20:54:49.320991 [ 191 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 11279 | 2024.11.13 20:54:49.326708 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6000 rows, containing 4 columns (4 merged, 0 gathered) in 0.008164493 sec., 734889.4781341597 rows/sec., 48.08 MiB/sec. | ||
| 11280 | 2024.11.13 20:54:49.326769 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11281 | 2024.11.13 20:54:49.327076 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18083 rows, containing 5 columns (5 merged, 0 gathered) in 0.013539497 sec., 1335573.9877190415 rows/sec., 91.05 MiB/sec. | ||
| 11282 | 2024.11.13 20:54:49.327195 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) | ||
| 11283 | 2024.11.13 20:54:49.327438 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11284 | 2024.11.13 20:54:49.327808 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11285 | 2024.11.13 20:54:49.327963 [ 199 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_100_20} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 | ||
| 11286 | 2024.11.13 20:54:49.328021 [ 196 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11287 | 2024.11.13 20:54:49.328112 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 11288 | 2024.11.13 20:54:49.328251 [ 196 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11289 | 2024.11.13 20:54:49.328394 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 11290 | 2024.11.13 20:54:49.410875 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61885, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11291 | 2024.11.13 20:54:49.452681 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11292 | 2024.11.13 20:54:49.477427 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11293 | 2024.11.13 20:54:49.684539 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11294 | 2024.11.13 20:54:49.686822 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11295 | 2024.11.13 20:54:49.709106 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60763, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11296 | 2024.11.13 20:54:50.007581 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 11297 | 2024.11.13 20:54:50.007639 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 11298 | 2024.11.13 20:54:50.009549 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 11299 | 2024.11.13 20:54:54.301959 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11300 | 2024.11.13 20:54:54.302173 [ 277 ] {412e9eff-44e6-49b4-b3c6-b09e0a31f754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11301 | 2024.11.13 20:54:54.302249 [ 277 ] {412e9eff-44e6-49b4-b3c6-b09e0a31f754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11302 | 2024.11.13 20:54:54.302993 [ 277 ] {412e9eff-44e6-49b4-b3c6-b09e0a31f754} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11303 | 2024.11.13 20:54:54.303045 [ 277 ] {412e9eff-44e6-49b4-b3c6-b09e0a31f754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11304 | 2024.11.13 20:54:54.303492 [ 277 ] {412e9eff-44e6-49b4-b3c6-b09e0a31f754} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11305 | 2024.11.13 20:54:54.303739 [ 277 ] {412e9eff-44e6-49b4-b3c6-b09e0a31f754} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11306 | 2024.11.13 20:54:54.303977 [ 277 ] {412e9eff-44e6-49b4-b3c6-b09e0a31f754} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.30 MiB/sec. | ||
| 11307 | 2024.11.13 20:54:54.304039 [ 277 ] {412e9eff-44e6-49b4-b3c6-b09e0a31f754} <Debug> TCPHandler: Processed in 0.002212329 sec. | ||
| 11308 | 2024.11.13 20:54:54.304276 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11309 | 2024.11.13 20:54:54.304478 [ 274 ] {d0c8495d-87b6-4ec2-812e-c6093bf2b5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11310 | 2024.11.13 20:54:54.304556 [ 274 ] {d0c8495d-87b6-4ec2-812e-c6093bf2b5d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11311 | 2024.11.13 20:54:54.305336 [ 274 ] {d0c8495d-87b6-4ec2-812e-c6093bf2b5d9} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11312 | 2024.11.13 20:54:54.305379 [ 274 ] {d0c8495d-87b6-4ec2-812e-c6093bf2b5d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11313 | 2024.11.13 20:54:54.305836 [ 274 ] {d0c8495d-87b6-4ec2-812e-c6093bf2b5d9} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11314 | 2024.11.13 20:54:54.306111 [ 274 ] {d0c8495d-87b6-4ec2-812e-c6093bf2b5d9} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11315 | 2024.11.13 20:54:54.306312 [ 274 ] {d0c8495d-87b6-4ec2-812e-c6093bf2b5d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec. | ||
| 11316 | 2024.11.13 20:54:54.306376 [ 274 ] {d0c8495d-87b6-4ec2-812e-c6093bf2b5d9} <Debug> TCPHandler: Processed in 0.002234879 sec. | ||
| 11317 | 2024.11.13 20:54:54.306534 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11318 | 2024.11.13 20:54:54.306665 [ 277 ] {3b334d35-c513-467e-b69f-b86f682f100f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11319 | 2024.11.13 20:54:54.306723 [ 277 ] {3b334d35-c513-467e-b69f-b86f682f100f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11320 | 2024.11.13 20:54:54.307297 [ 277 ] {3b334d35-c513-467e-b69f-b86f682f100f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11321 | 2024.11.13 20:54:54.307337 [ 277 ] {3b334d35-c513-467e-b69f-b86f682f100f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11322 | 2024.11.13 20:54:54.307746 [ 277 ] {3b334d35-c513-467e-b69f-b86f682f100f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11323 | 2024.11.13 20:54:54.307994 [ 277 ] {3b334d35-c513-467e-b69f-b86f682f100f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11324 | 2024.11.13 20:54:54.308207 [ 277 ] {3b334d35-c513-467e-b69f-b86f682f100f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
| 11325 | 2024.11.13 20:54:54.308265 [ 277 ] {3b334d35-c513-467e-b69f-b86f682f100f} <Debug> TCPHandler: Processed in 0.001796051 sec. | ||
| 11326 | 2024.11.13 20:54:54.308421 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11327 | 2024.11.13 20:54:54.308549 [ 274 ] {fa2ca496-c672-49ff-a91c-ebf6711d2a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11328 | 2024.11.13 20:54:54.308605 [ 274 ] {fa2ca496-c672-49ff-a91c-ebf6711d2a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11329 | 2024.11.13 20:54:54.309120 [ 274 ] {fa2ca496-c672-49ff-a91c-ebf6711d2a6f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11330 | 2024.11.13 20:54:54.309157 [ 274 ] {fa2ca496-c672-49ff-a91c-ebf6711d2a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11331 | 2024.11.13 20:54:54.309557 [ 274 ] {fa2ca496-c672-49ff-a91c-ebf6711d2a6f} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11332 | 2024.11.13 20:54:54.309815 [ 274 ] {fa2ca496-c672-49ff-a91c-ebf6711d2a6f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11333 | 2024.11.13 20:54:54.309990 [ 274 ] {fa2ca496-c672-49ff-a91c-ebf6711d2a6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001471 sec., 40788.579197824605 rows/sec., 2.75 MiB/sec. | ||
| 11334 | 2024.11.13 20:54:54.310039 [ 274 ] {fa2ca496-c672-49ff-a91c-ebf6711d2a6f} <Debug> TCPHandler: Processed in 0.001679669 sec. | ||
| 11335 | 2024.11.13 20:54:55.176597 [ 39 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11336 | 2024.11.13 20:54:55.176654 [ 39 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11337 | 2024.11.13 20:54:55.176676 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11338 | 2024.11.13 20:54:55.176843 [ 193 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 11339 | 2024.11.13 20:54:55.177036 [ 193 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11340 | 2024.11.13 20:54:55.177074 [ 193 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 11341 | 2024.11.13 20:54:55.177153 [ 193 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 11342 | 2024.11.13 20:54:55.177287 [ 193 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 11343 | 2024.11.13 20:54:55.177611 [ 193 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 11344 | 2024.11.13 20:54:55.177827 [ 193 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 11345 | 2024.11.13 20:54:55.178948 [ 196 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.002194418 sec., 16860.962678942662 rows/sec., 1.11 MiB/sec. | ||
| 11346 | 2024.11.13 20:54:55.179151 [ 195 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11347 | 2024.11.13 20:54:55.179521 [ 195 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_37_9} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11348 | 2024.11.13 20:54:55.179616 [ 195 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_37_9} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11349 | 2024.11.13 20:54:55.179719 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11350 | 2024.11.13 20:54:55.364114 [ 219 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): 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] | ||
| 11351 | 2024.11.13 20:54:55.364164 [ 219 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): 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] | ||
| 11352 | 2024.11.13 20:54:55.366014 [ 219 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): 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] | ||
| 11353 | 2024.11.13 20:54:55.808062 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11354 | 2024.11.13 20:54:55.808105 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11355 | 2024.11.13 20:54:56.096941 [ 38 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11356 | 2024.11.13 20:54:56.097000 [ 38 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11357 | 2024.11.13 20:54:56.097023 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11358 | 2024.11.13 20:54:56.097147 [ 222 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): 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] | ||
| 11359 | 2024.11.13 20:54:56.097198 [ 222 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): 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] | ||
| 11360 | 2024.11.13 20:54:56.097245 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 11361 | 2024.11.13 20:54:56.097481 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11362 | 2024.11.13 20:54:56.097526 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 11363 | 2024.11.13 20:54:56.097796 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 11364 | 2024.11.13 20:54:56.098159 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 11365 | 2024.11.13 20:54:56.098563 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 11366 | 2024.11.13 20:54:56.098753 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 11367 | 2024.11.13 20:54:56.101130 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00402517 sec., 74034.14017296165 rows/sec., 5.31 MiB/sec. | ||
| 11368 | 2024.11.13 20:54:56.101166 [ 222 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): 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] | ||
| 11369 | 2024.11.13 20:54:56.101391 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11370 | 2024.11.13 20:54:56.101851 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_37_9} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11371 | 2024.11.13 20:54:56.101940 [ 196 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_37_9} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11372 | 2024.11.13 20:54:56.102029 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 11373 | 2024.11.13 20:54:56.174870 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1652 | ||
| 11374 | 2024.11.13 20:54:56.177639 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11375 | 2024.11.13 20:54:56.177690 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11376 | 2024.11.13 20:54:56.179169 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11377 | 2024.11.13 20:54:56.179497 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11378 | 2024.11.13 20:54:56.180090 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1652 | ||
| 11379 | 2024.11.13 20:54:57.078095 [ 36 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11380 | 2024.11.13 20:54:57.078160 [ 36 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11381 | 2024.11.13 20:54:57.078183 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11382 | 2024.11.13 20:54:57.078312 [ 219 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): 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] | ||
| 11383 | 2024.11.13 20:54:57.078342 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 11384 | 2024.11.13 20:54:57.078370 [ 219 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): 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] | ||
| 11385 | 2024.11.13 20:54:57.078533 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11386 | 2024.11.13 20:54:57.078578 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 11387 | 2024.11.13 20:54:57.078662 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 11388 | 2024.11.13 20:54:57.078949 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 11389 | 2024.11.13 20:54:57.079214 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 11390 | 2024.11.13 20:54:57.079628 [ 195 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 11391 | 2024.11.13 20:54:57.081446 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.003180706 sec., 69795.82520358688 rows/sec., 3.56 MiB/sec. | ||
| 11392 | 2024.11.13 20:54:57.081678 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11393 | 2024.11.13 20:54:57.081683 [ 219 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): 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] | ||
| 11394 | 2024.11.13 20:54:57.082333 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_37_9} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11395 | 2024.11.13 20:54:57.082436 [ 186 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_37_9} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11396 | 2024.11.13 20:54:57.082540 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11397 | 2024.11.13 20:54:59.307879 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11398 | 2024.11.13 20:54:59.308079 [ 277 ] {24c6df28-70b3-42b8-9fa2-db9b06742541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11399 | 2024.11.13 20:54:59.308146 [ 277 ] {24c6df28-70b3-42b8-9fa2-db9b06742541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11400 | 2024.11.13 20:54:59.309003 [ 277 ] {24c6df28-70b3-42b8-9fa2-db9b06742541} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11401 | 2024.11.13 20:54:59.309076 [ 277 ] {24c6df28-70b3-42b8-9fa2-db9b06742541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11402 | 2024.11.13 20:54:59.309529 [ 277 ] {24c6df28-70b3-42b8-9fa2-db9b06742541} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11403 | 2024.11.13 20:54:59.309786 [ 277 ] {24c6df28-70b3-42b8-9fa2-db9b06742541} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11404 | 2024.11.13 20:54:59.310030 [ 277 ] {24c6df28-70b3-42b8-9fa2-db9b06742541} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002001 sec., 6996.501749125437 rows/sec., 503.65 KiB/sec. | ||
| 11405 | 2024.11.13 20:54:59.310109 [ 277 ] {24c6df28-70b3-42b8-9fa2-db9b06742541} <Debug> TCPHandler: Processed in 0.002352102 sec. | ||
| 11406 | 2024.11.13 20:54:59.310369 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11407 | 2024.11.13 20:54:59.310589 [ 274 ] {8ab597a3-d610-4a60-9f8a-bdb71b96199c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11408 | 2024.11.13 20:54:59.310671 [ 274 ] {8ab597a3-d610-4a60-9f8a-bdb71b96199c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11409 | 2024.11.13 20:54:59.311681 [ 274 ] {8ab597a3-d610-4a60-9f8a-bdb71b96199c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11410 | 2024.11.13 20:54:59.311732 [ 274 ] {8ab597a3-d610-4a60-9f8a-bdb71b96199c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11411 | 2024.11.13 20:54:59.312204 [ 274 ] {8ab597a3-d610-4a60-9f8a-bdb71b96199c} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11412 | 2024.11.13 20:54:59.312477 [ 274 ] {8ab597a3-d610-4a60-9f8a-bdb71b96199c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11413 | 2024.11.13 20:54:59.312713 [ 274 ] {8ab597a3-d610-4a60-9f8a-bdb71b96199c} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002185 sec., 131350.114416476 rows/sec., 11.59 MiB/sec. | ||
| 11414 | 2024.11.13 20:54:59.312778 [ 274 ] {8ab597a3-d610-4a60-9f8a-bdb71b96199c} <Debug> TCPHandler: Processed in 0.002549955 sec. | ||
| 11415 | 2024.11.13 20:54:59.312938 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11416 | 2024.11.13 20:54:59.313074 [ 277 ] {b4f4640a-eac6-4d1b-a00c-f61e8cf2e279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11417 | 2024.11.13 20:54:59.313126 [ 277 ] {b4f4640a-eac6-4d1b-a00c-f61e8cf2e279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11418 | 2024.11.13 20:54:59.313795 [ 277 ] {b4f4640a-eac6-4d1b-a00c-f61e8cf2e279} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11419 | 2024.11.13 20:54:59.313838 [ 277 ] {b4f4640a-eac6-4d1b-a00c-f61e8cf2e279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11420 | 2024.11.13 20:54:59.314261 [ 277 ] {b4f4640a-eac6-4d1b-a00c-f61e8cf2e279} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11421 | 2024.11.13 20:54:59.314524 [ 277 ] {b4f4640a-eac6-4d1b-a00c-f61e8cf2e279} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11422 | 2024.11.13 20:54:59.314750 [ 277 ] {b4f4640a-eac6-4d1b-a00c-f61e8cf2e279} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001706 sec., 28722.157092614303 rows/sec., 2.07 MiB/sec. | ||
| 11423 | 2024.11.13 20:54:59.314811 [ 277 ] {b4f4640a-eac6-4d1b-a00c-f61e8cf2e279} <Debug> TCPHandler: Processed in 0.001932774 sec. | ||
| 11424 | 2024.11.13 20:54:59.314959 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11425 | 2024.11.13 20:54:59.315085 [ 274 ] {267fcfce-b16f-4e66-ba5d-4b7692ed87c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11426 | 2024.11.13 20:54:59.315140 [ 274 ] {267fcfce-b16f-4e66-ba5d-4b7692ed87c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11427 | 2024.11.13 20:54:59.315750 [ 274 ] {267fcfce-b16f-4e66-ba5d-4b7692ed87c4} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11428 | 2024.11.13 20:54:59.315792 [ 274 ] {267fcfce-b16f-4e66-ba5d-4b7692ed87c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11429 | 2024.11.13 20:54:59.316172 [ 274 ] {267fcfce-b16f-4e66-ba5d-4b7692ed87c4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11430 | 2024.11.13 20:54:59.316435 [ 274 ] {267fcfce-b16f-4e66-ba5d-4b7692ed87c4} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11431 | 2024.11.13 20:54:59.316644 [ 274 ] {267fcfce-b16f-4e66-ba5d-4b7692ed87c4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001588 sec., 8816.120906801007 rows/sec., 617.42 KiB/sec. | ||
| 11432 | 2024.11.13 20:54:59.316700 [ 274 ] {267fcfce-b16f-4e66-ba5d-4b7692ed87c4} <Debug> TCPHandler: Processed in 0.001800052 sec. | ||
| 11433 | 2024.11.13 20:54:59.316840 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11434 | 2024.11.13 20:54:59.316962 [ 277 ] {db4b0199-7969-4b9d-8c7e-093a2e056957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11435 | 2024.11.13 20:54:59.317012 [ 277 ] {db4b0199-7969-4b9d-8c7e-093a2e056957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11436 | 2024.11.13 20:54:59.317604 [ 277 ] {db4b0199-7969-4b9d-8c7e-093a2e056957} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11437 | 2024.11.13 20:54:59.317643 [ 277 ] {db4b0199-7969-4b9d-8c7e-093a2e056957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11438 | 2024.11.13 20:54:59.318019 [ 277 ] {db4b0199-7969-4b9d-8c7e-093a2e056957} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11439 | 2024.11.13 20:54:59.318259 [ 277 ] {db4b0199-7969-4b9d-8c7e-093a2e056957} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11440 | 2024.11.13 20:54:59.318515 [ 277 ] {db4b0199-7969-4b9d-8c7e-093a2e056957} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 11441 | 2024.11.13 20:54:59.318725 [ 277 ] {db4b0199-7969-4b9d-8c7e-093a2e056957} <Debug> TCPHandler: Processed in 0.001939624 sec. | ||
| 11442 | 2024.11.13 20:54:59.318930 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11443 | 2024.11.13 20:54:59.319068 [ 274 ] {49020250-a9fc-481a-82c1-49a6841b1cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11444 | 2024.11.13 20:54:59.319126 [ 274 ] {49020250-a9fc-481a-82c1-49a6841b1cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11445 | 2024.11.13 20:54:59.319885 [ 274 ] {49020250-a9fc-481a-82c1-49a6841b1cdf} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11446 | 2024.11.13 20:54:59.319924 [ 274 ] {49020250-a9fc-481a-82c1-49a6841b1cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11447 | 2024.11.13 20:54:59.320319 [ 274 ] {49020250-a9fc-481a-82c1-49a6841b1cdf} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11448 | 2024.11.13 20:54:59.320576 [ 274 ] {49020250-a9fc-481a-82c1-49a6841b1cdf} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11449 | 2024.11.13 20:54:59.320805 [ 274 ] {49020250-a9fc-481a-82c1-49a6841b1cdf} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001766 sec., 240090.60022650057 rows/sec., 17.17 MiB/sec. | ||
| 11450 | 2024.11.13 20:54:59.320869 [ 274 ] {49020250-a9fc-481a-82c1-49a6841b1cdf} <Debug> TCPHandler: Processed in 0.002045716 sec. | ||
| 11451 | 2024.11.13 20:54:59.321062 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11452 | 2024.11.13 20:54:59.321249 [ 277 ] {7ba33d92-7ad5-4a81-954c-5df3e4a6e45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11453 | 2024.11.13 20:54:59.321300 [ 277 ] {7ba33d92-7ad5-4a81-954c-5df3e4a6e45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11454 | 2024.11.13 20:54:59.321790 [ 277 ] {7ba33d92-7ad5-4a81-954c-5df3e4a6e45b} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11455 | 2024.11.13 20:54:59.321829 [ 277 ] {7ba33d92-7ad5-4a81-954c-5df3e4a6e45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11456 | 2024.11.13 20:54:59.322196 [ 277 ] {7ba33d92-7ad5-4a81-954c-5df3e4a6e45b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11457 | 2024.11.13 20:54:59.322436 [ 277 ] {7ba33d92-7ad5-4a81-954c-5df3e4a6e45b} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11458 | 2024.11.13 20:54:59.322693 [ 277 ] {7ba33d92-7ad5-4a81-954c-5df3e4a6e45b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec. | ||
| 11459 | 2024.11.13 20:54:59.322914 [ 277 ] {7ba33d92-7ad5-4a81-954c-5df3e4a6e45b} <Debug> TCPHandler: Processed in 0.001953425 sec. | ||
| 11460 | 2024.11.13 20:54:59.323107 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11461 | 2024.11.13 20:54:59.323245 [ 274 ] {73fdb170-9b11-449f-bf72-d9c729203097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11462 | 2024.11.13 20:54:59.323308 [ 274 ] {73fdb170-9b11-449f-bf72-d9c729203097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11463 | 2024.11.13 20:54:59.323917 [ 274 ] {73fdb170-9b11-449f-bf72-d9c729203097} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11464 | 2024.11.13 20:54:59.323955 [ 274 ] {73fdb170-9b11-449f-bf72-d9c729203097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11465 | 2024.11.13 20:54:59.324364 [ 274 ] {73fdb170-9b11-449f-bf72-d9c729203097} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11466 | 2024.11.13 20:54:59.324617 [ 274 ] {73fdb170-9b11-449f-bf72-d9c729203097} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11467 | 2024.11.13 20:54:59.324854 [ 274 ] {73fdb170-9b11-449f-bf72-d9c729203097} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec. | ||
| 11468 | 2024.11.13 20:54:59.324939 [ 274 ] {73fdb170-9b11-449f-bf72-d9c729203097} <Debug> TCPHandler: Processed in 0.001927944 sec. | ||
| 11469 | 2024.11.13 20:54:59.325106 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11470 | 2024.11.13 20:54:59.325418 [ 277 ] {a2c0d1a2-0164-4a11-b8dd-32dc28dfee68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11471 | 2024.11.13 20:54:59.325580 [ 277 ] {a2c0d1a2-0164-4a11-b8dd-32dc28dfee68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11472 | 2024.11.13 20:54:59.326131 [ 277 ] {a2c0d1a2-0164-4a11-b8dd-32dc28dfee68} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11473 | 2024.11.13 20:54:59.326169 [ 277 ] {a2c0d1a2-0164-4a11-b8dd-32dc28dfee68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11474 | 2024.11.13 20:54:59.326541 [ 277 ] {a2c0d1a2-0164-4a11-b8dd-32dc28dfee68} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11475 | 2024.11.13 20:54:59.326780 [ 277 ] {a2c0d1a2-0164-4a11-b8dd-32dc28dfee68} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11476 | 2024.11.13 20:54:59.327025 [ 277 ] {a2c0d1a2-0164-4a11-b8dd-32dc28dfee68} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001728 sec., 578.7037037037037 rows/sec., 38.99 KiB/sec. | ||
| 11477 | 2024.11.13 20:54:59.327227 [ 277 ] {a2c0d1a2-0164-4a11-b8dd-32dc28dfee68} <Debug> TCPHandler: Processed in 0.002199829 sec. | ||
| 11478 | 2024.11.13 20:54:59.327424 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11479 | 2024.11.13 20:54:59.327559 [ 274 ] {74024443-1ae2-466b-abc9-6dc3d87fd163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11480 | 2024.11.13 20:54:59.327645 [ 274 ] {74024443-1ae2-466b-abc9-6dc3d87fd163} <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 | ||
| 11481 | 2024.11.13 20:54:59.328981 [ 274 ] {74024443-1ae2-466b-abc9-6dc3d87fd163} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11482 | 2024.11.13 20:54:59.329020 [ 274 ] {74024443-1ae2-466b-abc9-6dc3d87fd163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11483 | 2024.11.13 20:54:59.329716 [ 274 ] {74024443-1ae2-466b-abc9-6dc3d87fd163} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11484 | 2024.11.13 20:54:59.329988 [ 274 ] {74024443-1ae2-466b-abc9-6dc3d87fd163} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11485 | 2024.11.13 20:54:59.330305 [ 274 ] {74024443-1ae2-466b-abc9-6dc3d87fd163} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002773 sec., 15146.051208077895 rows/sec., 27.14 MiB/sec. | ||
| 11486 | 2024.11.13 20:54:59.330861 [ 274 ] {74024443-1ae2-466b-abc9-6dc3d87fd163} <Debug> TCPHandler: Processed in 0.003524852 sec. | ||
| 11487 | 2024.11.13 20:54:59.331052 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11488 | 2024.11.13 20:54:59.331173 [ 277 ] {2e2202d1-8c9a-4801-9361-9b48f877f5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11489 | 2024.11.13 20:54:59.331224 [ 277 ] {2e2202d1-8c9a-4801-9361-9b48f877f5fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11490 | 2024.11.13 20:54:59.331720 [ 277 ] {2e2202d1-8c9a-4801-9361-9b48f877f5fd} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11491 | 2024.11.13 20:54:59.331759 [ 277 ] {2e2202d1-8c9a-4801-9361-9b48f877f5fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11492 | 2024.11.13 20:54:59.332142 [ 277 ] {2e2202d1-8c9a-4801-9361-9b48f877f5fd} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11493 | 2024.11.13 20:54:59.332404 [ 277 ] {2e2202d1-8c9a-4801-9361-9b48f877f5fd} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11494 | 2024.11.13 20:54:59.332629 [ 277 ] {2e2202d1-8c9a-4801-9361-9b48f877f5fd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00148 sec., 55405.40540540541 rows/sec., 3.52 MiB/sec. | ||
| 11495 | 2024.11.13 20:54:59.332689 [ 277 ] {2e2202d1-8c9a-4801-9361-9b48f877f5fd} <Debug> TCPHandler: Processed in 0.00171004 sec. | ||
| 11496 | 2024.11.13 20:55:04.300708 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11497 | 2024.11.13 20:55:04.300912 [ 277 ] {a7570a19-291e-478f-adac-06f798f397bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11498 | 2024.11.13 20:55:04.300985 [ 277 ] {a7570a19-291e-478f-adac-06f798f397bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11499 | 2024.11.13 20:55:04.301711 [ 277 ] {a7570a19-291e-478f-adac-06f798f397bb} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11500 | 2024.11.13 20:55:04.301763 [ 277 ] {a7570a19-291e-478f-adac-06f798f397bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11501 | 2024.11.13 20:55:04.302182 [ 277 ] {a7570a19-291e-478f-adac-06f798f397bb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 11502 | 2024.11.13 20:55:04.302436 [ 277 ] {a7570a19-291e-478f-adac-06f798f397bb} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11503 | 2024.11.13 20:55:04.302714 [ 277 ] {a7570a19-291e-478f-adac-06f798f397bb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001847 sec., 1082.8370330265295 rows/sec., 88.30 KiB/sec. | ||
| 11504 | 2024.11.13 20:55:04.302920 [ 277 ] {a7570a19-291e-478f-adac-06f798f397bb} <Debug> TCPHandler: Processed in 0.002340401 sec. | ||
| 11505 | 2024.11.13 20:55:04.303229 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11506 | 2024.11.13 20:55:04.303439 [ 274 ] {12a4fb06-e8d3-4513-b42c-e7ff48581808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11507 | 2024.11.13 20:55:04.303522 [ 274 ] {12a4fb06-e8d3-4513-b42c-e7ff48581808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11508 | 2024.11.13 20:55:04.304289 [ 274 ] {12a4fb06-e8d3-4513-b42c-e7ff48581808} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11509 | 2024.11.13 20:55:04.304329 [ 274 ] {12a4fb06-e8d3-4513-b42c-e7ff48581808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11510 | 2024.11.13 20:55:04.304789 [ 274 ] {12a4fb06-e8d3-4513-b42c-e7ff48581808} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11511 | 2024.11.13 20:55:04.305063 [ 274 ] {12a4fb06-e8d3-4513-b42c-e7ff48581808} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11512 | 2024.11.13 20:55:04.305287 [ 274 ] {12a4fb06-e8d3-4513-b42c-e7ff48581808} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001906 sec., 29905.561385099685 rows/sec., 2.28 MiB/sec. | ||
| 11513 | 2024.11.13 20:55:04.305398 [ 274 ] {12a4fb06-e8d3-4513-b42c-e7ff48581808} <Debug> TCPHandler: Processed in 0.00232861 sec. | ||
| 11514 | 2024.11.13 20:55:04.305620 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11515 | 2024.11.13 20:55:04.305809 [ 277 ] {52a2f327-8e6f-4d9e-86fc-9e2f381136df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11516 | 2024.11.13 20:55:04.305865 [ 277 ] {52a2f327-8e6f-4d9e-86fc-9e2f381136df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11517 | 2024.11.13 20:55:04.306455 [ 277 ] {52a2f327-8e6f-4d9e-86fc-9e2f381136df} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11518 | 2024.11.13 20:55:04.306497 [ 277 ] {52a2f327-8e6f-4d9e-86fc-9e2f381136df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11519 | 2024.11.13 20:55:04.306878 [ 277 ] {52a2f327-8e6f-4d9e-86fc-9e2f381136df} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11520 | 2024.11.13 20:55:04.307120 [ 277 ] {52a2f327-8e6f-4d9e-86fc-9e2f381136df} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11521 | 2024.11.13 20:55:04.307292 [ 25 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11522 | 2024.11.13 20:55:04.307366 [ 25 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11523 | 2024.11.13 20:55:04.307373 [ 277 ] {52a2f327-8e6f-4d9e-86fc-9e2f381136df} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001588 sec., 1259.4458438287154 rows/sec., 87.94 KiB/sec. | ||
| 11524 | 2024.11.13 20:55:04.307406 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11525 | 2024.11.13 20:55:04.307535 [ 277 ] {52a2f327-8e6f-4d9e-86fc-9e2f381136df} <Debug> TCPHandler: Processed in 0.002046066 sec. | ||
| 11526 | 2024.11.13 20:55:04.307602 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 11527 | 2024.11.13 20:55:04.307719 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11528 | 2024.11.13 20:55:04.307765 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11529 | 2024.11.13 20:55:04.307813 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 67 rows starting from the beginning of the part | ||
| 11530 | 2024.11.13 20:55:04.307963 [ 274 ] {8bffc9e9-f602-4e7d-8740-a50e2e437b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11531 | 2024.11.13 20:55:04.308072 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 4 rows starting from the beginning of the part | ||
| 11532 | 2024.11.13 20:55:04.308132 [ 274 ] {8bffc9e9-f602-4e7d-8740-a50e2e437b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11533 | 2024.11.13 20:55:04.308485 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 49 rows starting from the beginning of the part | ||
| 11534 | 2024.11.13 20:55:04.308834 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 10 rows starting from the beginning of the part | ||
| 11535 | 2024.11.13 20:55:04.309126 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 49 rows starting from the beginning of the part | ||
| 11536 | 2024.11.13 20:55:04.309421 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 2 rows starting from the beginning of the part | ||
| 11537 | 2024.11.13 20:55:04.311504 [ 274 ] {8bffc9e9-f602-4e7d-8740-a50e2e437b2b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11538 | 2024.11.13 20:55:04.311571 [ 274 ] {8bffc9e9-f602-4e7d-8740-a50e2e437b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11539 | 2024.11.13 20:55:04.312641 [ 274 ] {8bffc9e9-f602-4e7d-8740-a50e2e437b2b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11540 | 2024.11.13 20:55:04.312654 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005123399 sec., 35328.109327421116 rows/sec., 2.65 MiB/sec. | ||
| 11541 | 2024.11.13 20:55:04.312909 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11542 | 2024.11.13 20:55:04.313080 [ 274 ] {8bffc9e9-f602-4e7d-8740-a50e2e437b2b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11543 | 2024.11.13 20:55:04.313410 [ 274 ] {8bffc9e9-f602-4e7d-8740-a50e2e437b2b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005536 sec., 11921.965317919075 rows/sec., 953.45 KiB/sec. | ||
| 11544 | 2024.11.13 20:55:04.313610 [ 274 ] {8bffc9e9-f602-4e7d-8740-a50e2e437b2b} <Debug> TCPHandler: Processed in 0.005971044 sec. | ||
| 11545 | 2024.11.13 20:55:04.313624 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_71_14} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11546 | 2024.11.13 20:55:04.313793 [ 186 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_71_14} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11547 | 2024.11.13 20:55:04.313804 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11548 | 2024.11.13 20:55:04.313946 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11549 | 2024.11.13 20:55:04.314007 [ 277 ] {4d849e40-d801-4ada-a881-2fde1086cf21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11550 | 2024.11.13 20:55:04.314065 [ 277 ] {4d849e40-d801-4ada-a881-2fde1086cf21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11551 | 2024.11.13 20:55:04.314632 [ 277 ] {4d849e40-d801-4ada-a881-2fde1086cf21} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11552 | 2024.11.13 20:55:04.314673 [ 277 ] {4d849e40-d801-4ada-a881-2fde1086cf21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11553 | 2024.11.13 20:55:04.315075 [ 277 ] {4d849e40-d801-4ada-a881-2fde1086cf21} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11554 | 2024.11.13 20:55:04.315329 [ 277 ] {4d849e40-d801-4ada-a881-2fde1086cf21} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11555 | 2024.11.13 20:55:04.315578 [ 277 ] {4d849e40-d801-4ada-a881-2fde1086cf21} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001619 sec., 79678.81408276715 rows/sec., 5.55 MiB/sec. | ||
| 11556 | 2024.11.13 20:55:04.315659 [ 277 ] {4d849e40-d801-4ada-a881-2fde1086cf21} <Debug> TCPHandler: Processed in 0.001934334 sec. | ||
| 11557 | 2024.11.13 20:55:04.315879 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11558 | 2024.11.13 20:55:04.316047 [ 274 ] {b7cde2a4-5125-44fb-b5a0-586e10822319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11559 | 2024.11.13 20:55:04.316105 [ 274 ] {b7cde2a4-5125-44fb-b5a0-586e10822319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11560 | 2024.11.13 20:55:04.316687 [ 274 ] {b7cde2a4-5125-44fb-b5a0-586e10822319} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11561 | 2024.11.13 20:55:04.316723 [ 274 ] {b7cde2a4-5125-44fb-b5a0-586e10822319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11562 | 2024.11.13 20:55:04.317102 [ 274 ] {b7cde2a4-5125-44fb-b5a0-586e10822319} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11563 | 2024.11.13 20:55:04.317343 [ 274 ] {b7cde2a4-5125-44fb-b5a0-586e10822319} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11564 | 2024.11.13 20:55:04.317548 [ 274 ] {b7cde2a4-5125-44fb-b5a0-586e10822319} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00153 sec., 31372.549019607846 rows/sec., 2.11 MiB/sec. | ||
| 11565 | 2024.11.13 20:55:04.317642 [ 274 ] {b7cde2a4-5125-44fb-b5a0-586e10822319} <Debug> TCPHandler: Processed in 0.001887283 sec. | ||
| 11566 | 2024.11.13 20:55:06.180227 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1686 | ||
| 11567 | 2024.11.13 20:55:06.183254 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11568 | 2024.11.13 20:55:06.183305 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11569 | 2024.11.13 20:55:06.184768 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11570 | 2024.11.13 20:55:06.185086 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11571 | 2024.11.13 20:55:06.185327 [ 45 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11572 | 2024.11.13 20:55:06.185444 [ 45 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11573 | 2024.11.13 20:55:06.185505 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11574 | 2024.11.13 20:55:06.185943 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 11575 | 2024.11.13 20:55:06.186557 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1686 | ||
| 11576 | 2024.11.13 20:55:06.187072 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11577 | 2024.11.13 20:55:06.187261 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1548 rows starting from the beginning of the part | ||
| 11578 | 2024.11.13 20:55:06.187895 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 20 rows starting from the beginning of the part | ||
| 11579 | 2024.11.13 20:55:06.188555 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part | ||
| 11580 | 2024.11.13 20:55:06.189165 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 11581 | 2024.11.13 20:55:06.189741 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 20 rows starting from the beginning of the part | ||
| 11582 | 2024.11.13 20:55:06.190310 [ 195 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
| 11583 | 2024.11.13 20:55:06.198822 [ 200 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1686 rows, containing 72 columns (72 merged, 0 gathered) in 0.01314654 sec., 128246.67174785152 rows/sec., 98.20 MiB/sec. | ||
| 11584 | 2024.11.13 20:55:06.200625 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11585 | 2024.11.13 20:55:06.201455 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_56_11} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11586 | 2024.11.13 20:55:06.201551 [ 197 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_56_11} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11587 | 2024.11.13 20:55:06.201871 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 11588 | 2024.11.13 20:55:09.301884 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11589 | 2024.11.13 20:55:09.302099 [ 277 ] {51066fa4-49f2-40b1-a31e-79b7b399f9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11590 | 2024.11.13 20:55:09.302171 [ 277 ] {51066fa4-49f2-40b1-a31e-79b7b399f9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11591 | 2024.11.13 20:55:09.302958 [ 277 ] {51066fa4-49f2-40b1-a31e-79b7b399f9c2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11592 | 2024.11.13 20:55:09.303010 [ 277 ] {51066fa4-49f2-40b1-a31e-79b7b399f9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11593 | 2024.11.13 20:55:09.303444 [ 277 ] {51066fa4-49f2-40b1-a31e-79b7b399f9c2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11594 | 2024.11.13 20:55:09.303705 [ 277 ] {51066fa4-49f2-40b1-a31e-79b7b399f9c2} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11595 | 2024.11.13 20:55:09.303923 [ 73 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11596 | 2024.11.13 20:55:09.303953 [ 277 ] {51066fa4-49f2-40b1-a31e-79b7b399f9c2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.24 MiB/sec. | ||
| 11597 | 2024.11.13 20:55:09.304006 [ 73 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11598 | 2024.11.13 20:55:09.304085 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11599 | 2024.11.13 20:55:09.304095 [ 277 ] {51066fa4-49f2-40b1-a31e-79b7b399f9c2} <Debug> TCPHandler: Processed in 0.002342432 sec. | ||
| 11600 | 2024.11.13 20:55:09.304401 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 11601 | 2024.11.13 20:55:09.304524 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11602 | 2024.11.13 20:55:09.304901 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11603 | 2024.11.13 20:55:09.305027 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1437 rows starting from the beginning of the part | ||
| 11604 | 2024.11.13 20:55:09.305090 [ 274 ] {e07f9b6e-656f-41ea-8155-771c062be535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11605 | 2024.11.13 20:55:09.305420 [ 274 ] {e07f9b6e-656f-41ea-8155-771c062be535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11606 | 2024.11.13 20:55:09.305486 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 61 rows starting from the beginning of the part | ||
| 11607 | 2024.11.13 20:55:09.306190 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 56 rows starting from the beginning of the part | ||
| 11608 | 2024.11.13 20:55:09.306813 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 287 rows starting from the beginning of the part | ||
| 11609 | 2024.11.13 20:55:09.307314 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 57 rows starting from the beginning of the part | ||
| 11610 | 2024.11.13 20:55:09.307695 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part | ||
| 11611 | 2024.11.13 20:55:09.309085 [ 274 ] {e07f9b6e-656f-41ea-8155-771c062be535} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11612 | 2024.11.13 20:55:09.309163 [ 274 ] {e07f9b6e-656f-41ea-8155-771c062be535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11613 | 2024.11.13 20:55:09.310285 [ 274 ] {e07f9b6e-656f-41ea-8155-771c062be535} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11614 | 2024.11.13 20:55:09.310699 [ 274 ] {e07f9b6e-656f-41ea-8155-771c062be535} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11615 | 2024.11.13 20:55:09.311074 [ 73 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11616 | 2024.11.13 20:55:09.311095 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1954 rows, containing 5 columns (5 merged, 0 gathered) in 0.006882181 sec., 283921.6231017464 rows/sec., 24.73 MiB/sec. | ||
| 11617 | 2024.11.13 20:55:09.311123 [ 73 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11618 | 2024.11.13 20:55:09.311154 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11619 | 2024.11.13 20:55:09.311224 [ 274 ] {e07f9b6e-656f-41ea-8155-771c062be535} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006337 sec., 10099.416127505128 rows/sec., 807.20 KiB/sec. | ||
| 11620 | 2024.11.13 20:55:09.311280 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 11621 | 2024.11.13 20:55:09.311357 [ 274 ] {e07f9b6e-656f-41ea-8155-771c062be535} <Debug> TCPHandler: Processed in 0.007111365 sec. | ||
| 11622 | 2024.11.13 20:55:09.311440 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11623 | 2024.11.13 20:55:09.311468 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11624 | 2024.11.13 20:55:09.311536 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 916 rows starting from the beginning of the part | ||
| 11625 | 2024.11.13 20:55:09.311608 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11626 | 2024.11.13 20:55:09.311712 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 74 rows starting from the beginning of the part | ||
| 11627 | 2024.11.13 20:55:09.312232 [ 277 ] {684cf665-0a52-4331-941a-1e9beaa00b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11628 | 2024.11.13 20:55:09.312335 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part | ||
| 11629 | 2024.11.13 20:55:09.312597 [ 277 ] {684cf665-0a52-4331-941a-1e9beaa00b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11630 | 2024.11.13 20:55:09.312808 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_106_21} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11631 | 2024.11.13 20:55:09.313051 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 424 rows starting from the beginning of the part | ||
| 11632 | 2024.11.13 20:55:09.313558 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 66 rows starting from the beginning of the part | ||
| 11633 | 2024.11.13 20:55:09.313496 [ 197 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_106_21} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11634 | 2024.11.13 20:55:09.314058 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 11635 | 2024.11.13 20:55:09.314253 [ 201 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 11636 | 2024.11.13 20:55:09.315818 [ 277 ] {684cf665-0a52-4331-941a-1e9beaa00b52} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11637 | 2024.11.13 20:55:09.315895 [ 277 ] {684cf665-0a52-4331-941a-1e9beaa00b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11638 | 2024.11.13 20:55:09.316866 [ 277 ] {684cf665-0a52-4331-941a-1e9beaa00b52} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11639 | 2024.11.13 20:55:09.317177 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 5 columns (5 merged, 0 gathered) in 0.005941825 sec., 270623.92446765094 rows/sec., 20.88 MiB/sec. | ||
| 11640 | 2024.11.13 20:55:09.317342 [ 277 ] {684cf665-0a52-4331-941a-1e9beaa00b52} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11641 | 2024.11.13 20:55:09.317685 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11642 | 2024.11.13 20:55:09.317709 [ 277 ] {684cf665-0a52-4331-941a-1e9beaa00b52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005765 sec., 27753.686036426712 rows/sec., 1.93 MiB/sec. | ||
| 11643 | 2024.11.13 20:55:09.317928 [ 277 ] {684cf665-0a52-4331-941a-1e9beaa00b52} <Debug> TCPHandler: Processed in 0.006445333 sec. | ||
| 11644 | 2024.11.13 20:55:09.318127 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11645 | 2024.11.13 20:55:09.318317 [ 274 ] {fc57115e-6b16-4f50-baf2-540885347dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11646 | 2024.11.13 20:55:09.318324 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_106_21} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11647 | 2024.11.13 20:55:09.318428 [ 274 ] {fc57115e-6b16-4f50-baf2-540885347dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11648 | 2024.11.13 20:55:09.318571 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_106_21} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11649 | 2024.11.13 20:55:09.318773 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 11650 | 2024.11.13 20:55:09.319225 [ 274 ] {fc57115e-6b16-4f50-baf2-540885347dc7} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11651 | 2024.11.13 20:55:09.319268 [ 274 ] {fc57115e-6b16-4f50-baf2-540885347dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11652 | 2024.11.13 20:55:09.319670 [ 274 ] {fc57115e-6b16-4f50-baf2-540885347dc7} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11653 | 2024.11.13 20:55:09.319926 [ 274 ] {fc57115e-6b16-4f50-baf2-540885347dc7} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11654 | 2024.11.13 20:55:09.320122 [ 274 ] {fc57115e-6b16-4f50-baf2-540885347dc7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001863 sec., 32206.1191626409 rows/sec., 2.17 MiB/sec. | ||
| 11655 | 2024.11.13 20:55:09.320212 [ 274 ] {fc57115e-6b16-4f50-baf2-540885347dc7} <Debug> TCPHandler: Processed in 0.002175388 sec. | ||
| 11656 | 2024.11.13 20:55:10.808152 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11657 | 2024.11.13 20:55:10.808209 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11658 | 2024.11.13 20:55:12.451559 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33108, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11659 | 2024.11.13 20:55:12.620646 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11660 | 2024.11.13 20:55:12.639181 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11661 | 2024.11.13 20:55:12.650591 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11662 | 2024.11.13 20:55:12.878997 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35421, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11663 | 2024.11.13 20:55:12.887345 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61403, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11664 | 2024.11.13 20:55:12.938797 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11665 | 2024.11.13 20:55:12.951153 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11666 | 2024.11.13 20:55:14.036780 [ 221 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 11667 | 2024.11.13 20:55:14.036840 [ 221 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 11668 | 2024.11.13 20:55:14.039119 [ 221 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 11669 | 2024.11.13 20:55:14.308439 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11670 | 2024.11.13 20:55:14.308629 [ 277 ] {917c23dc-76c0-4d83-abae-5d49c2e0e399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11671 | 2024.11.13 20:55:14.308699 [ 277 ] {917c23dc-76c0-4d83-abae-5d49c2e0e399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11672 | 2024.11.13 20:55:14.309408 [ 277 ] {917c23dc-76c0-4d83-abae-5d49c2e0e399} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11673 | 2024.11.13 20:55:14.309459 [ 277 ] {917c23dc-76c0-4d83-abae-5d49c2e0e399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11674 | 2024.11.13 20:55:14.309875 [ 277 ] {917c23dc-76c0-4d83-abae-5d49c2e0e399} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11675 | 2024.11.13 20:55:14.310130 [ 277 ] {917c23dc-76c0-4d83-abae-5d49c2e0e399} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11676 | 2024.11.13 20:55:14.310336 [ 277 ] {917c23dc-76c0-4d83-abae-5d49c2e0e399} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001752 sec., 7990.867579908675 rows/sec., 575.24 KiB/sec. | ||
| 11677 | 2024.11.13 20:55:14.310451 [ 277 ] {917c23dc-76c0-4d83-abae-5d49c2e0e399} <Debug> TCPHandler: Processed in 0.002140458 sec. | ||
| 11678 | 2024.11.13 20:55:14.310749 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11679 | 2024.11.13 20:55:14.310947 [ 274 ] {d9f25bae-5ee2-4dd7-9049-40858a35b3fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11680 | 2024.11.13 20:55:14.311024 [ 274 ] {d9f25bae-5ee2-4dd7-9049-40858a35b3fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11681 | 2024.11.13 20:55:14.311924 [ 274 ] {d9f25bae-5ee2-4dd7-9049-40858a35b3fb} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11682 | 2024.11.13 20:55:14.312037 [ 274 ] {d9f25bae-5ee2-4dd7-9049-40858a35b3fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11683 | 2024.11.13 20:55:14.312507 [ 274 ] {d9f25bae-5ee2-4dd7-9049-40858a35b3fb} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11684 | 2024.11.13 20:55:14.312788 [ 274 ] {d9f25bae-5ee2-4dd7-9049-40858a35b3fb} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11685 | 2024.11.13 20:55:14.313028 [ 274 ] {d9f25bae-5ee2-4dd7-9049-40858a35b3fb} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002136 sec., 134363.29588014982 rows/sec., 11.86 MiB/sec. | ||
| 11686 | 2024.11.13 20:55:14.313096 [ 274 ] {d9f25bae-5ee2-4dd7-9049-40858a35b3fb} <Debug> TCPHandler: Processed in 0.002534054 sec. | ||
| 11687 | 2024.11.13 20:55:14.313247 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11688 | 2024.11.13 20:55:14.313395 [ 277 ] {feb7302d-c99d-442e-96b4-1aabbd7f1c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11689 | 2024.11.13 20:55:14.313455 [ 277 ] {feb7302d-c99d-442e-96b4-1aabbd7f1c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11690 | 2024.11.13 20:55:14.314157 [ 277 ] {feb7302d-c99d-442e-96b4-1aabbd7f1c72} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11691 | 2024.11.13 20:55:14.314197 [ 277 ] {feb7302d-c99d-442e-96b4-1aabbd7f1c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11692 | 2024.11.13 20:55:14.314568 [ 277 ] {feb7302d-c99d-442e-96b4-1aabbd7f1c72} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11693 | 2024.11.13 20:55:14.314807 [ 277 ] {feb7302d-c99d-442e-96b4-1aabbd7f1c72} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11694 | 2024.11.13 20:55:14.315033 [ 277 ] {feb7302d-c99d-442e-96b4-1aabbd7f1c72} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001669 sec., 29358.897543439187 rows/sec., 2.11 MiB/sec. | ||
| 11695 | 2024.11.13 20:55:14.315134 [ 277 ] {feb7302d-c99d-442e-96b4-1aabbd7f1c72} <Debug> TCPHandler: Processed in 0.001951844 sec. | ||
| 11696 | 2024.11.13 20:55:14.315345 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11697 | 2024.11.13 20:55:14.315537 [ 274 ] {65b51628-a344-4c1f-a196-1c683da65b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11698 | 2024.11.13 20:55:14.315600 [ 274 ] {65b51628-a344-4c1f-a196-1c683da65b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11699 | 2024.11.13 20:55:14.316288 [ 274 ] {65b51628-a344-4c1f-a196-1c683da65b13} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11700 | 2024.11.13 20:55:14.316331 [ 274 ] {65b51628-a344-4c1f-a196-1c683da65b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11701 | 2024.11.13 20:55:14.316708 [ 274 ] {65b51628-a344-4c1f-a196-1c683da65b13} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11702 | 2024.11.13 20:55:14.316952 [ 274 ] {65b51628-a344-4c1f-a196-1c683da65b13} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11703 | 2024.11.13 20:55:14.317175 [ 274 ] {65b51628-a344-4c1f-a196-1c683da65b13} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001676 sec., 8353.221957040572 rows/sec., 585.01 KiB/sec. | ||
| 11704 | 2024.11.13 20:55:14.317232 [ 274 ] {65b51628-a344-4c1f-a196-1c683da65b13} <Debug> TCPHandler: Processed in 0.002016866 sec. | ||
| 11705 | 2024.11.13 20:55:14.317423 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11706 | 2024.11.13 20:55:14.317562 [ 277 ] {dea8473c-ca06-4e5d-9a9c-5ac07b306ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11707 | 2024.11.13 20:55:14.317618 [ 277 ] {dea8473c-ca06-4e5d-9a9c-5ac07b306ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11708 | 2024.11.13 20:55:14.318258 [ 277 ] {dea8473c-ca06-4e5d-9a9c-5ac07b306ba9} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11709 | 2024.11.13 20:55:14.318297 [ 277 ] {dea8473c-ca06-4e5d-9a9c-5ac07b306ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11710 | 2024.11.13 20:55:14.318655 [ 277 ] {dea8473c-ca06-4e5d-9a9c-5ac07b306ba9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11711 | 2024.11.13 20:55:14.318898 [ 277 ] {dea8473c-ca06-4e5d-9a9c-5ac07b306ba9} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11712 | 2024.11.13 20:55:14.319154 [ 277 ] {dea8473c-ca06-4e5d-9a9c-5ac07b306ba9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001618 sec., 8034.61063040791 rows/sec., 500.96 KiB/sec. | ||
| 11713 | 2024.11.13 20:55:14.319313 [ 277 ] {dea8473c-ca06-4e5d-9a9c-5ac07b306ba9} <Debug> TCPHandler: Processed in 0.001952754 sec. | ||
| 11714 | 2024.11.13 20:55:14.319553 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11715 | 2024.11.13 20:55:14.319695 [ 274 ] {d744b5e5-abe2-4a74-a92b-df59c6118882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11716 | 2024.11.13 20:55:14.319754 [ 274 ] {d744b5e5-abe2-4a74-a92b-df59c6118882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11717 | 2024.11.13 20:55:14.320545 [ 274 ] {d744b5e5-abe2-4a74-a92b-df59c6118882} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11718 | 2024.11.13 20:55:14.320585 [ 274 ] {d744b5e5-abe2-4a74-a92b-df59c6118882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11719 | 2024.11.13 20:55:14.320977 [ 274 ] {d744b5e5-abe2-4a74-a92b-df59c6118882} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11720 | 2024.11.13 20:55:14.321223 [ 274 ] {d744b5e5-abe2-4a74-a92b-df59c6118882} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11721 | 2024.11.13 20:55:14.321459 [ 274 ] {d744b5e5-abe2-4a74-a92b-df59c6118882} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.00179 sec., 236871.50837988828 rows/sec., 16.94 MiB/sec. | ||
| 11722 | 2024.11.13 20:55:14.321531 [ 222 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 11723 | 2024.11.13 20:55:14.321548 [ 274 ] {d744b5e5-abe2-4a74-a92b-df59c6118882} <Debug> TCPHandler: Processed in 0.002125127 sec. | ||
| 11724 | 2024.11.13 20:55:14.321607 [ 222 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 11725 | 2024.11.13 20:55:14.321785 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11726 | 2024.11.13 20:55:14.321952 [ 277 ] {125c211e-39ea-4301-91d7-1c80edabe8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11727 | 2024.11.13 20:55:14.322011 [ 277 ] {125c211e-39ea-4301-91d7-1c80edabe8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11728 | 2024.11.13 20:55:14.324193 [ 277 ] {125c211e-39ea-4301-91d7-1c80edabe8d1} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11729 | 2024.11.13 20:55:14.324305 [ 277 ] {125c211e-39ea-4301-91d7-1c80edabe8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11730 | 2024.11.13 20:55:14.325307 [ 277 ] {125c211e-39ea-4301-91d7-1c80edabe8d1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11731 | 2024.11.13 20:55:14.325666 [ 277 ] {125c211e-39ea-4301-91d7-1c80edabe8d1} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11732 | 2024.11.13 20:55:14.326024 [ 277 ] {125c211e-39ea-4301-91d7-1c80edabe8d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004085 sec., 1468.7882496940024 rows/sec., 76.74 KiB/sec. | ||
| 11733 | 2024.11.13 20:55:14.326205 [ 277 ] {125c211e-39ea-4301-91d7-1c80edabe8d1} <Debug> TCPHandler: Processed in 0.00452174 sec. | ||
| 11734 | 2024.11.13 20:55:14.326392 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11735 | 2024.11.13 20:55:14.326579 [ 274 ] {9c845104-83ac-4f69-9ce8-443d41b40398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11736 | 2024.11.13 20:55:14.326690 [ 274 ] {9c845104-83ac-4f69-9ce8-443d41b40398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11737 | 2024.11.13 20:55:14.326751 [ 222 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 11738 | 2024.11.13 20:55:14.328002 [ 274 ] {9c845104-83ac-4f69-9ce8-443d41b40398} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11739 | 2024.11.13 20:55:14.328044 [ 274 ] {9c845104-83ac-4f69-9ce8-443d41b40398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11740 | 2024.11.13 20:55:14.328448 [ 274 ] {9c845104-83ac-4f69-9ce8-443d41b40398} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11741 | 2024.11.13 20:55:14.328688 [ 274 ] {9c845104-83ac-4f69-9ce8-443d41b40398} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11742 | 2024.11.13 20:55:14.328857 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11743 | 2024.11.13 20:55:14.328926 [ 274 ] {9c845104-83ac-4f69-9ce8-443d41b40398} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002405 sec., 98544.69854469855 rows/sec., 6.61 MiB/sec. | ||
| 11744 | 2024.11.13 20:55:14.328946 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11745 | 2024.11.13 20:55:14.329021 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11746 | 2024.11.13 20:55:14.329056 [ 274 ] {9c845104-83ac-4f69-9ce8-443d41b40398} <Debug> TCPHandler: Processed in 0.002728038 sec. | ||
| 11747 | 2024.11.13 20:55:14.329275 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11748 | 2024.11.13 20:55:14.329295 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 11749 | 2024.11.13 20:55:14.329505 [ 277 ] {3f5170a8-13aa-402c-9e23-70ef2cbfc25c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11750 | 2024.11.13 20:55:14.329612 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11751 | 2024.11.13 20:55:14.329623 [ 277 ] {3f5170a8-13aa-402c-9e23-70ef2cbfc25c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11752 | 2024.11.13 20:55:14.329701 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_101_20, total 18083 rows starting from the beginning of the part | ||
| 11753 | 2024.11.13 20:55:14.330041 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 11754 | 2024.11.13 20:55:14.330382 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 11755 | 2024.11.13 20:55:14.330682 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 129 rows starting from the beginning of the part | ||
| 11756 | 2024.11.13 20:55:14.330990 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 11757 | 2024.11.13 20:55:14.331375 [ 194 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 11758 | 2024.11.13 20:55:14.332494 [ 277 ] {3f5170a8-13aa-402c-9e23-70ef2cbfc25c} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11759 | 2024.11.13 20:55:14.332556 [ 277 ] {3f5170a8-13aa-402c-9e23-70ef2cbfc25c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11760 | 2024.11.13 20:55:14.333199 [ 277 ] {3f5170a8-13aa-402c-9e23-70ef2cbfc25c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11761 | 2024.11.13 20:55:14.333476 [ 277 ] {3f5170a8-13aa-402c-9e23-70ef2cbfc25c} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11762 | 2024.11.13 20:55:14.334188 [ 277 ] {3f5170a8-13aa-402c-9e23-70ef2cbfc25c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00472 sec., 211.864406779661 rows/sec., 14.28 KiB/sec. | ||
| 11763 | 2024.11.13 20:55:14.334656 [ 277 ] {3f5170a8-13aa-402c-9e23-70ef2cbfc25c} <Debug> TCPHandler: Processed in 0.005490866 sec. | ||
| 11764 | 2024.11.13 20:55:14.335035 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11765 | 2024.11.13 20:55:14.335460 [ 274 ] {c0125e86-d8e3-4abe-8fed-477c5ce67719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11766 | 2024.11.13 20:55:14.335743 [ 274 ] {c0125e86-d8e3-4abe-8fed-477c5ce67719} <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 | ||
| 11767 | 2024.11.13 20:55:14.337336 [ 274 ] {c0125e86-d8e3-4abe-8fed-477c5ce67719} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11768 | 2024.11.13 20:55:14.337374 [ 274 ] {c0125e86-d8e3-4abe-8fed-477c5ce67719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11769 | 2024.11.13 20:55:14.338330 [ 274 ] {c0125e86-d8e3-4abe-8fed-477c5ce67719} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11770 | 2024.11.13 20:55:14.338613 [ 274 ] {c0125e86-d8e3-4abe-8fed-477c5ce67719} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11771 | 2024.11.13 20:55:14.338848 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11772 | 2024.11.13 20:55:14.338953 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11773 | 2024.11.13 20:55:14.339022 [ 274 ] {c0125e86-d8e3-4abe-8fed-477c5ce67719} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003667 sec., 11453.504226888464 rows/sec., 20.52 MiB/sec. | ||
| 11774 | 2024.11.13 20:55:14.339018 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11775 | 2024.11.13 20:55:14.339649 [ 199 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::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 | ||
| 11776 | 2024.11.13 20:55:14.340068 [ 274 ] {c0125e86-d8e3-4abe-8fed-477c5ce67719} <Debug> TCPHandler: Processed in 0.005237862 sec. | ||
| 11777 | 2024.11.13 20:55:14.340290 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19006 rows, containing 5 columns (5 merged, 0 gathered) in 0.011146216 sec., 1705152.6724405843 rows/sec., 116.26 MiB/sec. | ||
| 11778 | 2024.11.13 20:55:14.340395 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11779 | 2024.11.13 20:55:14.340667 [ 277 ] {69abf444-0dd4-4061-8bb3-6b5541fd47b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11780 | 2024.11.13 20:55:14.340681 [ 199 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11781 | 2024.11.13 20:55:14.340752 [ 277 ] {69abf444-0dd4-4061-8bb3-6b5541fd47b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11782 | 2024.11.13 20:55:14.340790 [ 199 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1323 rows starting from the beginning of the part | ||
| 11783 | 2024.11.13 20:55:14.340798 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11784 | 2024.11.13 20:55:14.341882 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11785 | 2024.11.13 20:55:14.341944 [ 199 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 42 rows starting from the beginning of the part | ||
| 11786 | 2024.11.13 20:55:14.342046 [ 191 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11787 | 2024.11.13 20:55:14.342459 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 11788 | 2024.11.13 20:55:14.342696 [ 199 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part | ||
| 11789 | 2024.11.13 20:55:14.343256 [ 277 ] {69abf444-0dd4-4061-8bb3-6b5541fd47b3} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11790 | 2024.11.13 20:55:14.343309 [ 277 ] {69abf444-0dd4-4061-8bb3-6b5541fd47b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11791 | 2024.11.13 20:55:14.343316 [ 199 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part | ||
| 11792 | 2024.11.13 20:55:14.343924 [ 199 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 42 rows starting from the beginning of the part | ||
| 11793 | 2024.11.13 20:55:14.344443 [ 199 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part | ||
| 11794 | 2024.11.13 20:55:14.344455 [ 277 ] {69abf444-0dd4-4061-8bb3-6b5541fd47b3} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11795 | 2024.11.13 20:55:14.345040 [ 277 ] {69abf444-0dd4-4061-8bb3-6b5541fd47b3} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11796 | 2024.11.13 20:55:14.345325 [ 132 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 | ||
| 11797 | 2024.11.13 20:55:14.345402 [ 132 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11798 | 2024.11.13 20:55:14.345427 [ 277 ] {69abf444-0dd4-4061-8bb3-6b5541fd47b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004817 sec., 17023.04338800083 rows/sec., 1.08 MiB/sec. | ||
| 11799 | 2024.11.13 20:55:14.345497 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11800 | 2024.11.13 20:55:14.345626 [ 277 ] {69abf444-0dd4-4061-8bb3-6b5541fd47b3} <Debug> TCPHandler: Processed in 0.005411715 sec. | ||
| 11801 | 2024.11.13 20:55:14.345987 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full | ||
| 11802 | 2024.11.13 20:55:14.346365 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11803 | 2024.11.13 20:55:14.346445 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_100_20, total 6000 rows starting from the beginning of the part | ||
| 11804 | 2024.11.13 20:55:14.346716 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 11805 | 2024.11.13 20:55:14.346921 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part | ||
| 11806 | 2024.11.13 20:55:14.347090 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 48 rows starting from the beginning of the part | ||
| 11807 | 2024.11.13 20:55:14.347250 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 11808 | 2024.11.13 20:55:14.347353 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 82 rows starting from the beginning of the part | ||
| 11809 | 2024.11.13 20:55:14.351559 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6332 rows, containing 4 columns (4 merged, 0 gathered) in 0.005826782 sec., 1086706.1784703804 rows/sec., 71.10 MiB/sec. | ||
| 11810 | 2024.11.13 20:55:14.352273 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 11811 | 2024.11.13 20:55:14.352615 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11812 | 2024.11.13 20:55:14.352692 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_105_21} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 | ||
| 11813 | 2024.11.13 20:55:14.352773 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 11814 | 2024.11.13 20:55:14.355553 [ 196 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 19 columns (19 merged, 0 gathered) in 0.016317556 sec., 93947.8926868705 rows/sec., 168.35 MiB/sec. | ||
| 11815 | 2024.11.13 20:55:14.356726 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11816 | 2024.11.13 20:55:14.357101 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11817 | 2024.11.13 20:55:14.357176 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11818 | 2024.11.13 20:55:14.357288 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.74 MiB. | ||
| 11819 | 2024.11.13 20:55:15.000279 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.48 MiB, peak 200.17 MiB, free memory in arenas 0.00 B, will set to 189.67 MiB (RSS), difference: 1.19 MiB | ||
| 11820 | 2024.11.13 20:55:16.186813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1716 | ||
| 11821 | 2024.11.13 20:55:16.189968 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11822 | 2024.11.13 20:55:16.190019 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11823 | 2024.11.13 20:55:16.191444 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11824 | 2024.11.13 20:55:16.191755 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11825 | 2024.11.13 20:55:16.192258 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1716 | ||
| 11826 | 2024.11.13 20:55:16.515907 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49706, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11827 | 2024.11.13 20:55:16.829994 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11828 | 2024.11.13 20:55:17.244345 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55687, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11829 | 2024.11.13 20:55:17.372509 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64339, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11830 | 2024.11.13 20:55:17.381961 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41054, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11831 | 2024.11.13 20:55:17.409393 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11832 | 2024.11.13 20:55:17.440763 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47375, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11833 | 2024.11.13 20:55:17.442063 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11834 | 2024.11.13 20:55:17.454342 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50019, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11835 | 2024.11.13 20:55:17.499012 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37430, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11836 | 2024.11.13 20:55:17.574731 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11837 | 2024.11.13 20:55:17.603128 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11838 | 2024.11.13 20:55:17.685924 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11839 | 2024.11.13 20:55:17.714548 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11840 | 2024.11.13 20:55:17.716952 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58255, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11841 | 2024.11.13 20:55:17.729656 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11842 | 2024.11.13 20:55:18.774844 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11843 | 2024.11.13 20:55:19.302207 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11844 | 2024.11.13 20:55:19.302402 [ 277 ] {0baac4ca-d106-4353-9b35-362cc01dec83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11845 | 2024.11.13 20:55:19.302478 [ 277 ] {0baac4ca-d106-4353-9b35-362cc01dec83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11846 | 2024.11.13 20:55:19.303223 [ 277 ] {0baac4ca-d106-4353-9b35-362cc01dec83} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11847 | 2024.11.13 20:55:19.303278 [ 277 ] {0baac4ca-d106-4353-9b35-362cc01dec83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11848 | 2024.11.13 20:55:19.303755 [ 277 ] {0baac4ca-d106-4353-9b35-362cc01dec83} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 11849 | 2024.11.13 20:55:19.304028 [ 277 ] {0baac4ca-d106-4353-9b35-362cc01dec83} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11850 | 2024.11.13 20:55:19.304281 [ 277 ] {0baac4ca-d106-4353-9b35-362cc01dec83} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00193 sec., 1036.2694300518135 rows/sec., 84.50 KiB/sec. | ||
| 11851 | 2024.11.13 20:55:19.304351 [ 277 ] {0baac4ca-d106-4353-9b35-362cc01dec83} <Debug> TCPHandler: Processed in 0.002276951 sec. | ||
| 11852 | 2024.11.13 20:55:19.304604 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11853 | 2024.11.13 20:55:19.304797 [ 274 ] {ea708c17-53dd-4d07-a662-4a70cc258164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11854 | 2024.11.13 20:55:19.304872 [ 274 ] {ea708c17-53dd-4d07-a662-4a70cc258164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11855 | 2024.11.13 20:55:19.305674 [ 274 ] {ea708c17-53dd-4d07-a662-4a70cc258164} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11856 | 2024.11.13 20:55:19.305715 [ 274 ] {ea708c17-53dd-4d07-a662-4a70cc258164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11857 | 2024.11.13 20:55:19.306172 [ 274 ] {ea708c17-53dd-4d07-a662-4a70cc258164} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11858 | 2024.11.13 20:55:19.306434 [ 274 ] {ea708c17-53dd-4d07-a662-4a70cc258164} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11859 | 2024.11.13 20:55:19.306638 [ 274 ] {ea708c17-53dd-4d07-a662-4a70cc258164} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001899 sec., 30015.797788309636 rows/sec., 2.29 MiB/sec. | ||
| 11860 | 2024.11.13 20:55:19.306695 [ 274 ] {ea708c17-53dd-4d07-a662-4a70cc258164} <Debug> TCPHandler: Processed in 0.00224142 sec. | ||
| 11861 | 2024.11.13 20:55:19.306852 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11862 | 2024.11.13 20:55:19.306986 [ 277 ] {bc76b006-a3e9-4689-afaf-e367dcd90dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11863 | 2024.11.13 20:55:19.307042 [ 277 ] {bc76b006-a3e9-4689-afaf-e367dcd90dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11864 | 2024.11.13 20:55:19.307704 [ 277 ] {bc76b006-a3e9-4689-afaf-e367dcd90dbb} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11865 | 2024.11.13 20:55:19.307750 [ 277 ] {bc76b006-a3e9-4689-afaf-e367dcd90dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11866 | 2024.11.13 20:55:19.308128 [ 277 ] {bc76b006-a3e9-4689-afaf-e367dcd90dbb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11867 | 2024.11.13 20:55:19.308389 [ 277 ] {bc76b006-a3e9-4689-afaf-e367dcd90dbb} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11868 | 2024.11.13 20:55:19.308642 [ 277 ] {bc76b006-a3e9-4689-afaf-e367dcd90dbb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001681 sec., 1189.767995240928 rows/sec., 83.07 KiB/sec. | ||
| 11869 | 2024.11.13 20:55:19.308752 [ 277 ] {bc76b006-a3e9-4689-afaf-e367dcd90dbb} <Debug> TCPHandler: Processed in 0.001959215 sec. | ||
| 11870 | 2024.11.13 20:55:19.308964 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11871 | 2024.11.13 20:55:19.309117 [ 274 ] {7e840635-6f79-4664-955b-f6151e4c0e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11872 | 2024.11.13 20:55:19.309170 [ 274 ] {7e840635-6f79-4664-955b-f6151e4c0e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11873 | 2024.11.13 20:55:19.309788 [ 274 ] {7e840635-6f79-4664-955b-f6151e4c0e56} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11874 | 2024.11.13 20:55:19.309826 [ 274 ] {7e840635-6f79-4664-955b-f6151e4c0e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11875 | 2024.11.13 20:55:19.310221 [ 274 ] {7e840635-6f79-4664-955b-f6151e4c0e56} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11876 | 2024.11.13 20:55:19.310483 [ 274 ] {7e840635-6f79-4664-955b-f6151e4c0e56} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11877 | 2024.11.13 20:55:19.310664 [ 274 ] {7e840635-6f79-4664-955b-f6151e4c0e56} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001575 sec., 41904.7619047619 rows/sec., 3.27 MiB/sec. | ||
| 11878 | 2024.11.13 20:55:19.310715 [ 274 ] {7e840635-6f79-4664-955b-f6151e4c0e56} <Debug> TCPHandler: Processed in 0.001867573 sec. | ||
| 11879 | 2024.11.13 20:55:19.310872 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11880 | 2024.11.13 20:55:19.311003 [ 277 ] {6474310a-597b-46d6-959c-a57989ce0c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11881 | 2024.11.13 20:55:19.311060 [ 277 ] {6474310a-597b-46d6-959c-a57989ce0c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11882 | 2024.11.13 20:55:19.311687 [ 277 ] {6474310a-597b-46d6-959c-a57989ce0c73} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11883 | 2024.11.13 20:55:19.311729 [ 277 ] {6474310a-597b-46d6-959c-a57989ce0c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11884 | 2024.11.13 20:55:19.312164 [ 277 ] {6474310a-597b-46d6-959c-a57989ce0c73} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11885 | 2024.11.13 20:55:19.312433 [ 277 ] {6474310a-597b-46d6-959c-a57989ce0c73} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11886 | 2024.11.13 20:55:19.312696 [ 277 ] {6474310a-597b-46d6-959c-a57989ce0c73} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001725 sec., 93333.33333333333 rows/sec., 6.50 MiB/sec. | ||
| 11887 | 2024.11.13 20:55:19.312752 [ 277 ] {6474310a-597b-46d6-959c-a57989ce0c73} <Debug> TCPHandler: Processed in 0.001943584 sec. | ||
| 11888 | 2024.11.13 20:55:19.312899 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11889 | 2024.11.13 20:55:19.313015 [ 274 ] {c7c1cefa-240f-4fe2-86f0-4240b94a11da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11890 | 2024.11.13 20:55:19.313067 [ 274 ] {c7c1cefa-240f-4fe2-86f0-4240b94a11da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11891 | 2024.11.13 20:55:19.313642 [ 274 ] {c7c1cefa-240f-4fe2-86f0-4240b94a11da} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11892 | 2024.11.13 20:55:19.313678 [ 274 ] {c7c1cefa-240f-4fe2-86f0-4240b94a11da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11893 | 2024.11.13 20:55:19.314069 [ 274 ] {c7c1cefa-240f-4fe2-86f0-4240b94a11da} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11894 | 2024.11.13 20:55:19.314328 [ 274 ] {c7c1cefa-240f-4fe2-86f0-4240b94a11da} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11895 | 2024.11.13 20:55:19.314510 [ 274 ] {c7c1cefa-240f-4fe2-86f0-4240b94a11da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00152 sec., 39473.68421052631 rows/sec., 2.66 MiB/sec. | ||
| 11896 | 2024.11.13 20:55:19.314560 [ 274 ] {c7c1cefa-240f-4fe2-86f0-4240b94a11da} <Debug> TCPHandler: Processed in 0.001718181 sec. | ||
| 11897 | 2024.11.13 20:55:19.340353 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11898 | 2024.11.13 20:55:19.424872 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11899 | 2024.11.13 20:55:19.465808 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11900 | 2024.11.13 20:55:19.479308 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11901 | 2024.11.13 20:55:19.587795 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 11902 | 2024.11.13 20:55:19.587858 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 11903 | 2024.11.13 20:55:19.590131 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 11904 | 2024.11.13 20:55:19.696113 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11905 | 2024.11.13 20:55:19.701465 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11906 | 2024.11.13 20:55:19.720836 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11907 | 2024.11.13 20:55:20.146872 [ 217 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): 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] | ||
| 11908 | 2024.11.13 20:55:20.146925 [ 217 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): 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] | ||
| 11909 | 2024.11.13 20:55:20.149084 [ 217 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): 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] | ||
| 11910 | 2024.11.13 20:55:24.302338 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11911 | 2024.11.13 20:55:24.302545 [ 277 ] {eaeed283-27cc-494f-b440-07319359ce59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11912 | 2024.11.13 20:55:24.302620 [ 277 ] {eaeed283-27cc-494f-b440-07319359ce59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11913 | 2024.11.13 20:55:24.303384 [ 277 ] {eaeed283-27cc-494f-b440-07319359ce59} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11914 | 2024.11.13 20:55:24.303438 [ 277 ] {eaeed283-27cc-494f-b440-07319359ce59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11915 | 2024.11.13 20:55:24.303910 [ 277 ] {eaeed283-27cc-494f-b440-07319359ce59} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11916 | 2024.11.13 20:55:24.304168 [ 277 ] {eaeed283-27cc-494f-b440-07319359ce59} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11917 | 2024.11.13 20:55:24.304416 [ 277 ] {eaeed283-27cc-494f-b440-07319359ce59} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001924 sec., 29106.029106029106 rows/sec., 2.22 MiB/sec. | ||
| 11918 | 2024.11.13 20:55:24.304483 [ 277 ] {eaeed283-27cc-494f-b440-07319359ce59} <Debug> TCPHandler: Processed in 0.00227398 sec. | ||
| 11919 | 2024.11.13 20:55:24.304721 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11920 | 2024.11.13 20:55:24.304912 [ 274 ] {acee6ec9-1205-4367-a452-388916d5186e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11921 | 2024.11.13 20:55:24.304985 [ 274 ] {acee6ec9-1205-4367-a452-388916d5186e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11922 | 2024.11.13 20:55:24.305758 [ 274 ] {acee6ec9-1205-4367-a452-388916d5186e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11923 | 2024.11.13 20:55:24.305800 [ 274 ] {acee6ec9-1205-4367-a452-388916d5186e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11924 | 2024.11.13 20:55:24.306250 [ 274 ] {acee6ec9-1205-4367-a452-388916d5186e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11925 | 2024.11.13 20:55:24.306507 [ 274 ] {acee6ec9-1205-4367-a452-388916d5186e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11926 | 2024.11.13 20:55:24.306720 [ 274 ] {acee6ec9-1205-4367-a452-388916d5186e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001861 sec., 34390.11284255776 rows/sec., 2.68 MiB/sec. | ||
| 11927 | 2024.11.13 20:55:24.306787 [ 274 ] {acee6ec9-1205-4367-a452-388916d5186e} <Debug> TCPHandler: Processed in 0.002197548 sec. | ||
| 11928 | 2024.11.13 20:55:24.306997 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11929 | 2024.11.13 20:55:24.307195 [ 277 ] {96052f02-ddc9-43bb-aafb-48662621b5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11930 | 2024.11.13 20:55:24.307255 [ 277 ] {96052f02-ddc9-43bb-aafb-48662621b5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11931 | 2024.11.13 20:55:24.307850 [ 277 ] {96052f02-ddc9-43bb-aafb-48662621b5ee} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11932 | 2024.11.13 20:55:24.307893 [ 277 ] {96052f02-ddc9-43bb-aafb-48662621b5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11933 | 2024.11.13 20:55:24.308320 [ 277 ] {96052f02-ddc9-43bb-aafb-48662621b5ee} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11934 | 2024.11.13 20:55:24.308577 [ 277 ] {96052f02-ddc9-43bb-aafb-48662621b5ee} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11935 | 2024.11.13 20:55:24.308806 [ 277 ] {96052f02-ddc9-43bb-aafb-48662621b5ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec. | ||
| 11936 | 2024.11.13 20:55:24.308866 [ 277 ] {96052f02-ddc9-43bb-aafb-48662621b5ee} <Debug> TCPHandler: Processed in 0.001978965 sec. | ||
| 11937 | 2024.11.13 20:55:24.309009 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11938 | 2024.11.13 20:55:24.309133 [ 274 ] {f8206116-e65c-464f-b98f-b21ba7b48960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11939 | 2024.11.13 20:55:24.309189 [ 274 ] {f8206116-e65c-464f-b98f-b21ba7b48960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11940 | 2024.11.13 20:55:24.309777 [ 274 ] {f8206116-e65c-464f-b98f-b21ba7b48960} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11941 | 2024.11.13 20:55:24.309821 [ 274 ] {f8206116-e65c-464f-b98f-b21ba7b48960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11942 | 2024.11.13 20:55:24.310270 [ 274 ] {f8206116-e65c-464f-b98f-b21ba7b48960} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11943 | 2024.11.13 20:55:24.310506 [ 274 ] {f8206116-e65c-464f-b98f-b21ba7b48960} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11944 | 2024.11.13 20:55:24.310683 [ 274 ] {f8206116-e65c-464f-b98f-b21ba7b48960} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001581 sec., 37950.66413662239 rows/sec., 2.56 MiB/sec. | ||
| 11945 | 2024.11.13 20:55:24.310731 [ 274 ] {f8206116-e65c-464f-b98f-b21ba7b48960} <Debug> TCPHandler: Processed in 0.001778461 sec. | ||
| 11946 | 2024.11.13 20:55:25.808448 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11947 | 2024.11.13 20:55:25.808508 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11948 | 2024.11.13 20:55:26.002504 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001881973 sec. | ||
| 11949 | 2024.11.13 20:55:26.192479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1736 | ||
| 11950 | 2024.11.13 20:55:26.195595 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11951 | 2024.11.13 20:55:26.195643 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11952 | 2024.11.13 20:55:26.197091 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11953 | 2024.11.13 20:55:26.197411 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11954 | 2024.11.13 20:55:26.197974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1736 | ||
| 11955 | 2024.11.13 20:55:29.308854 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11956 | 2024.11.13 20:55:29.309080 [ 277 ] {4974b1c9-5520-4d3e-bf35-2dea38af5542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11957 | 2024.11.13 20:55:29.309160 [ 277 ] {4974b1c9-5520-4d3e-bf35-2dea38af5542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11958 | 2024.11.13 20:55:29.309896 [ 277 ] {4974b1c9-5520-4d3e-bf35-2dea38af5542} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11959 | 2024.11.13 20:55:29.309942 [ 277 ] {4974b1c9-5520-4d3e-bf35-2dea38af5542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11960 | 2024.11.13 20:55:29.310367 [ 277 ] {4974b1c9-5520-4d3e-bf35-2dea38af5542} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11961 | 2024.11.13 20:55:29.310632 [ 277 ] {4974b1c9-5520-4d3e-bf35-2dea38af5542} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11962 | 2024.11.13 20:55:29.310852 [ 277 ] {4974b1c9-5520-4d3e-bf35-2dea38af5542} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00182 sec., 7692.307692307692 rows/sec., 553.74 KiB/sec. | ||
| 11963 | 2024.11.13 20:55:29.310959 [ 277 ] {4974b1c9-5520-4d3e-bf35-2dea38af5542} <Debug> TCPHandler: Processed in 0.002242169 sec. | ||
| 11964 | 2024.11.13 20:55:29.311236 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11965 | 2024.11.13 20:55:29.311443 [ 274 ] {45f32575-bd64-4f73-ba40-5ed5e3eca445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11966 | 2024.11.13 20:55:29.311513 [ 274 ] {45f32575-bd64-4f73-ba40-5ed5e3eca445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11967 | 2024.11.13 20:55:29.312340 [ 274 ] {45f32575-bd64-4f73-ba40-5ed5e3eca445} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11968 | 2024.11.13 20:55:29.312386 [ 274 ] {45f32575-bd64-4f73-ba40-5ed5e3eca445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11969 | 2024.11.13 20:55:29.312832 [ 274 ] {45f32575-bd64-4f73-ba40-5ed5e3eca445} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11970 | 2024.11.13 20:55:29.313094 [ 274 ] {45f32575-bd64-4f73-ba40-5ed5e3eca445} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11971 | 2024.11.13 20:55:29.313324 [ 274 ] {45f32575-bd64-4f73-ba40-5ed5e3eca445} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.001933 sec., 148473.87480600103 rows/sec., 13.10 MiB/sec. | ||
| 11972 | 2024.11.13 20:55:29.313380 [ 274 ] {45f32575-bd64-4f73-ba40-5ed5e3eca445} <Debug> TCPHandler: Processed in 0.002318861 sec. | ||
| 11973 | 2024.11.13 20:55:29.313523 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11974 | 2024.11.13 20:55:29.313699 [ 277 ] {95bf1a75-669d-44db-baaa-7533793951e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11975 | 2024.11.13 20:55:29.313758 [ 277 ] {95bf1a75-669d-44db-baaa-7533793951e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11976 | 2024.11.13 20:55:29.314376 [ 277 ] {95bf1a75-669d-44db-baaa-7533793951e4} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11977 | 2024.11.13 20:55:29.314416 [ 277 ] {95bf1a75-669d-44db-baaa-7533793951e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11978 | 2024.11.13 20:55:29.314792 [ 277 ] {95bf1a75-669d-44db-baaa-7533793951e4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11979 | 2024.11.13 20:55:29.315026 [ 277 ] {95bf1a75-669d-44db-baaa-7533793951e4} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11980 | 2024.11.13 20:55:29.315239 [ 277 ] {95bf1a75-669d-44db-baaa-7533793951e4} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001572 sec., 31170.483460559797 rows/sec., 2.25 MiB/sec. | ||
| 11981 | 2024.11.13 20:55:29.315294 [ 277 ] {95bf1a75-669d-44db-baaa-7533793951e4} <Debug> TCPHandler: Processed in 0.001831192 sec. | ||
| 11982 | 2024.11.13 20:55:29.315467 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11983 | 2024.11.13 20:55:29.315688 [ 274 ] {7b87625f-9abc-45e2-a96c-c5d339cd0f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11984 | 2024.11.13 20:55:29.315777 [ 274 ] {7b87625f-9abc-45e2-a96c-c5d339cd0f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11985 | 2024.11.13 20:55:29.316658 [ 274 ] {7b87625f-9abc-45e2-a96c-c5d339cd0f2b} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11986 | 2024.11.13 20:55:29.316697 [ 274 ] {7b87625f-9abc-45e2-a96c-c5d339cd0f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11987 | 2024.11.13 20:55:29.317053 [ 274 ] {7b87625f-9abc-45e2-a96c-c5d339cd0f2b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11988 | 2024.11.13 20:55:29.317290 [ 274 ] {7b87625f-9abc-45e2-a96c-c5d339cd0f2b} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11989 | 2024.11.13 20:55:29.317524 [ 274 ] {7b87625f-9abc-45e2-a96c-c5d339cd0f2b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001892 sec., 7399.577167019027 rows/sec., 518.22 KiB/sec. | ||
| 11990 | 2024.11.13 20:55:29.317587 [ 274 ] {7b87625f-9abc-45e2-a96c-c5d339cd0f2b} <Debug> TCPHandler: Processed in 0.002218259 sec. | ||
| 11991 | 2024.11.13 20:55:29.317808 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11992 | 2024.11.13 20:55:29.317927 [ 277 ] {93b37c6f-fed4-4040-8dd4-c1893209c9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11993 | 2024.11.13 20:55:29.317978 [ 277 ] {93b37c6f-fed4-4040-8dd4-c1893209c9f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11994 | 2024.11.13 20:55:29.318551 [ 277 ] {93b37c6f-fed4-4040-8dd4-c1893209c9f4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11995 | 2024.11.13 20:55:29.318591 [ 277 ] {93b37c6f-fed4-4040-8dd4-c1893209c9f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 11996 | 2024.11.13 20:55:29.318961 [ 277 ] {93b37c6f-fed4-4040-8dd4-c1893209c9f4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11997 | 2024.11.13 20:55:29.319198 [ 277 ] {93b37c6f-fed4-4040-8dd4-c1893209c9f4} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11998 | 2024.11.13 20:55:29.319452 [ 277 ] {93b37c6f-fed4-4040-8dd4-c1893209c9f4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec. | ||
| 11999 | 2024.11.13 20:55:29.319602 [ 277 ] {93b37c6f-fed4-4040-8dd4-c1893209c9f4} <Debug> TCPHandler: Processed in 0.001894694 sec. | ||
| 12000 | 2024.11.13 20:55:29.319894 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12001 | 2024.11.13 20:55:29.320121 [ 274 ] {4e472927-6c01-45bb-801c-ea525b86b1e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12002 | 2024.11.13 20:55:29.320210 [ 274 ] {4e472927-6c01-45bb-801c-ea525b86b1e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12003 | 2024.11.13 20:55:29.321024 [ 274 ] {4e472927-6c01-45bb-801c-ea525b86b1e6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12004 | 2024.11.13 20:55:29.321062 [ 274 ] {4e472927-6c01-45bb-801c-ea525b86b1e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12005 | 2024.11.13 20:55:29.321439 [ 274 ] {4e472927-6c01-45bb-801c-ea525b86b1e6} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12006 | 2024.11.13 20:55:29.321677 [ 274 ] {4e472927-6c01-45bb-801c-ea525b86b1e6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12007 | 2024.11.13 20:55:29.321899 [ 274 ] {4e472927-6c01-45bb-801c-ea525b86b1e6} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001828 sec., 231947.48358862146 rows/sec., 16.58 MiB/sec. | ||
| 12008 | 2024.11.13 20:55:29.321948 [ 274 ] {4e472927-6c01-45bb-801c-ea525b86b1e6} <Debug> TCPHandler: Processed in 0.002233979 sec. | ||
| 12009 | 2024.11.13 20:55:29.322107 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12010 | 2024.11.13 20:55:29.322225 [ 277 ] {a99a2dea-bbc9-43b2-b038-c4c4d1159790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12011 | 2024.11.13 20:55:29.322275 [ 277 ] {a99a2dea-bbc9-43b2-b038-c4c4d1159790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12012 | 2024.11.13 20:55:29.322751 [ 277 ] {a99a2dea-bbc9-43b2-b038-c4c4d1159790} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12013 | 2024.11.13 20:55:29.322790 [ 277 ] {a99a2dea-bbc9-43b2-b038-c4c4d1159790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12014 | 2024.11.13 20:55:29.323157 [ 277 ] {a99a2dea-bbc9-43b2-b038-c4c4d1159790} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12015 | 2024.11.13 20:55:29.323399 [ 277 ] {a99a2dea-bbc9-43b2-b038-c4c4d1159790} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12016 | 2024.11.13 20:55:29.323633 [ 277 ] {a99a2dea-bbc9-43b2-b038-c4c4d1159790} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. | ||
| 12017 | 2024.11.13 20:55:29.323708 [ 277 ] {a99a2dea-bbc9-43b2-b038-c4c4d1159790} <Debug> TCPHandler: Processed in 0.001655689 sec. | ||
| 12018 | 2024.11.13 20:55:29.323863 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12019 | 2024.11.13 20:55:29.323981 [ 274 ] {0b281b45-15d4-4060-a27c-e16bb74a55a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12020 | 2024.11.13 20:55:29.324034 [ 274 ] {0b281b45-15d4-4060-a27c-e16bb74a55a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12021 | 2024.11.13 20:55:29.324619 [ 274 ] {0b281b45-15d4-4060-a27c-e16bb74a55a0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12022 | 2024.11.13 20:55:29.324657 [ 274 ] {0b281b45-15d4-4060-a27c-e16bb74a55a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12023 | 2024.11.13 20:55:29.325053 [ 274 ] {0b281b45-15d4-4060-a27c-e16bb74a55a0} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12024 | 2024.11.13 20:55:29.325297 [ 274 ] {0b281b45-15d4-4060-a27c-e16bb74a55a0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12025 | 2024.11.13 20:55:29.325534 [ 274 ] {0b281b45-15d4-4060-a27c-e16bb74a55a0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001576 sec., 150380.7106598985 rows/sec., 10.08 MiB/sec. | ||
| 12026 | 2024.11.13 20:55:29.325635 [ 274 ] {0b281b45-15d4-4060-a27c-e16bb74a55a0} <Debug> TCPHandler: Processed in 0.001830412 sec. | ||
| 12027 | 2024.11.13 20:55:29.325816 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12028 | 2024.11.13 20:55:29.325965 [ 277 ] {7ba2ccb6-f98f-4a49-97ce-8dacb9c9d238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12029 | 2024.11.13 20:55:29.326027 [ 277 ] {7ba2ccb6-f98f-4a49-97ce-8dacb9c9d238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12030 | 2024.11.13 20:55:29.326552 [ 277 ] {7ba2ccb6-f98f-4a49-97ce-8dacb9c9d238} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12031 | 2024.11.13 20:55:29.326589 [ 277 ] {7ba2ccb6-f98f-4a49-97ce-8dacb9c9d238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12032 | 2024.11.13 20:55:29.326959 [ 277 ] {7ba2ccb6-f98f-4a49-97ce-8dacb9c9d238} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12033 | 2024.11.13 20:55:29.327196 [ 277 ] {7ba2ccb6-f98f-4a49-97ce-8dacb9c9d238} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12034 | 2024.11.13 20:55:29.327458 [ 277 ] {7ba2ccb6-f98f-4a49-97ce-8dacb9c9d238} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001511 sec., 661.8133686300463 rows/sec., 44.59 KiB/sec. | ||
| 12035 | 2024.11.13 20:55:29.327525 [ 277 ] {7ba2ccb6-f98f-4a49-97ce-8dacb9c9d238} <Debug> TCPHandler: Processed in 0.001799642 sec. | ||
| 12036 | 2024.11.13 20:55:29.327792 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12037 | 2024.11.13 20:55:29.328030 [ 274 ] {185753a1-a863-4b25-99a2-8e68d2c4f699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12038 | 2024.11.13 20:55:29.328163 [ 274 ] {185753a1-a863-4b25-99a2-8e68d2c4f699} <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 | ||
| 12039 | 2024.11.13 20:55:29.329448 [ 274 ] {185753a1-a863-4b25-99a2-8e68d2c4f699} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12040 | 2024.11.13 20:55:29.329485 [ 274 ] {185753a1-a863-4b25-99a2-8e68d2c4f699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12041 | 2024.11.13 20:55:29.330139 [ 274 ] {185753a1-a863-4b25-99a2-8e68d2c4f699} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12042 | 2024.11.13 20:55:29.330398 [ 274 ] {185753a1-a863-4b25-99a2-8e68d2c4f699} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12043 | 2024.11.13 20:55:29.330671 [ 274 ] {185753a1-a863-4b25-99a2-8e68d2c4f699} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002693 sec., 15595.989602673597 rows/sec., 27.95 MiB/sec. | ||
| 12044 | 2024.11.13 20:55:29.331226 [ 274 ] {185753a1-a863-4b25-99a2-8e68d2c4f699} <Debug> TCPHandler: Processed in 0.003600713 sec. | ||
| 12045 | 2024.11.13 20:55:29.331403 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12046 | 2024.11.13 20:55:29.331539 [ 277 ] {d2e85709-fb66-4d58-b8aa-512251ae6a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12047 | 2024.11.13 20:55:29.331597 [ 277 ] {d2e85709-fb66-4d58-b8aa-512251ae6a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12048 | 2024.11.13 20:55:29.332155 [ 277 ] {d2e85709-fb66-4d58-b8aa-512251ae6a0a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12049 | 2024.11.13 20:55:29.332199 [ 277 ] {d2e85709-fb66-4d58-b8aa-512251ae6a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12050 | 2024.11.13 20:55:29.332605 [ 277 ] {d2e85709-fb66-4d58-b8aa-512251ae6a0a} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12051 | 2024.11.13 20:55:29.332842 [ 277 ] {d2e85709-fb66-4d58-b8aa-512251ae6a0a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12052 | 2024.11.13 20:55:29.333052 [ 277 ] {d2e85709-fb66-4d58-b8aa-512251ae6a0a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001545 sec., 53074.43365695793 rows/sec., 3.37 MiB/sec. | ||
| 12053 | 2024.11.13 20:55:29.333101 [ 277 ] {d2e85709-fb66-4d58-b8aa-512251ae6a0a} <Debug> TCPHandler: Processed in 0.001770761 sec. | ||
| 12054 | 2024.11.13 20:55:31.498927 [ 141 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 12055 | 2024.11.13 20:55:31.498988 [ 141 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12056 | 2024.11.13 20:55:31.499010 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12057 | 2024.11.13 20:55:31.499202 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 12058 | 2024.11.13 20:55:31.499462 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12059 | 2024.11.13 20:55:31.499499 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part | ||
| 12060 | 2024.11.13 20:55:31.499582 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 12061 | 2024.11.13 20:55:31.499680 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 10 rows starting from the beginning of the part | ||
| 12062 | 2024.11.13 20:55:31.499941 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
| 12063 | 2024.11.13 20:55:31.500131 [ 186 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
| 12064 | 2024.11.13 20:55:31.501230 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002148028 sec., 16759.558069075447 rows/sec., 1.40 MiB/sec. | ||
| 12065 | 2024.11.13 20:55:31.501443 [ 196 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 12066 | 2024.11.13 20:55:31.501863 [ 196 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_33_8} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12067 | 2024.11.13 20:55:31.501969 [ 196 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_33_8} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 12068 | 2024.11.13 20:55:31.502087 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12069 | 2024.11.13 20:55:34.300788 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12070 | 2024.11.13 20:55:34.300993 [ 277 ] {24e8afe8-24b6-474c-bb5e-6a0eb5e51279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12071 | 2024.11.13 20:55:34.301065 [ 277 ] {24e8afe8-24b6-474c-bb5e-6a0eb5e51279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12072 | 2024.11.13 20:55:34.301799 [ 277 ] {24e8afe8-24b6-474c-bb5e-6a0eb5e51279} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12073 | 2024.11.13 20:55:34.301851 [ 277 ] {24e8afe8-24b6-474c-bb5e-6a0eb5e51279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12074 | 2024.11.13 20:55:34.302261 [ 277 ] {24e8afe8-24b6-474c-bb5e-6a0eb5e51279} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 12075 | 2024.11.13 20:55:34.302526 [ 277 ] {24e8afe8-24b6-474c-bb5e-6a0eb5e51279} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12076 | 2024.11.13 20:55:34.302754 [ 277 ] {24e8afe8-24b6-474c-bb5e-6a0eb5e51279} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001813 sec., 2206.287920573635 rows/sec., 179.91 KiB/sec. | ||
| 12077 | 2024.11.13 20:55:34.302834 [ 277 ] {24e8afe8-24b6-474c-bb5e-6a0eb5e51279} <Debug> TCPHandler: Processed in 0.002173429 sec. | ||
| 12078 | 2024.11.13 20:55:34.303120 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12079 | 2024.11.13 20:55:34.303367 [ 274 ] {384cb278-08d8-45e0-86f0-24f63b3bae9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12080 | 2024.11.13 20:55:34.303456 [ 274 ] {384cb278-08d8-45e0-86f0-24f63b3bae9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12081 | 2024.11.13 20:55:34.304283 [ 274 ] {384cb278-08d8-45e0-86f0-24f63b3bae9b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12082 | 2024.11.13 20:55:34.304333 [ 274 ] {384cb278-08d8-45e0-86f0-24f63b3bae9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12083 | 2024.11.13 20:55:34.304768 [ 274 ] {384cb278-08d8-45e0-86f0-24f63b3bae9b} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12084 | 2024.11.13 20:55:34.305030 [ 274 ] {384cb278-08d8-45e0-86f0-24f63b3bae9b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12085 | 2024.11.13 20:55:34.305244 [ 148 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12086 | 2024.11.13 20:55:34.305310 [ 274 ] {384cb278-08d8-45e0-86f0-24f63b3bae9b} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001997 sec., 29043.56534802203 rows/sec., 2.21 MiB/sec. | ||
| 12087 | 2024.11.13 20:55:34.305337 [ 148 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12088 | 2024.11.13 20:55:34.305411 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12089 | 2024.11.13 20:55:34.305447 [ 274 ] {384cb278-08d8-45e0-86f0-24f63b3bae9b} <Debug> TCPHandler: Processed in 0.002473013 sec. | ||
| 12090 | 2024.11.13 20:55:34.305656 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12091 | 2024.11.13 20:55:34.305681 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 12092 | 2024.11.13 20:55:34.305801 [ 277 ] {082605f2-d790-4037-b8b6-0f23f5752b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12093 | 2024.11.13 20:55:34.305826 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12094 | 2024.11.13 20:55:34.305864 [ 277 ] {082605f2-d790-4037-b8b6-0f23f5752b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12095 | 2024.11.13 20:55:34.305869 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1437 rows starting from the beginning of the part | ||
| 12096 | 2024.11.13 20:55:34.306085 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 287 rows starting from the beginning of the part | ||
| 12097 | 2024.11.13 20:55:34.306506 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 57 rows starting from the beginning of the part | ||
| 12098 | 2024.11.13 20:55:34.306914 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part | ||
| 12099 | 2024.11.13 20:55:34.307357 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 287 rows starting from the beginning of the part | ||
| 12100 | 2024.11.13 20:55:34.307670 [ 217 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 12101 | 2024.11.13 20:55:34.307794 [ 217 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 12102 | 2024.11.13 20:55:34.307811 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 58 rows starting from the beginning of the part | ||
| 12103 | 2024.11.13 20:55:34.309987 [ 277 ] {082605f2-d790-4037-b8b6-0f23f5752b1d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12104 | 2024.11.13 20:55:34.310045 [ 277 ] {082605f2-d790-4037-b8b6-0f23f5752b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12105 | 2024.11.13 20:55:34.311279 [ 277 ] {082605f2-d790-4037-b8b6-0f23f5752b1d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12106 | 2024.11.13 20:55:34.311951 [ 277 ] {082605f2-d790-4037-b8b6-0f23f5752b1d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12107 | 2024.11.13 20:55:34.312671 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2182 rows, containing 5 columns (5 merged, 0 gathered) in 0.007138075 sec., 305684.65587710973 rows/sec., 26.89 MiB/sec. | ||
| 12108 | 2024.11.13 20:55:34.312828 [ 277 ] {082605f2-d790-4037-b8b6-0f23f5752b1d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00705 sec., 567.3758865248227 rows/sec., 39.62 KiB/sec. | ||
| 12109 | 2024.11.13 20:55:34.313065 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12110 | 2024.11.13 20:55:34.313106 [ 277 ] {082605f2-d790-4037-b8b6-0f23f5752b1d} <Debug> TCPHandler: Processed in 0.007537002 sec. | ||
| 12111 | 2024.11.13 20:55:34.313419 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12112 | 2024.11.13 20:55:34.313634 [ 274 ] {7d210de7-a1af-4613-9400-085df7376dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12113 | 2024.11.13 20:55:34.313730 [ 274 ] {7d210de7-a1af-4613-9400-085df7376dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12114 | 2024.11.13 20:55:34.313971 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_111_22} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12115 | 2024.11.13 20:55:34.314341 [ 187 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_111_22} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12116 | 2024.11.13 20:55:34.314635 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12117 | 2024.11.13 20:55:34.314935 [ 217 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 12118 | 2024.11.13 20:55:34.315455 [ 274 ] {7d210de7-a1af-4613-9400-085df7376dfc} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12119 | 2024.11.13 20:55:34.315502 [ 274 ] {7d210de7-a1af-4613-9400-085df7376dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12120 | 2024.11.13 20:55:34.315906 [ 274 ] {7d210de7-a1af-4613-9400-085df7376dfc} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12121 | 2024.11.13 20:55:34.316158 [ 274 ] {7d210de7-a1af-4613-9400-085df7376dfc} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12122 | 2024.11.13 20:55:34.316340 [ 148 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12123 | 2024.11.13 20:55:34.316398 [ 148 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12124 | 2024.11.13 20:55:34.316429 [ 274 ] {7d210de7-a1af-4613-9400-085df7376dfc} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002843 sec., 23918.39606049947 rows/sec., 1.87 MiB/sec. | ||
| 12125 | 2024.11.13 20:55:34.316435 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12126 | 2024.11.13 20:55:34.316603 [ 274 ] {7d210de7-a1af-4613-9400-085df7376dfc} <Debug> TCPHandler: Processed in 0.00337289 sec. | ||
| 12127 | 2024.11.13 20:55:34.316783 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 12128 | 2024.11.13 20:55:34.316839 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12129 | 2024.11.13 20:55:34.317114 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12130 | 2024.11.13 20:55:34.317130 [ 277 ] {80fbee2c-86e0-4159-b875-e83bf6a63228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12131 | 2024.11.13 20:55:34.317199 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 916 rows starting from the beginning of the part | ||
| 12132 | 2024.11.13 20:55:34.317277 [ 277 ] {80fbee2c-86e0-4159-b875-e83bf6a63228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12133 | 2024.11.13 20:55:34.317827 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 424 rows starting from the beginning of the part | ||
| 12134 | 2024.11.13 20:55:34.318431 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 66 rows starting from the beginning of the part | ||
| 12135 | 2024.11.13 20:55:34.319068 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part | ||
| 12136 | 2024.11.13 20:55:34.319402 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 424 rows starting from the beginning of the part | ||
| 12137 | 2024.11.13 20:55:34.319751 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 68 rows starting from the beginning of the part | ||
| 12138 | 2024.11.13 20:55:34.320392 [ 277 ] {80fbee2c-86e0-4159-b875-e83bf6a63228} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12139 | 2024.11.13 20:55:34.320435 [ 277 ] {80fbee2c-86e0-4159-b875-e83bf6a63228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12140 | 2024.11.13 20:55:34.320990 [ 277 ] {80fbee2c-86e0-4159-b875-e83bf6a63228} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12141 | 2024.11.13 20:55:34.321266 [ 277 ] {80fbee2c-86e0-4159-b875-e83bf6a63228} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12142 | 2024.11.13 20:55:34.321838 [ 277 ] {80fbee2c-86e0-4159-b875-e83bf6a63228} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.0048 sec., 27083.333333333336 rows/sec., 1.89 MiB/sec. | ||
| 12143 | 2024.11.13 20:55:34.321843 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1962 rows, containing 5 columns (5 merged, 0 gathered) in 0.005245721 sec., 374019.1291149491 rows/sec., 28.64 MiB/sec. | ||
| 12144 | 2024.11.13 20:55:34.322014 [ 277 ] {80fbee2c-86e0-4159-b875-e83bf6a63228} <Debug> TCPHandler: Processed in 0.005287163 sec. | ||
| 12145 | 2024.11.13 20:55:34.322297 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12146 | 2024.11.13 20:55:34.322346 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12147 | 2024.11.13 20:55:34.322824 [ 274 ] {b2c925ca-a24a-4c65-9c28-81bf285393a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12148 | 2024.11.13 20:55:34.323056 [ 274 ] {b2c925ca-a24a-4c65-9c28-81bf285393a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12149 | 2024.11.13 20:55:34.323323 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_111_22} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12150 | 2024.11.13 20:55:34.323710 [ 190 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_111_22} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12151 | 2024.11.13 20:55:34.324001 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 12152 | 2024.11.13 20:55:34.324653 [ 274 ] {b2c925ca-a24a-4c65-9c28-81bf285393a7} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12153 | 2024.11.13 20:55:34.324696 [ 274 ] {b2c925ca-a24a-4c65-9c28-81bf285393a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12154 | 2024.11.13 20:55:34.325081 [ 274 ] {b2c925ca-a24a-4c65-9c28-81bf285393a7} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12155 | 2024.11.13 20:55:34.325323 [ 274 ] {b2c925ca-a24a-4c65-9c28-81bf285393a7} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12156 | 2024.11.13 20:55:34.325554 [ 274 ] {b2c925ca-a24a-4c65-9c28-81bf285393a7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002897 sec., 16568.864342423196 rows/sec., 1.12 MiB/sec. | ||
| 12157 | 2024.11.13 20:55:34.325612 [ 274 ] {b2c925ca-a24a-4c65-9c28-81bf285393a7} <Debug> TCPHandler: Processed in 0.003476121 sec. | ||
| 12158 | 2024.11.13 20:55:36.198114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1770 | ||
| 12159 | 2024.11.13 20:55:36.201170 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12160 | 2024.11.13 20:55:36.201225 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12161 | 2024.11.13 20:55:36.202666 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12162 | 2024.11.13 20:55:36.202990 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12163 | 2024.11.13 20:55:36.203348 [ 222 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 12164 | 2024.11.13 20:55:36.203435 [ 222 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 12165 | 2024.11.13 20:55:36.205099 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1770 | ||
| 12166 | 2024.11.13 20:55:36.206503 [ 222 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 12167 | 2024.11.13 20:55:39.164620 [ 225 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 12168 | 2024.11.13 20:55:39.164696 [ 225 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 12169 | 2024.11.13 20:55:39.166756 [ 225 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 12170 | 2024.11.13 20:55:39.302247 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12171 | 2024.11.13 20:55:39.302437 [ 277 ] {de01feac-3317-443d-a4dd-56b758dc7c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12172 | 2024.11.13 20:55:39.302511 [ 277 ] {de01feac-3317-443d-a4dd-56b758dc7c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12173 | 2024.11.13 20:55:39.303262 [ 277 ] {de01feac-3317-443d-a4dd-56b758dc7c3e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12174 | 2024.11.13 20:55:39.303320 [ 277 ] {de01feac-3317-443d-a4dd-56b758dc7c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12175 | 2024.11.13 20:55:39.303766 [ 277 ] {de01feac-3317-443d-a4dd-56b758dc7c3e} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12176 | 2024.11.13 20:55:39.304032 [ 277 ] {de01feac-3317-443d-a4dd-56b758dc7c3e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12177 | 2024.11.13 20:55:39.304270 [ 277 ] {de01feac-3317-443d-a4dd-56b758dc7c3e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001884 sec., 29723.991507430997 rows/sec., 2.27 MiB/sec. | ||
| 12178 | 2024.11.13 20:55:39.304335 [ 277 ] {de01feac-3317-443d-a4dd-56b758dc7c3e} <Debug> TCPHandler: Processed in 0.002217298 sec. | ||
| 12179 | 2024.11.13 20:55:39.304568 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12180 | 2024.11.13 20:55:39.304754 [ 274 ] {063298e9-af5a-4211-acbb-9e069ff4e1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12181 | 2024.11.13 20:55:39.304834 [ 274 ] {063298e9-af5a-4211-acbb-9e069ff4e1a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12182 | 2024.11.13 20:55:39.305696 [ 274 ] {063298e9-af5a-4211-acbb-9e069ff4e1a4} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12183 | 2024.11.13 20:55:39.305737 [ 274 ] {063298e9-af5a-4211-acbb-9e069ff4e1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12184 | 2024.11.13 20:55:39.306177 [ 274 ] {063298e9-af5a-4211-acbb-9e069ff4e1a4} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12185 | 2024.11.13 20:55:39.306436 [ 274 ] {063298e9-af5a-4211-acbb-9e069ff4e1a4} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12186 | 2024.11.13 20:55:39.306627 [ 274 ] {063298e9-af5a-4211-acbb-9e069ff4e1a4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001934 sec., 33092.037228541885 rows/sec., 2.58 MiB/sec. | ||
| 12187 | 2024.11.13 20:55:39.306679 [ 274 ] {063298e9-af5a-4211-acbb-9e069ff4e1a4} <Debug> TCPHandler: Processed in 0.00224222 sec. | ||
| 12188 | 2024.11.13 20:55:39.306842 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12189 | 2024.11.13 20:55:39.306993 [ 277 ] {13194997-86eb-459d-b260-dab1db561909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12190 | 2024.11.13 20:55:39.307061 [ 277 ] {13194997-86eb-459d-b260-dab1db561909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12191 | 2024.11.13 20:55:39.307813 [ 277 ] {13194997-86eb-459d-b260-dab1db561909} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12192 | 2024.11.13 20:55:39.307867 [ 277 ] {13194997-86eb-459d-b260-dab1db561909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12193 | 2024.11.13 20:55:39.308321 [ 277 ] {13194997-86eb-459d-b260-dab1db561909} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12194 | 2024.11.13 20:55:39.308681 [ 277 ] {13194997-86eb-459d-b260-dab1db561909} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12195 | 2024.11.13 20:55:39.308874 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12196 | 2024.11.13 20:55:39.308949 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12197 | 2024.11.13 20:55:39.308953 [ 277 ] {13194997-86eb-459d-b260-dab1db561909} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001988 sec., 80482.89738430583 rows/sec., 5.61 MiB/sec. | ||
| 12198 | 2024.11.13 20:55:39.308983 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12199 | 2024.11.13 20:55:39.309131 [ 277 ] {13194997-86eb-459d-b260-dab1db561909} <Debug> TCPHandler: Processed in 0.002359971 sec. | ||
| 12200 | 2024.11.13 20:55:39.309178 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 12201 | 2024.11.13 20:55:39.309325 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12202 | 2024.11.13 20:55:39.309343 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12203 | 2024.11.13 20:55:39.309400 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_106_21, total 19006 rows starting from the beginning of the part | ||
| 12204 | 2024.11.13 20:55:39.309588 [ 274 ] {c76f8b0b-333b-447b-9565-57ccadbfe4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12205 | 2024.11.13 20:55:39.309676 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 161 rows starting from the beginning of the part | ||
| 12206 | 2024.11.13 20:55:39.309779 [ 274 ] {c76f8b0b-333b-447b-9565-57ccadbfe4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12207 | 2024.11.13 20:55:39.310015 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 12208 | 2024.11.13 20:55:39.310396 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 12209 | 2024.11.13 20:55:39.310642 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 130 rows starting from the beginning of the part | ||
| 12210 | 2024.11.13 20:55:39.310932 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 12211 | 2024.11.13 20:55:39.312611 [ 274 ] {c76f8b0b-333b-447b-9565-57ccadbfe4e9} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12212 | 2024.11.13 20:55:39.312656 [ 274 ] {c76f8b0b-333b-447b-9565-57ccadbfe4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12213 | 2024.11.13 20:55:39.313221 [ 274 ] {c76f8b0b-333b-447b-9565-57ccadbfe4e9} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12214 | 2024.11.13 20:55:39.313748 [ 274 ] {c76f8b0b-333b-447b-9565-57ccadbfe4e9} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12215 | 2024.11.13 20:55:39.314039 [ 145 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 12216 | 2024.11.13 20:55:39.314133 [ 145 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12217 | 2024.11.13 20:55:39.314229 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12218 | 2024.11.13 20:55:39.314417 [ 274 ] {c76f8b0b-333b-447b-9565-57ccadbfe4e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004908 sec., 12224.938875305623 rows/sec., 843.65 KiB/sec. | ||
| 12219 | 2024.11.13 20:55:39.314819 [ 274 ] {c76f8b0b-333b-447b-9565-57ccadbfe4e9} <Debug> TCPHandler: Processed in 0.005584848 sec. | ||
| 12220 | 2024.11.13 20:55:39.314833 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 12221 | 2024.11.13 20:55:39.315275 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12222 | 2024.11.13 20:55:39.315328 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_105_21, total 6332 rows starting from the beginning of the part | ||
| 12223 | 2024.11.13 20:55:39.315498 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part | ||
| 12224 | 2024.11.13 20:55:39.315785 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 12225 | 2024.11.13 20:55:39.315898 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 12226 | 2024.11.13 20:55:39.316235 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 48 rows starting from the beginning of the part | ||
| 12227 | 2024.11.13 20:55:39.316545 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
| 12228 | 2024.11.13 20:55:39.319259 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19854 rows, containing 5 columns (5 merged, 0 gathered) in 0.010135257 sec., 1958904.4461329398 rows/sec., 133.62 MiB/sec. | ||
| 12229 | 2024.11.13 20:55:39.319535 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6642 rows, containing 4 columns (4 merged, 0 gathered) in 0.00512289 sec., 1296533.792449184 rows/sec., 84.88 MiB/sec. | ||
| 12230 | 2024.11.13 20:55:39.319794 [ 197 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12231 | 2024.11.13 20:55:39.320095 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 12232 | 2024.11.13 20:55:39.320279 [ 197 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12233 | 2024.11.13 20:55:39.320421 [ 197 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12234 | 2024.11.13 20:55:39.320585 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 12235 | 2024.11.13 20:55:39.320690 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12236 | 2024.11.13 20:55:39.320790 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_110_22} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 12237 | 2024.11.13 20:55:39.320901 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 12238 | 2024.11.13 20:55:40.256785 [ 221 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 12239 | 2024.11.13 20:55:40.256839 [ 221 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 12240 | 2024.11.13 20:55:40.258819 [ 221 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 12241 | 2024.11.13 20:55:40.808565 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12242 | 2024.11.13 20:55:40.808646 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12243 | 2024.11.13 20:55:42.459809 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41785, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12244 | 2024.11.13 20:55:42.629372 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47162, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12245 | 2024.11.13 20:55:42.645866 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12246 | 2024.11.13 20:55:42.667222 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12247 | 2024.11.13 20:55:42.892654 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12248 | 2024.11.13 20:55:42.894898 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12249 | 2024.11.13 20:55:42.947156 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12250 | 2024.11.13 20:55:42.957409 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50612, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12251 | 2024.11.13 20:55:44.316064 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12252 | 2024.11.13 20:55:44.316338 [ 277 ] {233f76a3-c660-4dcb-a722-e890cd7df3e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12253 | 2024.11.13 20:55:44.316445 [ 277 ] {233f76a3-c660-4dcb-a722-e890cd7df3e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12254 | 2024.11.13 20:55:44.317492 [ 277 ] {233f76a3-c660-4dcb-a722-e890cd7df3e4} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12255 | 2024.11.13 20:55:44.317568 [ 277 ] {233f76a3-c660-4dcb-a722-e890cd7df3e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12256 | 2024.11.13 20:55:44.318196 [ 277 ] {233f76a3-c660-4dcb-a722-e890cd7df3e4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12257 | 2024.11.13 20:55:44.318579 [ 277 ] {233f76a3-c660-4dcb-a722-e890cd7df3e4} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12258 | 2024.11.13 20:55:44.318884 [ 140 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12259 | 2024.11.13 20:55:44.318925 [ 277 ] {233f76a3-c660-4dcb-a722-e890cd7df3e4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002658 sec., 5267.11813393529 rows/sec., 379.16 KiB/sec. | ||
| 12260 | 2024.11.13 20:55:44.318997 [ 140 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12261 | 2024.11.13 20:55:44.319088 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12262 | 2024.11.13 20:55:44.319099 [ 277 ] {233f76a3-c660-4dcb-a722-e890cd7df3e4} <Debug> TCPHandler: Processed in 0.003215816 sec. | ||
| 12263 | 2024.11.13 20:55:44.319375 [ 223 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): 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] | ||
| 12264 | 2024.11.13 20:55:44.319442 [ 223 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): 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] | ||
| 12265 | 2024.11.13 20:55:44.319459 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 12266 | 2024.11.13 20:55:44.319548 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12267 | 2024.11.13 20:55:44.319929 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12268 | 2024.11.13 20:55:44.320018 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 12269 | 2024.11.13 20:55:44.320048 [ 274 ] {2611e7ec-1ab0-43f5-bfa7-1f0673c2b354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12270 | 2024.11.13 20:55:44.320339 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 12271 | 2024.11.13 20:55:44.320349 [ 274 ] {2611e7ec-1ab0-43f5-bfa7-1f0673c2b354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12272 | 2024.11.13 20:55:44.320788 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 12273 | 2024.11.13 20:55:44.321397 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 12274 | 2024.11.13 20:55:44.321819 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::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 | ||
| 12275 | 2024.11.13 20:55:44.327014 [ 223 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): 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] | ||
| 12276 | 2024.11.13 20:55:44.327369 [ 274 ] {2611e7ec-1ab0-43f5-bfa7-1f0673c2b354} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12277 | 2024.11.13 20:55:44.327390 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008132472 sec., 8607.468922118638 rows/sec., 653.25 KiB/sec. | ||
| 12278 | 2024.11.13 20:55:44.327517 [ 274 ] {2611e7ec-1ab0-43f5-bfa7-1f0673c2b354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12279 | 2024.11.13 20:55:44.327786 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12280 | 2024.11.13 20:55:44.328786 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_41_10} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12281 | 2024.11.13 20:55:44.329022 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_41_10} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12282 | 2024.11.13 20:55:44.329222 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12283 | 2024.11.13 20:55:44.329572 [ 274 ] {2611e7ec-1ab0-43f5-bfa7-1f0673c2b354} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12284 | 2024.11.13 20:55:44.330071 [ 274 ] {2611e7ec-1ab0-43f5-bfa7-1f0673c2b354} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12285 | 2024.11.13 20:55:44.330389 [ 274 ] {2611e7ec-1ab0-43f5-bfa7-1f0673c2b354} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.010464 sec., 27427.37003058104 rows/sec., 2.42 MiB/sec. | ||
| 12286 | 2024.11.13 20:55:44.330481 [ 274 ] {2611e7ec-1ab0-43f5-bfa7-1f0673c2b354} <Debug> TCPHandler: Processed in 0.011224587 sec. | ||
| 12287 | 2024.11.13 20:55:44.330703 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12288 | 2024.11.13 20:55:44.330876 [ 277 ] {e941f61a-e8ef-4a3f-8051-ff4981d560fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12289 | 2024.11.13 20:55:44.330943 [ 277 ] {e941f61a-e8ef-4a3f-8051-ff4981d560fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12290 | 2024.11.13 20:55:44.331833 [ 277 ] {e941f61a-e8ef-4a3f-8051-ff4981d560fd} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12291 | 2024.11.13 20:55:44.331885 [ 277 ] {e941f61a-e8ef-4a3f-8051-ff4981d560fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12292 | 2024.11.13 20:55:44.332395 [ 277 ] {e941f61a-e8ef-4a3f-8051-ff4981d560fd} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12293 | 2024.11.13 20:55:44.332729 [ 277 ] {e941f61a-e8ef-4a3f-8051-ff4981d560fd} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12294 | 2024.11.13 20:55:44.332968 [ 140 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12295 | 2024.11.13 20:55:44.333027 [ 277 ] {e941f61a-e8ef-4a3f-8051-ff4981d560fd} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.002184 sec., 22435.897435897434 rows/sec., 1.62 MiB/sec. | ||
| 12296 | 2024.11.13 20:55:44.333070 [ 140 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12297 | 2024.11.13 20:55:44.333172 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12298 | 2024.11.13 20:55:44.333219 [ 277 ] {e941f61a-e8ef-4a3f-8051-ff4981d560fd} <Debug> TCPHandler: Processed in 0.002593955 sec. | ||
| 12299 | 2024.11.13 20:55:44.333434 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 12300 | 2024.11.13 20:55:44.333599 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12301 | 2024.11.13 20:55:44.333642 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 67 rows starting from the beginning of the part | ||
| 12302 | 2024.11.13 20:55:44.333744 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 49 rows starting from the beginning of the part | ||
| 12303 | 2024.11.13 20:55:44.333910 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 2 rows starting from the beginning of the part | ||
| 12304 | 2024.11.13 20:55:44.334158 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 49 rows starting from the beginning of the part | ||
| 12305 | 2024.11.13 20:55:44.334251 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 4 rows starting from the beginning of the part | ||
| 12306 | 2024.11.13 20:55:44.334391 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 49 rows starting from the beginning of the part | ||
| 12307 | 2024.11.13 20:55:44.334663 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12308 | 2024.11.13 20:55:44.334976 [ 274 ] {d2abeadf-c942-4ceb-9117-79f66a21d016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12309 | 2024.11.13 20:55:44.335079 [ 274 ] {d2abeadf-c942-4ceb-9117-79f66a21d016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12310 | 2024.11.13 20:55:44.337640 [ 274 ] {d2abeadf-c942-4ceb-9117-79f66a21d016} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12311 | 2024.11.13 20:55:44.337732 [ 274 ] {d2abeadf-c942-4ceb-9117-79f66a21d016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12312 | 2024.11.13 20:55:44.338364 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 5 columns (5 merged, 0 gathered) in 0.005054989 sec., 43521.36077843097 rows/sec., 3.28 MiB/sec. | ||
| 12313 | 2024.11.13 20:55:44.338665 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12314 | 2024.11.13 20:55:44.338903 [ 274 ] {d2abeadf-c942-4ceb-9117-79f66a21d016} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12315 | 2024.11.13 20:55:44.339316 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_76_15} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12316 | 2024.11.13 20:55:44.339502 [ 274 ] {d2abeadf-c942-4ceb-9117-79f66a21d016} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12317 | 2024.11.13 20:55:44.339541 [ 198 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_76_15} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12318 | 2024.11.13 20:55:44.339743 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12319 | 2024.11.13 20:55:44.340002 [ 274 ] {d2abeadf-c942-4ceb-9117-79f66a21d016} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005096 sec., 2747.252747252747 rows/sec., 192.40 KiB/sec. | ||
| 12320 | 2024.11.13 20:55:44.340207 [ 274 ] {d2abeadf-c942-4ceb-9117-79f66a21d016} <Debug> TCPHandler: Processed in 0.005737691 sec. | ||
| 12321 | 2024.11.13 20:55:44.340429 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12322 | 2024.11.13 20:55:44.340621 [ 277 ] {bd9c2015-8c9c-4d41-809d-808411c43b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12323 | 2024.11.13 20:55:44.340702 [ 277 ] {bd9c2015-8c9c-4d41-809d-808411c43b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12324 | 2024.11.13 20:55:44.341550 [ 277 ] {bd9c2015-8c9c-4d41-809d-808411c43b96} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12325 | 2024.11.13 20:55:44.341621 [ 277 ] {bd9c2015-8c9c-4d41-809d-808411c43b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12326 | 2024.11.13 20:55:44.342173 [ 277 ] {bd9c2015-8c9c-4d41-809d-808411c43b96} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12327 | 2024.11.13 20:55:44.342530 [ 277 ] {bd9c2015-8c9c-4d41-809d-808411c43b96} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12328 | 2024.11.13 20:55:44.342784 [ 140 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12329 | 2024.11.13 20:55:44.342871 [ 277 ] {bd9c2015-8c9c-4d41-809d-808411c43b96} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002293 sec., 5669.4286960314 rows/sec., 353.49 KiB/sec. | ||
| 12330 | 2024.11.13 20:55:44.342880 [ 140 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12331 | 2024.11.13 20:55:44.342999 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12332 | 2024.11.13 20:55:44.343053 [ 277 ] {bd9c2015-8c9c-4d41-809d-808411c43b96} <Debug> TCPHandler: Processed in 0.002704417 sec. | ||
| 12333 | 2024.11.13 20:55:44.343333 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 12334 | 2024.11.13 20:55:44.343370 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12335 | 2024.11.13 20:55:44.343718 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12336 | 2024.11.13 20:55:44.343735 [ 274 ] {cf8db506-3372-454f-a92e-2fe312afd68b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12337 | 2024.11.13 20:55:44.343816 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 12338 | 2024.11.13 20:55:44.343899 [ 274 ] {cf8db506-3372-454f-a92e-2fe312afd68b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12339 | 2024.11.13 20:55:44.344268 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 12340 | 2024.11.13 20:55:44.344641 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 12341 | 2024.11.13 20:55:44.345145 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 12342 | 2024.11.13 20:55:44.345659 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::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 | ||
| 12343 | 2024.11.13 20:55:44.347913 [ 274 ] {cf8db506-3372-454f-a92e-2fe312afd68b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12344 | 2024.11.13 20:55:44.348018 [ 274 ] {cf8db506-3372-454f-a92e-2fe312afd68b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12345 | 2024.11.13 20:55:44.349360 [ 274 ] {cf8db506-3372-454f-a92e-2fe312afd68b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12346 | 2024.11.13 20:55:44.349462 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006320921 sec., 10283.311561717035 rows/sec., 681.33 KiB/sec. | ||
| 12347 | 2024.11.13 20:55:44.349732 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12348 | 2024.11.13 20:55:44.350007 [ 274 ] {cf8db506-3372-454f-a92e-2fe312afd68b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12349 | 2024.11.13 20:55:44.350570 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_41_10} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12350 | 2024.11.13 20:55:44.350621 [ 274 ] {cf8db506-3372-454f-a92e-2fe312afd68b} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.007001 sec., 60562.776746179115 rows/sec., 4.33 MiB/sec. | ||
| 12351 | 2024.11.13 20:55:44.350928 [ 274 ] {cf8db506-3372-454f-a92e-2fe312afd68b} <Debug> TCPHandler: Processed in 0.007724865 sec. | ||
| 12352 | 2024.11.13 20:55:44.350964 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_41_10} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12353 | 2024.11.13 20:55:44.351163 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12354 | 2024.11.13 20:55:44.351178 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12355 | 2024.11.13 20:55:44.351367 [ 277 ] {1a78c64d-ddf8-44cb-9b09-38a803272197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12356 | 2024.11.13 20:55:44.351442 [ 277 ] {1a78c64d-ddf8-44cb-9b09-38a803272197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12357 | 2024.11.13 20:55:44.352127 [ 277 ] {1a78c64d-ddf8-44cb-9b09-38a803272197} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12358 | 2024.11.13 20:55:44.352181 [ 277 ] {1a78c64d-ddf8-44cb-9b09-38a803272197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12359 | 2024.11.13 20:55:44.352730 [ 277 ] {1a78c64d-ddf8-44cb-9b09-38a803272197} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12360 | 2024.11.13 20:55:44.353089 [ 277 ] {1a78c64d-ddf8-44cb-9b09-38a803272197} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12361 | 2024.11.13 20:55:44.353437 [ 277 ] {1a78c64d-ddf8-44cb-9b09-38a803272197} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002095 sec., 2863.961813842482 rows/sec., 149.63 KiB/sec. | ||
| 12362 | 2024.11.13 20:55:44.353563 [ 277 ] {1a78c64d-ddf8-44cb-9b09-38a803272197} <Debug> TCPHandler: Processed in 0.002496704 sec. | ||
| 12363 | 2024.11.13 20:55:44.353871 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12364 | 2024.11.13 20:55:44.354081 [ 274 ] {48e28aea-b017-41b3-8a3c-c8495e048623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12365 | 2024.11.13 20:55:44.354178 [ 274 ] {48e28aea-b017-41b3-8a3c-c8495e048623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12366 | 2024.11.13 20:55:44.355078 [ 274 ] {48e28aea-b017-41b3-8a3c-c8495e048623} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12367 | 2024.11.13 20:55:44.355130 [ 274 ] {48e28aea-b017-41b3-8a3c-c8495e048623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12368 | 2024.11.13 20:55:44.355679 [ 274 ] {48e28aea-b017-41b3-8a3c-c8495e048623} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12369 | 2024.11.13 20:55:44.356032 [ 274 ] {48e28aea-b017-41b3-8a3c-c8495e048623} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12370 | 2024.11.13 20:55:44.356325 [ 274 ] {48e28aea-b017-41b3-8a3c-c8495e048623} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002292 sec., 103403.14136125654 rows/sec., 6.93 MiB/sec. | ||
| 12371 | 2024.11.13 20:55:44.356397 [ 274 ] {48e28aea-b017-41b3-8a3c-c8495e048623} <Debug> TCPHandler: Processed in 0.002694527 sec. | ||
| 12372 | 2024.11.13 20:55:44.356409 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 12373 | 2024.11.13 20:55:44.356473 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 12374 | 2024.11.13 20:55:44.356668 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12375 | 2024.11.13 20:55:44.356850 [ 277 ] {90b8745f-70ff-4787-a562-d7fe29ac152f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12376 | 2024.11.13 20:55:44.356926 [ 277 ] {90b8745f-70ff-4787-a562-d7fe29ac152f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12377 | 2024.11.13 20:55:44.358411 [ 277 ] {90b8745f-70ff-4787-a562-d7fe29ac152f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12378 | 2024.11.13 20:55:44.358470 [ 277 ] {90b8745f-70ff-4787-a562-d7fe29ac152f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12379 | 2024.11.13 20:55:44.359395 [ 277 ] {90b8745f-70ff-4787-a562-d7fe29ac152f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12380 | 2024.11.13 20:55:44.360167 [ 277 ] {90b8745f-70ff-4787-a562-d7fe29ac152f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12381 | 2024.11.13 20:55:44.360676 [ 277 ] {90b8745f-70ff-4787-a562-d7fe29ac152f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003847 sec., 259.9428125812321 rows/sec., 17.52 KiB/sec. | ||
| 12382 | 2024.11.13 20:55:44.361157 [ 277 ] {90b8745f-70ff-4787-a562-d7fe29ac152f} <Debug> TCPHandler: Processed in 0.004610391 sec. | ||
| 12383 | 2024.11.13 20:55:44.361562 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12384 | 2024.11.13 20:55:44.361777 [ 274 ] {7d5e8e56-c48e-4ea8-8a43-4ad99da54313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12385 | 2024.11.13 20:55:44.361890 [ 274 ] {7d5e8e56-c48e-4ea8-8a43-4ad99da54313} <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 | ||
| 12386 | 2024.11.13 20:55:44.362190 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 12387 | 2024.11.13 20:55:44.364471 [ 274 ] {7d5e8e56-c48e-4ea8-8a43-4ad99da54313} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12388 | 2024.11.13 20:55:44.364525 [ 274 ] {7d5e8e56-c48e-4ea8-8a43-4ad99da54313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12389 | 2024.11.13 20:55:44.365436 [ 274 ] {7d5e8e56-c48e-4ea8-8a43-4ad99da54313} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12390 | 2024.11.13 20:55:44.365792 [ 274 ] {7d5e8e56-c48e-4ea8-8a43-4ad99da54313} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12391 | 2024.11.13 20:55:44.366153 [ 274 ] {7d5e8e56-c48e-4ea8-8a43-4ad99da54313} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.004394 sec., 9558.488848429675 rows/sec., 17.13 MiB/sec. | ||
| 12392 | 2024.11.13 20:55:44.366423 [ 274 ] {7d5e8e56-c48e-4ea8-8a43-4ad99da54313} <Debug> TCPHandler: Processed in 0.005076269 sec. | ||
| 12393 | 2024.11.13 20:55:44.366751 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12394 | 2024.11.13 20:55:44.367008 [ 277 ] {0e8746a0-b53a-4c5a-b517-f3784959183a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12395 | 2024.11.13 20:55:44.367086 [ 277 ] {0e8746a0-b53a-4c5a-b517-f3784959183a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12396 | 2024.11.13 20:55:44.367811 [ 277 ] {0e8746a0-b53a-4c5a-b517-f3784959183a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12397 | 2024.11.13 20:55:44.367869 [ 277 ] {0e8746a0-b53a-4c5a-b517-f3784959183a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12398 | 2024.11.13 20:55:44.368447 [ 277 ] {0e8746a0-b53a-4c5a-b517-f3784959183a} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12399 | 2024.11.13 20:55:44.368802 [ 277 ] {0e8746a0-b53a-4c5a-b517-f3784959183a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12400 | 2024.11.13 20:55:44.369097 [ 277 ] {0e8746a0-b53a-4c5a-b517-f3784959183a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002123 sec., 38624.587847385774 rows/sec., 2.45 MiB/sec. | ||
| 12401 | 2024.11.13 20:55:44.369177 [ 277 ] {0e8746a0-b53a-4c5a-b517-f3784959183a} <Debug> TCPHandler: Processed in 0.002626576 sec. | ||
| 12402 | 2024.11.13 20:55:45.519479 [ 222 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): 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] | ||
| 12403 | 2024.11.13 20:55:45.519533 [ 222 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): 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] | ||
| 12404 | 2024.11.13 20:55:45.521227 [ 222 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): 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] | ||
| 12405 | 2024.11.13 20:55:45.729555 [ 220 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 12406 | 2024.11.13 20:55:45.729649 [ 220 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 12407 | 2024.11.13 20:55:45.731902 [ 220 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 12408 | 2024.11.13 20:55:46.205350 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1800 | ||
| 12409 | 2024.11.13 20:55:46.208417 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12410 | 2024.11.13 20:55:46.208470 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12411 | 2024.11.13 20:55:46.210003 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12412 | 2024.11.13 20:55:46.210326 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12413 | 2024.11.13 20:55:46.210936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1800 | ||
| 12414 | 2024.11.13 20:55:46.520827 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12415 | 2024.11.13 20:55:46.835938 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32994, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12416 | 2024.11.13 20:55:47.245798 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12417 | 2024.11.13 20:55:47.386405 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12418 | 2024.11.13 20:55:47.388733 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59810, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12419 | 2024.11.13 20:55:47.429070 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41616, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12420 | 2024.11.13 20:55:47.445372 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33149, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12421 | 2024.11.13 20:55:47.458597 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12422 | 2024.11.13 20:55:47.468934 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12423 | 2024.11.13 20:55:47.501560 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12424 | 2024.11.13 20:55:47.579563 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12425 | 2024.11.13 20:55:47.619184 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61488, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12426 | 2024.11.13 20:55:47.688077 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39332, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12427 | 2024.11.13 20:55:47.722802 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57060, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12428 | 2024.11.13 20:55:47.731378 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12429 | 2024.11.13 20:55:47.740750 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12430 | 2024.11.13 20:55:48.795450 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48648, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12431 | 2024.11.13 20:55:49.304116 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12432 | 2024.11.13 20:55:49.304314 [ 277 ] {0c14137d-c60e-45bc-872a-d20bbfb0b373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12433 | 2024.11.13 20:55:49.304386 [ 277 ] {0c14137d-c60e-45bc-872a-d20bbfb0b373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12434 | 2024.11.13 20:55:49.305121 [ 277 ] {0c14137d-c60e-45bc-872a-d20bbfb0b373} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12435 | 2024.11.13 20:55:49.305172 [ 277 ] {0c14137d-c60e-45bc-872a-d20bbfb0b373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12436 | 2024.11.13 20:55:49.305594 [ 277 ] {0c14137d-c60e-45bc-872a-d20bbfb0b373} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 12437 | 2024.11.13 20:55:49.305860 [ 277 ] {0c14137d-c60e-45bc-872a-d20bbfb0b373} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12438 | 2024.11.13 20:55:49.306083 [ 277 ] {0c14137d-c60e-45bc-872a-d20bbfb0b373} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001811 sec., 5521.811154058531 rows/sec., 450.26 KiB/sec. | ||
| 12439 | 2024.11.13 20:55:49.306176 [ 277 ] {0c14137d-c60e-45bc-872a-d20bbfb0b373} <Debug> TCPHandler: Processed in 0.002188058 sec. | ||
| 12440 | 2024.11.13 20:55:49.306448 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12441 | 2024.11.13 20:55:49.306643 [ 274 ] {356be357-f32f-4f64-bfa8-d20d9068c862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12442 | 2024.11.13 20:55:49.306715 [ 274 ] {356be357-f32f-4f64-bfa8-d20d9068c862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12443 | 2024.11.13 20:55:49.307493 [ 274 ] {356be357-f32f-4f64-bfa8-d20d9068c862} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12444 | 2024.11.13 20:55:49.307540 [ 274 ] {356be357-f32f-4f64-bfa8-d20d9068c862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12445 | 2024.11.13 20:55:49.308009 [ 274 ] {356be357-f32f-4f64-bfa8-d20d9068c862} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12446 | 2024.11.13 20:55:49.308274 [ 274 ] {356be357-f32f-4f64-bfa8-d20d9068c862} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12447 | 2024.11.13 20:55:49.308514 [ 274 ] {356be357-f32f-4f64-bfa8-d20d9068c862} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001926 sec., 31671.858774662513 rows/sec., 2.41 MiB/sec. | ||
| 12448 | 2024.11.13 20:55:49.308571 [ 274 ] {356be357-f32f-4f64-bfa8-d20d9068c862} <Debug> TCPHandler: Processed in 0.00228879 sec. | ||
| 12449 | 2024.11.13 20:55:49.308718 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12450 | 2024.11.13 20:55:49.308839 [ 277 ] {5254d679-023a-4c1a-b2d3-fbebacc3c212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12451 | 2024.11.13 20:55:49.308890 [ 277 ] {5254d679-023a-4c1a-b2d3-fbebacc3c212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12452 | 2024.11.13 20:55:49.309470 [ 277 ] {5254d679-023a-4c1a-b2d3-fbebacc3c212} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12453 | 2024.11.13 20:55:49.309508 [ 277 ] {5254d679-023a-4c1a-b2d3-fbebacc3c212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12454 | 2024.11.13 20:55:49.309874 [ 277 ] {5254d679-023a-4c1a-b2d3-fbebacc3c212} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12455 | 2024.11.13 20:55:49.310186 [ 277 ] {5254d679-023a-4c1a-b2d3-fbebacc3c212} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12456 | 2024.11.13 20:55:49.310367 [ 277 ] {5254d679-023a-4c1a-b2d3-fbebacc3c212} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001553 sec., 6439.15003219575 rows/sec., 449.61 KiB/sec. | ||
| 12457 | 2024.11.13 20:55:49.310418 [ 277 ] {5254d679-023a-4c1a-b2d3-fbebacc3c212} <Debug> TCPHandler: Processed in 0.001756541 sec. | ||
| 12458 | 2024.11.13 20:55:49.310560 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12459 | 2024.11.13 20:55:49.310689 [ 274 ] {28506eb6-4b93-4e86-a5e8-ca410e9f1476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12460 | 2024.11.13 20:55:49.310740 [ 274 ] {28506eb6-4b93-4e86-a5e8-ca410e9f1476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12461 | 2024.11.13 20:55:49.311365 [ 274 ] {28506eb6-4b93-4e86-a5e8-ca410e9f1476} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12462 | 2024.11.13 20:55:49.311404 [ 274 ] {28506eb6-4b93-4e86-a5e8-ca410e9f1476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12463 | 2024.11.13 20:55:49.311814 [ 274 ] {28506eb6-4b93-4e86-a5e8-ca410e9f1476} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12464 | 2024.11.13 20:55:49.312075 [ 274 ] {28506eb6-4b93-4e86-a5e8-ca410e9f1476} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12465 | 2024.11.13 20:55:49.312297 [ 274 ] {28506eb6-4b93-4e86-a5e8-ca410e9f1476} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001633 sec., 45315.3704837722 rows/sec., 3.55 MiB/sec. | ||
| 12466 | 2024.11.13 20:55:49.312350 [ 274 ] {28506eb6-4b93-4e86-a5e8-ca410e9f1476} <Debug> TCPHandler: Processed in 0.001849682 sec. | ||
| 12467 | 2024.11.13 20:55:49.312497 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12468 | 2024.11.13 20:55:49.312617 [ 277 ] {79a1ba6c-ab17-4f45-b0c7-1af4b7b9f70f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12469 | 2024.11.13 20:55:49.312670 [ 277 ] {79a1ba6c-ab17-4f45-b0c7-1af4b7b9f70f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12470 | 2024.11.13 20:55:49.313234 [ 277 ] {79a1ba6c-ab17-4f45-b0c7-1af4b7b9f70f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12471 | 2024.11.13 20:55:49.313271 [ 277 ] {79a1ba6c-ab17-4f45-b0c7-1af4b7b9f70f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12472 | 2024.11.13 20:55:49.313740 [ 277 ] {79a1ba6c-ab17-4f45-b0c7-1af4b7b9f70f} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12473 | 2024.11.13 20:55:49.314021 [ 277 ] {79a1ba6c-ab17-4f45-b0c7-1af4b7b9f70f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12474 | 2024.11.13 20:55:49.314223 [ 277 ] {79a1ba6c-ab17-4f45-b0c7-1af4b7b9f70f} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.00162 sec., 101851.85185185185 rows/sec., 7.09 MiB/sec. | ||
| 12475 | 2024.11.13 20:55:49.314291 [ 277 ] {79a1ba6c-ab17-4f45-b0c7-1af4b7b9f70f} <Debug> TCPHandler: Processed in 0.001849382 sec. | ||
| 12476 | 2024.11.13 20:55:49.314471 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12477 | 2024.11.13 20:55:49.314769 [ 274 ] {fb2917db-42cf-4c64-8018-b2680b457b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12478 | 2024.11.13 20:55:49.314870 [ 274 ] {fb2917db-42cf-4c64-8018-b2680b457b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12479 | 2024.11.13 20:55:49.315387 [ 274 ] {fb2917db-42cf-4c64-8018-b2680b457b81} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12480 | 2024.11.13 20:55:49.315425 [ 274 ] {fb2917db-42cf-4c64-8018-b2680b457b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12481 | 2024.11.13 20:55:49.315812 [ 274 ] {fb2917db-42cf-4c64-8018-b2680b457b81} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12482 | 2024.11.13 20:55:49.316060 [ 274 ] {fb2917db-42cf-4c64-8018-b2680b457b81} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12483 | 2024.11.13 20:55:49.316250 [ 274 ] {fb2917db-42cf-4c64-8018-b2680b457b81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001588 sec., 37783.37531486146 rows/sec., 2.55 MiB/sec. | ||
| 12484 | 2024.11.13 20:55:49.316299 [ 274 ] {fb2917db-42cf-4c64-8018-b2680b457b81} <Debug> TCPHandler: Processed in 0.001909714 sec. | ||
| 12485 | 2024.11.13 20:55:49.346289 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12486 | 2024.11.13 20:55:49.445879 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12487 | 2024.11.13 20:55:49.472187 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12488 | 2024.11.13 20:55:49.481985 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12489 | 2024.11.13 20:55:49.700474 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42537, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12490 | 2024.11.13 20:55:49.716464 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12491 | 2024.11.13 20:55:49.734755 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35366, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12492 | 2024.11.13 20:55:49.972435 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 12493 | 2024.11.13 20:55:49.972491 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 12494 | 2024.11.13 20:55:49.974345 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 12495 | 2024.11.13 20:55:54.304535 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12496 | 2024.11.13 20:55:54.304751 [ 277 ] {19f0fabe-ab25-40a8-87af-0e154a663774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12497 | 2024.11.13 20:55:54.304826 [ 277 ] {19f0fabe-ab25-40a8-87af-0e154a663774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12498 | 2024.11.13 20:55:54.305601 [ 277 ] {19f0fabe-ab25-40a8-87af-0e154a663774} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12499 | 2024.11.13 20:55:54.305658 [ 277 ] {19f0fabe-ab25-40a8-87af-0e154a663774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12500 | 2024.11.13 20:55:54.306099 [ 277 ] {19f0fabe-ab25-40a8-87af-0e154a663774} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12501 | 2024.11.13 20:55:54.306369 [ 277 ] {19f0fabe-ab25-40a8-87af-0e154a663774} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12502 | 2024.11.13 20:55:54.306598 [ 277 ] {19f0fabe-ab25-40a8-87af-0e154a663774} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.25 MiB/sec. | ||
| 12503 | 2024.11.13 20:55:54.306670 [ 277 ] {19f0fabe-ab25-40a8-87af-0e154a663774} <Debug> TCPHandler: Processed in 0.0022657 sec. | ||
| 12504 | 2024.11.13 20:55:54.306992 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12505 | 2024.11.13 20:55:54.307202 [ 274 ] {6d16b6b8-da25-40f3-a67b-10ea19afb3a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12506 | 2024.11.13 20:55:54.307278 [ 274 ] {6d16b6b8-da25-40f3-a67b-10ea19afb3a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12507 | 2024.11.13 20:55:54.308095 [ 274 ] {6d16b6b8-da25-40f3-a67b-10ea19afb3a6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12508 | 2024.11.13 20:55:54.308154 [ 274 ] {6d16b6b8-da25-40f3-a67b-10ea19afb3a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12509 | 2024.11.13 20:55:54.308628 [ 274 ] {6d16b6b8-da25-40f3-a67b-10ea19afb3a6} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12510 | 2024.11.13 20:55:54.308909 [ 274 ] {6d16b6b8-da25-40f3-a67b-10ea19afb3a6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12511 | 2024.11.13 20:55:54.309173 [ 274 ] {6d16b6b8-da25-40f3-a67b-10ea19afb3a6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002024 sec., 31620.553359683792 rows/sec., 2.47 MiB/sec. | ||
| 12512 | 2024.11.13 20:55:54.309252 [ 274 ] {6d16b6b8-da25-40f3-a67b-10ea19afb3a6} <Debug> TCPHandler: Processed in 0.002429353 sec. | ||
| 12513 | 2024.11.13 20:55:54.309416 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12514 | 2024.11.13 20:55:54.309550 [ 277 ] {6890700b-7d19-4e48-b406-e2ebc6a045c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12515 | 2024.11.13 20:55:54.309623 [ 277 ] {6890700b-7d19-4e48-b406-e2ebc6a045c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12516 | 2024.11.13 20:55:54.310230 [ 277 ] {6890700b-7d19-4e48-b406-e2ebc6a045c6} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12517 | 2024.11.13 20:55:54.310271 [ 277 ] {6890700b-7d19-4e48-b406-e2ebc6a045c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12518 | 2024.11.13 20:55:54.310676 [ 277 ] {6890700b-7d19-4e48-b406-e2ebc6a045c6} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12519 | 2024.11.13 20:55:54.310920 [ 277 ] {6890700b-7d19-4e48-b406-e2ebc6a045c6} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12520 | 2024.11.13 20:55:54.311140 [ 277 ] {6890700b-7d19-4e48-b406-e2ebc6a045c6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
| 12521 | 2024.11.13 20:55:54.311196 [ 277 ] {6890700b-7d19-4e48-b406-e2ebc6a045c6} <Debug> TCPHandler: Processed in 0.001839402 sec. | ||
| 12522 | 2024.11.13 20:55:54.311349 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12523 | 2024.11.13 20:55:54.311482 [ 274 ] {cd3986ec-84b9-42eb-8c90-75c5cf0d9c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12524 | 2024.11.13 20:55:54.311539 [ 274 ] {cd3986ec-84b9-42eb-8c90-75c5cf0d9c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12525 | 2024.11.13 20:55:54.312077 [ 274 ] {cd3986ec-84b9-42eb-8c90-75c5cf0d9c65} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12526 | 2024.11.13 20:55:54.312119 [ 274 ] {cd3986ec-84b9-42eb-8c90-75c5cf0d9c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12527 | 2024.11.13 20:55:54.312514 [ 274 ] {cd3986ec-84b9-42eb-8c90-75c5cf0d9c65} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12528 | 2024.11.13 20:55:54.312760 [ 274 ] {cd3986ec-84b9-42eb-8c90-75c5cf0d9c65} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12529 | 2024.11.13 20:55:54.312974 [ 274 ] {cd3986ec-84b9-42eb-8c90-75c5cf0d9c65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec. | ||
| 12530 | 2024.11.13 20:55:54.313026 [ 274 ] {cd3986ec-84b9-42eb-8c90-75c5cf0d9c65} <Debug> TCPHandler: Processed in 0.001740121 sec. | ||
| 12531 | 2024.11.13 20:55:55.553385 [ 124 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12532 | 2024.11.13 20:55:55.553499 [ 124 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12533 | 2024.11.13 20:55:55.553550 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12534 | 2024.11.13 20:55:55.553781 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 12535 | 2024.11.13 20:55:55.554167 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12536 | 2024.11.13 20:55:55.554208 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 12537 | 2024.11.13 20:55:55.554286 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 12538 | 2024.11.13 20:55:55.554521 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 12539 | 2024.11.13 20:55:55.554738 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 12540 | 2024.11.13 20:55:55.554877 [ 189 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::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 | ||
| 12541 | 2024.11.13 20:55:55.555971 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.00230457 sec., 17790.737534550914 rows/sec., 1.17 MiB/sec. | ||
| 12542 | 2024.11.13 20:55:55.556174 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12543 | 2024.11.13 20:55:55.556547 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_41_10} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12544 | 2024.11.13 20:55:55.556649 [ 199 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_41_10} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12545 | 2024.11.13 20:55:55.556760 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12546 | 2024.11.13 20:55:55.808916 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12547 | 2024.11.13 20:55:55.809000 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12548 | 2024.11.13 20:55:56.170764 [ 130 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12549 | 2024.11.13 20:55:56.170826 [ 130 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12550 | 2024.11.13 20:55:56.170847 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12551 | 2024.11.13 20:55:56.171040 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 12552 | 2024.11.13 20:55:56.171401 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12553 | 2024.11.13 20:55:56.171444 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 12554 | 2024.11.13 20:55:56.171529 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 12555 | 2024.11.13 20:55:56.171785 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 12556 | 2024.11.13 20:55:56.171997 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 12557 | 2024.11.13 20:55:56.172276 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::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 | ||
| 12558 | 2024.11.13 20:55:56.173493 [ 189 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002574895 sec., 115732.8745443989 rows/sec., 8.30 MiB/sec. | ||
| 12559 | 2024.11.13 20:55:56.173723 [ 189 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12560 | 2024.11.13 20:55:56.174110 [ 189 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_41_10} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12561 | 2024.11.13 20:55:56.174210 [ 189 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_41_10} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12562 | 2024.11.13 20:55:56.174315 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12563 | 2024.11.13 20:55:56.211107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1820 | ||
| 12564 | 2024.11.13 20:55:56.214009 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12565 | 2024.11.13 20:55:56.214052 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12566 | 2024.11.13 20:55:56.215518 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12567 | 2024.11.13 20:55:56.215826 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12568 | 2024.11.13 20:55:56.215995 [ 130 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12569 | 2024.11.13 20:55:56.216059 [ 130 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12570 | 2024.11.13 20:55:56.216105 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12571 | 2024.11.13 20:55:56.216503 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 12572 | 2024.11.13 20:55:56.217093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1820 | ||
| 12573 | 2024.11.13 20:55:56.217561 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12574 | 2024.11.13 20:55:56.217736 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1686 rows starting from the beginning of the part | ||
| 12575 | 2024.11.13 20:55:56.218385 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 12576 | 2024.11.13 20:55:56.219069 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 20 rows starting from the beginning of the part | ||
| 12577 | 2024.11.13 20:55:56.219790 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 34 rows starting from the beginning of the part | ||
| 12578 | 2024.11.13 20:55:56.220469 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 12579 | 2024.11.13 20:55:56.221107 [ 199 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 20 rows starting from the beginning of the part | ||
| 12580 | 2024.11.13 20:55:56.229838 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1820 rows, containing 72 columns (72 merged, 0 gathered) in 0.013600339 sec., 133820.19374664116 rows/sec., 101.89 MiB/sec. | ||
| 12581 | 2024.11.13 20:55:56.231693 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12582 | 2024.11.13 20:55:56.232458 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_61_12} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12583 | 2024.11.13 20:55:56.232536 [ 186 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_61_12} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12584 | 2024.11.13 20:55:56.232848 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 12585 | 2024.11.13 20:55:56.730823 [ 217 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): 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] | ||
| 12586 | 2024.11.13 20:55:56.730900 [ 217 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): 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] | ||
| 12587 | 2024.11.13 20:55:56.732592 [ 217 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): 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] | ||
| 12588 | 2024.11.13 20:55:57.327393 [ 123 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12589 | 2024.11.13 20:55:57.327488 [ 123 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12590 | 2024.11.13 20:55:57.327525 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12591 | 2024.11.13 20:55:57.327748 [ 222 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): 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] | ||
| 12592 | 2024.11.13 20:55:57.327795 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 12593 | 2024.11.13 20:55:57.327840 [ 222 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): 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] | ||
| 12594 | 2024.11.13 20:55:57.328219 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12595 | 2024.11.13 20:55:57.328339 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 12596 | 2024.11.13 20:55:57.328479 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 12597 | 2024.11.13 20:55:57.328808 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 12598 | 2024.11.13 20:55:57.329248 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 12599 | 2024.11.13 20:55:57.329694 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::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 | ||
| 12600 | 2024.11.13 20:55:57.331891 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.004252094 sec., 57853.84800994522 rows/sec., 2.95 MiB/sec. | ||
| 12601 | 2024.11.13 20:55:57.332121 [ 222 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): 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] | ||
| 12602 | 2024.11.13 20:55:57.332144 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12603 | 2024.11.13 20:55:57.332800 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_41_10} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12604 | 2024.11.13 20:55:57.332894 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_41_10} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12605 | 2024.11.13 20:55:57.332999 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12606 | 2024.11.13 20:55:58.467524 [ 225 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): 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] | ||
| 12607 | 2024.11.13 20:55:58.467652 [ 225 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): 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] | ||
| 12608 | 2024.11.13 20:55:58.469437 [ 225 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): 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] | ||
| 12609 | 2024.11.13 20:55:59.308685 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12610 | 2024.11.13 20:55:59.308873 [ 277 ] {3836df42-1a3f-438d-a29f-9a875b77e42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12611 | 2024.11.13 20:55:59.308944 [ 277 ] {3836df42-1a3f-438d-a29f-9a875b77e42a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12612 | 2024.11.13 20:55:59.309647 [ 277 ] {3836df42-1a3f-438d-a29f-9a875b77e42a} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12613 | 2024.11.13 20:55:59.309698 [ 277 ] {3836df42-1a3f-438d-a29f-9a875b77e42a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12614 | 2024.11.13 20:55:59.310113 [ 277 ] {3836df42-1a3f-438d-a29f-9a875b77e42a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12615 | 2024.11.13 20:55:59.310366 [ 277 ] {3836df42-1a3f-438d-a29f-9a875b77e42a} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12616 | 2024.11.13 20:55:59.310605 [ 277 ] {3836df42-1a3f-438d-a29f-9a875b77e42a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001774 sec., 7891.770011273958 rows/sec., 568.10 KiB/sec. | ||
| 12617 | 2024.11.13 20:55:59.310719 [ 277 ] {3836df42-1a3f-438d-a29f-9a875b77e42a} <Debug> TCPHandler: Processed in 0.002157008 sec. | ||
| 12618 | 2024.11.13 20:55:59.310992 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12619 | 2024.11.13 20:55:59.311181 [ 274 ] {edc0def4-60fe-4a8c-82a9-9ba517b3f0fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12620 | 2024.11.13 20:55:59.311254 [ 274 ] {edc0def4-60fe-4a8c-82a9-9ba517b3f0fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12621 | 2024.11.13 20:55:59.312156 [ 274 ] {edc0def4-60fe-4a8c-82a9-9ba517b3f0fd} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12622 | 2024.11.13 20:55:59.312207 [ 274 ] {edc0def4-60fe-4a8c-82a9-9ba517b3f0fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12623 | 2024.11.13 20:55:59.312679 [ 274 ] {edc0def4-60fe-4a8c-82a9-9ba517b3f0fd} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12624 | 2024.11.13 20:55:59.312943 [ 274 ] {edc0def4-60fe-4a8c-82a9-9ba517b3f0fd} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12625 | 2024.11.13 20:55:59.313152 [ 120 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12626 | 2024.11.13 20:55:59.313223 [ 274 ] {edc0def4-60fe-4a8c-82a9-9ba517b3f0fd} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.00209 sec., 137320.57416267943 rows/sec., 12.12 MiB/sec. | ||
| 12627 | 2024.11.13 20:55:59.313249 [ 120 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12628 | 2024.11.13 20:55:59.313319 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12629 | 2024.11.13 20:55:59.313365 [ 274 ] {edc0def4-60fe-4a8c-82a9-9ba517b3f0fd} <Debug> TCPHandler: Processed in 0.002537964 sec. | ||
| 12630 | 2024.11.13 20:55:59.313613 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12631 | 2024.11.13 20:55:59.313681 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 12632 | 2024.11.13 20:55:59.313963 [ 277 ] {d1a241b0-fe26-40b3-997b-0237bc9cbb0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12633 | 2024.11.13 20:55:59.314119 [ 277 ] {d1a241b0-fe26-40b3-997b-0237bc9cbb0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12634 | 2024.11.13 20:55:59.314375 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12635 | 2024.11.13 20:55:59.314589 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1437 rows starting from the beginning of the part | ||
| 12636 | 2024.11.13 20:55:59.315211 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 56 rows starting from the beginning of the part | ||
| 12637 | 2024.11.13 20:55:59.315795 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 287 rows starting from the beginning of the part | ||
| 12638 | 2024.11.13 20:55:59.316372 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 61 rows starting from the beginning of the part | ||
| 12639 | 2024.11.13 20:55:59.316971 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part | ||
| 12640 | 2024.11.13 20:55:59.317495 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 287 rows starting from the beginning of the part | ||
| 12641 | 2024.11.13 20:55:59.318553 [ 277 ] {d1a241b0-fe26-40b3-997b-0237bc9cbb0f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12642 | 2024.11.13 20:55:59.318650 [ 277 ] {d1a241b0-fe26-40b3-997b-0237bc9cbb0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12643 | 2024.11.13 20:55:59.319634 [ 277 ] {d1a241b0-fe26-40b3-997b-0237bc9cbb0f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12644 | 2024.11.13 20:55:59.320113 [ 277 ] {d1a241b0-fe26-40b3-997b-0237bc9cbb0f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12645 | 2024.11.13 20:55:59.320510 [ 277 ] {d1a241b0-fe26-40b3-997b-0237bc9cbb0f} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.006623 sec., 7398.459912426392 rows/sec., 545.71 KiB/sec. | ||
| 12646 | 2024.11.13 20:55:59.320817 [ 277 ] {d1a241b0-fe26-40b3-997b-0237bc9cbb0f} <Debug> TCPHandler: Processed in 0.007332159 sec. | ||
| 12647 | 2024.11.13 20:55:59.320843 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2184 rows, containing 5 columns (5 merged, 0 gathered) in 0.00742567 sec., 294114.8744827066 rows/sec., 25.87 MiB/sec. | ||
| 12648 | 2024.11.13 20:55:59.321008 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12649 | 2024.11.13 20:55:59.321104 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12650 | 2024.11.13 20:55:59.321289 [ 274 ] {beb1e8cb-211b-4692-899b-971dcad7adfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12651 | 2024.11.13 20:55:59.321385 [ 274 ] {beb1e8cb-211b-4692-899b-971dcad7adfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12652 | 2024.11.13 20:55:59.321684 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_116_23} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12653 | 2024.11.13 20:55:59.321953 [ 200 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_116_23} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12654 | 2024.11.13 20:55:59.322132 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12655 | 2024.11.13 20:55:59.322496 [ 274 ] {beb1e8cb-211b-4692-899b-971dcad7adfe} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12656 | 2024.11.13 20:55:59.322542 [ 274 ] {beb1e8cb-211b-4692-899b-971dcad7adfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12657 | 2024.11.13 20:55:59.322921 [ 274 ] {beb1e8cb-211b-4692-899b-971dcad7adfe} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12658 | 2024.11.13 20:55:59.323169 [ 274 ] {beb1e8cb-211b-4692-899b-971dcad7adfe} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12659 | 2024.11.13 20:55:59.323382 [ 274 ] {beb1e8cb-211b-4692-899b-971dcad7adfe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002178 sec., 6427.91551882461 rows/sec., 450.17 KiB/sec. | ||
| 12660 | 2024.11.13 20:55:59.323437 [ 274 ] {beb1e8cb-211b-4692-899b-971dcad7adfe} <Debug> TCPHandler: Processed in 0.002511595 sec. | ||
| 12661 | 2024.11.13 20:55:59.323593 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12662 | 2024.11.13 20:55:59.323747 [ 277 ] {72c346a2-5db9-4688-9346-9ffcb7fb5cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12663 | 2024.11.13 20:55:59.323804 [ 277 ] {72c346a2-5db9-4688-9346-9ffcb7fb5cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12664 | 2024.11.13 20:55:59.324454 [ 277 ] {72c346a2-5db9-4688-9346-9ffcb7fb5cbc} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12665 | 2024.11.13 20:55:59.324495 [ 277 ] {72c346a2-5db9-4688-9346-9ffcb7fb5cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12666 | 2024.11.13 20:55:59.324869 [ 277 ] {72c346a2-5db9-4688-9346-9ffcb7fb5cbc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12667 | 2024.11.13 20:55:59.325119 [ 277 ] {72c346a2-5db9-4688-9346-9ffcb7fb5cbc} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12668 | 2024.11.13 20:55:59.325326 [ 277 ] {72c346a2-5db9-4688-9346-9ffcb7fb5cbc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001616 sec., 8044.554455445545 rows/sec., 501.58 KiB/sec. | ||
| 12669 | 2024.11.13 20:55:59.325379 [ 277 ] {72c346a2-5db9-4688-9346-9ffcb7fb5cbc} <Debug> TCPHandler: Processed in 0.001854033 sec. | ||
| 12670 | 2024.11.13 20:55:59.325589 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12671 | 2024.11.13 20:55:59.325729 [ 274 ] {e9261c9c-87b8-49f2-b9d1-a8d2f3e952e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12672 | 2024.11.13 20:55:59.325789 [ 274 ] {e9261c9c-87b8-49f2-b9d1-a8d2f3e952e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12673 | 2024.11.13 20:55:59.326586 [ 274 ] {e9261c9c-87b8-49f2-b9d1-a8d2f3e952e5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12674 | 2024.11.13 20:55:59.326626 [ 274 ] {e9261c9c-87b8-49f2-b9d1-a8d2f3e952e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12675 | 2024.11.13 20:55:59.327019 [ 274 ] {e9261c9c-87b8-49f2-b9d1-a8d2f3e952e5} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12676 | 2024.11.13 20:55:59.327261 [ 274 ] {e9261c9c-87b8-49f2-b9d1-a8d2f3e952e5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12677 | 2024.11.13 20:55:59.327429 [ 120 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12678 | 2024.11.13 20:55:59.327500 [ 120 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12679 | 2024.11.13 20:55:59.327498 [ 274 ] {e9261c9c-87b8-49f2-b9d1-a8d2f3e952e5} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001792 sec., 236607.14285714287 rows/sec., 16.92 MiB/sec. | ||
| 12680 | 2024.11.13 20:55:59.327544 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12681 | 2024.11.13 20:55:59.327648 [ 274 ] {e9261c9c-87b8-49f2-b9d1-a8d2f3e952e5} <Debug> TCPHandler: Processed in 0.002120107 sec. | ||
| 12682 | 2024.11.13 20:55:59.327897 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12683 | 2024.11.13 20:55:59.327922 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 12684 | 2024.11.13 20:55:59.328200 [ 277 ] {6594be24-0a6a-43d1-ba38-80eec26cce75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12685 | 2024.11.13 20:55:59.328342 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12686 | 2024.11.13 20:55:59.328413 [ 277 ] {6594be24-0a6a-43d1-ba38-80eec26cce75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12687 | 2024.11.13 20:55:59.328487 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 916 rows starting from the beginning of the part | ||
| 12688 | 2024.11.13 20:55:59.328929 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 64 rows starting from the beginning of the part | ||
| 12689 | 2024.11.13 20:55:59.329558 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 424 rows starting from the beginning of the part | ||
| 12690 | 2024.11.13 20:55:59.330071 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 74 rows starting from the beginning of the part | ||
| 12691 | 2024.11.13 20:55:59.330540 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part | ||
| 12692 | 2024.11.13 20:55:59.331150 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 424 rows starting from the beginning of the part | ||
| 12693 | 2024.11.13 20:55:59.332450 [ 277 ] {6594be24-0a6a-43d1-ba38-80eec26cce75} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12694 | 2024.11.13 20:55:59.332495 [ 277 ] {6594be24-0a6a-43d1-ba38-80eec26cce75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12695 | 2024.11.13 20:55:59.333028 [ 277 ] {6594be24-0a6a-43d1-ba38-80eec26cce75} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12696 | 2024.11.13 20:55:59.333352 [ 277 ] {6594be24-0a6a-43d1-ba38-80eec26cce75} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12697 | 2024.11.13 20:55:59.333607 [ 277 ] {6594be24-0a6a-43d1-ba38-80eec26cce75} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005577 sec., 1075.8472296933835 rows/sec., 56.21 KiB/sec. | ||
| 12698 | 2024.11.13 20:55:59.333706 [ 277 ] {6594be24-0a6a-43d1-ba38-80eec26cce75} <Debug> TCPHandler: Processed in 0.005943735 sec. | ||
| 12699 | 2024.11.13 20:55:59.333948 [ 187 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1966 rows, containing 5 columns (5 merged, 0 gathered) in 0.0062735 sec., 313381.68486490793 rows/sec., 24.00 MiB/sec. | ||
| 12700 | 2024.11.13 20:55:59.333962 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12701 | 2024.11.13 20:55:59.334171 [ 274 ] {dde62ef6-4462-44b9-93c0-2c47396cf82f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12702 | 2024.11.13 20:55:59.334214 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12703 | 2024.11.13 20:55:59.334291 [ 274 ] {dde62ef6-4462-44b9-93c0-2c47396cf82f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12704 | 2024.11.13 20:55:59.334887 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_116_23} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12705 | 2024.11.13 20:55:59.335009 [ 188 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_116_23} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12706 | 2024.11.13 20:55:59.335195 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12707 | 2024.11.13 20:55:59.335427 [ 274 ] {dde62ef6-4462-44b9-93c0-2c47396cf82f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12708 | 2024.11.13 20:55:59.335470 [ 274 ] {dde62ef6-4462-44b9-93c0-2c47396cf82f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12709 | 2024.11.13 20:55:59.335876 [ 274 ] {dde62ef6-4462-44b9-93c0-2c47396cf82f} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12710 | 2024.11.13 20:55:59.336129 [ 274 ] {dde62ef6-4462-44b9-93c0-2c47396cf82f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12711 | 2024.11.13 20:55:59.336345 [ 274 ] {dde62ef6-4462-44b9-93c0-2c47396cf82f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002216 sec., 106949.45848375451 rows/sec., 7.17 MiB/sec. | ||
| 12712 | 2024.11.13 20:55:59.336400 [ 274 ] {dde62ef6-4462-44b9-93c0-2c47396cf82f} <Debug> TCPHandler: Processed in 0.002586706 sec. | ||
| 12713 | 2024.11.13 20:55:59.336549 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12714 | 2024.11.13 20:55:59.336696 [ 277 ] {75b8f1df-03a5-4de4-b591-15d8dcbe5e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12715 | 2024.11.13 20:55:59.336756 [ 277 ] {75b8f1df-03a5-4de4-b591-15d8dcbe5e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12716 | 2024.11.13 20:55:59.337305 [ 277 ] {75b8f1df-03a5-4de4-b591-15d8dcbe5e3f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12717 | 2024.11.13 20:55:59.337344 [ 277 ] {75b8f1df-03a5-4de4-b591-15d8dcbe5e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12718 | 2024.11.13 20:55:59.337702 [ 277 ] {75b8f1df-03a5-4de4-b591-15d8dcbe5e3f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12719 | 2024.11.13 20:55:59.337951 [ 277 ] {75b8f1df-03a5-4de4-b591-15d8dcbe5e3f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12720 | 2024.11.13 20:55:59.338157 [ 277 ] {75b8f1df-03a5-4de4-b591-15d8dcbe5e3f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001493 sec., 669.7923643670463 rows/sec., 45.13 KiB/sec. | ||
| 12721 | 2024.11.13 20:55:59.338206 [ 277 ] {75b8f1df-03a5-4de4-b591-15d8dcbe5e3f} <Debug> TCPHandler: Processed in 0.001729101 sec. | ||
| 12722 | 2024.11.13 20:55:59.338351 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12723 | 2024.11.13 20:55:59.338467 [ 274 ] {2416e73d-ca4d-4eff-89f1-2de9745cdf17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12724 | 2024.11.13 20:55:59.338550 [ 274 ] {2416e73d-ca4d-4eff-89f1-2de9745cdf17} <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 | ||
| 12725 | 2024.11.13 20:55:59.339786 [ 274 ] {2416e73d-ca4d-4eff-89f1-2de9745cdf17} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12726 | 2024.11.13 20:55:59.339824 [ 274 ] {2416e73d-ca4d-4eff-89f1-2de9745cdf17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12727 | 2024.11.13 20:55:59.340538 [ 274 ] {2416e73d-ca4d-4eff-89f1-2de9745cdf17} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12728 | 2024.11.13 20:55:59.340804 [ 274 ] {2416e73d-ca4d-4eff-89f1-2de9745cdf17} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12729 | 2024.11.13 20:55:59.341114 [ 274 ] {2416e73d-ca4d-4eff-89f1-2de9745cdf17} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002662 sec., 15777.610818933133 rows/sec., 28.27 MiB/sec. | ||
| 12730 | 2024.11.13 20:55:59.341670 [ 274 ] {2416e73d-ca4d-4eff-89f1-2de9745cdf17} <Debug> TCPHandler: Processed in 0.003372029 sec. | ||
| 12731 | 2024.11.13 20:55:59.341847 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12732 | 2024.11.13 20:55:59.341981 [ 277 ] {2fce06f9-af8a-4daa-987f-2206a09bac4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12733 | 2024.11.13 20:55:59.342038 [ 277 ] {2fce06f9-af8a-4daa-987f-2206a09bac4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12734 | 2024.11.13 20:55:59.342544 [ 277 ] {2fce06f9-af8a-4daa-987f-2206a09bac4b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12735 | 2024.11.13 20:55:59.342581 [ 277 ] {2fce06f9-af8a-4daa-987f-2206a09bac4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12736 | 2024.11.13 20:55:59.342965 [ 277 ] {2fce06f9-af8a-4daa-987f-2206a09bac4b} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12737 | 2024.11.13 20:55:59.343209 [ 277 ] {2fce06f9-af8a-4daa-987f-2206a09bac4b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12738 | 2024.11.13 20:55:59.343425 [ 277 ] {2fce06f9-af8a-4daa-987f-2206a09bac4b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001473 sec., 55668.70332654447 rows/sec., 3.54 MiB/sec. | ||
| 12739 | 2024.11.13 20:55:59.343472 [ 277 ] {2fce06f9-af8a-4daa-987f-2206a09bac4b} <Debug> TCPHandler: Processed in 0.00171261 sec. | ||
| 12740 | 2024.11.13 20:56:04.042399 [ 219 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 12741 | 2024.11.13 20:56:04.042514 [ 219 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 12742 | 2024.11.13 20:56:04.044812 [ 219 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 12743 | 2024.11.13 20:56:04.121568 [ 224 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 12744 | 2024.11.13 20:56:04.121654 [ 224 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 12745 | 2024.11.13 20:56:04.123772 [ 224 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 12746 | 2024.11.13 20:56:04.300566 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12747 | 2024.11.13 20:56:04.300755 [ 277 ] {4d7871c0-b6dd-484c-8488-e0245a60164c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12748 | 2024.11.13 20:56:04.300827 [ 277 ] {4d7871c0-b6dd-484c-8488-e0245a60164c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12749 | 2024.11.13 20:56:04.301537 [ 277 ] {4d7871c0-b6dd-484c-8488-e0245a60164c} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12750 | 2024.11.13 20:56:04.301587 [ 277 ] {4d7871c0-b6dd-484c-8488-e0245a60164c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12751 | 2024.11.13 20:56:04.301999 [ 277 ] {4d7871c0-b6dd-484c-8488-e0245a60164c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 12752 | 2024.11.13 20:56:04.302257 [ 277 ] {4d7871c0-b6dd-484c-8488-e0245a60164c} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12753 | 2024.11.13 20:56:04.302539 [ 277 ] {4d7871c0-b6dd-484c-8488-e0245a60164c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001832 sec., 1091.703056768559 rows/sec., 89.02 KiB/sec. | ||
| 12754 | 2024.11.13 20:56:04.302769 [ 277 ] {4d7871c0-b6dd-484c-8488-e0245a60164c} <Debug> TCPHandler: Processed in 0.002323881 sec. | ||
| 12755 | 2024.11.13 20:56:04.303087 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12756 | 2024.11.13 20:56:04.303310 [ 274 ] {699f5ee9-6443-44cf-9031-572b115e2834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12757 | 2024.11.13 20:56:04.303392 [ 274 ] {699f5ee9-6443-44cf-9031-572b115e2834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12758 | 2024.11.13 20:56:04.304172 [ 274 ] {699f5ee9-6443-44cf-9031-572b115e2834} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12759 | 2024.11.13 20:56:04.304225 [ 274 ] {699f5ee9-6443-44cf-9031-572b115e2834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12760 | 2024.11.13 20:56:04.304669 [ 274 ] {699f5ee9-6443-44cf-9031-572b115e2834} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12761 | 2024.11.13 20:56:04.304934 [ 274 ] {699f5ee9-6443-44cf-9031-572b115e2834} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12762 | 2024.11.13 20:56:04.305195 [ 274 ] {699f5ee9-6443-44cf-9031-572b115e2834} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001947 sec., 29275.808936825888 rows/sec., 2.23 MiB/sec. | ||
| 12763 | 2024.11.13 20:56:04.305262 [ 274 ] {699f5ee9-6443-44cf-9031-572b115e2834} <Debug> TCPHandler: Processed in 0.002369772 sec. | ||
| 12764 | 2024.11.13 20:56:04.305411 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12765 | 2024.11.13 20:56:04.305547 [ 277 ] {7e4bc396-3f2e-46eb-9b36-1dd2b7669286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12766 | 2024.11.13 20:56:04.305599 [ 277 ] {7e4bc396-3f2e-46eb-9b36-1dd2b7669286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12767 | 2024.11.13 20:56:04.306185 [ 277 ] {7e4bc396-3f2e-46eb-9b36-1dd2b7669286} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12768 | 2024.11.13 20:56:04.306226 [ 277 ] {7e4bc396-3f2e-46eb-9b36-1dd2b7669286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12769 | 2024.11.13 20:56:04.306584 [ 277 ] {7e4bc396-3f2e-46eb-9b36-1dd2b7669286} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12770 | 2024.11.13 20:56:04.306836 [ 277 ] {7e4bc396-3f2e-46eb-9b36-1dd2b7669286} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12771 | 2024.11.13 20:56:04.307093 [ 277 ] {7e4bc396-3f2e-46eb-9b36-1dd2b7669286} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001566 sec., 1277.139208173691 rows/sec., 89.18 KiB/sec. | ||
| 12772 | 2024.11.13 20:56:04.307162 [ 277 ] {7e4bc396-3f2e-46eb-9b36-1dd2b7669286} <Debug> TCPHandler: Processed in 0.001820302 sec. | ||
| 12773 | 2024.11.13 20:56:04.307388 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12774 | 2024.11.13 20:56:04.307581 [ 274 ] {a281e09c-33ef-4072-a928-a2d9a38252fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12775 | 2024.11.13 20:56:04.307646 [ 274 ] {a281e09c-33ef-4072-a928-a2d9a38252fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12776 | 2024.11.13 20:56:04.308390 [ 274 ] {a281e09c-33ef-4072-a928-a2d9a38252fb} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12777 | 2024.11.13 20:56:04.308438 [ 274 ] {a281e09c-33ef-4072-a928-a2d9a38252fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12778 | 2024.11.13 20:56:04.308818 [ 274 ] {a281e09c-33ef-4072-a928-a2d9a38252fb} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12779 | 2024.11.13 20:56:04.309067 [ 274 ] {a281e09c-33ef-4072-a928-a2d9a38252fb} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12780 | 2024.11.13 20:56:04.309272 [ 274 ] {a281e09c-33ef-4072-a928-a2d9a38252fb} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001728 sec., 38194.444444444445 rows/sec., 2.98 MiB/sec. | ||
| 12781 | 2024.11.13 20:56:04.309327 [ 274 ] {a281e09c-33ef-4072-a928-a2d9a38252fb} <Debug> TCPHandler: Processed in 0.002070076 sec. | ||
| 12782 | 2024.11.13 20:56:04.309487 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12783 | 2024.11.13 20:56:04.309609 [ 277 ] {4aea78b4-d17e-4d91-85cb-e1a24c0b5077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12784 | 2024.11.13 20:56:04.309663 [ 277 ] {4aea78b4-d17e-4d91-85cb-e1a24c0b5077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12785 | 2024.11.13 20:56:04.310233 [ 277 ] {4aea78b4-d17e-4d91-85cb-e1a24c0b5077} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12786 | 2024.11.13 20:56:04.310272 [ 277 ] {4aea78b4-d17e-4d91-85cb-e1a24c0b5077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12787 | 2024.11.13 20:56:04.310674 [ 277 ] {4aea78b4-d17e-4d91-85cb-e1a24c0b5077} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12788 | 2024.11.13 20:56:04.310916 [ 277 ] {4aea78b4-d17e-4d91-85cb-e1a24c0b5077} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12789 | 2024.11.13 20:56:04.311084 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12790 | 2024.11.13 20:56:04.311149 [ 277 ] {4aea78b4-d17e-4d91-85cb-e1a24c0b5077} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001559 sec., 82745.34958306607 rows/sec., 5.76 MiB/sec. | ||
| 12791 | 2024.11.13 20:56:04.311156 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12792 | 2024.11.13 20:56:04.311231 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12793 | 2024.11.13 20:56:04.311283 [ 277 ] {4aea78b4-d17e-4d91-85cb-e1a24c0b5077} <Debug> TCPHandler: Processed in 0.001851502 sec. | ||
| 12794 | 2024.11.13 20:56:04.311428 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 12795 | 2024.11.13 20:56:04.311497 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12796 | 2024.11.13 20:56:04.311613 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12797 | 2024.11.13 20:56:04.311702 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_111_22, total 19854 rows starting from the beginning of the part | ||
| 12798 | 2024.11.13 20:56:04.311740 [ 274 ] {4de00ac9-9d44-4b3c-bc74-73cefe75fa44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12799 | 2024.11.13 20:56:04.311933 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 12800 | 2024.11.13 20:56:04.311937 [ 274 ] {4de00ac9-9d44-4b3c-bc74-73cefe75fa44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12801 | 2024.11.13 20:56:04.312310 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 165 rows starting from the beginning of the part | ||
| 12802 | 2024.11.13 20:56:04.312661 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 12803 | 2024.11.13 20:56:04.312971 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 12804 | 2024.11.13 20:56:04.313349 [ 195 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 129 rows starting from the beginning of the part | ||
| 12805 | 2024.11.13 20:56:04.314651 [ 274 ] {4de00ac9-9d44-4b3c-bc74-73cefe75fa44} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12806 | 2024.11.13 20:56:04.314728 [ 274 ] {4de00ac9-9d44-4b3c-bc74-73cefe75fa44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12807 | 2024.11.13 20:56:04.316139 [ 274 ] {4de00ac9-9d44-4b3c-bc74-73cefe75fa44} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12808 | 2024.11.13 20:56:04.317123 [ 274 ] {4de00ac9-9d44-4b3c-bc74-73cefe75fa44} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12809 | 2024.11.13 20:56:04.317471 [ 112 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 12810 | 2024.11.13 20:56:04.317708 [ 112 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12811 | 2024.11.13 20:56:04.317781 [ 274 ] {4de00ac9-9d44-4b3c-bc74-73cefe75fa44} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.006085 sec., 7888.249794576828 rows/sec., 544.37 KiB/sec. | ||
| 12812 | 2024.11.13 20:56:04.317809 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12813 | 2024.11.13 20:56:04.318126 [ 274 ] {4de00ac9-9d44-4b3c-bc74-73cefe75fa44} <Debug> TCPHandler: Processed in 0.006711248 sec. | ||
| 12814 | 2024.11.13 20:56:04.318218 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full | ||
| 12815 | 2024.11.13 20:56:04.318385 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12816 | 2024.11.13 20:56:04.318437 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_110_22, total 6642 rows starting from the beginning of the part | ||
| 12817 | 2024.11.13 20:56:04.318523 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 82 rows starting from the beginning of the part | ||
| 12818 | 2024.11.13 20:56:04.318597 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part | ||
| 12819 | 2024.11.13 20:56:04.318772 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
| 12820 | 2024.11.13 20:56:04.319014 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 82 rows starting from the beginning of the part | ||
| 12821 | 2024.11.13 20:56:04.319349 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 48 rows starting from the beginning of the part | ||
| 12822 | 2024.11.13 20:56:04.321778 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6974 rows, containing 4 columns (4 merged, 0 gathered) in 0.003772396 sec., 1848692.4490429955 rows/sec., 121.03 MiB/sec. | ||
| 12823 | 2024.11.13 20:56:04.322086 [ 197 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20782 rows, containing 5 columns (5 merged, 0 gathered) in 0.010752139 sec., 1932824.715156677 rows/sec., 131.85 MiB/sec. | ||
| 12824 | 2024.11.13 20:56:04.322366 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 12825 | 2024.11.13 20:56:04.322585 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12826 | 2024.11.13 20:56:04.322956 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12827 | 2024.11.13 20:56:04.323133 [ 198 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_115_23} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 12828 | 2024.11.13 20:56:04.323141 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12829 | 2024.11.13 20:56:04.323316 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 12830 | 2024.11.13 20:56:04.323329 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12831 | 2024.11.13 20:56:04.323460 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 12832 | 2024.11.13 20:56:06.217255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1854 | ||
| 12833 | 2024.11.13 20:56:06.220302 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12834 | 2024.11.13 20:56:06.220350 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12835 | 2024.11.13 20:56:06.221810 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12836 | 2024.11.13 20:56:06.222119 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12837 | 2024.11.13 20:56:06.222694 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1854 | ||
| 12838 | 2024.11.13 20:56:09.302290 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12839 | 2024.11.13 20:56:09.302494 [ 277 ] {2474b112-8403-4964-8055-575a69facd59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12840 | 2024.11.13 20:56:09.302566 [ 277 ] {2474b112-8403-4964-8055-575a69facd59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12841 | 2024.11.13 20:56:09.303313 [ 277 ] {2474b112-8403-4964-8055-575a69facd59} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12842 | 2024.11.13 20:56:09.303367 [ 277 ] {2474b112-8403-4964-8055-575a69facd59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12843 | 2024.11.13 20:56:09.303806 [ 277 ] {2474b112-8403-4964-8055-575a69facd59} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12844 | 2024.11.13 20:56:09.304058 [ 277 ] {2474b112-8403-4964-8055-575a69facd59} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12845 | 2024.11.13 20:56:09.304288 [ 277 ] {2474b112-8403-4964-8055-575a69facd59} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.31 MiB/sec. | ||
| 12846 | 2024.11.13 20:56:09.304355 [ 277 ] {2474b112-8403-4964-8055-575a69facd59} <Debug> TCPHandler: Processed in 0.002193499 sec. | ||
| 12847 | 2024.11.13 20:56:09.304605 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12848 | 2024.11.13 20:56:09.304827 [ 274 ] {87bec1a3-3a9a-4a9f-8f21-54510d9bd261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12849 | 2024.11.13 20:56:09.304910 [ 274 ] {87bec1a3-3a9a-4a9f-8f21-54510d9bd261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12850 | 2024.11.13 20:56:09.305785 [ 274 ] {87bec1a3-3a9a-4a9f-8f21-54510d9bd261} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12851 | 2024.11.13 20:56:09.305832 [ 274 ] {87bec1a3-3a9a-4a9f-8f21-54510d9bd261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12852 | 2024.11.13 20:56:09.306285 [ 274 ] {87bec1a3-3a9a-4a9f-8f21-54510d9bd261} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12853 | 2024.11.13 20:56:09.306553 [ 274 ] {87bec1a3-3a9a-4a9f-8f21-54510d9bd261} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12854 | 2024.11.13 20:56:09.306762 [ 274 ] {87bec1a3-3a9a-4a9f-8f21-54510d9bd261} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001996 sec., 32064.128256513028 rows/sec., 2.50 MiB/sec. | ||
| 12855 | 2024.11.13 20:56:09.306827 [ 274 ] {87bec1a3-3a9a-4a9f-8f21-54510d9bd261} <Debug> TCPHandler: Processed in 0.002369002 sec. | ||
| 12856 | 2024.11.13 20:56:09.306984 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12857 | 2024.11.13 20:56:09.307131 [ 277 ] {a3e04c51-73f1-485d-82bd-4f4831457b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12858 | 2024.11.13 20:56:09.307198 [ 277 ] {a3e04c51-73f1-485d-82bd-4f4831457b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12859 | 2024.11.13 20:56:09.307841 [ 277 ] {a3e04c51-73f1-485d-82bd-4f4831457b2a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12860 | 2024.11.13 20:56:09.307883 [ 277 ] {a3e04c51-73f1-485d-82bd-4f4831457b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12861 | 2024.11.13 20:56:09.308285 [ 277 ] {a3e04c51-73f1-485d-82bd-4f4831457b2a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12862 | 2024.11.13 20:56:09.308531 [ 277 ] {a3e04c51-73f1-485d-82bd-4f4831457b2a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12863 | 2024.11.13 20:56:09.308746 [ 277 ] {a3e04c51-73f1-485d-82bd-4f4831457b2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
| 12864 | 2024.11.13 20:56:09.308794 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 12865 | 2024.11.13 20:56:09.308809 [ 277 ] {a3e04c51-73f1-485d-82bd-4f4831457b2a} <Debug> TCPHandler: Processed in 0.001893954 sec. | ||
| 12866 | 2024.11.13 20:56:09.308828 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 12867 | 2024.11.13 20:56:09.308965 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12868 | 2024.11.13 20:56:09.309156 [ 274 ] {1e04681e-7b38-473f-b6c3-1d02d48eb5ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12869 | 2024.11.13 20:56:09.309267 [ 274 ] {1e04681e-7b38-473f-b6c3-1d02d48eb5ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12870 | 2024.11.13 20:56:09.310498 [ 274 ] {1e04681e-7b38-473f-b6c3-1d02d48eb5ff} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12871 | 2024.11.13 20:56:09.310539 [ 274 ] {1e04681e-7b38-473f-b6c3-1d02d48eb5ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12872 | 2024.11.13 20:56:09.311254 [ 274 ] {1e04681e-7b38-473f-b6c3-1d02d48eb5ff} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12873 | 2024.11.13 20:56:09.311659 [ 274 ] {1e04681e-7b38-473f-b6c3-1d02d48eb5ff} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12874 | 2024.11.13 20:56:09.312080 [ 274 ] {1e04681e-7b38-473f-b6c3-1d02d48eb5ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002989 sec., 20073.603211776513 rows/sec., 1.35 MiB/sec. | ||
| 12875 | 2024.11.13 20:56:09.312192 [ 274 ] {1e04681e-7b38-473f-b6c3-1d02d48eb5ff} <Debug> TCPHandler: Processed in 0.003297018 sec. | ||
| 12876 | 2024.11.13 20:56:09.312428 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 12877 | 2024.11.13 20:56:10.286334 [ 222 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 12878 | 2024.11.13 20:56:10.286393 [ 222 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 12879 | 2024.11.13 20:56:10.288230 [ 222 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 12880 | 2024.11.13 20:56:10.809063 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12881 | 2024.11.13 20:56:10.809138 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12882 | 2024.11.13 20:56:12.475763 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12883 | 2024.11.13 20:56:12.633182 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44290, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12884 | 2024.11.13 20:56:12.656506 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37608, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12885 | 2024.11.13 20:56:12.682864 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12886 | 2024.11.13 20:56:12.911240 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12887 | 2024.11.13 20:56:12.912556 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52748, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12888 | 2024.11.13 20:56:12.956963 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12889 | 2024.11.13 20:56:12.965372 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12890 | 2024.11.13 20:56:14.308779 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12891 | 2024.11.13 20:56:14.308967 [ 277 ] {7f2ee1b7-6cff-45c6-b317-fc8ba53e7758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12892 | 2024.11.13 20:56:14.309038 [ 277 ] {7f2ee1b7-6cff-45c6-b317-fc8ba53e7758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12893 | 2024.11.13 20:56:14.309795 [ 277 ] {7f2ee1b7-6cff-45c6-b317-fc8ba53e7758} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12894 | 2024.11.13 20:56:14.309849 [ 277 ] {7f2ee1b7-6cff-45c6-b317-fc8ba53e7758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12895 | 2024.11.13 20:56:14.310288 [ 277 ] {7f2ee1b7-6cff-45c6-b317-fc8ba53e7758} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12896 | 2024.11.13 20:56:14.310549 [ 277 ] {7f2ee1b7-6cff-45c6-b317-fc8ba53e7758} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12897 | 2024.11.13 20:56:14.310795 [ 277 ] {7f2ee1b7-6cff-45c6-b317-fc8ba53e7758} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001875 sec., 7466.666666666667 rows/sec., 537.50 KiB/sec. | ||
| 12898 | 2024.11.13 20:56:14.310880 [ 277 ] {7f2ee1b7-6cff-45c6-b317-fc8ba53e7758} <Debug> TCPHandler: Processed in 0.002227019 sec. | ||
| 12899 | 2024.11.13 20:56:14.311176 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12900 | 2024.11.13 20:56:14.311374 [ 274 ] {e707f6de-14c3-4f7f-9bf7-5c3613182cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12901 | 2024.11.13 20:56:14.311450 [ 274 ] {e707f6de-14c3-4f7f-9bf7-5c3613182cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12902 | 2024.11.13 20:56:14.312367 [ 274 ] {e707f6de-14c3-4f7f-9bf7-5c3613182cdd} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12903 | 2024.11.13 20:56:14.312422 [ 274 ] {e707f6de-14c3-4f7f-9bf7-5c3613182cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12904 | 2024.11.13 20:56:14.312898 [ 274 ] {e707f6de-14c3-4f7f-9bf7-5c3613182cdd} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12905 | 2024.11.13 20:56:14.313173 [ 274 ] {e707f6de-14c3-4f7f-9bf7-5c3613182cdd} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12906 | 2024.11.13 20:56:14.313437 [ 274 ] {e707f6de-14c3-4f7f-9bf7-5c3613182cdd} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.00211 sec., 136018.95734597158 rows/sec., 12.01 MiB/sec. | ||
| 12907 | 2024.11.13 20:56:14.313544 [ 274 ] {e707f6de-14c3-4f7f-9bf7-5c3613182cdd} <Debug> TCPHandler: Processed in 0.002544745 sec. | ||
| 12908 | 2024.11.13 20:56:14.313824 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12909 | 2024.11.13 20:56:14.314034 [ 277 ] {99eb8c88-e3b4-4d88-b268-4895344766fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12910 | 2024.11.13 20:56:14.314096 [ 277 ] {99eb8c88-e3b4-4d88-b268-4895344766fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12911 | 2024.11.13 20:56:14.314817 [ 277 ] {99eb8c88-e3b4-4d88-b268-4895344766fc} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12912 | 2024.11.13 20:56:14.314857 [ 277 ] {99eb8c88-e3b4-4d88-b268-4895344766fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12913 | 2024.11.13 20:56:14.315243 [ 277 ] {99eb8c88-e3b4-4d88-b268-4895344766fc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12914 | 2024.11.13 20:56:14.315482 [ 277 ] {99eb8c88-e3b4-4d88-b268-4895344766fc} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12915 | 2024.11.13 20:56:14.315704 [ 277 ] {99eb8c88-e3b4-4d88-b268-4895344766fc} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001705 sec., 28739.00293255132 rows/sec., 2.07 MiB/sec. | ||
| 12916 | 2024.11.13 20:56:14.315749 [ 223 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 12917 | 2024.11.13 20:56:14.315774 [ 277 ] {99eb8c88-e3b4-4d88-b268-4895344766fc} <Debug> TCPHandler: Processed in 0.002136798 sec. | ||
| 12918 | 2024.11.13 20:56:14.315782 [ 223 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 12919 | 2024.11.13 20:56:14.315940 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12920 | 2024.11.13 20:56:14.316144 [ 274 ] {39f704dd-39ee-4b95-84b1-2054668323ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12921 | 2024.11.13 20:56:14.316235 [ 274 ] {39f704dd-39ee-4b95-84b1-2054668323ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12922 | 2024.11.13 20:56:14.317891 [ 274 ] {39f704dd-39ee-4b95-84b1-2054668323ec} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12923 | 2024.11.13 20:56:14.317949 [ 274 ] {39f704dd-39ee-4b95-84b1-2054668323ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12924 | 2024.11.13 20:56:14.318669 [ 274 ] {39f704dd-39ee-4b95-84b1-2054668323ec} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12925 | 2024.11.13 20:56:14.319092 [ 274 ] {39f704dd-39ee-4b95-84b1-2054668323ec} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12926 | 2024.11.13 20:56:14.319409 [ 274 ] {39f704dd-39ee-4b95-84b1-2054668323ec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003309 sec., 4230.88546388637 rows/sec., 296.30 KiB/sec. | ||
| 12927 | 2024.11.13 20:56:14.319726 [ 223 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 12928 | 2024.11.13 20:56:14.319769 [ 274 ] {39f704dd-39ee-4b95-84b1-2054668323ec} <Debug> TCPHandler: Processed in 0.003894418 sec. | ||
| 12929 | 2024.11.13 20:56:14.320093 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12930 | 2024.11.13 20:56:14.320492 [ 277 ] {f77d5837-64e1-4bef-b8d8-10149d265a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12931 | 2024.11.13 20:56:14.320675 [ 277 ] {f77d5837-64e1-4bef-b8d8-10149d265a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12932 | 2024.11.13 20:56:14.321469 [ 277 ] {f77d5837-64e1-4bef-b8d8-10149d265a5e} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12933 | 2024.11.13 20:56:14.321509 [ 277 ] {f77d5837-64e1-4bef-b8d8-10149d265a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12934 | 2024.11.13 20:56:14.321858 [ 277 ] {f77d5837-64e1-4bef-b8d8-10149d265a5e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12935 | 2024.11.13 20:56:14.322094 [ 277 ] {f77d5837-64e1-4bef-b8d8-10149d265a5e} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12936 | 2024.11.13 20:56:14.322300 [ 277 ] {f77d5837-64e1-4bef-b8d8-10149d265a5e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001978 sec., 6572.295247724975 rows/sec., 409.78 KiB/sec. | ||
| 12937 | 2024.11.13 20:56:14.322350 [ 277 ] {f77d5837-64e1-4bef-b8d8-10149d265a5e} <Debug> TCPHandler: Processed in 0.002433903 sec. | ||
| 12938 | 2024.11.13 20:56:14.322508 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12939 | 2024.11.13 20:56:14.322632 [ 274 ] {2bcd7770-1ad8-43d5-9e3f-48110edf55c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12940 | 2024.11.13 20:56:14.322684 [ 274 ] {2bcd7770-1ad8-43d5-9e3f-48110edf55c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12941 | 2024.11.13 20:56:14.323428 [ 274 ] {2bcd7770-1ad8-43d5-9e3f-48110edf55c0} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12942 | 2024.11.13 20:56:14.323465 [ 274 ] {2bcd7770-1ad8-43d5-9e3f-48110edf55c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12943 | 2024.11.13 20:56:14.323860 [ 274 ] {2bcd7770-1ad8-43d5-9e3f-48110edf55c0} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12944 | 2024.11.13 20:56:14.324105 [ 274 ] {2bcd7770-1ad8-43d5-9e3f-48110edf55c0} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12945 | 2024.11.13 20:56:14.324285 [ 274 ] {2bcd7770-1ad8-43d5-9e3f-48110edf55c0} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.00168 sec., 252380.95238095237 rows/sec., 18.05 MiB/sec. | ||
| 12946 | 2024.11.13 20:56:14.324346 [ 274 ] {2bcd7770-1ad8-43d5-9e3f-48110edf55c0} <Debug> TCPHandler: Processed in 0.001895673 sec. | ||
| 12947 | 2024.11.13 20:56:14.324545 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12948 | 2024.11.13 20:56:14.324711 [ 277 ] {5b46e296-71ed-4300-81f3-ba616220018d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12949 | 2024.11.13 20:56:14.324763 [ 277 ] {5b46e296-71ed-4300-81f3-ba616220018d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12950 | 2024.11.13 20:56:14.325255 [ 277 ] {5b46e296-71ed-4300-81f3-ba616220018d} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12951 | 2024.11.13 20:56:14.325294 [ 277 ] {5b46e296-71ed-4300-81f3-ba616220018d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12952 | 2024.11.13 20:56:14.325670 [ 277 ] {5b46e296-71ed-4300-81f3-ba616220018d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12953 | 2024.11.13 20:56:14.325915 [ 277 ] {5b46e296-71ed-4300-81f3-ba616220018d} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12954 | 2024.11.13 20:56:14.326124 [ 277 ] {5b46e296-71ed-4300-81f3-ba616220018d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec. | ||
| 12955 | 2024.11.13 20:56:14.326176 [ 277 ] {5b46e296-71ed-4300-81f3-ba616220018d} <Debug> TCPHandler: Processed in 0.00174198 sec. | ||
| 12956 | 2024.11.13 20:56:14.326330 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12957 | 2024.11.13 20:56:14.326451 [ 274 ] {86016bcd-530d-4dfb-b2b3-3f789327c7c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12958 | 2024.11.13 20:56:14.326504 [ 274 ] {86016bcd-530d-4dfb-b2b3-3f789327c7c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12959 | 2024.11.13 20:56:14.327085 [ 274 ] {86016bcd-530d-4dfb-b2b3-3f789327c7c1} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12960 | 2024.11.13 20:56:14.327121 [ 274 ] {86016bcd-530d-4dfb-b2b3-3f789327c7c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12961 | 2024.11.13 20:56:14.327532 [ 274 ] {86016bcd-530d-4dfb-b2b3-3f789327c7c1} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12962 | 2024.11.13 20:56:14.327789 [ 274 ] {86016bcd-530d-4dfb-b2b3-3f789327c7c1} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12963 | 2024.11.13 20:56:14.327978 [ 274 ] {86016bcd-530d-4dfb-b2b3-3f789327c7c1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001552 sec., 152706.1855670103 rows/sec., 10.24 MiB/sec. | ||
| 12964 | 2024.11.13 20:56:14.328082 [ 274 ] {86016bcd-530d-4dfb-b2b3-3f789327c7c1} <Debug> TCPHandler: Processed in 0.001805161 sec. | ||
| 12965 | 2024.11.13 20:56:14.328300 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12966 | 2024.11.13 20:56:14.328474 [ 277 ] {2062d1a1-133c-4e7f-8c37-a5ec1c6f0742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12967 | 2024.11.13 20:56:14.328534 [ 277 ] {2062d1a1-133c-4e7f-8c37-a5ec1c6f0742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12968 | 2024.11.13 20:56:14.329044 [ 277 ] {2062d1a1-133c-4e7f-8c37-a5ec1c6f0742} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12969 | 2024.11.13 20:56:14.329082 [ 277 ] {2062d1a1-133c-4e7f-8c37-a5ec1c6f0742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12970 | 2024.11.13 20:56:14.329442 [ 277 ] {2062d1a1-133c-4e7f-8c37-a5ec1c6f0742} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12971 | 2024.11.13 20:56:14.329696 [ 277 ] {2062d1a1-133c-4e7f-8c37-a5ec1c6f0742} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12972 | 2024.11.13 20:56:14.329960 [ 277 ] {2062d1a1-133c-4e7f-8c37-a5ec1c6f0742} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001517 sec., 659.1957811470007 rows/sec., 44.42 KiB/sec. | ||
| 12973 | 2024.11.13 20:56:14.330158 [ 277 ] {2062d1a1-133c-4e7f-8c37-a5ec1c6f0742} <Debug> TCPHandler: Processed in 0.001982195 sec. | ||
| 12974 | 2024.11.13 20:56:14.330370 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12975 | 2024.11.13 20:56:14.330503 [ 274 ] {8162cb4c-1a74-4db7-93da-ec2ecff50686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12976 | 2024.11.13 20:56:14.330587 [ 274 ] {8162cb4c-1a74-4db7-93da-ec2ecff50686} <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 | ||
| 12977 | 2024.11.13 20:56:14.331795 [ 274 ] {8162cb4c-1a74-4db7-93da-ec2ecff50686} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12978 | 2024.11.13 20:56:14.331833 [ 274 ] {8162cb4c-1a74-4db7-93da-ec2ecff50686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12979 | 2024.11.13 20:56:14.332588 [ 274 ] {8162cb4c-1a74-4db7-93da-ec2ecff50686} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12980 | 2024.11.13 20:56:14.332855 [ 274 ] {8162cb4c-1a74-4db7-93da-ec2ecff50686} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12981 | 2024.11.13 20:56:14.333069 [ 274 ] {8162cb4c-1a74-4db7-93da-ec2ecff50686} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002596 sec., 16178.73651771957 rows/sec., 28.99 MiB/sec. | ||
| 12982 | 2024.11.13 20:56:14.333355 [ 274 ] {8162cb4c-1a74-4db7-93da-ec2ecff50686} <Debug> TCPHandler: Processed in 0.003089434 sec. | ||
| 12983 | 2024.11.13 20:56:14.333518 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12984 | 2024.11.13 20:56:14.333656 [ 277 ] {2a4ab5ad-0dda-4b54-bd06-40f83e6a8aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12985 | 2024.11.13 20:56:14.333715 [ 277 ] {2a4ab5ad-0dda-4b54-bd06-40f83e6a8aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12986 | 2024.11.13 20:56:14.334303 [ 277 ] {2a4ab5ad-0dda-4b54-bd06-40f83e6a8aca} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12987 | 2024.11.13 20:56:14.334350 [ 277 ] {2a4ab5ad-0dda-4b54-bd06-40f83e6a8aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12988 | 2024.11.13 20:56:14.334803 [ 277 ] {2a4ab5ad-0dda-4b54-bd06-40f83e6a8aca} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12989 | 2024.11.13 20:56:14.335056 [ 277 ] {2a4ab5ad-0dda-4b54-bd06-40f83e6a8aca} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12990 | 2024.11.13 20:56:14.335324 [ 277 ] {2a4ab5ad-0dda-4b54-bd06-40f83e6a8aca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001687 sec., 48606.99466508596 rows/sec., 3.09 MiB/sec. | ||
| 12991 | 2024.11.13 20:56:14.335380 [ 277 ] {2a4ab5ad-0dda-4b54-bd06-40f83e6a8aca} <Debug> TCPHandler: Processed in 0.001930794 sec. | ||
| 12992 | 2024.11.13 20:56:16.222932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1884 | ||
| 12993 | 2024.11.13 20:56:16.226493 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12994 | 2024.11.13 20:56:16.226552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 12995 | 2024.11.13 20:56:16.228035 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12996 | 2024.11.13 20:56:16.228355 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12997 | 2024.11.13 20:56:16.229010 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1884 | ||
| 12998 | 2024.11.13 20:56:16.524666 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12999 | 2024.11.13 20:56:16.854361 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13000 | 2024.11.13 20:56:17.259876 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13001 | 2024.11.13 20:56:17.401764 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50600, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13002 | 2024.11.13 20:56:17.401822 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42603, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13003 | 2024.11.13 20:56:17.431198 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13004 | 2024.11.13 20:56:17.463551 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13005 | 2024.11.13 20:56:17.474821 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13006 | 2024.11.13 20:56:17.479150 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34209, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13007 | 2024.11.13 20:56:17.522012 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13008 | 2024.11.13 20:56:17.591061 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61013, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13009 | 2024.11.13 20:56:17.634462 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13010 | 2024.11.13 20:56:17.696142 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13011 | 2024.11.13 20:56:17.725913 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13012 | 2024.11.13 20:56:17.742425 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13013 | 2024.11.13 20:56:17.750762 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13014 | 2024.11.13 20:56:18.813963 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13015 | 2024.11.13 20:56:19.306070 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13016 | 2024.11.13 20:56:19.306282 [ 277 ] {fb3c7b28-597a-459e-aa67-0d33390e28ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13017 | 2024.11.13 20:56:19.306367 [ 277 ] {fb3c7b28-597a-459e-aa67-0d33390e28ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13018 | 2024.11.13 20:56:19.307171 [ 277 ] {fb3c7b28-597a-459e-aa67-0d33390e28ca} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13019 | 2024.11.13 20:56:19.307233 [ 277 ] {fb3c7b28-597a-459e-aa67-0d33390e28ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13020 | 2024.11.13 20:56:19.307717 [ 277 ] {fb3c7b28-597a-459e-aa67-0d33390e28ca} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 13021 | 2024.11.13 20:56:19.307992 [ 277 ] {fb3c7b28-597a-459e-aa67-0d33390e28ca} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13022 | 2024.11.13 20:56:19.308277 [ 277 ] {fb3c7b28-597a-459e-aa67-0d33390e28ca} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00205 sec., 975.6097560975609 rows/sec., 79.55 KiB/sec. | ||
| 13023 | 2024.11.13 20:56:19.308353 [ 277 ] {fb3c7b28-597a-459e-aa67-0d33390e28ca} <Debug> TCPHandler: Processed in 0.002433752 sec. | ||
| 13024 | 2024.11.13 20:56:19.308740 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13025 | 2024.11.13 20:56:19.308997 [ 274 ] {bcfc94d6-1f9b-44b0-87a0-b8c68ff1cc71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13026 | 2024.11.13 20:56:19.309100 [ 274 ] {bcfc94d6-1f9b-44b0-87a0-b8c68ff1cc71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13027 | 2024.11.13 20:56:19.310151 [ 274 ] {bcfc94d6-1f9b-44b0-87a0-b8c68ff1cc71} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13028 | 2024.11.13 20:56:19.310214 [ 274 ] {bcfc94d6-1f9b-44b0-87a0-b8c68ff1cc71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13029 | 2024.11.13 20:56:19.310847 [ 274 ] {bcfc94d6-1f9b-44b0-87a0-b8c68ff1cc71} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13030 | 2024.11.13 20:56:19.311196 [ 274 ] {bcfc94d6-1f9b-44b0-87a0-b8c68ff1cc71} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13031 | 2024.11.13 20:56:19.311417 [ 274 ] {bcfc94d6-1f9b-44b0-87a0-b8c68ff1cc71} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00249 sec., 22891.56626506024 rows/sec., 1.75 MiB/sec. | ||
| 13032 | 2024.11.13 20:56:19.311495 [ 274 ] {bcfc94d6-1f9b-44b0-87a0-b8c68ff1cc71} <Debug> TCPHandler: Processed in 0.002964432 sec. | ||
| 13033 | 2024.11.13 20:56:19.311714 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13034 | 2024.11.13 20:56:19.311865 [ 277 ] {3e80917b-3409-4632-960b-49871d7fdf55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13035 | 2024.11.13 20:56:19.311922 [ 277 ] {3e80917b-3409-4632-960b-49871d7fdf55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13036 | 2024.11.13 20:56:19.312545 [ 277 ] {3e80917b-3409-4632-960b-49871d7fdf55} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13037 | 2024.11.13 20:56:19.312589 [ 277 ] {3e80917b-3409-4632-960b-49871d7fdf55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13038 | 2024.11.13 20:56:19.312987 [ 277 ] {3e80917b-3409-4632-960b-49871d7fdf55} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13039 | 2024.11.13 20:56:19.313242 [ 277 ] {3e80917b-3409-4632-960b-49871d7fdf55} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13040 | 2024.11.13 20:56:19.313440 [ 97 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13041 | 2024.11.13 20:56:19.313509 [ 97 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13042 | 2024.11.13 20:56:19.313537 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13043 | 2024.11.13 20:56:19.313573 [ 277 ] {3e80917b-3409-4632-960b-49871d7fdf55} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001722 sec., 1161.4401858304298 rows/sec., 81.10 KiB/sec. | ||
| 13044 | 2024.11.13 20:56:19.313905 [ 277 ] {3e80917b-3409-4632-960b-49871d7fdf55} <Debug> TCPHandler: Processed in 0.00226536 sec. | ||
| 13045 | 2024.11.13 20:56:19.313909 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 13046 | 2024.11.13 20:56:19.314225 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13047 | 2024.11.13 20:56:19.314444 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13048 | 2024.11.13 20:56:19.314587 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 67 rows starting from the beginning of the part | ||
| 13049 | 2024.11.13 20:56:19.314754 [ 274 ] {44a46a36-c488-4030-8636-31755d5d56c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13050 | 2024.11.13 20:56:19.315066 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 10 rows starting from the beginning of the part | ||
| 13051 | 2024.11.13 20:56:19.315136 [ 274 ] {44a46a36-c488-4030-8636-31755d5d56c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13052 | 2024.11.13 20:56:19.315615 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 49 rows starting from the beginning of the part | ||
| 13053 | 2024.11.13 20:56:19.316113 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 2 rows starting from the beginning of the part | ||
| 13054 | 2024.11.13 20:56:19.316777 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 49 rows starting from the beginning of the part | ||
| 13055 | 2024.11.13 20:56:19.317419 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 2 rows starting from the beginning of the part | ||
| 13056 | 2024.11.13 20:56:19.318394 [ 274 ] {44a46a36-c488-4030-8636-31755d5d56c1} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13057 | 2024.11.13 20:56:19.318456 [ 274 ] {44a46a36-c488-4030-8636-31755d5d56c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13058 | 2024.11.13 20:56:19.319350 [ 274 ] {44a46a36-c488-4030-8636-31755d5d56c1} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13059 | 2024.11.13 20:56:19.319835 [ 274 ] {44a46a36-c488-4030-8636-31755d5d56c1} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13060 | 2024.11.13 20:56:19.320329 [ 274 ] {44a46a36-c488-4030-8636-31755d5d56c1} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005767 sec., 11444.42517773539 rows/sec., 915.26 KiB/sec. | ||
| 13061 | 2024.11.13 20:56:19.320500 [ 274 ] {44a46a36-c488-4030-8636-31755d5d56c1} <Debug> TCPHandler: Processed in 0.006453903 sec. | ||
| 13062 | 2024.11.13 20:56:19.320802 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13063 | 2024.11.13 20:56:19.321121 [ 277 ] {e1551b0d-c573-4c51-b210-8d855ebc2d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13064 | 2024.11.13 20:56:19.321128 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.007475251 sec., 23945.684231873955 rows/sec., 1.80 MiB/sec. | ||
| 13065 | 2024.11.13 20:56:19.321213 [ 277 ] {e1551b0d-c573-4c51-b210-8d855ebc2d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13066 | 2024.11.13 20:56:19.321430 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13067 | 2024.11.13 20:56:19.322238 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_81_16} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13068 | 2024.11.13 20:56:19.322508 [ 190 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_81_16} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13069 | 2024.11.13 20:56:19.322663 [ 277 ] {e1551b0d-c573-4c51-b210-8d855ebc2d41} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13070 | 2024.11.13 20:56:19.322694 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13071 | 2024.11.13 20:56:19.322730 [ 277 ] {e1551b0d-c573-4c51-b210-8d855ebc2d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13072 | 2024.11.13 20:56:19.323244 [ 277 ] {e1551b0d-c573-4c51-b210-8d855ebc2d41} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13073 | 2024.11.13 20:56:19.323540 [ 277 ] {e1551b0d-c573-4c51-b210-8d855ebc2d41} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13074 | 2024.11.13 20:56:19.323801 [ 277 ] {e1551b0d-c573-4c51-b210-8d855ebc2d41} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002752 sec., 58502.90697674418 rows/sec., 4.07 MiB/sec. | ||
| 13075 | 2024.11.13 20:56:19.323937 [ 277 ] {e1551b0d-c573-4c51-b210-8d855ebc2d41} <Debug> TCPHandler: Processed in 0.003269407 sec. | ||
| 13076 | 2024.11.13 20:56:19.324193 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13077 | 2024.11.13 20:56:19.324342 [ 274 ] {b443e7b3-bdf4-4e3f-a79e-1ffa55b8b4cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13078 | 2024.11.13 20:56:19.324410 [ 274 ] {b443e7b3-bdf4-4e3f-a79e-1ffa55b8b4cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13079 | 2024.11.13 20:56:19.325061 [ 274 ] {b443e7b3-bdf4-4e3f-a79e-1ffa55b8b4cd} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13080 | 2024.11.13 20:56:19.325105 [ 274 ] {b443e7b3-bdf4-4e3f-a79e-1ffa55b8b4cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13081 | 2024.11.13 20:56:19.325594 [ 274 ] {b443e7b3-bdf4-4e3f-a79e-1ffa55b8b4cd} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13082 | 2024.11.13 20:56:19.325902 [ 274 ] {b443e7b3-bdf4-4e3f-a79e-1ffa55b8b4cd} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13083 | 2024.11.13 20:56:19.326137 [ 274 ] {b443e7b3-bdf4-4e3f-a79e-1ffa55b8b4cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001824 sec., 32894.73684210526 rows/sec., 2.22 MiB/sec. | ||
| 13084 | 2024.11.13 20:56:19.326248 [ 274 ] {b443e7b3-bdf4-4e3f-a79e-1ffa55b8b4cd} <Debug> TCPHandler: Processed in 0.002153468 sec. | ||
| 13085 | 2024.11.13 20:56:19.367531 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50068, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13086 | 2024.11.13 20:56:19.446633 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13087 | 2024.11.13 20:56:19.476391 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13088 | 2024.11.13 20:56:19.497564 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13089 | 2024.11.13 20:56:19.704144 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13090 | 2024.11.13 20:56:19.732372 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13091 | 2024.11.13 20:56:19.747710 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13092 | 2024.11.13 20:56:24.302959 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13093 | 2024.11.13 20:56:24.303182 [ 277 ] {06282364-a91d-4137-859c-b0656b9b9716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13094 | 2024.11.13 20:56:24.303263 [ 277 ] {06282364-a91d-4137-859c-b0656b9b9716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13095 | 2024.11.13 20:56:24.304126 [ 277 ] {06282364-a91d-4137-859c-b0656b9b9716} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13096 | 2024.11.13 20:56:24.304175 [ 277 ] {06282364-a91d-4137-859c-b0656b9b9716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13097 | 2024.11.13 20:56:24.304598 [ 277 ] {06282364-a91d-4137-859c-b0656b9b9716} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13098 | 2024.11.13 20:56:24.304859 [ 277 ] {06282364-a91d-4137-859c-b0656b9b9716} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13099 | 2024.11.13 20:56:24.305080 [ 92 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13100 | 2024.11.13 20:56:24.305119 [ 277 ] {06282364-a91d-4137-859c-b0656b9b9716} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001991 sec., 28126.56956303365 rows/sec., 2.15 MiB/sec. | ||
| 13101 | 2024.11.13 20:56:24.305175 [ 92 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13102 | 2024.11.13 20:56:24.305239 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13103 | 2024.11.13 20:56:24.305269 [ 277 ] {06282364-a91d-4137-859c-b0656b9b9716} <Debug> TCPHandler: Processed in 0.002438063 sec. | ||
| 13104 | 2024.11.13 20:56:24.305589 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 13105 | 2024.11.13 20:56:24.305627 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13106 | 2024.11.13 20:56:24.306121 [ 274 ] {a9c04660-666d-44a4-85cb-95fcf5196e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13107 | 2024.11.13 20:56:24.306177 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13108 | 2024.11.13 20:56:24.306309 [ 274 ] {a9c04660-666d-44a4-85cb-95fcf5196e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13109 | 2024.11.13 20:56:24.306340 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1437 rows starting from the beginning of the part | ||
| 13110 | 2024.11.13 20:56:24.306871 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 57 rows starting from the beginning of the part | ||
| 13111 | 2024.11.13 20:56:24.307544 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 56 rows starting from the beginning of the part | ||
| 13112 | 2024.11.13 20:56:24.307980 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 287 rows starting from the beginning of the part | ||
| 13113 | 2024.11.13 20:56:24.308643 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 57 rows starting from the beginning of the part | ||
| 13114 | 2024.11.13 20:56:24.309181 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part | ||
| 13115 | 2024.11.13 20:56:24.310720 [ 274 ] {a9c04660-666d-44a4-85cb-95fcf5196e85} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13116 | 2024.11.13 20:56:24.310806 [ 274 ] {a9c04660-666d-44a4-85cb-95fcf5196e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13117 | 2024.11.13 20:56:24.311908 [ 274 ] {a9c04660-666d-44a4-85cb-95fcf5196e85} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13118 | 2024.11.13 20:56:24.312493 [ 274 ] {a9c04660-666d-44a4-85cb-95fcf5196e85} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13119 | 2024.11.13 20:56:24.312529 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.007198776 sec., 270879.3828284142 rows/sec., 23.60 MiB/sec. | ||
| 13120 | 2024.11.13 20:56:24.312720 [ 92 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13121 | 2024.11.13 20:56:24.312808 [ 92 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13122 | 2024.11.13 20:56:24.312868 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13123 | 2024.11.13 20:56:24.312874 [ 274 ] {a9c04660-666d-44a4-85cb-95fcf5196e85} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006908 sec., 9264.620729588882 rows/sec., 740.48 KiB/sec. | ||
| 13124 | 2024.11.13 20:56:24.312895 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13125 | 2024.11.13 20:56:24.313330 [ 274 ] {a9c04660-666d-44a4-85cb-95fcf5196e85} <Debug> TCPHandler: Processed in 0.007920819 sec. | ||
| 13126 | 2024.11.13 20:56:24.313440 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 13127 | 2024.11.13 20:56:24.313610 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13128 | 2024.11.13 20:56:24.313726 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13129 | 2024.11.13 20:56:24.313826 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 916 rows starting from the beginning of the part | ||
| 13130 | 2024.11.13 20:56:24.313853 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_121_24} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13131 | 2024.11.13 20:56:24.313879 [ 277 ] {1d069de6-bb3c-4753-8b98-f35cd0b11cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13132 | 2024.11.13 20:56:24.314132 [ 277 ] {1d069de6-bb3c-4753-8b98-f35cd0b11cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13133 | 2024.11.13 20:56:24.314229 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 66 rows starting from the beginning of the part | ||
| 13134 | 2024.11.13 20:56:24.314298 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_121_24} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13135 | 2024.11.13 20:56:24.314766 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 13136 | 2024.11.13 20:56:24.314873 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part | ||
| 13137 | 2024.11.13 20:56:24.315199 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 424 rows starting from the beginning of the part | ||
| 13138 | 2024.11.13 20:56:24.315638 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 66 rows starting from the beginning of the part | ||
| 13139 | 2024.11.13 20:56:24.315961 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part | ||
| 13140 | 2024.11.13 20:56:24.316883 [ 277 ] {1d069de6-bb3c-4753-8b98-f35cd0b11cb9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13141 | 2024.11.13 20:56:24.316930 [ 277 ] {1d069de6-bb3c-4753-8b98-f35cd0b11cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13142 | 2024.11.13 20:56:24.317540 [ 277 ] {1d069de6-bb3c-4753-8b98-f35cd0b11cb9} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13143 | 2024.11.13 20:56:24.317813 [ 277 ] {1d069de6-bb3c-4753-8b98-f35cd0b11cb9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13144 | 2024.11.13 20:56:24.318117 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.005074789 sec., 315284.0443218428 rows/sec., 24.31 MiB/sec. | ||
| 13145 | 2024.11.13 20:56:24.318185 [ 277 ] {1d069de6-bb3c-4753-8b98-f35cd0b11cb9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004412 sec., 36264.73254759746 rows/sec., 2.53 MiB/sec. | ||
| 13146 | 2024.11.13 20:56:24.318284 [ 277 ] {1d069de6-bb3c-4753-8b98-f35cd0b11cb9} <Debug> TCPHandler: Processed in 0.004828365 sec. | ||
| 13147 | 2024.11.13 20:56:24.318451 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13148 | 2024.11.13 20:56:24.318471 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13149 | 2024.11.13 20:56:24.318659 [ 274 ] {0056257e-cfe0-4b91-b485-9139b08c14ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13150 | 2024.11.13 20:56:24.318756 [ 274 ] {0056257e-cfe0-4b91-b485-9139b08c14ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13151 | 2024.11.13 20:56:24.319181 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_121_24} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13152 | 2024.11.13 20:56:24.319377 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_121_24} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13153 | 2024.11.13 20:56:24.319539 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 13154 | 2024.11.13 20:56:24.319784 [ 274 ] {0056257e-cfe0-4b91-b485-9139b08c14ef} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13155 | 2024.11.13 20:56:24.319830 [ 274 ] {0056257e-cfe0-4b91-b485-9139b08c14ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13156 | 2024.11.13 20:56:24.320229 [ 274 ] {0056257e-cfe0-4b91-b485-9139b08c14ef} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13157 | 2024.11.13 20:56:24.320487 [ 274 ] {0056257e-cfe0-4b91-b485-9139b08c14ef} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13158 | 2024.11.13 20:56:24.320728 [ 274 ] {0056257e-cfe0-4b91-b485-9139b08c14ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002114 sec., 28382.21381267739 rows/sec., 1.91 MiB/sec. | ||
| 13159 | 2024.11.13 20:56:24.320840 [ 274 ] {0056257e-cfe0-4b91-b485-9139b08c14ef} <Debug> TCPHandler: Processed in 0.002450293 sec. | ||
| 13160 | 2024.11.13 20:56:25.581597 [ 225 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 13161 | 2024.11.13 20:56:25.581647 [ 225 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 13162 | 2024.11.13 20:56:25.583523 [ 225 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 13163 | 2024.11.13 20:56:25.809398 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13164 | 2024.11.13 20:56:25.809451 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13165 | 2024.11.13 20:56:26.229268 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1904 | ||
| 13166 | 2024.11.13 20:56:26.232562 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13167 | 2024.11.13 20:56:26.232618 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13168 | 2024.11.13 20:56:26.234101 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13169 | 2024.11.13 20:56:26.234430 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13170 | 2024.11.13 20:56:26.235104 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1904 | ||
| 13171 | 2024.11.13 20:56:29.308379 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13172 | 2024.11.13 20:56:29.308607 [ 277 ] {8ccc4594-4bd2-40f8-80b8-880ac0607633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13173 | 2024.11.13 20:56:29.308686 [ 277 ] {8ccc4594-4bd2-40f8-80b8-880ac0607633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13174 | 2024.11.13 20:56:29.309446 [ 277 ] {8ccc4594-4bd2-40f8-80b8-880ac0607633} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13175 | 2024.11.13 20:56:29.309496 [ 277 ] {8ccc4594-4bd2-40f8-80b8-880ac0607633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13176 | 2024.11.13 20:56:29.309926 [ 277 ] {8ccc4594-4bd2-40f8-80b8-880ac0607633} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13177 | 2024.11.13 20:56:29.310183 [ 277 ] {8ccc4594-4bd2-40f8-80b8-880ac0607633} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13178 | 2024.11.13 20:56:29.310434 [ 277 ] {8ccc4594-4bd2-40f8-80b8-880ac0607633} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00188 sec., 7446.808510638298 rows/sec., 536.07 KiB/sec. | ||
| 13179 | 2024.11.13 20:56:29.310554 [ 277 ] {8ccc4594-4bd2-40f8-80b8-880ac0607633} <Debug> TCPHandler: Processed in 0.002311371 sec. | ||
| 13180 | 2024.11.13 20:56:29.310844 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13181 | 2024.11.13 20:56:29.311064 [ 274 ] {944f8e2d-0f98-45be-9cf2-6c8aa55006a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13182 | 2024.11.13 20:56:29.311144 [ 274 ] {944f8e2d-0f98-45be-9cf2-6c8aa55006a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13183 | 2024.11.13 20:56:29.311997 [ 274 ] {944f8e2d-0f98-45be-9cf2-6c8aa55006a5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13184 | 2024.11.13 20:56:29.312039 [ 274 ] {944f8e2d-0f98-45be-9cf2-6c8aa55006a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13185 | 2024.11.13 20:56:29.312493 [ 274 ] {944f8e2d-0f98-45be-9cf2-6c8aa55006a5} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13186 | 2024.11.13 20:56:29.312749 [ 274 ] {944f8e2d-0f98-45be-9cf2-6c8aa55006a5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13187 | 2024.11.13 20:56:29.312960 [ 274 ] {944f8e2d-0f98-45be-9cf2-6c8aa55006a5} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.001954 sec., 146878.19856704195 rows/sec., 12.96 MiB/sec. | ||
| 13188 | 2024.11.13 20:56:29.313015 [ 219 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 13189 | 2024.11.13 20:56:29.313059 [ 274 ] {944f8e2d-0f98-45be-9cf2-6c8aa55006a5} <Debug> TCPHandler: Processed in 0.002386852 sec. | ||
| 13190 | 2024.11.13 20:56:29.313075 [ 219 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 13191 | 2024.11.13 20:56:29.313251 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13192 | 2024.11.13 20:56:29.313395 [ 277 ] {8bec1f5e-8a20-4dc1-b8dd-05554f044cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13193 | 2024.11.13 20:56:29.313458 [ 277 ] {8bec1f5e-8a20-4dc1-b8dd-05554f044cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13194 | 2024.11.13 20:56:29.314441 [ 277 ] {8bec1f5e-8a20-4dc1-b8dd-05554f044cf2} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13195 | 2024.11.13 20:56:29.314483 [ 277 ] {8bec1f5e-8a20-4dc1-b8dd-05554f044cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13196 | 2024.11.13 20:56:29.314920 [ 277 ] {8bec1f5e-8a20-4dc1-b8dd-05554f044cf2} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13197 | 2024.11.13 20:56:29.315221 [ 277 ] {8bec1f5e-8a20-4dc1-b8dd-05554f044cf2} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13198 | 2024.11.13 20:56:29.315653 [ 277 ] {8bec1f5e-8a20-4dc1-b8dd-05554f044cf2} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.002267 sec., 21614.46846052051 rows/sec., 1.56 MiB/sec. | ||
| 13199 | 2024.11.13 20:56:29.315707 [ 277 ] {8bec1f5e-8a20-4dc1-b8dd-05554f044cf2} <Debug> TCPHandler: Processed in 0.002556405 sec. | ||
| 13200 | 2024.11.13 20:56:29.316050 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13201 | 2024.11.13 20:56:29.316268 [ 219 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 13202 | 2024.11.13 20:56:29.316589 [ 274 ] {82d2de75-4e15-4e3c-b40d-a0ca950cfe2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13203 | 2024.11.13 20:56:29.316817 [ 274 ] {82d2de75-4e15-4e3c-b40d-a0ca950cfe2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13204 | 2024.11.13 20:56:29.320175 [ 274 ] {82d2de75-4e15-4e3c-b40d-a0ca950cfe2e} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13205 | 2024.11.13 20:56:29.320216 [ 274 ] {82d2de75-4e15-4e3c-b40d-a0ca950cfe2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13206 | 2024.11.13 20:56:29.320576 [ 274 ] {82d2de75-4e15-4e3c-b40d-a0ca950cfe2e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13207 | 2024.11.13 20:56:29.320816 [ 274 ] {82d2de75-4e15-4e3c-b40d-a0ca950cfe2e} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13208 | 2024.11.13 20:56:29.321042 [ 274 ] {82d2de75-4e15-4e3c-b40d-a0ca950cfe2e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004713 sec., 2970.5071079991512 rows/sec., 208.03 KiB/sec. | ||
| 13209 | 2024.11.13 20:56:29.321174 [ 274 ] {82d2de75-4e15-4e3c-b40d-a0ca950cfe2e} <Debug> TCPHandler: Processed in 0.005343514 sec. | ||
| 13210 | 2024.11.13 20:56:29.321346 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13211 | 2024.11.13 20:56:29.321463 [ 277 ] {267929d8-79ae-4574-b286-bce0cffa603f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13212 | 2024.11.13 20:56:29.321512 [ 277 ] {267929d8-79ae-4574-b286-bce0cffa603f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13213 | 2024.11.13 20:56:29.322100 [ 277 ] {267929d8-79ae-4574-b286-bce0cffa603f} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13214 | 2024.11.13 20:56:29.322138 [ 277 ] {267929d8-79ae-4574-b286-bce0cffa603f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13215 | 2024.11.13 20:56:29.322489 [ 277 ] {267929d8-79ae-4574-b286-bce0cffa603f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13216 | 2024.11.13 20:56:29.322723 [ 277 ] {267929d8-79ae-4574-b286-bce0cffa603f} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13217 | 2024.11.13 20:56:29.322928 [ 277 ] {267929d8-79ae-4574-b286-bce0cffa603f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001488 sec., 8736.559139784946 rows/sec., 544.72 KiB/sec. | ||
| 13218 | 2024.11.13 20:56:29.322979 [ 277 ] {267929d8-79ae-4574-b286-bce0cffa603f} <Debug> TCPHandler: Processed in 0.001690469 sec. | ||
| 13219 | 2024.11.13 20:56:29.323127 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13220 | 2024.11.13 20:56:29.323256 [ 274 ] {6ae9d7a9-9b80-48d7-80d5-1864aa57308b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13221 | 2024.11.13 20:56:29.323313 [ 274 ] {6ae9d7a9-9b80-48d7-80d5-1864aa57308b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13222 | 2024.11.13 20:56:29.324225 [ 274 ] {6ae9d7a9-9b80-48d7-80d5-1864aa57308b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13223 | 2024.11.13 20:56:29.324265 [ 274 ] {6ae9d7a9-9b80-48d7-80d5-1864aa57308b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13224 | 2024.11.13 20:56:29.324644 [ 274 ] {6ae9d7a9-9b80-48d7-80d5-1864aa57308b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13225 | 2024.11.13 20:56:29.324899 [ 274 ] {6ae9d7a9-9b80-48d7-80d5-1864aa57308b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13226 | 2024.11.13 20:56:29.325115 [ 274 ] {6ae9d7a9-9b80-48d7-80d5-1864aa57308b} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001889 sec., 224457.38485971413 rows/sec., 16.05 MiB/sec. | ||
| 13227 | 2024.11.13 20:56:29.325165 [ 225 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 13228 | 2024.11.13 20:56:29.325177 [ 274 ] {6ae9d7a9-9b80-48d7-80d5-1864aa57308b} <Debug> TCPHandler: Processed in 0.002105697 sec. | ||
| 13229 | 2024.11.13 20:56:29.325208 [ 225 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 13230 | 2024.11.13 20:56:29.325358 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13231 | 2024.11.13 20:56:29.325476 [ 277 ] {c1e9d32e-a5c8-41af-8789-b1e71a7cc914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13232 | 2024.11.13 20:56:29.325551 [ 277 ] {c1e9d32e-a5c8-41af-8789-b1e71a7cc914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13233 | 2024.11.13 20:56:29.326774 [ 277 ] {c1e9d32e-a5c8-41af-8789-b1e71a7cc914} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13234 | 2024.11.13 20:56:29.326814 [ 277 ] {c1e9d32e-a5c8-41af-8789-b1e71a7cc914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13235 | 2024.11.13 20:56:29.327490 [ 277 ] {c1e9d32e-a5c8-41af-8789-b1e71a7cc914} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13236 | 2024.11.13 20:56:29.327733 [ 277 ] {c1e9d32e-a5c8-41af-8789-b1e71a7cc914} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13237 | 2024.11.13 20:56:29.328039 [ 277 ] {c1e9d32e-a5c8-41af-8789-b1e71a7cc914} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002585 sec., 2321.0831721470017 rows/sec., 121.27 KiB/sec. | ||
| 13238 | 2024.11.13 20:56:29.328184 [ 277 ] {c1e9d32e-a5c8-41af-8789-b1e71a7cc914} <Debug> TCPHandler: Processed in 0.00287697 sec. | ||
| 13239 | 2024.11.13 20:56:29.328366 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13240 | 2024.11.13 20:56:29.328493 [ 274 ] {5b0cff46-5e07-4ff7-bce5-a46003521aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13241 | 2024.11.13 20:56:29.328564 [ 274 ] {5b0cff46-5e07-4ff7-bce5-a46003521aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13242 | 2024.11.13 20:56:29.328980 [ 225 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 13243 | 2024.11.13 20:56:29.329590 [ 274 ] {5b0cff46-5e07-4ff7-bce5-a46003521aa9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13244 | 2024.11.13 20:56:29.329637 [ 274 ] {5b0cff46-5e07-4ff7-bce5-a46003521aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13245 | 2024.11.13 20:56:29.330054 [ 274 ] {5b0cff46-5e07-4ff7-bce5-a46003521aa9} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13246 | 2024.11.13 20:56:29.330300 [ 274 ] {5b0cff46-5e07-4ff7-bce5-a46003521aa9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13247 | 2024.11.13 20:56:29.330472 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13248 | 2024.11.13 20:56:29.330541 [ 274 ] {5b0cff46-5e07-4ff7-bce5-a46003521aa9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002076 sec., 114161.84971098266 rows/sec., 7.65 MiB/sec. | ||
| 13249 | 2024.11.13 20:56:29.330563 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13250 | 2024.11.13 20:56:29.330635 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13251 | 2024.11.13 20:56:29.330674 [ 274 ] {5b0cff46-5e07-4ff7-bce5-a46003521aa9} <Debug> TCPHandler: Processed in 0.002388782 sec. | ||
| 13252 | 2024.11.13 20:56:29.330967 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13253 | 2024.11.13 20:56:29.331060 [ 186 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 13254 | 2024.11.13 20:56:29.331366 [ 277 ] {42505cc7-ee3d-4e40-84cb-eb95f7ae8121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13255 | 2024.11.13 20:56:29.331617 [ 277 ] {42505cc7-ee3d-4e40-84cb-eb95f7ae8121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13256 | 2024.11.13 20:56:29.331665 [ 186 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13257 | 2024.11.13 20:56:29.331821 [ 186 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_116_23, total 20782 rows starting from the beginning of the part | ||
| 13258 | 2024.11.13 20:56:29.332416 [ 186 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 13259 | 2024.11.13 20:56:29.333124 [ 186 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 13260 | 2024.11.13 20:56:29.333742 [ 186 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 161 rows starting from the beginning of the part | ||
| 13261 | 2024.11.13 20:56:29.334084 [ 186 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 13262 | 2024.11.13 20:56:29.334380 [ 186 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 13263 | 2024.11.13 20:56:29.335088 [ 277 ] {42505cc7-ee3d-4e40-84cb-eb95f7ae8121} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13264 | 2024.11.13 20:56:29.335145 [ 277 ] {42505cc7-ee3d-4e40-84cb-eb95f7ae8121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13265 | 2024.11.13 20:56:29.335795 [ 277 ] {42505cc7-ee3d-4e40-84cb-eb95f7ae8121} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13266 | 2024.11.13 20:56:29.336101 [ 277 ] {42505cc7-ee3d-4e40-84cb-eb95f7ae8121} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13267 | 2024.11.13 20:56:29.336509 [ 277 ] {42505cc7-ee3d-4e40-84cb-eb95f7ae8121} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005279 sec., 189.42981625307823 rows/sec., 12.76 KiB/sec. | ||
| 13268 | 2024.11.13 20:56:29.336721 [ 277 ] {42505cc7-ee3d-4e40-84cb-eb95f7ae8121} <Debug> TCPHandler: Processed in 0.005918073 sec. | ||
| 13269 | 2024.11.13 20:56:29.337201 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13270 | 2024.11.13 20:56:29.337765 [ 274 ] {0b8650a1-e6da-474f-8254-54e1ea9c70b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13271 | 2024.11.13 20:56:29.338153 [ 274 ] {0b8650a1-e6da-474f-8254-54e1ea9c70b7} <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 | ||
| 13272 | 2024.11.13 20:56:29.340248 [ 274 ] {0b8650a1-e6da-474f-8254-54e1ea9c70b7} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13273 | 2024.11.13 20:56:29.340288 [ 274 ] {0b8650a1-e6da-474f-8254-54e1ea9c70b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13274 | 2024.11.13 20:56:29.340977 [ 274 ] {0b8650a1-e6da-474f-8254-54e1ea9c70b7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13275 | 2024.11.13 20:56:29.341233 [ 274 ] {0b8650a1-e6da-474f-8254-54e1ea9c70b7} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13276 | 2024.11.13 20:56:29.341427 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13277 | 2024.11.13 20:56:29.341499 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13278 | 2024.11.13 20:56:29.341510 [ 274 ] {0b8650a1-e6da-474f-8254-54e1ea9c70b7} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003966 sec., 10590.01512859304 rows/sec., 18.98 MiB/sec. | ||
| 13279 | 2024.11.13 20:56:29.341539 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13280 | 2024.11.13 20:56:29.342021 [ 194 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::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 | ||
| 13281 | 2024.11.13 20:56:29.342120 [ 274 ] {0b8650a1-e6da-474f-8254-54e1ea9c70b7} <Debug> TCPHandler: Processed in 0.005212422 sec. | ||
| 13282 | 2024.11.13 20:56:29.342473 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13283 | 2024.11.13 20:56:29.342965 [ 277 ] {47b7febb-2957-4a8f-a1b3-674d6516f34b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13284 | 2024.11.13 20:56:29.343083 [ 277 ] {47b7febb-2957-4a8f-a1b3-674d6516f34b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13285 | 2024.11.13 20:56:29.343459 [ 194 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13286 | 2024.11.13 20:56:29.343697 [ 194 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1533 rows starting from the beginning of the part | ||
| 13287 | 2024.11.13 20:56:29.344376 [ 194 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 42 rows starting from the beginning of the part | ||
| 13288 | 2024.11.13 20:56:29.345127 [ 277 ] {47b7febb-2957-4a8f-a1b3-674d6516f34b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13289 | 2024.11.13 20:56:29.345161 [ 194 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 42 rows starting from the beginning of the part | ||
| 13290 | 2024.11.13 20:56:29.345201 [ 277 ] {47b7febb-2957-4a8f-a1b3-674d6516f34b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13291 | 2024.11.13 20:56:29.345735 [ 194 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 42 rows starting from the beginning of the part | ||
| 13292 | 2024.11.13 20:56:29.346361 [ 194 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part | ||
| 13293 | 2024.11.13 20:56:29.346674 [ 277 ] {47b7febb-2957-4a8f-a1b3-674d6516f34b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13294 | 2024.11.13 20:56:29.346893 [ 194 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 42 rows starting from the beginning of the part | ||
| 13295 | 2024.11.13 20:56:29.347587 [ 277 ] {47b7febb-2957-4a8f-a1b3-674d6516f34b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13296 | 2024.11.13 20:56:29.348214 [ 88 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_115_23 to all_120_120_0 | ||
| 13297 | 2024.11.13 20:56:29.348416 [ 277 ] {47b7febb-2957-4a8f-a1b3-674d6516f34b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005541 sec., 14798.772784695904 rows/sec., 962.46 KiB/sec. | ||
| 13298 | 2024.11.13 20:56:29.348445 [ 88 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13299 | 2024.11.13 20:56:29.348589 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13300 | 2024.11.13 20:56:29.348688 [ 277 ] {47b7febb-2957-4a8f-a1b3-674d6516f34b} <Debug> TCPHandler: Processed in 0.006417082 sec. | ||
| 13301 | 2024.11.13 20:56:29.349106 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_115_23 to all_120_120_0 into Compact with storage Full | ||
| 13302 | 2024.11.13 20:56:29.349605 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13303 | 2024.11.13 20:56:29.349690 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_115_23, total 6974 rows starting from the beginning of the part | ||
| 13304 | 2024.11.13 20:56:29.350093 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 13305 | 2024.11.13 20:56:29.350348 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 13306 | 2024.11.13 20:56:29.350472 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 13307 | 2024.11.13 20:56:29.350533 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
| 13308 | 2024.11.13 20:56:29.350785 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 82 rows starting from the beginning of the part | ||
| 13309 | 2024.11.13 20:56:29.351965 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21737 rows, containing 5 columns (5 merged, 0 gathered) in 0.021181431 sec., 1026229.0588393201 rows/sec., 70.01 MiB/sec. | ||
| 13310 | 2024.11.13 20:56:29.352512 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13311 | 2024.11.13 20:56:29.353577 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13312 | 2024.11.13 20:56:29.353910 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13313 | 2024.11.13 20:56:29.354196 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 13314 | 2024.11.13 20:56:29.356443 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7318 rows, containing 4 columns (4 merged, 0 gathered) in 0.007605334 sec., 962219.4107451428 rows/sec., 63.00 MiB/sec. | ||
| 13315 | 2024.11.13 20:56:29.357472 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Trace> MergedBlockOutputStream: filled checksums all_1_120_24 (state Temporary) | ||
| 13316 | 2024.11.13 20:56:29.357825 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_120_24 to all_1_120_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13317 | 2024.11.13 20:56:29.357906 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_120_24} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_115_23, all_120_120_0] -> all_1_120_24 | ||
| 13318 | 2024.11.13 20:56:29.358768 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 13319 | 2024.11.13 20:56:29.362079 [ 187 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1743 rows, containing 19 columns (19 merged, 0 gathered) in 0.020405228 sec., 85419.2856850215 rows/sec., 153.07 MiB/sec. | ||
| 13320 | 2024.11.13 20:56:29.363554 [ 198 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13321 | 2024.11.13 20:56:29.363995 [ 198 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13322 | 2024.11.13 20:56:29.364081 [ 198 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13323 | 2024.11.13 20:56:29.364209 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB. | ||
| 13324 | 2024.11.13 20:56:30.000191 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.55 MiB, peak 202.20 MiB, free memory in arenas 0.00 B, will set to 196.39 MiB (RSS), difference: 5.84 MiB | ||
| 13325 | 2024.11.13 20:56:30.520495 [ 87 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 13326 | 2024.11.13 20:56:30.520556 [ 87 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13327 | 2024.11.13 20:56:30.520579 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13328 | 2024.11.13 20:56:30.520748 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::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 | ||
| 13329 | 2024.11.13 20:56:30.521143 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13330 | 2024.11.13 20:56:30.521212 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 18 rows starting from the beginning of the part | ||
| 13331 | 2024.11.13 20:56:30.521298 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
| 13332 | 2024.11.13 20:56:30.521523 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 10 rows starting from the beginning of the part | ||
| 13333 | 2024.11.13 20:56:30.521747 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
| 13334 | 2024.11.13 20:56:30.521949 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part | ||
| 13335 | 2024.11.13 20:56:30.523100 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002462063 sec., 14621.884167870603 rows/sec., 1.22 MiB/sec. | ||
| 13336 | 2024.11.13 20:56:30.523285 [ 197 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 13337 | 2024.11.13 20:56:30.523640 [ 197 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_37_9} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13338 | 2024.11.13 20:56:30.523731 [ 197 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_37_9} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 13339 | 2024.11.13 20:56:30.523839 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13340 | 2024.11.13 20:56:32.400806 [ 225 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): 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] | ||
| 13341 | 2024.11.13 20:56:32.400862 [ 225 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): 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] | ||
| 13342 | 2024.11.13 20:56:32.402416 [ 225 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): 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] | ||
| 13343 | 2024.11.13 20:56:34.184739 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 13344 | 2024.11.13 20:56:34.184813 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 13345 | 2024.11.13 20:56:34.186688 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 13346 | 2024.11.13 20:56:34.300756 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13347 | 2024.11.13 20:56:34.300952 [ 277 ] {d6a2395a-ed23-4525-a8bf-7a5bb0bfeccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13348 | 2024.11.13 20:56:34.301032 [ 277 ] {d6a2395a-ed23-4525-a8bf-7a5bb0bfeccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13349 | 2024.11.13 20:56:34.301799 [ 277 ] {d6a2395a-ed23-4525-a8bf-7a5bb0bfeccf} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13350 | 2024.11.13 20:56:34.301843 [ 277 ] {d6a2395a-ed23-4525-a8bf-7a5bb0bfeccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13351 | 2024.11.13 20:56:34.302245 [ 277 ] {d6a2395a-ed23-4525-a8bf-7a5bb0bfeccf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 13352 | 2024.11.13 20:56:34.302497 [ 277 ] {d6a2395a-ed23-4525-a8bf-7a5bb0bfeccf} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13353 | 2024.11.13 20:56:34.302715 [ 277 ] {d6a2395a-ed23-4525-a8bf-7a5bb0bfeccf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001819 sec., 2199.010445299615 rows/sec., 179.31 KiB/sec. | ||
| 13354 | 2024.11.13 20:56:34.302772 [ 277 ] {d6a2395a-ed23-4525-a8bf-7a5bb0bfeccf} <Debug> TCPHandler: Processed in 0.002146898 sec. | ||
| 13355 | 2024.11.13 20:56:34.303054 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13356 | 2024.11.13 20:56:34.303270 [ 274 ] {4b12ba02-1a44-4173-a40b-b7e94b1f46cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13357 | 2024.11.13 20:56:34.303349 [ 274 ] {4b12ba02-1a44-4173-a40b-b7e94b1f46cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13358 | 2024.11.13 20:56:34.304122 [ 274 ] {4b12ba02-1a44-4173-a40b-b7e94b1f46cd} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13359 | 2024.11.13 20:56:34.304173 [ 274 ] {4b12ba02-1a44-4173-a40b-b7e94b1f46cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13360 | 2024.11.13 20:56:34.304605 [ 274 ] {4b12ba02-1a44-4173-a40b-b7e94b1f46cd} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13361 | 2024.11.13 20:56:34.304884 [ 274 ] {4b12ba02-1a44-4173-a40b-b7e94b1f46cd} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13362 | 2024.11.13 20:56:34.305154 [ 274 ] {4b12ba02-1a44-4173-a40b-b7e94b1f46cd} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001936 sec., 29958.677685950413 rows/sec., 2.28 MiB/sec. | ||
| 13363 | 2024.11.13 20:56:34.305254 [ 274 ] {4b12ba02-1a44-4173-a40b-b7e94b1f46cd} <Debug> TCPHandler: Processed in 0.00233657 sec. | ||
| 13364 | 2024.11.13 20:56:34.305452 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13365 | 2024.11.13 20:56:34.305604 [ 277 ] {c48da55f-d17d-4f39-919e-784286f1a8bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13366 | 2024.11.13 20:56:34.305661 [ 277 ] {c48da55f-d17d-4f39-919e-784286f1a8bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13367 | 2024.11.13 20:56:34.306336 [ 277 ] {c48da55f-d17d-4f39-919e-784286f1a8bc} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13368 | 2024.11.13 20:56:34.306377 [ 277 ] {c48da55f-d17d-4f39-919e-784286f1a8bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13369 | 2024.11.13 20:56:34.306732 [ 277 ] {c48da55f-d17d-4f39-919e-784286f1a8bc} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13370 | 2024.11.13 20:56:34.306971 [ 277 ] {c48da55f-d17d-4f39-919e-784286f1a8bc} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13371 | 2024.11.13 20:56:34.307166 [ 277 ] {c48da55f-d17d-4f39-919e-784286f1a8bc} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001593 sec., 2510.9855618330193 rows/sec., 175.33 KiB/sec. | ||
| 13372 | 2024.11.13 20:56:34.307216 [ 277 ] {c48da55f-d17d-4f39-919e-784286f1a8bc} <Debug> TCPHandler: Processed in 0.001857153 sec. | ||
| 13373 | 2024.11.13 20:56:34.307374 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13374 | 2024.11.13 20:56:34.307512 [ 274 ] {98d26cad-d70d-4780-879a-1b56b1ae99e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13375 | 2024.11.13 20:56:34.307568 [ 274 ] {98d26cad-d70d-4780-879a-1b56b1ae99e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13376 | 2024.11.13 20:56:34.308300 [ 274 ] {98d26cad-d70d-4780-879a-1b56b1ae99e5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13377 | 2024.11.13 20:56:34.308346 [ 274 ] {98d26cad-d70d-4780-879a-1b56b1ae99e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13378 | 2024.11.13 20:56:34.308721 [ 274 ] {98d26cad-d70d-4780-879a-1b56b1ae99e5} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13379 | 2024.11.13 20:56:34.308959 [ 274 ] {98d26cad-d70d-4780-879a-1b56b1ae99e5} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13380 | 2024.11.13 20:56:34.309158 [ 274 ] {98d26cad-d70d-4780-879a-1b56b1ae99e5} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001676 sec., 40572.792362768494 rows/sec., 3.17 MiB/sec. | ||
| 13381 | 2024.11.13 20:56:34.309208 [ 274 ] {98d26cad-d70d-4780-879a-1b56b1ae99e5} <Debug> TCPHandler: Processed in 0.001898904 sec. | ||
| 13382 | 2024.11.13 20:56:34.309380 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13383 | 2024.11.13 20:56:34.309519 [ 277 ] {4fde81d7-fb23-4d19-9b2f-33540d1d4102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13384 | 2024.11.13 20:56:34.309581 [ 277 ] {4fde81d7-fb23-4d19-9b2f-33540d1d4102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13385 | 2024.11.13 20:56:34.310243 [ 277 ] {4fde81d7-fb23-4d19-9b2f-33540d1d4102} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13386 | 2024.11.13 20:56:34.310288 [ 277 ] {4fde81d7-fb23-4d19-9b2f-33540d1d4102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13387 | 2024.11.13 20:56:34.310678 [ 277 ] {4fde81d7-fb23-4d19-9b2f-33540d1d4102} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13388 | 2024.11.13 20:56:34.310919 [ 277 ] {4fde81d7-fb23-4d19-9b2f-33540d1d4102} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13389 | 2024.11.13 20:56:34.311112 [ 277 ] {4fde81d7-fb23-4d19-9b2f-33540d1d4102} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001624 sec., 80049.26108374384 rows/sec., 5.57 MiB/sec. | ||
| 13390 | 2024.11.13 20:56:34.311162 [ 277 ] {4fde81d7-fb23-4d19-9b2f-33540d1d4102} <Debug> TCPHandler: Processed in 0.001852012 sec. | ||
| 13391 | 2024.11.13 20:56:34.311304 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13392 | 2024.11.13 20:56:34.311440 [ 274 ] {2a75044e-4b51-4c41-bc48-00623879d5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13393 | 2024.11.13 20:56:34.311500 [ 274 ] {2a75044e-4b51-4c41-bc48-00623879d5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13394 | 2024.11.13 20:56:34.312117 [ 274 ] {2a75044e-4b51-4c41-bc48-00623879d5b2} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13395 | 2024.11.13 20:56:34.312163 [ 274 ] {2a75044e-4b51-4c41-bc48-00623879d5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13396 | 2024.11.13 20:56:34.312571 [ 274 ] {2a75044e-4b51-4c41-bc48-00623879d5b2} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13397 | 2024.11.13 20:56:34.312820 [ 274 ] {2a75044e-4b51-4c41-bc48-00623879d5b2} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13398 | 2024.11.13 20:56:34.313025 [ 274 ] {2a75044e-4b51-4c41-bc48-00623879d5b2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001615 sec., 29721.362229102167 rows/sec., 2.00 MiB/sec. | ||
| 13399 | 2024.11.13 20:56:34.313074 [ 274 ] {2a75044e-4b51-4c41-bc48-00623879d5b2} <Debug> TCPHandler: Processed in 0.001827852 sec. | ||
| 13400 | 2024.11.13 20:56:35.218173 [ 221 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 13401 | 2024.11.13 20:56:35.218258 [ 221 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 13402 | 2024.11.13 20:56:35.220320 [ 221 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 13403 | 2024.11.13 20:56:36.235291 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1938 | ||
| 13404 | 2024.11.13 20:56:36.239041 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13405 | 2024.11.13 20:56:36.239097 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13406 | 2024.11.13 20:56:36.240615 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13407 | 2024.11.13 20:56:36.240939 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13408 | 2024.11.13 20:56:36.242436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1938 | ||
| 13409 | 2024.11.13 20:56:39.302189 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13410 | 2024.11.13 20:56:39.302416 [ 277 ] {def3c586-cbee-4475-9757-4d9a3c5496ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13411 | 2024.11.13 20:56:39.302499 [ 277 ] {def3c586-cbee-4475-9757-4d9a3c5496ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13412 | 2024.11.13 20:56:39.303263 [ 277 ] {def3c586-cbee-4475-9757-4d9a3c5496ec} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13413 | 2024.11.13 20:56:39.303317 [ 277 ] {def3c586-cbee-4475-9757-4d9a3c5496ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13414 | 2024.11.13 20:56:39.303753 [ 277 ] {def3c586-cbee-4475-9757-4d9a3c5496ec} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13415 | 2024.11.13 20:56:39.304009 [ 277 ] {def3c586-cbee-4475-9757-4d9a3c5496ec} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13416 | 2024.11.13 20:56:39.304244 [ 277 ] {def3c586-cbee-4475-9757-4d9a3c5496ec} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001884 sec., 29723.991507430997 rows/sec., 2.27 MiB/sec. | ||
| 13417 | 2024.11.13 20:56:39.304309 [ 277 ] {def3c586-cbee-4475-9757-4d9a3c5496ec} <Debug> TCPHandler: Processed in 0.00225897 sec. | ||
| 13418 | 2024.11.13 20:56:39.304581 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13419 | 2024.11.13 20:56:39.304794 [ 274 ] {24a4c7d1-2689-423d-9cce-220d8ee8643f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13420 | 2024.11.13 20:56:39.304874 [ 274 ] {24a4c7d1-2689-423d-9cce-220d8ee8643f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13421 | 2024.11.13 20:56:39.305713 [ 274 ] {24a4c7d1-2689-423d-9cce-220d8ee8643f} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13422 | 2024.11.13 20:56:39.305759 [ 274 ] {24a4c7d1-2689-423d-9cce-220d8ee8643f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13423 | 2024.11.13 20:56:39.306188 [ 274 ] {24a4c7d1-2689-423d-9cce-220d8ee8643f} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13424 | 2024.11.13 20:56:39.306443 [ 274 ] {24a4c7d1-2689-423d-9cce-220d8ee8643f} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13425 | 2024.11.13 20:56:39.306667 [ 274 ] {24a4c7d1-2689-423d-9cce-220d8ee8643f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001933 sec., 33109.156751163995 rows/sec., 2.58 MiB/sec. | ||
| 13426 | 2024.11.13 20:56:39.306755 [ 274 ] {24a4c7d1-2689-423d-9cce-220d8ee8643f} <Debug> TCPHandler: Processed in 0.002317361 sec. | ||
| 13427 | 2024.11.13 20:56:39.306904 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13428 | 2024.11.13 20:56:39.307215 [ 277 ] {befdfff3-0384-4245-9191-3215e268cb48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13429 | 2024.11.13 20:56:39.307386 [ 277 ] {befdfff3-0384-4245-9191-3215e268cb48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13430 | 2024.11.13 20:56:39.308269 [ 277 ] {befdfff3-0384-4245-9191-3215e268cb48} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13431 | 2024.11.13 20:56:39.308310 [ 277 ] {befdfff3-0384-4245-9191-3215e268cb48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13432 | 2024.11.13 20:56:39.308714 [ 277 ] {befdfff3-0384-4245-9191-3215e268cb48} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13433 | 2024.11.13 20:56:39.308968 [ 277 ] {befdfff3-0384-4245-9191-3215e268cb48} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13434 | 2024.11.13 20:56:39.309192 [ 277 ] {befdfff3-0384-4245-9191-3215e268cb48} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002103 sec., 76081.78792201617 rows/sec., 5.30 MiB/sec. | ||
| 13435 | 2024.11.13 20:56:39.309250 [ 277 ] {befdfff3-0384-4245-9191-3215e268cb48} <Debug> TCPHandler: Processed in 0.002409722 sec. | ||
| 13436 | 2024.11.13 20:56:39.309394 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13437 | 2024.11.13 20:56:39.309533 [ 274 ] {069e8c0d-f05f-4df5-b8dc-2d54443ba2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13438 | 2024.11.13 20:56:39.309593 [ 274 ] {069e8c0d-f05f-4df5-b8dc-2d54443ba2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13439 | 2024.11.13 20:56:39.310209 [ 274 ] {069e8c0d-f05f-4df5-b8dc-2d54443ba2cc} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13440 | 2024.11.13 20:56:39.310255 [ 274 ] {069e8c0d-f05f-4df5-b8dc-2d54443ba2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13441 | 2024.11.13 20:56:39.310670 [ 274 ] {069e8c0d-f05f-4df5-b8dc-2d54443ba2cc} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13442 | 2024.11.13 20:56:39.310919 [ 274 ] {069e8c0d-f05f-4df5-b8dc-2d54443ba2cc} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13443 | 2024.11.13 20:56:39.311127 [ 274 ] {069e8c0d-f05f-4df5-b8dc-2d54443ba2cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001626 sec., 36900.36900369004 rows/sec., 2.49 MiB/sec. | ||
| 13444 | 2024.11.13 20:56:39.311176 [ 274 ] {069e8c0d-f05f-4df5-b8dc-2d54443ba2cc} <Debug> TCPHandler: Processed in 0.001846872 sec. | ||
| 13445 | 2024.11.13 20:56:40.809516 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13446 | 2024.11.13 20:56:40.809569 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13447 | 2024.11.13 20:56:42.492981 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13448 | 2024.11.13 20:56:42.650449 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13449 | 2024.11.13 20:56:42.667913 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64739, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13450 | 2024.11.13 20:56:42.700330 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13451 | 2024.11.13 20:56:42.916900 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41141, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13452 | 2024.11.13 20:56:42.920362 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33731, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13453 | 2024.11.13 20:56:42.972731 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13454 | 2024.11.13 20:56:42.977070 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13455 | 2024.11.13 20:56:44.309146 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13456 | 2024.11.13 20:56:44.309358 [ 277 ] {4b607293-a570-44b9-ac73-6535d66058cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13457 | 2024.11.13 20:56:44.309437 [ 277 ] {4b607293-a570-44b9-ac73-6535d66058cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13458 | 2024.11.13 20:56:44.310210 [ 277 ] {4b607293-a570-44b9-ac73-6535d66058cd} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13459 | 2024.11.13 20:56:44.310256 [ 277 ] {4b607293-a570-44b9-ac73-6535d66058cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13460 | 2024.11.13 20:56:44.310687 [ 277 ] {4b607293-a570-44b9-ac73-6535d66058cd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13461 | 2024.11.13 20:56:44.310943 [ 277 ] {4b607293-a570-44b9-ac73-6535d66058cd} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13462 | 2024.11.13 20:56:44.311092 [ 75 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13463 | 2024.11.13 20:56:44.311130 [ 75 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13464 | 2024.11.13 20:56:44.311150 [ 277 ] {4b607293-a570-44b9-ac73-6535d66058cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001849 sec., 7571.660356949703 rows/sec., 545.06 KiB/sec. | ||
| 13465 | 2024.11.13 20:56:44.311154 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13466 | 2024.11.13 20:56:44.311300 [ 277 ] {4b607293-a570-44b9-ac73-6535d66058cd} <Debug> TCPHandler: Processed in 0.00228469 sec. | ||
| 13467 | 2024.11.13 20:56:44.311416 [ 224 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13468 | 2024.11.13 20:56:44.311561 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13469 | 2024.11.13 20:56:44.311589 [ 224 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13470 | 2024.11.13 20:56:44.311692 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13471 | 2024.11.13 20:56:44.311914 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13472 | 2024.11.13 20:56:44.312052 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 13473 | 2024.11.13 20:56:44.312201 [ 274 ] {1827f7b6-3deb-4644-b286-8ad9da85b6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13474 | 2024.11.13 20:56:44.312364 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 13475 | 2024.11.13 20:56:44.312627 [ 274 ] {1827f7b6-3deb-4644-b286-8ad9da85b6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13476 | 2024.11.13 20:56:44.312831 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 13477 | 2024.11.13 20:56:44.313308 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13478 | 2024.11.13 20:56:44.313648 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 13479 | 2024.11.13 20:56:44.317096 [ 274 ] {1827f7b6-3deb-4644-b286-8ad9da85b6d0} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13480 | 2024.11.13 20:56:44.317224 [ 274 ] {1827f7b6-3deb-4644-b286-8ad9da85b6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13481 | 2024.11.13 20:56:44.318111 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00682483 sec., 10256.665733798498 rows/sec., 778.41 KiB/sec. | ||
| 13482 | 2024.11.13 20:56:44.318376 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13483 | 2024.11.13 20:56:44.318660 [ 224 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13484 | 2024.11.13 20:56:44.319041 [ 274 ] {1827f7b6-3deb-4644-b286-8ad9da85b6d0} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13485 | 2024.11.13 20:56:44.319306 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_45_11} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13486 | 2024.11.13 20:56:44.319631 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_45_11} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13487 | 2024.11.13 20:56:44.319873 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13488 | 2024.11.13 20:56:44.319962 [ 274 ] {1827f7b6-3deb-4644-b286-8ad9da85b6d0} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13489 | 2024.11.13 20:56:44.320219 [ 274 ] {1827f7b6-3deb-4644-b286-8ad9da85b6d0} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.008175 sec., 35107.03363914373 rows/sec., 3.10 MiB/sec. | ||
| 13490 | 2024.11.13 20:56:44.320301 [ 274 ] {1827f7b6-3deb-4644-b286-8ad9da85b6d0} <Debug> TCPHandler: Processed in 0.008842875 sec. | ||
| 13491 | 2024.11.13 20:56:44.320532 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13492 | 2024.11.13 20:56:44.320730 [ 277 ] {143afd32-7ada-4a98-a351-56452afdb73e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13493 | 2024.11.13 20:56:44.320793 [ 277 ] {143afd32-7ada-4a98-a351-56452afdb73e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13494 | 2024.11.13 20:56:44.321521 [ 277 ] {143afd32-7ada-4a98-a351-56452afdb73e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13495 | 2024.11.13 20:56:44.321567 [ 277 ] {143afd32-7ada-4a98-a351-56452afdb73e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13496 | 2024.11.13 20:56:44.321948 [ 277 ] {143afd32-7ada-4a98-a351-56452afdb73e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13497 | 2024.11.13 20:56:44.322189 [ 277 ] {143afd32-7ada-4a98-a351-56452afdb73e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13498 | 2024.11.13 20:56:44.322362 [ 277 ] {143afd32-7ada-4a98-a351-56452afdb73e} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001674 sec., 29271.206690561532 rows/sec., 2.11 MiB/sec. | ||
| 13499 | 2024.11.13 20:56:44.322417 [ 277 ] {143afd32-7ada-4a98-a351-56452afdb73e} <Debug> TCPHandler: Processed in 0.002009185 sec. | ||
| 13500 | 2024.11.13 20:56:44.322565 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13501 | 2024.11.13 20:56:44.322699 [ 274 ] {7bc8dc77-7463-49d6-9722-55caa896c0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13502 | 2024.11.13 20:56:44.322757 [ 274 ] {7bc8dc77-7463-49d6-9722-55caa896c0a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13503 | 2024.11.13 20:56:44.323443 [ 274 ] {7bc8dc77-7463-49d6-9722-55caa896c0a8} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13504 | 2024.11.13 20:56:44.323492 [ 274 ] {7bc8dc77-7463-49d6-9722-55caa896c0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13505 | 2024.11.13 20:56:44.323866 [ 274 ] {7bc8dc77-7463-49d6-9722-55caa896c0a8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13506 | 2024.11.13 20:56:44.324110 [ 274 ] {7bc8dc77-7463-49d6-9722-55caa896c0a8} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13507 | 2024.11.13 20:56:44.324319 [ 274 ] {7bc8dc77-7463-49d6-9722-55caa896c0a8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001651 sec., 8479.709267110842 rows/sec., 593.86 KiB/sec. | ||
| 13508 | 2024.11.13 20:56:44.324370 [ 274 ] {7bc8dc77-7463-49d6-9722-55caa896c0a8} <Debug> TCPHandler: Processed in 0.001863993 sec. | ||
| 13509 | 2024.11.13 20:56:44.324522 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13510 | 2024.11.13 20:56:44.324643 [ 277 ] {742338b3-8805-4c43-91cd-3bb10c96a2cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13511 | 2024.11.13 20:56:44.324692 [ 277 ] {742338b3-8805-4c43-91cd-3bb10c96a2cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13512 | 2024.11.13 20:56:44.325266 [ 277 ] {742338b3-8805-4c43-91cd-3bb10c96a2cf} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13513 | 2024.11.13 20:56:44.325304 [ 277 ] {742338b3-8805-4c43-91cd-3bb10c96a2cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13514 | 2024.11.13 20:56:44.325662 [ 277 ] {742338b3-8805-4c43-91cd-3bb10c96a2cf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13515 | 2024.11.13 20:56:44.325920 [ 277 ] {742338b3-8805-4c43-91cd-3bb10c96a2cf} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13516 | 2024.11.13 20:56:44.326093 [ 74 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13517 | 2024.11.13 20:56:44.326152 [ 277 ] {742338b3-8805-4c43-91cd-3bb10c96a2cf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec. | ||
| 13518 | 2024.11.13 20:56:44.326161 [ 74 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13519 | 2024.11.13 20:56:44.326239 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13520 | 2024.11.13 20:56:44.326271 [ 277 ] {742338b3-8805-4c43-91cd-3bb10c96a2cf} <Debug> TCPHandler: Processed in 0.001803281 sec. | ||
| 13521 | 2024.11.13 20:56:44.326454 [ 223 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13522 | 2024.11.13 20:56:44.326514 [ 195 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13523 | 2024.11.13 20:56:44.326536 [ 223 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13524 | 2024.11.13 20:56:44.326514 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13525 | 2024.11.13 20:56:44.326941 [ 195 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13526 | 2024.11.13 20:56:44.327089 [ 274 ] {1930a156-d70e-47a8-abf3-42c93631015a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13527 | 2024.11.13 20:56:44.327090 [ 195 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 13528 | 2024.11.13 20:56:44.327204 [ 274 ] {1930a156-d70e-47a8-abf3-42c93631015a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13529 | 2024.11.13 20:56:44.327517 [ 195 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 13530 | 2024.11.13 20:56:44.328101 [ 195 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 13531 | 2024.11.13 20:56:44.328759 [ 195 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 13532 | 2024.11.13 20:56:44.329264 [ 195 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 13533 | 2024.11.13 20:56:44.333165 [ 274 ] {1930a156-d70e-47a8-abf3-42c93631015a} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13534 | 2024.11.13 20:56:44.333284 [ 274 ] {1930a156-d70e-47a8-abf3-42c93631015a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13535 | 2024.11.13 20:56:44.333622 [ 223 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13536 | 2024.11.13 20:56:44.334097 [ 195 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007749596 sec., 8387.53400822443 rows/sec., 555.72 KiB/sec. | ||
| 13537 | 2024.11.13 20:56:44.334408 [ 195 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13538 | 2024.11.13 20:56:44.335177 [ 274 ] {1930a156-d70e-47a8-abf3-42c93631015a} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13539 | 2024.11.13 20:56:44.335237 [ 195 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_45_11} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13540 | 2024.11.13 20:56:44.335377 [ 195 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_45_11} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13541 | 2024.11.13 20:56:44.335513 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13542 | 2024.11.13 20:56:44.335619 [ 274 ] {1930a156-d70e-47a8-abf3-42c93631015a} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13543 | 2024.11.13 20:56:44.335844 [ 274 ] {1930a156-d70e-47a8-abf3-42c93631015a} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.008967 sec., 47284.487565518015 rows/sec., 3.38 MiB/sec. | ||
| 13544 | 2024.11.13 20:56:44.335906 [ 274 ] {1930a156-d70e-47a8-abf3-42c93631015a} <Debug> TCPHandler: Processed in 0.009531277 sec. | ||
| 13545 | 2024.11.13 20:56:44.336083 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13546 | 2024.11.13 20:56:44.336229 [ 277 ] {33375585-7944-4b7e-a3b6-2efc40917b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13547 | 2024.11.13 20:56:44.336288 [ 277 ] {33375585-7944-4b7e-a3b6-2efc40917b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13548 | 2024.11.13 20:56:44.336825 [ 277 ] {33375585-7944-4b7e-a3b6-2efc40917b7f} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13549 | 2024.11.13 20:56:44.336863 [ 277 ] {33375585-7944-4b7e-a3b6-2efc40917b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13550 | 2024.11.13 20:56:44.337224 [ 277 ] {33375585-7944-4b7e-a3b6-2efc40917b7f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13551 | 2024.11.13 20:56:44.337468 [ 277 ] {33375585-7944-4b7e-a3b6-2efc40917b7f} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13552 | 2024.11.13 20:56:44.337727 [ 277 ] {33375585-7944-4b7e-a3b6-2efc40917b7f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001516 sec., 3957.78364116095 rows/sec., 206.78 KiB/sec. | ||
| 13553 | 2024.11.13 20:56:44.337802 [ 277 ] {33375585-7944-4b7e-a3b6-2efc40917b7f} <Debug> TCPHandler: Processed in 0.001789731 sec. | ||
| 13554 | 2024.11.13 20:56:44.338095 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13555 | 2024.11.13 20:56:44.338328 [ 274 ] {64997ceb-3a19-46bf-8cf5-2ef19affe8ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13556 | 2024.11.13 20:56:44.338423 [ 274 ] {64997ceb-3a19-46bf-8cf5-2ef19affe8ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13557 | 2024.11.13 20:56:44.339126 [ 274 ] {64997ceb-3a19-46bf-8cf5-2ef19affe8ab} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13558 | 2024.11.13 20:56:44.339164 [ 274 ] {64997ceb-3a19-46bf-8cf5-2ef19affe8ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13559 | 2024.11.13 20:56:44.339565 [ 274 ] {64997ceb-3a19-46bf-8cf5-2ef19affe8ab} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13560 | 2024.11.13 20:56:44.339807 [ 274 ] {64997ceb-3a19-46bf-8cf5-2ef19affe8ab} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13561 | 2024.11.13 20:56:44.340016 [ 274 ] {64997ceb-3a19-46bf-8cf5-2ef19affe8ab} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00174 sec., 136206.89655172414 rows/sec., 9.13 MiB/sec. | ||
| 13562 | 2024.11.13 20:56:44.340066 [ 274 ] {64997ceb-3a19-46bf-8cf5-2ef19affe8ab} <Debug> TCPHandler: Processed in 0.002153227 sec. | ||
| 13563 | 2024.11.13 20:56:44.340210 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13564 | 2024.11.13 20:56:44.340329 [ 277 ] {bc3c55cc-200e-4547-9c8a-0355f9cbfcc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13565 | 2024.11.13 20:56:44.340381 [ 277 ] {bc3c55cc-200e-4547-9c8a-0355f9cbfcc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13566 | 2024.11.13 20:56:44.340847 [ 277 ] {bc3c55cc-200e-4547-9c8a-0355f9cbfcc0} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13567 | 2024.11.13 20:56:44.340885 [ 277 ] {bc3c55cc-200e-4547-9c8a-0355f9cbfcc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13568 | 2024.11.13 20:56:44.341251 [ 277 ] {bc3c55cc-200e-4547-9c8a-0355f9cbfcc0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13569 | 2024.11.13 20:56:44.341501 [ 277 ] {bc3c55cc-200e-4547-9c8a-0355f9cbfcc0} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13570 | 2024.11.13 20:56:44.341702 [ 277 ] {bc3c55cc-200e-4547-9c8a-0355f9cbfcc0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec. | ||
| 13571 | 2024.11.13 20:56:44.341754 [ 277 ] {bc3c55cc-200e-4547-9c8a-0355f9cbfcc0} <Debug> TCPHandler: Processed in 0.001603828 sec. | ||
| 13572 | 2024.11.13 20:56:44.341950 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13573 | 2024.11.13 20:56:44.342168 [ 274 ] {e6ae43c0-af38-45c4-aba2-199c4a13685d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13574 | 2024.11.13 20:56:44.342306 [ 274 ] {e6ae43c0-af38-45c4-aba2-199c4a13685d} <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 | ||
| 13575 | 2024.11.13 20:56:44.343679 [ 274 ] {e6ae43c0-af38-45c4-aba2-199c4a13685d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13576 | 2024.11.13 20:56:44.343719 [ 274 ] {e6ae43c0-af38-45c4-aba2-199c4a13685d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13577 | 2024.11.13 20:56:44.344398 [ 274 ] {e6ae43c0-af38-45c4-aba2-199c4a13685d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13578 | 2024.11.13 20:56:44.344667 [ 274 ] {e6ae43c0-af38-45c4-aba2-199c4a13685d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13579 | 2024.11.13 20:56:44.344934 [ 274 ] {e6ae43c0-af38-45c4-aba2-199c4a13685d} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.00282 sec., 14893.617021276596 rows/sec., 26.69 MiB/sec. | ||
| 13580 | 2024.11.13 20:56:44.345293 [ 274 ] {e6ae43c0-af38-45c4-aba2-199c4a13685d} <Debug> TCPHandler: Processed in 0.003450691 sec. | ||
| 13581 | 2024.11.13 20:56:44.345472 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13582 | 2024.11.13 20:56:44.345614 [ 277 ] {46fe0fc3-f79b-4044-a537-71668c8551ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13583 | 2024.11.13 20:56:44.345670 [ 277 ] {46fe0fc3-f79b-4044-a537-71668c8551ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13584 | 2024.11.13 20:56:44.346174 [ 277 ] {46fe0fc3-f79b-4044-a537-71668c8551ca} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13585 | 2024.11.13 20:56:44.346213 [ 277 ] {46fe0fc3-f79b-4044-a537-71668c8551ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13586 | 2024.11.13 20:56:44.346593 [ 277 ] {46fe0fc3-f79b-4044-a537-71668c8551ca} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13587 | 2024.11.13 20:56:44.346850 [ 277 ] {46fe0fc3-f79b-4044-a537-71668c8551ca} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13588 | 2024.11.13 20:56:44.347073 [ 277 ] {46fe0fc3-f79b-4044-a537-71668c8551ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001488 sec., 55107.526881720434 rows/sec., 3.50 MiB/sec. | ||
| 13589 | 2024.11.13 20:56:44.347173 [ 277 ] {46fe0fc3-f79b-4044-a537-71668c8551ca} <Debug> TCPHandler: Processed in 0.001769841 sec. | ||
| 13590 | 2024.11.13 20:56:46.242686 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1968 | ||
| 13591 | 2024.11.13 20:56:46.246095 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13592 | 2024.11.13 20:56:46.246145 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13593 | 2024.11.13 20:56:46.247616 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13594 | 2024.11.13 20:56:46.247923 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13595 | 2024.11.13 20:56:46.248143 [ 71 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13596 | 2024.11.13 20:56:46.248258 [ 71 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13597 | 2024.11.13 20:56:46.248321 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13598 | 2024.11.13 20:56:46.248803 [ 190 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 13599 | 2024.11.13 20:56:46.250559 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1968 | ||
| 13600 | 2024.11.13 20:56:46.250849 [ 190 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13601 | 2024.11.13 20:56:46.250997 [ 190 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1820 rows starting from the beginning of the part | ||
| 13602 | 2024.11.13 20:56:46.251729 [ 190 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 34 rows starting from the beginning of the part | ||
| 13603 | 2024.11.13 20:56:46.252251 [ 190 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 13604 | 2024.11.13 20:56:46.252765 [ 190 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 20 rows starting from the beginning of the part | ||
| 13605 | 2024.11.13 20:56:46.253261 [ 190 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 34 rows starting from the beginning of the part | ||
| 13606 | 2024.11.13 20:56:46.253824 [ 190 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 13607 | 2024.11.13 20:56:46.262119 [ 188 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 72 columns (72 merged, 0 gathered) in 0.013656779 sec., 144104.25767305747 rows/sec., 109.13 MiB/sec. | ||
| 13608 | 2024.11.13 20:56:46.264229 [ 193 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13609 | 2024.11.13 20:56:46.265093 [ 193 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_66_13} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13610 | 2024.11.13 20:56:46.265190 [ 193 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_66_13} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13611 | 2024.11.13 20:56:46.265533 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.03 MiB. | ||
| 13612 | 2024.11.13 20:56:46.526857 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13613 | 2024.11.13 20:56:46.865943 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40666, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13614 | 2024.11.13 20:56:47.264915 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13615 | 2024.11.13 20:56:47.409093 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13616 | 2024.11.13 20:56:47.420631 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13617 | 2024.11.13 20:56:47.446078 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53793, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13618 | 2024.11.13 20:56:47.474479 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13619 | 2024.11.13 20:56:47.483916 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43211, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13620 | 2024.11.13 20:56:47.490343 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13621 | 2024.11.13 20:56:47.537472 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54270, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13622 | 2024.11.13 20:56:47.612695 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13623 | 2024.11.13 20:56:47.637115 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13624 | 2024.11.13 20:56:47.714726 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42765, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13625 | 2024.11.13 20:56:47.731996 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13626 | 2024.11.13 20:56:47.746271 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39745, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13627 | 2024.11.13 20:56:47.770295 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13628 | 2024.11.13 20:56:48.834677 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13629 | 2024.11.13 20:56:49.301180 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13630 | 2024.11.13 20:56:49.301382 [ 277 ] {cc69ae87-9d51-4862-ab3e-154827ce5c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13631 | 2024.11.13 20:56:49.301457 [ 277 ] {cc69ae87-9d51-4862-ab3e-154827ce5c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13632 | 2024.11.13 20:56:49.302186 [ 277 ] {cc69ae87-9d51-4862-ab3e-154827ce5c71} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13633 | 2024.11.13 20:56:49.302243 [ 277 ] {cc69ae87-9d51-4862-ab3e-154827ce5c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13634 | 2024.11.13 20:56:49.302683 [ 277 ] {cc69ae87-9d51-4862-ab3e-154827ce5c71} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13635 | 2024.11.13 20:56:49.302966 [ 277 ] {cc69ae87-9d51-4862-ab3e-154827ce5c71} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13636 | 2024.11.13 20:56:49.303200 [ 277 ] {cc69ae87-9d51-4862-ab3e-154827ce5c71} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001866 sec., 5359.056806002143 rows/sec., 436.99 KiB/sec. | ||
| 13637 | 2024.11.13 20:56:49.303323 [ 277 ] {cc69ae87-9d51-4862-ab3e-154827ce5c71} <Debug> TCPHandler: Processed in 0.00226962 sec. | ||
| 13638 | 2024.11.13 20:56:49.303621 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13639 | 2024.11.13 20:56:49.303830 [ 274 ] {5732dfd1-dbf1-4d57-ab7e-cf27c624005b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13640 | 2024.11.13 20:56:49.303908 [ 274 ] {5732dfd1-dbf1-4d57-ab7e-cf27c624005b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13641 | 2024.11.13 20:56:49.304710 [ 274 ] {5732dfd1-dbf1-4d57-ab7e-cf27c624005b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13642 | 2024.11.13 20:56:49.304762 [ 274 ] {5732dfd1-dbf1-4d57-ab7e-cf27c624005b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13643 | 2024.11.13 20:56:49.305258 [ 274 ] {5732dfd1-dbf1-4d57-ab7e-cf27c624005b} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13644 | 2024.11.13 20:56:49.305532 [ 274 ] {5732dfd1-dbf1-4d57-ab7e-cf27c624005b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13645 | 2024.11.13 20:56:49.305711 [ 69 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13646 | 2024.11.13 20:56:49.305759 [ 69 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13647 | 2024.11.13 20:56:49.305762 [ 274 ] {5732dfd1-dbf1-4d57-ab7e-cf27c624005b} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001985 sec., 30730.478589420658 rows/sec., 2.33 MiB/sec. | ||
| 13648 | 2024.11.13 20:56:49.305793 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13649 | 2024.11.13 20:56:49.305908 [ 274 ] {5732dfd1-dbf1-4d57-ab7e-cf27c624005b} <Debug> TCPHandler: Processed in 0.002471373 sec. | ||
| 13650 | 2024.11.13 20:56:49.306044 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::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 | ||
| 13651 | 2024.11.13 20:56:49.306128 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13652 | 2024.11.13 20:56:49.306399 [ 277 ] {c578f7a6-c011-4f24-8a41-4c79d89028fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13653 | 2024.11.13 20:56:49.306398 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13654 | 2024.11.13 20:56:49.306504 [ 277 ] {c578f7a6-c011-4f24-8a41-4c79d89028fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13655 | 2024.11.13 20:56:49.306519 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1437 rows starting from the beginning of the part | ||
| 13656 | 2024.11.13 20:56:49.306900 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 287 rows starting from the beginning of the part | ||
| 13657 | 2024.11.13 20:56:49.307308 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 58 rows starting from the beginning of the part | ||
| 13658 | 2024.11.13 20:56:49.307741 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 56 rows starting from the beginning of the part | ||
| 13659 | 2024.11.13 20:56:49.308133 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 287 rows starting from the beginning of the part | ||
| 13660 | 2024.11.13 20:56:49.308359 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 61 rows starting from the beginning of the part | ||
| 13661 | 2024.11.13 20:56:49.309177 [ 277 ] {c578f7a6-c011-4f24-8a41-4c79d89028fc} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13662 | 2024.11.13 20:56:49.309243 [ 277 ] {c578f7a6-c011-4f24-8a41-4c79d89028fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13663 | 2024.11.13 20:56:49.310136 [ 277 ] {c578f7a6-c011-4f24-8a41-4c79d89028fc} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13664 | 2024.11.13 20:56:49.310749 [ 277 ] {c578f7a6-c011-4f24-8a41-4c79d89028fc} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13665 | 2024.11.13 20:56:49.311150 [ 277 ] {c578f7a6-c011-4f24-8a41-4c79d89028fc} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.00485 sec., 2061.8556701030925 rows/sec., 143.97 KiB/sec. | ||
| 13666 | 2024.11.13 20:56:49.311268 [ 277 ] {c578f7a6-c011-4f24-8a41-4c79d89028fc} <Debug> TCPHandler: Processed in 0.005231572 sec. | ||
| 13667 | 2024.11.13 20:56:49.311491 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13668 | 2024.11.13 20:56:49.311735 [ 192 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005818442 sec., 375701.94907846465 rows/sec., 33.04 MiB/sec. | ||
| 13669 | 2024.11.13 20:56:49.311775 [ 274 ] {72cd9b94-9110-458e-878c-1587d442f2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13670 | 2024.11.13 20:56:49.311857 [ 274 ] {72cd9b94-9110-458e-878c-1587d442f2ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13671 | 2024.11.13 20:56:49.312135 [ 199 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13672 | 2024.11.13 20:56:49.313011 [ 199 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_126_25} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13673 | 2024.11.13 20:56:49.313195 [ 274 ] {72cd9b94-9110-458e-878c-1587d442f2ce} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13674 | 2024.11.13 20:56:49.313217 [ 199 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_126_25} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13675 | 2024.11.13 20:56:49.313262 [ 274 ] {72cd9b94-9110-458e-878c-1587d442f2ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13676 | 2024.11.13 20:56:49.313398 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 13677 | 2024.11.13 20:56:49.313800 [ 274 ] {72cd9b94-9110-458e-878c-1587d442f2ce} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13678 | 2024.11.13 20:56:49.314063 [ 274 ] {72cd9b94-9110-458e-878c-1587d442f2ce} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13679 | 2024.11.13 20:56:49.314221 [ 69 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13680 | 2024.11.13 20:56:49.314264 [ 274 ] {72cd9b94-9110-458e-878c-1587d442f2ce} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.002547 sec., 29053.78877110326 rows/sec., 2.27 MiB/sec. | ||
| 13681 | 2024.11.13 20:56:49.314268 [ 69 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13682 | 2024.11.13 20:56:49.314312 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13683 | 2024.11.13 20:56:49.314349 [ 274 ] {72cd9b94-9110-458e-878c-1587d442f2ce} <Debug> TCPHandler: Processed in 0.002972332 sec. | ||
| 13684 | 2024.11.13 20:56:49.314553 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::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 | ||
| 13685 | 2024.11.13 20:56:49.314571 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13686 | 2024.11.13 20:56:49.314786 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13687 | 2024.11.13 20:56:49.314819 [ 277 ] {6a277ac1-1410-4a74-9ecd-287ce1663b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13688 | 2024.11.13 20:56:49.314843 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 916 rows starting from the beginning of the part | ||
| 13689 | 2024.11.13 20:56:49.314936 [ 277 ] {6a277ac1-1410-4a74-9ecd-287ce1663b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13690 | 2024.11.13 20:56:49.315154 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 424 rows starting from the beginning of the part | ||
| 13691 | 2024.11.13 20:56:49.315550 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 68 rows starting from the beginning of the part | ||
| 13692 | 2024.11.13 20:56:49.315927 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 64 rows starting from the beginning of the part | ||
| 13693 | 2024.11.13 20:56:49.316304 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 424 rows starting from the beginning of the part | ||
| 13694 | 2024.11.13 20:56:49.316590 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 74 rows starting from the beginning of the part | ||
| 13695 | 2024.11.13 20:56:49.317645 [ 277 ] {6a277ac1-1410-4a74-9ecd-287ce1663b0a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13696 | 2024.11.13 20:56:49.317718 [ 277 ] {6a277ac1-1410-4a74-9ecd-287ce1663b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13697 | 2024.11.13 20:56:49.318894 [ 277 ] {6a277ac1-1410-4a74-9ecd-287ce1663b0a} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13698 | 2024.11.13 20:56:49.319333 [ 277 ] {6a277ac1-1410-4a74-9ecd-287ce1663b0a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13699 | 2024.11.13 20:56:49.319594 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1970 rows, containing 5 columns (5 merged, 0 gathered) in 0.005200151 sec., 378835.1530561324 rows/sec., 29.02 MiB/sec. | ||
| 13700 | 2024.11.13 20:56:49.319857 [ 277 ] {6a277ac1-1410-4a74-9ecd-287ce1663b0a} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.005099 sec., 26083.5457932928 rows/sec., 1.82 MiB/sec. | ||
| 13701 | 2024.11.13 20:56:49.319976 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13702 | 2024.11.13 20:56:49.319995 [ 277 ] {6a277ac1-1410-4a74-9ecd-287ce1663b0a} <Debug> TCPHandler: Processed in 0.005522647 sec. | ||
| 13703 | 2024.11.13 20:56:49.320215 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13704 | 2024.11.13 20:56:49.320421 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_126_25} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13705 | 2024.11.13 20:56:49.320430 [ 274 ] {76b12ec9-6472-4fa2-aab8-c1717e76820a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13706 | 2024.11.13 20:56:49.320549 [ 274 ] {76b12ec9-6472-4fa2-aab8-c1717e76820a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13707 | 2024.11.13 20:56:49.320570 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_126_25} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13708 | 2024.11.13 20:56:49.320773 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 13709 | 2024.11.13 20:56:49.321300 [ 274 ] {76b12ec9-6472-4fa2-aab8-c1717e76820a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13710 | 2024.11.13 20:56:49.321342 [ 274 ] {76b12ec9-6472-4fa2-aab8-c1717e76820a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13711 | 2024.11.13 20:56:49.321736 [ 274 ] {76b12ec9-6472-4fa2-aab8-c1717e76820a} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13712 | 2024.11.13 20:56:49.322003 [ 274 ] {76b12ec9-6472-4fa2-aab8-c1717e76820a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13713 | 2024.11.13 20:56:49.322201 [ 274 ] {76b12ec9-6472-4fa2-aab8-c1717e76820a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001839 sec., 26101.141924959218 rows/sec., 1.76 MiB/sec. | ||
| 13714 | 2024.11.13 20:56:49.322289 [ 274 ] {76b12ec9-6472-4fa2-aab8-c1717e76820a} <Debug> TCPHandler: Processed in 0.002159038 sec. | ||
| 13715 | 2024.11.13 20:56:49.377926 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13716 | 2024.11.13 20:56:49.453121 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13717 | 2024.11.13 20:56:49.490850 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39901, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13718 | 2024.11.13 20:56:49.516064 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13719 | 2024.11.13 20:56:49.713656 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41785, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13720 | 2024.11.13 20:56:49.746981 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13721 | 2024.11.13 20:56:49.753229 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13722 | 2024.11.13 20:56:50.517229 [ 224 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 13723 | 2024.11.13 20:56:50.517284 [ 224 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 13724 | 2024.11.13 20:56:50.519124 [ 224 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 13725 | 2024.11.13 20:56:54.125768 [ 220 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 13726 | 2024.11.13 20:56:54.125847 [ 220 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 13727 | 2024.11.13 20:56:54.128083 [ 220 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): 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] | ||
| 13728 | 2024.11.13 20:56:54.303044 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13729 | 2024.11.13 20:56:54.303238 [ 277 ] {cb0b9081-38e8-44fd-b459-41140b426edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13730 | 2024.11.13 20:56:54.303311 [ 277 ] {cb0b9081-38e8-44fd-b459-41140b426edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13731 | 2024.11.13 20:56:54.304058 [ 277 ] {cb0b9081-38e8-44fd-b459-41140b426edc} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13732 | 2024.11.13 20:56:54.304106 [ 277 ] {cb0b9081-38e8-44fd-b459-41140b426edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13733 | 2024.11.13 20:56:54.304540 [ 277 ] {cb0b9081-38e8-44fd-b459-41140b426edc} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13734 | 2024.11.13 20:56:54.304795 [ 277 ] {cb0b9081-38e8-44fd-b459-41140b426edc} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13735 | 2024.11.13 20:56:54.305043 [ 277 ] {cb0b9081-38e8-44fd-b459-41140b426edc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.30 MiB/sec. | ||
| 13736 | 2024.11.13 20:56:54.305099 [ 277 ] {cb0b9081-38e8-44fd-b459-41140b426edc} <Debug> TCPHandler: Processed in 0.002182278 sec. | ||
| 13737 | 2024.11.13 20:56:54.305421 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13738 | 2024.11.13 20:56:54.305730 [ 274 ] {65ff62a1-ecc8-4560-9816-576d7b701dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13739 | 2024.11.13 20:56:54.305853 [ 274 ] {65ff62a1-ecc8-4560-9816-576d7b701dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13740 | 2024.11.13 20:56:54.306681 [ 274 ] {65ff62a1-ecc8-4560-9816-576d7b701dc6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13741 | 2024.11.13 20:56:54.306733 [ 274 ] {65ff62a1-ecc8-4560-9816-576d7b701dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13742 | 2024.11.13 20:56:54.307186 [ 274 ] {65ff62a1-ecc8-4560-9816-576d7b701dc6} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13743 | 2024.11.13 20:56:54.307450 [ 274 ] {65ff62a1-ecc8-4560-9816-576d7b701dc6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13744 | 2024.11.13 20:56:54.307699 [ 274 ] {65ff62a1-ecc8-4560-9816-576d7b701dc6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002055 sec., 31143.552311435524 rows/sec., 2.43 MiB/sec. | ||
| 13745 | 2024.11.13 20:56:54.307743 [ 217 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 13746 | 2024.11.13 20:56:54.307781 [ 274 ] {65ff62a1-ecc8-4560-9816-576d7b701dc6} <Debug> TCPHandler: Processed in 0.002553795 sec. | ||
| 13747 | 2024.11.13 20:56:54.307784 [ 217 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 13748 | 2024.11.13 20:56:54.307939 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13749 | 2024.11.13 20:56:54.308082 [ 277 ] {61d6283b-3107-4bd6-90ae-9815e867a071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13750 | 2024.11.13 20:56:54.308169 [ 277 ] {61d6283b-3107-4bd6-90ae-9815e867a071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13751 | 2024.11.13 20:56:54.309602 [ 277 ] {61d6283b-3107-4bd6-90ae-9815e867a071} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13752 | 2024.11.13 20:56:54.309657 [ 277 ] {61d6283b-3107-4bd6-90ae-9815e867a071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13753 | 2024.11.13 20:56:54.310495 [ 277 ] {61d6283b-3107-4bd6-90ae-9815e867a071} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13754 | 2024.11.13 20:56:54.310987 [ 277 ] {61d6283b-3107-4bd6-90ae-9815e867a071} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13755 | 2024.11.13 20:56:54.311288 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13756 | 2024.11.13 20:56:54.311382 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13757 | 2024.11.13 20:56:54.311400 [ 277 ] {61d6283b-3107-4bd6-90ae-9815e867a071} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003322 sec., 48163.7567730283 rows/sec., 3.35 MiB/sec. | ||
| 13758 | 2024.11.13 20:56:54.311426 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13759 | 2024.11.13 20:56:54.311721 [ 277 ] {61d6283b-3107-4bd6-90ae-9815e867a071} <Debug> TCPHandler: Processed in 0.003846268 sec. | ||
| 13760 | 2024.11.13 20:56:54.311872 [ 217 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): 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] | ||
| 13761 | 2024.11.13 20:56:54.311999 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 13762 | 2024.11.13 20:56:54.312038 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13763 | 2024.11.13 20:56:54.312541 [ 274 ] {4e6e8bf3-cd8c-4e1b-8036-787d249a37e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13764 | 2024.11.13 20:56:54.312732 [ 274 ] {4e6e8bf3-cd8c-4e1b-8036-787d249a37e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13765 | 2024.11.13 20:56:54.312774 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13766 | 2024.11.13 20:56:54.313015 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_121_24, total 21737 rows starting from the beginning of the part | ||
| 13767 | 2024.11.13 20:56:54.313627 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 130 rows starting from the beginning of the part | ||
| 13768 | 2024.11.13 20:56:54.314258 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 13769 | 2024.11.13 20:56:54.314873 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 13770 | 2024.11.13 20:56:54.315661 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 133 rows starting from the beginning of the part | ||
| 13771 | 2024.11.13 20:56:54.316279 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::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 | ||
| 13772 | 2024.11.13 20:56:54.317883 [ 274 ] {4e6e8bf3-cd8c-4e1b-8036-787d249a37e9} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13773 | 2024.11.13 20:56:54.318005 [ 274 ] {4e6e8bf3-cd8c-4e1b-8036-787d249a37e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13774 | 2024.11.13 20:56:54.319551 [ 274 ] {4e6e8bf3-cd8c-4e1b-8036-787d249a37e9} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13775 | 2024.11.13 20:56:54.320004 [ 274 ] {4e6e8bf3-cd8c-4e1b-8036-787d249a37e9} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13776 | 2024.11.13 20:56:54.320331 [ 66 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_120_24 to all_125_125_0 | ||
| 13777 | 2024.11.13 20:56:54.320456 [ 66 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13778 | 2024.11.13 20:56:54.320545 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13779 | 2024.11.13 20:56:54.320724 [ 274 ] {4e6e8bf3-cd8c-4e1b-8036-787d249a37e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008313 sec., 7217.610970768676 rows/sec., 498.09 KiB/sec. | ||
| 13780 | 2024.11.13 20:56:54.321127 [ 274 ] {4e6e8bf3-cd8c-4e1b-8036-787d249a37e9} <Debug> TCPHandler: Processed in 0.009268133 sec. | ||
| 13781 | 2024.11.13 20:56:54.321221 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_120_24 to all_125_125_0 into Compact with storage Full | ||
| 13782 | 2024.11.13 20:56:54.321492 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13783 | 2024.11.13 20:56:54.321530 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_120_24, total 7318 rows starting from the beginning of the part | ||
| 13784 | 2024.11.13 20:56:54.321648 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 48 rows starting from the beginning of the part | ||
| 13785 | 2024.11.13 20:56:54.321953 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part | ||
| 13786 | 2024.11.13 20:56:54.322361 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 82 rows starting from the beginning of the part | ||
| 13787 | 2024.11.13 20:56:54.322509 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 48 rows starting from the beginning of the part | ||
| 13788 | 2024.11.13 20:56:54.322625 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 13789 | 2024.11.13 20:56:54.324747 [ 196 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7616 rows, containing 4 columns (4 merged, 0 gathered) in 0.00401557 sec., 1896617.4167054738 rows/sec., 124.24 MiB/sec. | ||
| 13790 | 2024.11.13 20:56:54.325241 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Trace> MergedBlockOutputStream: filled checksums all_1_125_25 (state Temporary) | ||
| 13791 | 2024.11.13 20:56:54.325586 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_125_25 to all_1_125_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13792 | 2024.11.13 20:56:54.325674 [ 189 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_125_25} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_120_24, all_125_125_0] -> all_1_125_25 | ||
| 13793 | 2024.11.13 20:56:54.325761 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 13794 | 2024.11.13 20:56:54.332324 [ 187 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22557 rows, containing 5 columns (5 merged, 0 gathered) in 0.020720013 sec., 1088657.6181202203 rows/sec., 74.29 MiB/sec. | ||
| 13795 | 2024.11.13 20:56:54.333078 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13796 | 2024.11.13 20:56:54.333367 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13797 | 2024.11.13 20:56:54.333447 [ 189 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13798 | 2024.11.13 20:56:54.333533 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 13799 | 2024.11.13 20:56:55.809632 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13800 | 2024.11.13 20:56:55.809689 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13801 | 2024.11.13 20:56:56.250760 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1988 | ||
| 13802 | 2024.11.13 20:56:56.253532 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13803 | 2024.11.13 20:56:56.253583 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13804 | 2024.11.13 20:56:56.255080 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13805 | 2024.11.13 20:56:56.255387 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13806 | 2024.11.13 20:56:56.255916 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1988 | ||
| 13807 | 2024.11.13 20:56:56.709322 [ 63 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13808 | 2024.11.13 20:56:56.709386 [ 63 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13809 | 2024.11.13 20:56:56.709409 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13810 | 2024.11.13 20:56:56.709583 [ 221 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13811 | 2024.11.13 20:56:56.709635 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13812 | 2024.11.13 20:56:56.709646 [ 221 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13813 | 2024.11.13 20:56:56.709953 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13814 | 2024.11.13 20:56:56.710018 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 246 rows starting from the beginning of the part | ||
| 13815 | 2024.11.13 20:56:56.710108 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 13816 | 2024.11.13 20:56:56.710446 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 13817 | 2024.11.13 20:56:56.710802 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 13818 | 2024.11.13 20:56:56.711135 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 13819 | 2024.11.13 20:56:56.713116 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.003617003 sec., 74647.43601263255 rows/sec., 3.81 MiB/sec. | ||
| 13820 | 2024.11.13 20:56:56.713342 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13821 | 2024.11.13 20:56:56.713764 [ 221 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13822 | 2024.11.13 20:56:56.713873 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_45_11} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13823 | 2024.11.13 20:56:56.714086 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_45_11} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13824 | 2024.11.13 20:56:56.714290 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13825 | 2024.11.13 20:56:56.733482 [ 63 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13826 | 2024.11.13 20:56:56.733532 [ 63 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13827 | 2024.11.13 20:56:56.733554 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13828 | 2024.11.13 20:56:56.733674 [ 223 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13829 | 2024.11.13 20:56:56.733723 [ 223 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13830 | 2024.11.13 20:56:56.733754 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13831 | 2024.11.13 20:56:56.733988 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13832 | 2024.11.13 20:56:56.734028 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 41 rows starting from the beginning of the part | ||
| 13833 | 2024.11.13 20:56:56.734233 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 13834 | 2024.11.13 20:56:56.734495 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13835 | 2024.11.13 20:56:56.734824 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13836 | 2024.11.13 20:56:56.735192 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13837 | 2024.11.13 20:56:56.737397 [ 197 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.003757026 sec., 11977.55884574661 rows/sec., 807.08 KiB/sec. | ||
| 13838 | 2024.11.13 20:56:56.737569 [ 223 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13839 | 2024.11.13 20:56:56.737616 [ 195 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13840 | 2024.11.13 20:56:56.738025 [ 195 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_45_11} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13841 | 2024.11.13 20:56:56.738100 [ 195 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_45_11} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13842 | 2024.11.13 20:56:56.738189 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13843 | 2024.11.13 20:56:57.205266 [ 62 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13844 | 2024.11.13 20:56:57.205335 [ 62 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13845 | 2024.11.13 20:56:57.205362 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13846 | 2024.11.13 20:56:57.205480 [ 219 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13847 | 2024.11.13 20:56:57.205500 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13848 | 2024.11.13 20:56:57.205543 [ 219 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13849 | 2024.11.13 20:56:57.205695 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13850 | 2024.11.13 20:56:57.205743 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 242 rows starting from the beginning of the part | ||
| 13851 | 2024.11.13 20:56:57.205824 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 13852 | 2024.11.13 20:56:57.206171 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 13853 | 2024.11.13 20:56:57.206609 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13854 | 2024.11.13 20:56:57.206943 [ 195 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 13855 | 2024.11.13 20:56:57.208665 [ 186 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.003234216 sec., 92139.7952394027 rows/sec., 6.61 MiB/sec. | ||
| 13856 | 2024.11.13 20:56:57.208838 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13857 | 2024.11.13 20:56:57.208958 [ 219 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 13858 | 2024.11.13 20:56:57.209224 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_45_11} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13859 | 2024.11.13 20:56:57.209321 [ 191 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_45_11} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13860 | 2024.11.13 20:56:57.209401 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13861 | 2024.11.13 20:56:59.308479 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13862 | 2024.11.13 20:56:59.308682 [ 277 ] {b5a53c60-edce-4efe-818d-722ee7b96c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13863 | 2024.11.13 20:56:59.308754 [ 277 ] {b5a53c60-edce-4efe-818d-722ee7b96c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13864 | 2024.11.13 20:56:59.309505 [ 277 ] {b5a53c60-edce-4efe-818d-722ee7b96c4c} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13865 | 2024.11.13 20:56:59.309555 [ 277 ] {b5a53c60-edce-4efe-818d-722ee7b96c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13866 | 2024.11.13 20:56:59.310008 [ 277 ] {b5a53c60-edce-4efe-818d-722ee7b96c4c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13867 | 2024.11.13 20:56:59.310269 [ 277 ] {b5a53c60-edce-4efe-818d-722ee7b96c4c} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13868 | 2024.11.13 20:56:59.310521 [ 277 ] {b5a53c60-edce-4efe-818d-722ee7b96c4c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001884 sec., 7430.997876857749 rows/sec., 534.93 KiB/sec. | ||
| 13869 | 2024.11.13 20:56:59.310657 [ 277 ] {b5a53c60-edce-4efe-818d-722ee7b96c4c} <Debug> TCPHandler: Processed in 0.00230936 sec. | ||
| 13870 | 2024.11.13 20:56:59.311034 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13871 | 2024.11.13 20:56:59.311279 [ 274 ] {7967066a-16b3-415d-8881-aa38fdb90b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13872 | 2024.11.13 20:56:59.311381 [ 274 ] {7967066a-16b3-415d-8881-aa38fdb90b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13873 | 2024.11.13 20:56:59.312540 [ 274 ] {7967066a-16b3-415d-8881-aa38fdb90b56} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13874 | 2024.11.13 20:56:59.312601 [ 274 ] {7967066a-16b3-415d-8881-aa38fdb90b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13875 | 2024.11.13 20:56:59.313154 [ 274 ] {7967066a-16b3-415d-8881-aa38fdb90b56} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13876 | 2024.11.13 20:56:59.313448 [ 274 ] {7967066a-16b3-415d-8881-aa38fdb90b56} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13877 | 2024.11.13 20:56:59.313699 [ 274 ] {7967066a-16b3-415d-8881-aa38fdb90b56} <Debug> executeQuery: Read 287 rows, 25.94 KiB in 0.002496 sec., 114983.97435897436 rows/sec., 10.15 MiB/sec. | ||
| 13878 | 2024.11.13 20:56:59.313757 [ 274 ] {7967066a-16b3-415d-8881-aa38fdb90b56} <Debug> TCPHandler: Processed in 0.002955802 sec. | ||
| 13879 | 2024.11.13 20:56:59.313937 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13880 | 2024.11.13 20:56:59.314068 [ 277 ] {cb5021d6-c0d9-4e98-b9d8-47116785247d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13881 | 2024.11.13 20:56:59.314121 [ 277 ] {cb5021d6-c0d9-4e98-b9d8-47116785247d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13882 | 2024.11.13 20:56:59.314770 [ 277 ] {cb5021d6-c0d9-4e98-b9d8-47116785247d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13883 | 2024.11.13 20:56:59.314814 [ 277 ] {cb5021d6-c0d9-4e98-b9d8-47116785247d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13884 | 2024.11.13 20:56:59.315212 [ 277 ] {cb5021d6-c0d9-4e98-b9d8-47116785247d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13885 | 2024.11.13 20:56:59.315472 [ 277 ] {cb5021d6-c0d9-4e98-b9d8-47116785247d} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13886 | 2024.11.13 20:56:59.315620 [ 59 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13887 | 2024.11.13 20:56:59.315659 [ 59 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13888 | 2024.11.13 20:56:59.315674 [ 277 ] {cb5021d6-c0d9-4e98-b9d8-47116785247d} <Debug> executeQuery: Read 49 rows, 3.61 KiB in 0.001626 sec., 30135.30135301353 rows/sec., 2.17 MiB/sec. | ||
| 13889 | 2024.11.13 20:56:59.315692 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13890 | 2024.11.13 20:56:59.315747 [ 277 ] {cb5021d6-c0d9-4e98-b9d8-47116785247d} <Debug> TCPHandler: Processed in 0.001877562 sec. | ||
| 13891 | 2024.11.13 20:56:59.315849 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 13892 | 2024.11.13 20:56:59.315956 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13893 | 2024.11.13 20:56:59.316025 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13894 | 2024.11.13 20:56:59.316127 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 67 rows starting from the beginning of the part | ||
| 13895 | 2024.11.13 20:56:59.316191 [ 274 ] {6ed91c33-d262-4873-bfe7-3e4a2e0c8fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13896 | 2024.11.13 20:56:59.316352 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 49 rows starting from the beginning of the part | ||
| 13897 | 2024.11.13 20:56:59.316379 [ 274 ] {6ed91c33-d262-4873-bfe7-3e4a2e0c8fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13898 | 2024.11.13 20:56:59.316803 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 4 rows starting from the beginning of the part | ||
| 13899 | 2024.11.13 20:56:59.317173 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 49 rows starting from the beginning of the part | ||
| 13900 | 2024.11.13 20:56:59.317590 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 10 rows starting from the beginning of the part | ||
| 13901 | 2024.11.13 20:56:59.317943 [ 195 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 49 rows starting from the beginning of the part | ||
| 13902 | 2024.11.13 20:56:59.320506 [ 274 ] {6ed91c33-d262-4873-bfe7-3e4a2e0c8fcc} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13903 | 2024.11.13 20:56:59.320620 [ 274 ] {6ed91c33-d262-4873-bfe7-3e4a2e0c8fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13904 | 2024.11.13 20:56:59.321644 [ 193 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.005880253 sec., 38773.84187381053 rows/sec., 2.92 MiB/sec. | ||
| 13905 | 2024.11.13 20:56:59.321869 [ 193 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13906 | 2024.11.13 20:56:59.321910 [ 274 ] {6ed91c33-d262-4873-bfe7-3e4a2e0c8fcc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13907 | 2024.11.13 20:56:59.322393 [ 193 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_86_17} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13908 | 2024.11.13 20:56:59.322405 [ 274 ] {6ed91c33-d262-4873-bfe7-3e4a2e0c8fcc} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13909 | 2024.11.13 20:56:59.322546 [ 193 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_86_17} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13910 | 2024.11.13 20:56:59.322764 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 13911 | 2024.11.13 20:56:59.322833 [ 274 ] {6ed91c33-d262-4873-bfe7-3e4a2e0c8fcc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006711 sec., 2086.1272537624795 rows/sec., 146.10 KiB/sec. | ||
| 13912 | 2024.11.13 20:56:59.322914 [ 274 ] {6ed91c33-d262-4873-bfe7-3e4a2e0c8fcc} <Debug> TCPHandler: Processed in 0.007056153 sec. | ||
| 13913 | 2024.11.13 20:56:59.323121 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13914 | 2024.11.13 20:56:59.323287 [ 277 ] {dc9edd36-3049-418d-9af9-c82ef8b2a828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13915 | 2024.11.13 20:56:59.323356 [ 277 ] {dc9edd36-3049-418d-9af9-c82ef8b2a828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13916 | 2024.11.13 20:56:59.324158 [ 277 ] {dc9edd36-3049-418d-9af9-c82ef8b2a828} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13917 | 2024.11.13 20:56:59.324203 [ 277 ] {dc9edd36-3049-418d-9af9-c82ef8b2a828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13918 | 2024.11.13 20:56:59.324471 [ 225 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Found 6 old parts to remove. Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] | ||
| 13919 | 2024.11.13 20:56:59.324541 [ 225 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from filesystem (serially): Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] | ||
| 13920 | 2024.11.13 20:56:59.325052 [ 277 ] {dc9edd36-3049-418d-9af9-c82ef8b2a828} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13921 | 2024.11.13 20:56:59.325600 [ 277 ] {dc9edd36-3049-418d-9af9-c82ef8b2a828} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13922 | 2024.11.13 20:56:59.325946 [ 277 ] {dc9edd36-3049-418d-9af9-c82ef8b2a828} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002689 sec., 4834.510970621049 rows/sec., 301.43 KiB/sec. | ||
| 13923 | 2024.11.13 20:56:59.326105 [ 277 ] {dc9edd36-3049-418d-9af9-c82ef8b2a828} <Debug> TCPHandler: Processed in 0.003057274 sec. | ||
| 13924 | 2024.11.13 20:56:59.326452 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13925 | 2024.11.13 20:56:59.326984 [ 274 ] {87758808-44b8-4a0e-822a-8622a52f1ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13926 | 2024.11.13 20:56:59.327071 [ 274 ] {87758808-44b8-4a0e-822a-8622a52f1ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13927 | 2024.11.13 20:56:59.328612 [ 274 ] {87758808-44b8-4a0e-822a-8622a52f1ce0} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13928 | 2024.11.13 20:56:59.328673 [ 274 ] {87758808-44b8-4a0e-822a-8622a52f1ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13929 | 2024.11.13 20:56:59.329375 [ 225 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from memory: Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] | ||
| 13930 | 2024.11.13 20:56:59.329417 [ 274 ] {87758808-44b8-4a0e-822a-8622a52f1ce0} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13931 | 2024.11.13 20:56:59.330007 [ 274 ] {87758808-44b8-4a0e-822a-8622a52f1ce0} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13932 | 2024.11.13 20:56:59.330453 [ 274 ] {87758808-44b8-4a0e-822a-8622a52f1ce0} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.003638 sec., 116547.5536008796 rows/sec., 8.33 MiB/sec. | ||
| 13933 | 2024.11.13 20:56:59.330534 [ 274 ] {87758808-44b8-4a0e-822a-8622a52f1ce0} <Debug> TCPHandler: Processed in 0.004282045 sec. | ||
| 13934 | 2024.11.13 20:56:59.330739 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13935 | 2024.11.13 20:56:59.330901 [ 277 ] {a83533ad-bef3-4a85-8f52-183a5facc7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13936 | 2024.11.13 20:56:59.330972 [ 277 ] {a83533ad-bef3-4a85-8f52-183a5facc7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13937 | 2024.11.13 20:56:59.331641 [ 277 ] {a83533ad-bef3-4a85-8f52-183a5facc7f8} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13938 | 2024.11.13 20:56:59.331689 [ 277 ] {a83533ad-bef3-4a85-8f52-183a5facc7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13939 | 2024.11.13 20:56:59.332142 [ 277 ] {a83533ad-bef3-4a85-8f52-183a5facc7f8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13940 | 2024.11.13 20:56:59.332471 [ 277 ] {a83533ad-bef3-4a85-8f52-183a5facc7f8} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13941 | 2024.11.13 20:56:59.332735 [ 277 ] {a83533ad-bef3-4a85-8f52-183a5facc7f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001866 sec., 3215.434083601286 rows/sec., 167.99 KiB/sec. | ||
| 13942 | 2024.11.13 20:56:59.332806 [ 277 ] {a83533ad-bef3-4a85-8f52-183a5facc7f8} <Debug> TCPHandler: Processed in 0.002135827 sec. | ||
| 13943 | 2024.11.13 20:56:59.333020 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13944 | 2024.11.13 20:56:59.333186 [ 274 ] {a23ef1ec-2d50-44ec-8378-5e545ad50e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13945 | 2024.11.13 20:56:59.333265 [ 274 ] {a23ef1ec-2d50-44ec-8378-5e545ad50e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13946 | 2024.11.13 20:56:59.334175 [ 274 ] {a23ef1ec-2d50-44ec-8378-5e545ad50e1b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13947 | 2024.11.13 20:56:59.334235 [ 274 ] {a23ef1ec-2d50-44ec-8378-5e545ad50e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13948 | 2024.11.13 20:56:59.334859 [ 274 ] {a23ef1ec-2d50-44ec-8378-5e545ad50e1b} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13949 | 2024.11.13 20:56:59.335245 [ 274 ] {a23ef1ec-2d50-44ec-8378-5e545ad50e1b} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13950 | 2024.11.13 20:56:59.335547 [ 274 ] {a23ef1ec-2d50-44ec-8378-5e545ad50e1b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002396 sec., 98914.85809682804 rows/sec., 6.63 MiB/sec. | ||
| 13951 | 2024.11.13 20:56:59.335627 [ 274 ] {a23ef1ec-2d50-44ec-8378-5e545ad50e1b} <Debug> TCPHandler: Processed in 0.002691437 sec. | ||
| 13952 | 2024.11.13 20:56:59.335811 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13953 | 2024.11.13 20:56:59.335959 [ 277 ] {ef2e7171-ecbd-46a7-be17-baf57d7a66f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13954 | 2024.11.13 20:56:59.336030 [ 277 ] {ef2e7171-ecbd-46a7-be17-baf57d7a66f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13955 | 2024.11.13 20:56:59.336641 [ 277 ] {ef2e7171-ecbd-46a7-be17-baf57d7a66f3} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13956 | 2024.11.13 20:56:59.336690 [ 277 ] {ef2e7171-ecbd-46a7-be17-baf57d7a66f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13957 | 2024.11.13 20:56:59.337158 [ 277 ] {ef2e7171-ecbd-46a7-be17-baf57d7a66f3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13958 | 2024.11.13 20:56:59.337479 [ 277 ] {ef2e7171-ecbd-46a7-be17-baf57d7a66f3} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13959 | 2024.11.13 20:56:59.337766 [ 277 ] {ef2e7171-ecbd-46a7-be17-baf57d7a66f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001838 sec., 544.069640914037 rows/sec., 36.66 KiB/sec. | ||
| 13960 | 2024.11.13 20:56:59.337844 [ 277 ] {ef2e7171-ecbd-46a7-be17-baf57d7a66f3} <Debug> TCPHandler: Processed in 0.002097887 sec. | ||
| 13961 | 2024.11.13 20:56:59.338071 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13962 | 2024.11.13 20:56:59.338290 [ 274 ] {8d1eaa00-d9b9-4aa2-bdbb-a0916beb4d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13963 | 2024.11.13 20:56:59.338428 [ 274 ] {8d1eaa00-d9b9-4aa2-bdbb-a0916beb4d2d} <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 | ||
| 13964 | 2024.11.13 20:56:59.340456 [ 274 ] {8d1eaa00-d9b9-4aa2-bdbb-a0916beb4d2d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13965 | 2024.11.13 20:56:59.340522 [ 274 ] {8d1eaa00-d9b9-4aa2-bdbb-a0916beb4d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13966 | 2024.11.13 20:56:59.341944 [ 274 ] {8d1eaa00-d9b9-4aa2-bdbb-a0916beb4d2d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13967 | 2024.11.13 20:56:59.342347 [ 274 ] {8d1eaa00-d9b9-4aa2-bdbb-a0916beb4d2d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13968 | 2024.11.13 20:56:59.342713 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 13969 | 2024.11.13 20:56:59.342749 [ 274 ] {8d1eaa00-d9b9-4aa2-bdbb-a0916beb4d2d} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.004505 sec., 9322.974472807991 rows/sec., 16.71 MiB/sec. | ||
| 13970 | 2024.11.13 20:56:59.342795 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 13971 | 2024.11.13 20:56:59.343111 [ 274 ] {8d1eaa00-d9b9-4aa2-bdbb-a0916beb4d2d} <Debug> TCPHandler: Processed in 0.00513436 sec. | ||
| 13972 | 2024.11.13 20:56:59.343376 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13973 | 2024.11.13 20:56:59.343577 [ 277 ] {6f6616c3-ac44-49fd-b9a4-4655f759b8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13974 | 2024.11.13 20:56:59.343691 [ 277 ] {6f6616c3-ac44-49fd-b9a4-4655f759b8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13975 | 2024.11.13 20:56:59.345188 [ 277 ] {6f6616c3-ac44-49fd-b9a4-4655f759b8d2} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13976 | 2024.11.13 20:56:59.345238 [ 277 ] {6f6616c3-ac44-49fd-b9a4-4655f759b8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13977 | 2024.11.13 20:56:59.346138 [ 277 ] {6f6616c3-ac44-49fd-b9a4-4655f759b8d2} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13978 | 2024.11.13 20:56:59.346670 [ 277 ] {6f6616c3-ac44-49fd-b9a4-4655f759b8d2} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13979 | 2024.11.13 20:56:59.346996 [ 277 ] {6f6616c3-ac44-49fd-b9a4-4655f759b8d2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003484 sec., 23536.165327210103 rows/sec., 1.49 MiB/sec. | ||
| 13980 | 2024.11.13 20:56:59.347144 [ 277 ] {6f6616c3-ac44-49fd-b9a4-4655f759b8d2} <Debug> TCPHandler: Processed in 0.003896968 sec. | ||
| 13981 | 2024.11.13 20:56:59.347769 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 13982 | 2024.11.13 20:57:00.284658 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 13983 | 2024.11.13 20:57:00.284706 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 13984 | 2024.11.13 20:57:00.286584 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): 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] | ||
| 13985 | 2024.11.13 20:57:04.304227 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13986 | 2024.11.13 20:57:04.304491 [ 277 ] {f5835c51-4453-483a-9e57-db3012ffd9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13987 | 2024.11.13 20:57:04.304587 [ 277 ] {f5835c51-4453-483a-9e57-db3012ffd9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13988 | 2024.11.13 20:57:04.305494 [ 277 ] {f5835c51-4453-483a-9e57-db3012ffd9a5} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13989 | 2024.11.13 20:57:04.305553 [ 277 ] {f5835c51-4453-483a-9e57-db3012ffd9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13990 | 2024.11.13 20:57:04.306036 [ 277 ] {f5835c51-4453-483a-9e57-db3012ffd9a5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13991 | 2024.11.13 20:57:04.306332 [ 277 ] {f5835c51-4453-483a-9e57-db3012ffd9a5} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13992 | 2024.11.13 20:57:04.306626 [ 277 ] {f5835c51-4453-483a-9e57-db3012ffd9a5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002187 sec., 914.4947416552354 rows/sec., 74.57 KiB/sec. | ||
| 13993 | 2024.11.13 20:57:04.306758 [ 277 ] {f5835c51-4453-483a-9e57-db3012ffd9a5} <Debug> TCPHandler: Processed in 0.002683897 sec. | ||
| 13994 | 2024.11.13 20:57:04.307103 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13995 | 2024.11.13 20:57:04.307320 [ 274 ] {efe16b11-72e0-4ca2-bfae-07290e701ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13996 | 2024.11.13 20:57:04.307407 [ 274 ] {efe16b11-72e0-4ca2-bfae-07290e701ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13997 | 2024.11.13 20:57:04.308306 [ 274 ] {efe16b11-72e0-4ca2-bfae-07290e701ee5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13998 | 2024.11.13 20:57:04.308358 [ 274 ] {efe16b11-72e0-4ca2-bfae-07290e701ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 13999 | 2024.11.13 20:57:04.308891 [ 274 ] {efe16b11-72e0-4ca2-bfae-07290e701ee5} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14000 | 2024.11.13 20:57:04.309233 [ 274 ] {efe16b11-72e0-4ca2-bfae-07290e701ee5} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14001 | 2024.11.13 20:57:04.309478 [ 274 ] {efe16b11-72e0-4ca2-bfae-07290e701ee5} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002221 sec., 25664.11526339487 rows/sec., 1.96 MiB/sec. | ||
| 14002 | 2024.11.13 20:57:04.309555 [ 274 ] {efe16b11-72e0-4ca2-bfae-07290e701ee5} <Debug> TCPHandler: Processed in 0.002608336 sec. | ||
| 14003 | 2024.11.13 20:57:04.309738 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14004 | 2024.11.13 20:57:04.309879 [ 277 ] {9c62f46e-2031-4961-9f9c-5c79fcd6ebaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14005 | 2024.11.13 20:57:04.309937 [ 277 ] {9c62f46e-2031-4961-9f9c-5c79fcd6ebaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14006 | 2024.11.13 20:57:04.310623 [ 277 ] {9c62f46e-2031-4961-9f9c-5c79fcd6ebaa} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14007 | 2024.11.13 20:57:04.310671 [ 277 ] {9c62f46e-2031-4961-9f9c-5c79fcd6ebaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14008 | 2024.11.13 20:57:04.311103 [ 277 ] {9c62f46e-2031-4961-9f9c-5c79fcd6ebaa} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14009 | 2024.11.13 20:57:04.311357 [ 277 ] {9c62f46e-2031-4961-9f9c-5c79fcd6ebaa} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14010 | 2024.11.13 20:57:04.311591 [ 277 ] {9c62f46e-2031-4961-9f9c-5c79fcd6ebaa} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001744 sec., 1146.788990825688 rows/sec., 80.07 KiB/sec. | ||
| 14011 | 2024.11.13 20:57:04.311653 [ 277 ] {9c62f46e-2031-4961-9f9c-5c79fcd6ebaa} <Debug> TCPHandler: Processed in 0.001983255 sec. | ||
| 14012 | 2024.11.13 20:57:04.311833 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14013 | 2024.11.13 20:57:04.311998 [ 274 ] {e2dd359b-57b7-463e-b21f-4781f16d6bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14014 | 2024.11.13 20:57:04.312063 [ 274 ] {e2dd359b-57b7-463e-b21f-4781f16d6bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14015 | 2024.11.13 20:57:04.312930 [ 274 ] {e2dd359b-57b7-463e-b21f-4781f16d6bfd} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14016 | 2024.11.13 20:57:04.312983 [ 274 ] {e2dd359b-57b7-463e-b21f-4781f16d6bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14017 | 2024.11.13 20:57:04.313529 [ 274 ] {e2dd359b-57b7-463e-b21f-4781f16d6bfd} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14018 | 2024.11.13 20:57:04.313882 [ 274 ] {e2dd359b-57b7-463e-b21f-4781f16d6bfd} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14019 | 2024.11.13 20:57:04.314155 [ 274 ] {e2dd359b-57b7-463e-b21f-4781f16d6bfd} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002184 sec., 30219.780219780216 rows/sec., 2.36 MiB/sec. | ||
| 14020 | 2024.11.13 20:57:04.314266 [ 274 ] {e2dd359b-57b7-463e-b21f-4781f16d6bfd} <Debug> TCPHandler: Processed in 0.002508313 sec. | ||
| 14021 | 2024.11.13 20:57:04.314521 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14022 | 2024.11.13 20:57:04.314930 [ 277 ] {59f6b030-f092-41a3-954d-52789f904fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14023 | 2024.11.13 20:57:04.315017 [ 277 ] {59f6b030-f092-41a3-954d-52789f904fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14024 | 2024.11.13 20:57:04.315930 [ 277 ] {59f6b030-f092-41a3-954d-52789f904fa7} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14025 | 2024.11.13 20:57:04.315993 [ 277 ] {59f6b030-f092-41a3-954d-52789f904fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14026 | 2024.11.13 20:57:04.316615 [ 277 ] {59f6b030-f092-41a3-954d-52789f904fa7} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14027 | 2024.11.13 20:57:04.316986 [ 277 ] {59f6b030-f092-41a3-954d-52789f904fa7} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14028 | 2024.11.13 20:57:04.317305 [ 277 ] {59f6b030-f092-41a3-954d-52789f904fa7} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002484 sec., 64814.81481481481 rows/sec., 4.51 MiB/sec. | ||
| 14029 | 2024.11.13 20:57:04.317382 [ 277 ] {59f6b030-f092-41a3-954d-52789f904fa7} <Debug> TCPHandler: Processed in 0.002986062 sec. | ||
| 14030 | 2024.11.13 20:57:04.317607 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14031 | 2024.11.13 20:57:04.317809 [ 274 ] {9eb86541-c5ff-43c3-af9a-5cbf59bfaad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14032 | 2024.11.13 20:57:04.317900 [ 274 ] {9eb86541-c5ff-43c3-af9a-5cbf59bfaad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14033 | 2024.11.13 20:57:04.318693 [ 274 ] {9eb86541-c5ff-43c3-af9a-5cbf59bfaad4} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14034 | 2024.11.13 20:57:04.318744 [ 274 ] {9eb86541-c5ff-43c3-af9a-5cbf59bfaad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14035 | 2024.11.13 20:57:04.319231 [ 274 ] {9eb86541-c5ff-43c3-af9a-5cbf59bfaad4} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14036 | 2024.11.13 20:57:04.319559 [ 274 ] {9eb86541-c5ff-43c3-af9a-5cbf59bfaad4} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14037 | 2024.11.13 20:57:04.319853 [ 274 ] {9eb86541-c5ff-43c3-af9a-5cbf59bfaad4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002094 sec., 28653.29512893983 rows/sec., 1.93 MiB/sec. | ||
| 14038 | 2024.11.13 20:57:04.319920 [ 274 ] {9eb86541-c5ff-43c3-af9a-5cbf59bfaad4} <Debug> TCPHandler: Processed in 0.002406082 sec. | ||
| 14039 | 2024.11.13 20:57:06.256106 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2022 | ||
| 14040 | 2024.11.13 20:57:06.259617 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14041 | 2024.11.13 20:57:06.259669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14042 | 2024.11.13 20:57:06.261151 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14043 | 2024.11.13 20:57:06.261464 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14044 | 2024.11.13 20:57:06.261998 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2022 | ||
| 14045 | 2024.11.13 20:57:09.301847 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14046 | 2024.11.13 20:57:09.302054 [ 277 ] {83bf20d4-58e3-4b46-94eb-39e3b8474c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14047 | 2024.11.13 20:57:09.302127 [ 277 ] {83bf20d4-58e3-4b46-94eb-39e3b8474c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14048 | 2024.11.13 20:57:09.302881 [ 277 ] {83bf20d4-58e3-4b46-94eb-39e3b8474c4a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14049 | 2024.11.13 20:57:09.302930 [ 277 ] {83bf20d4-58e3-4b46-94eb-39e3b8474c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14050 | 2024.11.13 20:57:09.303375 [ 277 ] {83bf20d4-58e3-4b46-94eb-39e3b8474c4a} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14051 | 2024.11.13 20:57:09.303641 [ 277 ] {83bf20d4-58e3-4b46-94eb-39e3b8474c4a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14052 | 2024.11.13 20:57:09.303870 [ 277 ] {83bf20d4-58e3-4b46-94eb-39e3b8474c4a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00187 sec., 29946.524064171124 rows/sec., 2.29 MiB/sec. | ||
| 14053 | 2024.11.13 20:57:09.303928 [ 277 ] {83bf20d4-58e3-4b46-94eb-39e3b8474c4a} <Debug> TCPHandler: Processed in 0.002211269 sec. | ||
| 14054 | 2024.11.13 20:57:09.304214 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14055 | 2024.11.13 20:57:09.304414 [ 274 ] {868bb3a9-c6a1-40d4-8b7f-482fb970396b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14056 | 2024.11.13 20:57:09.304491 [ 274 ] {868bb3a9-c6a1-40d4-8b7f-482fb970396b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14057 | 2024.11.13 20:57:09.305269 [ 274 ] {868bb3a9-c6a1-40d4-8b7f-482fb970396b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14058 | 2024.11.13 20:57:09.305315 [ 274 ] {868bb3a9-c6a1-40d4-8b7f-482fb970396b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14059 | 2024.11.13 20:57:09.305794 [ 274 ] {868bb3a9-c6a1-40d4-8b7f-482fb970396b} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14060 | 2024.11.13 20:57:09.306109 [ 274 ] {868bb3a9-c6a1-40d4-8b7f-482fb970396b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14061 | 2024.11.13 20:57:09.306332 [ 274 ] {868bb3a9-c6a1-40d4-8b7f-482fb970396b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001974 sec., 32421.47922998987 rows/sec., 2.53 MiB/sec. | ||
| 14062 | 2024.11.13 20:57:09.306418 [ 274 ] {868bb3a9-c6a1-40d4-8b7f-482fb970396b} <Debug> TCPHandler: Processed in 0.002352662 sec. | ||
| 14063 | 2024.11.13 20:57:09.306644 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14064 | 2024.11.13 20:57:09.307034 [ 277 ] {ab303857-8ab3-4943-8575-497c92cca884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14065 | 2024.11.13 20:57:09.307163 [ 277 ] {ab303857-8ab3-4943-8575-497c92cca884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14066 | 2024.11.13 20:57:09.307960 [ 277 ] {ab303857-8ab3-4943-8575-497c92cca884} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14067 | 2024.11.13 20:57:09.308014 [ 277 ] {ab303857-8ab3-4943-8575-497c92cca884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14068 | 2024.11.13 20:57:09.308589 [ 277 ] {ab303857-8ab3-4943-8575-497c92cca884} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14069 | 2024.11.13 20:57:09.308987 [ 277 ] {ab303857-8ab3-4943-8575-497c92cca884} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14070 | 2024.11.13 20:57:09.309274 [ 277 ] {ab303857-8ab3-4943-8575-497c92cca884} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002389 sec., 66973.62913352867 rows/sec., 4.66 MiB/sec. | ||
| 14071 | 2024.11.13 20:57:09.309334 [ 277 ] {ab303857-8ab3-4943-8575-497c92cca884} <Debug> TCPHandler: Processed in 0.002803319 sec. | ||
| 14072 | 2024.11.13 20:57:09.309496 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14073 | 2024.11.13 20:57:09.309620 [ 274 ] {014bffe6-84bc-47cd-b51a-dd773fae5db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14074 | 2024.11.13 20:57:09.309676 [ 274 ] {014bffe6-84bc-47cd-b51a-dd773fae5db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14075 | 2024.11.13 20:57:09.310236 [ 274 ] {014bffe6-84bc-47cd-b51a-dd773fae5db3} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14076 | 2024.11.13 20:57:09.310275 [ 274 ] {014bffe6-84bc-47cd-b51a-dd773fae5db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14077 | 2024.11.13 20:57:09.310688 [ 274 ] {014bffe6-84bc-47cd-b51a-dd773fae5db3} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14078 | 2024.11.13 20:57:09.310952 [ 274 ] {014bffe6-84bc-47cd-b51a-dd773fae5db3} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14079 | 2024.11.13 20:57:09.311137 [ 274 ] {014bffe6-84bc-47cd-b51a-dd773fae5db3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001546 sec., 38809.831824062094 rows/sec., 2.62 MiB/sec. | ||
| 14080 | 2024.11.13 20:57:09.311188 [ 274 ] {014bffe6-84bc-47cd-b51a-dd773fae5db3} <Debug> TCPHandler: Processed in 0.00175076 sec. | ||
| 14081 | 2024.11.13 20:57:10.809954 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14082 | 2024.11.13 20:57:10.810034 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14083 | 2024.11.13 20:57:12.498964 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14084 | 2024.11.13 20:57:12.657461 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14085 | 2024.11.13 20:57:12.673855 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14086 | 2024.11.13 20:57:12.718189 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14087 | 2024.11.13 20:57:12.927671 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14088 | 2024.11.13 20:57:12.935061 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55823, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14089 | 2024.11.13 20:57:12.982330 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14090 | 2024.11.13 20:57:12.986606 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14091 | 2024.11.13 20:57:14.310307 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14092 | 2024.11.13 20:57:14.310519 [ 277 ] {43594f41-e653-4951-baac-53edd8d4bbcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14093 | 2024.11.13 20:57:14.310593 [ 277 ] {43594f41-e653-4951-baac-53edd8d4bbcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14094 | 2024.11.13 20:57:14.311353 [ 277 ] {43594f41-e653-4951-baac-53edd8d4bbcf} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14095 | 2024.11.13 20:57:14.311408 [ 277 ] {43594f41-e653-4951-baac-53edd8d4bbcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14096 | 2024.11.13 20:57:14.311842 [ 277 ] {43594f41-e653-4951-baac-53edd8d4bbcf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14097 | 2024.11.13 20:57:14.312098 [ 277 ] {43594f41-e653-4951-baac-53edd8d4bbcf} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14098 | 2024.11.13 20:57:14.312347 [ 277 ] {43594f41-e653-4951-baac-53edd8d4bbcf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 536.64 KiB/sec. | ||
| 14099 | 2024.11.13 20:57:14.312474 [ 277 ] {43594f41-e653-4951-baac-53edd8d4bbcf} <Debug> TCPHandler: Processed in 0.00230395 sec. | ||
| 14100 | 2024.11.13 20:57:14.312863 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14101 | 2024.11.13 20:57:14.313161 [ 274 ] {68e194e5-14e9-4faf-ad63-8b5765426f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14102 | 2024.11.13 20:57:14.313278 [ 274 ] {68e194e5-14e9-4faf-ad63-8b5765426f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14103 | 2024.11.13 20:57:14.314289 [ 274 ] {68e194e5-14e9-4faf-ad63-8b5765426f03} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14104 | 2024.11.13 20:57:14.314333 [ 274 ] {68e194e5-14e9-4faf-ad63-8b5765426f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14105 | 2024.11.13 20:57:14.314800 [ 274 ] {68e194e5-14e9-4faf-ad63-8b5765426f03} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14106 | 2024.11.13 20:57:14.315066 [ 274 ] {68e194e5-14e9-4faf-ad63-8b5765426f03} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14107 | 2024.11.13 20:57:14.315265 [ 50 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14108 | 2024.11.13 20:57:14.315320 [ 274 ] {68e194e5-14e9-4faf-ad63-8b5765426f03} <Debug> executeQuery: Read 307 rows, 27.82 KiB in 0.002236 sec., 137298.74776386403 rows/sec., 12.15 MiB/sec. | ||
| 14109 | 2024.11.13 20:57:14.315362 [ 50 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14110 | 2024.11.13 20:57:14.315433 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14111 | 2024.11.13 20:57:14.315435 [ 274 ] {68e194e5-14e9-4faf-ad63-8b5765426f03} <Debug> TCPHandler: Processed in 0.00279976 sec. | ||
| 14112 | 2024.11.13 20:57:14.315666 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14113 | 2024.11.13 20:57:14.315675 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14114 | 2024.11.13 20:57:14.315854 [ 277 ] {d5691ff3-028d-443f-96e2-b3225a3c780e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14115 | 2024.11.13 20:57:14.315931 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14116 | 2024.11.13 20:57:14.315950 [ 277 ] {d5691ff3-028d-443f-96e2-b3225a3c780e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14117 | 2024.11.13 20:57:14.316038 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1437 rows starting from the beginning of the part | ||
| 14118 | 2024.11.13 20:57:14.316356 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part | ||
| 14119 | 2024.11.13 20:57:14.316678 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 287 rows starting from the beginning of the part | ||
| 14120 | 2024.11.13 20:57:14.317025 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 57 rows starting from the beginning of the part | ||
| 14121 | 2024.11.13 20:57:14.317440 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part | ||
| 14122 | 2024.11.13 20:57:14.317851 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 307 rows starting from the beginning of the part | ||
| 14123 | 2024.11.13 20:57:14.319030 [ 277 ] {d5691ff3-028d-443f-96e2-b3225a3c780e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14124 | 2024.11.13 20:57:14.319098 [ 277 ] {d5691ff3-028d-443f-96e2-b3225a3c780e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14125 | 2024.11.13 20:57:14.319965 [ 277 ] {d5691ff3-028d-443f-96e2-b3225a3c780e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14126 | 2024.11.13 20:57:14.320423 [ 277 ] {d5691ff3-028d-443f-96e2-b3225a3c780e} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14127 | 2024.11.13 20:57:14.320890 [ 277 ] {d5691ff3-028d-443f-96e2-b3225a3c780e} <Debug> executeQuery: Read 59 rows, 4.37 KiB in 0.005075 sec., 11625.615763546799 rows/sec., 860.34 KiB/sec. | ||
| 14128 | 2024.11.13 20:57:14.321288 [ 277 ] {d5691ff3-028d-443f-96e2-b3225a3c780e} <Debug> TCPHandler: Processed in 0.00572095 sec. | ||
| 14129 | 2024.11.13 20:57:14.321730 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14130 | 2024.11.13 20:57:14.321744 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2200 rows, containing 5 columns (5 merged, 0 gathered) in 0.006205759 sec., 354509.4161729452 rows/sec., 31.21 MiB/sec. | ||
| 14131 | 2024.11.13 20:57:14.322052 [ 274 ] {b9e87bba-6888-437d-a892-e4e3143851ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14132 | 2024.11.13 20:57:14.322119 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14133 | 2024.11.13 20:57:14.322138 [ 274 ] {b9e87bba-6888-437d-a892-e4e3143851ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14134 | 2024.11.13 20:57:14.322834 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14135 | 2024.11.13 20:57:14.323001 [ 190 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_131_26} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14136 | 2024.11.13 20:57:14.323154 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 14137 | 2024.11.13 20:57:14.323378 [ 274 ] {b9e87bba-6888-437d-a892-e4e3143851ee} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14138 | 2024.11.13 20:57:14.323422 [ 274 ] {b9e87bba-6888-437d-a892-e4e3143851ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14139 | 2024.11.13 20:57:14.323796 [ 274 ] {b9e87bba-6888-437d-a892-e4e3143851ee} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14140 | 2024.11.13 20:57:14.324056 [ 274 ] {b9e87bba-6888-437d-a892-e4e3143851ee} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14141 | 2024.11.13 20:57:14.324273 [ 274 ] {b9e87bba-6888-437d-a892-e4e3143851ee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002317 sec., 6042.296072507553 rows/sec., 423.16 KiB/sec. | ||
| 14142 | 2024.11.13 20:57:14.324329 [ 274 ] {b9e87bba-6888-437d-a892-e4e3143851ee} <Debug> TCPHandler: Processed in 0.002906581 sec. | ||
| 14143 | 2024.11.13 20:57:14.324479 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14144 | 2024.11.13 20:57:14.324624 [ 277 ] {52fa84d0-bb0f-40b3-b60a-fff4f054628d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14145 | 2024.11.13 20:57:14.324683 [ 277 ] {52fa84d0-bb0f-40b3-b60a-fff4f054628d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14146 | 2024.11.13 20:57:14.325372 [ 277 ] {52fa84d0-bb0f-40b3-b60a-fff4f054628d} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14147 | 2024.11.13 20:57:14.325418 [ 277 ] {52fa84d0-bb0f-40b3-b60a-fff4f054628d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14148 | 2024.11.13 20:57:14.325801 [ 277 ] {52fa84d0-bb0f-40b3-b60a-fff4f054628d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14149 | 2024.11.13 20:57:14.326044 [ 277 ] {52fa84d0-bb0f-40b3-b60a-fff4f054628d} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14150 | 2024.11.13 20:57:14.326253 [ 277 ] {52fa84d0-bb0f-40b3-b60a-fff4f054628d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec. | ||
| 14151 | 2024.11.13 20:57:14.326304 [ 277 ] {52fa84d0-bb0f-40b3-b60a-fff4f054628d} <Debug> TCPHandler: Processed in 0.001886373 sec. | ||
| 14152 | 2024.11.13 20:57:14.326448 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14153 | 2024.11.13 20:57:14.326579 [ 274 ] {77dae4f8-ea49-43ee-b979-868ccab84c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14154 | 2024.11.13 20:57:14.326636 [ 274 ] {77dae4f8-ea49-43ee-b979-868ccab84c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14155 | 2024.11.13 20:57:14.327540 [ 274 ] {77dae4f8-ea49-43ee-b979-868ccab84c20} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14156 | 2024.11.13 20:57:14.327579 [ 274 ] {77dae4f8-ea49-43ee-b979-868ccab84c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14157 | 2024.11.13 20:57:14.327969 [ 274 ] {77dae4f8-ea49-43ee-b979-868ccab84c20} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14158 | 2024.11.13 20:57:14.328216 [ 274 ] {77dae4f8-ea49-43ee-b979-868ccab84c20} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14159 | 2024.11.13 20:57:14.328392 [ 50 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14160 | 2024.11.13 20:57:14.328457 [ 50 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14161 | 2024.11.13 20:57:14.328465 [ 274 ] {77dae4f8-ea49-43ee-b979-868ccab84c20} <Debug> executeQuery: Read 444 rows, 32.66 KiB in 0.001902 sec., 233438.48580441638 rows/sec., 16.77 MiB/sec. | ||
| 14162 | 2024.11.13 20:57:14.328488 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14163 | 2024.11.13 20:57:14.328610 [ 274 ] {77dae4f8-ea49-43ee-b979-868ccab84c20} <Debug> TCPHandler: Processed in 0.002209349 sec. | ||
| 14164 | 2024.11.13 20:57:14.328756 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14165 | 2024.11.13 20:57:14.328811 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14166 | 2024.11.13 20:57:14.328873 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14167 | 2024.11.13 20:57:14.328910 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 916 rows starting from the beginning of the part | ||
| 14168 | 2024.11.13 20:57:14.328971 [ 277 ] {fa175015-0b8d-40eb-a5fd-7b46a5abec76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14169 | 2024.11.13 20:57:14.329055 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part | ||
| 14170 | 2024.11.13 20:57:14.329123 [ 277 ] {fa175015-0b8d-40eb-a5fd-7b46a5abec76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14171 | 2024.11.13 20:57:14.329459 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 424 rows starting from the beginning of the part | ||
| 14172 | 2024.11.13 20:57:14.329820 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 66 rows starting from the beginning of the part | ||
| 14173 | 2024.11.13 20:57:14.330235 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part | ||
| 14174 | 2024.11.13 20:57:14.330553 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 444 rows starting from the beginning of the part | ||
| 14175 | 2024.11.13 20:57:14.331592 [ 277 ] {fa175015-0b8d-40eb-a5fd-7b46a5abec76} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14176 | 2024.11.13 20:57:14.331636 [ 277 ] {fa175015-0b8d-40eb-a5fd-7b46a5abec76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14177 | 2024.11.13 20:57:14.332144 [ 277 ] {fa175015-0b8d-40eb-a5fd-7b46a5abec76} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14178 | 2024.11.13 20:57:14.332447 [ 277 ] {fa175015-0b8d-40eb-a5fd-7b46a5abec76} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14179 | 2024.11.13 20:57:14.332765 [ 277 ] {fa175015-0b8d-40eb-a5fd-7b46a5abec76} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00383 sec., 1566.579634464752 rows/sec., 81.85 KiB/sec. | ||
| 14180 | 2024.11.13 20:57:14.332906 [ 277 ] {fa175015-0b8d-40eb-a5fd-7b46a5abec76} <Debug> TCPHandler: Processed in 0.004191984 sec. | ||
| 14181 | 2024.11.13 20:57:14.332925 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1978 rows, containing 5 columns (5 merged, 0 gathered) in 0.004309576 sec., 458977.86696417467 rows/sec., 35.17 MiB/sec. | ||
| 14182 | 2024.11.13 20:57:14.333089 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14183 | 2024.11.13 20:57:14.333135 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14184 | 2024.11.13 20:57:14.333464 [ 274 ] {28ff6347-5efb-462d-8624-e8973e1bfeeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14185 | 2024.11.13 20:57:14.333545 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14186 | 2024.11.13 20:57:14.333590 [ 274 ] {28ff6347-5efb-462d-8624-e8973e1bfeeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14187 | 2024.11.13 20:57:14.333739 [ 199 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_131_26} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14188 | 2024.11.13 20:57:14.333954 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 14189 | 2024.11.13 20:57:14.334487 [ 274 ] {28ff6347-5efb-462d-8624-e8973e1bfeeb} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14190 | 2024.11.13 20:57:14.334531 [ 274 ] {28ff6347-5efb-462d-8624-e8973e1bfeeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14191 | 2024.11.13 20:57:14.334939 [ 274 ] {28ff6347-5efb-462d-8624-e8973e1bfeeb} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14192 | 2024.11.13 20:57:14.335186 [ 274 ] {28ff6347-5efb-462d-8624-e8973e1bfeeb} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14193 | 2024.11.13 20:57:14.335402 [ 274 ] {28ff6347-5efb-462d-8624-e8973e1bfeeb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002053 sec., 115440.81831466146 rows/sec., 7.74 MiB/sec. | ||
| 14194 | 2024.11.13 20:57:14.335455 [ 274 ] {28ff6347-5efb-462d-8624-e8973e1bfeeb} <Debug> TCPHandler: Processed in 0.002455403 sec. | ||
| 14195 | 2024.11.13 20:57:14.335609 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14196 | 2024.11.13 20:57:14.335749 [ 277 ] {904175cc-88a4-4788-bee7-c0c444db4bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14197 | 2024.11.13 20:57:14.335809 [ 277 ] {904175cc-88a4-4788-bee7-c0c444db4bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14198 | 2024.11.13 20:57:14.336361 [ 277 ] {904175cc-88a4-4788-bee7-c0c444db4bd9} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14199 | 2024.11.13 20:57:14.336407 [ 277 ] {904175cc-88a4-4788-bee7-c0c444db4bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14200 | 2024.11.13 20:57:14.336780 [ 277 ] {904175cc-88a4-4788-bee7-c0c444db4bd9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14201 | 2024.11.13 20:57:14.337031 [ 277 ] {904175cc-88a4-4788-bee7-c0c444db4bd9} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14202 | 2024.11.13 20:57:14.337239 [ 277 ] {904175cc-88a4-4788-bee7-c0c444db4bd9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001522 sec., 657.030223390276 rows/sec., 44.27 KiB/sec. | ||
| 14203 | 2024.11.13 20:57:14.337287 [ 277 ] {904175cc-88a4-4788-bee7-c0c444db4bd9} <Debug> TCPHandler: Processed in 0.001746231 sec. | ||
| 14204 | 2024.11.13 20:57:14.337426 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14205 | 2024.11.13 20:57:14.337553 [ 274 ] {c636bc0a-3c31-4803-8edd-8ba9d805712d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14206 | 2024.11.13 20:57:14.337647 [ 274 ] {c636bc0a-3c31-4803-8edd-8ba9d805712d} <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 | ||
| 14207 | 2024.11.13 20:57:14.339061 [ 274 ] {c636bc0a-3c31-4803-8edd-8ba9d805712d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14208 | 2024.11.13 20:57:14.339100 [ 274 ] {c636bc0a-3c31-4803-8edd-8ba9d805712d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14209 | 2024.11.13 20:57:14.339817 [ 274 ] {c636bc0a-3c31-4803-8edd-8ba9d805712d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14210 | 2024.11.13 20:57:14.340080 [ 274 ] {c636bc0a-3c31-4803-8edd-8ba9d805712d} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14211 | 2024.11.13 20:57:14.340323 [ 274 ] {c636bc0a-3c31-4803-8edd-8ba9d805712d} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.002801 sec., 18564.79828632631 rows/sec., 33.27 MiB/sec. | ||
| 14212 | 2024.11.13 20:57:14.340416 [ 274 ] {c636bc0a-3c31-4803-8edd-8ba9d805712d} <Debug> TCPHandler: Processed in 0.003044563 sec. | ||
| 14213 | 2024.11.13 20:57:14.340576 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14214 | 2024.11.13 20:57:14.340696 [ 277 ] {63b31b01-3fb5-41d0-891e-0f4ad7b256a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 14215 | 2024.11.13 20:57:14.340747 [ 277 ] {63b31b01-3fb5-41d0-891e-0f4ad7b256a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14216 | 2024.11.13 20:57:14.341222 [ 277 ] {63b31b01-3fb5-41d0-891e-0f4ad7b256a0} <Trace> oximeter.measurements_i64 (2411af45-67f4-4ac6-be00-095ad90aafc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14217 | 2024.11.13 20:57:14.341259 [ 277 ] {63b31b01-3fb5-41d0-891e-0f4ad7b256a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14218 | 2024.11.13 20:57:14.341631 [ 277 ] {63b31b01-3fb5-41d0-891e-0f4ad7b256a0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 14219 | 2024.11.13 20:57:14.341870 [ 277 ] {63b31b01-3fb5-41d0-891e-0f4ad7b256a0} <Trace> oximeter.measurements_i64 (2411af45-67f4-4ac6-be00-095ad90aafc4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14220 | 2024.11.13 20:57:14.342234 [ 277 ] {63b31b01-3fb5-41d0-891e-0f4ad7b256a0} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001508 sec., 9946.949602122017 rows/sec., 721.41 KiB/sec. | ||
| 14221 | 2024.11.13 20:57:14.342395 [ 277 ] {63b31b01-3fb5-41d0-891e-0f4ad7b256a0} <Debug> TCPHandler: Processed in 0.001880913 sec. | ||
| 14222 | 2024.11.13 20:57:14.342546 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14223 | 2024.11.13 20:57:14.342683 [ 274 ] {26a714d8-0ac3-4b46-93b5-2a6019909574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14224 | 2024.11.13 20:57:14.342742 [ 274 ] {26a714d8-0ac3-4b46-93b5-2a6019909574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14225 | 2024.11.13 20:57:14.343327 [ 274 ] {26a714d8-0ac3-4b46-93b5-2a6019909574} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14226 | 2024.11.13 20:57:14.343374 [ 274 ] {26a714d8-0ac3-4b46-93b5-2a6019909574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14227 | 2024.11.13 20:57:14.343780 [ 274 ] {26a714d8-0ac3-4b46-93b5-2a6019909574} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14228 | 2024.11.13 20:57:14.344021 [ 274 ] {26a714d8-0ac3-4b46-93b5-2a6019909574} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14229 | 2024.11.13 20:57:14.344258 [ 274 ] {26a714d8-0ac3-4b46-93b5-2a6019909574} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001598 sec., 51314.14267834793 rows/sec., 3.26 MiB/sec. | ||
| 14230 | 2024.11.13 20:57:14.344358 [ 274 ] {26a714d8-0ac3-4b46-93b5-2a6019909574} <Debug> TCPHandler: Processed in 0.001876853 sec. | ||
| 14231 | 2024.11.13 20:57:16.262233 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2054 | ||
| 14232 | 2024.11.13 20:57:16.265370 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14233 | 2024.11.13 20:57:16.265424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14234 | 2024.11.13 20:57:16.266916 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14235 | 2024.11.13 20:57:16.267251 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14236 | 2024.11.13 20:57:16.267613 [ 222 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 14237 | 2024.11.13 20:57:16.267653 [ 222 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 14238 | 2024.11.13 20:57:16.268107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2054 | ||
| 14239 | 2024.11.13 20:57:16.269887 [ 222 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 14240 | 2024.11.13 20:57:16.545289 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14241 | 2024.11.13 20:57:16.881648 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14242 | 2024.11.13 20:57:17.284451 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14243 | 2024.11.13 20:57:17.425092 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14244 | 2024.11.13 20:57:17.425111 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39455, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14245 | 2024.11.13 20:57:17.466456 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37903, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14246 | 2024.11.13 20:57:17.482770 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40719, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14247 | 2024.11.13 20:57:17.495121 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14248 | 2024.11.13 20:57:17.499395 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49183, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14249 | 2024.11.13 20:57:17.547344 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14250 | 2024.11.13 20:57:17.629066 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45447, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14251 | 2024.11.13 20:57:17.646376 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63827, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14252 | 2024.11.13 20:57:17.723943 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14253 | 2024.11.13 20:57:17.737465 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34141, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14254 | 2024.11.13 20:57:17.748909 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38579, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14255 | 2024.11.13 20:57:17.778427 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14256 | 2024.11.13 20:57:18.837525 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14257 | 2024.11.13 20:57:19.303548 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14258 | 2024.11.13 20:57:19.303754 [ 277 ] {9660a908-0ec0-4060-8101-453d225d4369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14259 | 2024.11.13 20:57:19.303901 [ 277 ] {9660a908-0ec0-4060-8101-453d225d4369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14260 | 2024.11.13 20:57:19.304723 [ 277 ] {9660a908-0ec0-4060-8101-453d225d4369} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14261 | 2024.11.13 20:57:19.304784 [ 277 ] {9660a908-0ec0-4060-8101-453d225d4369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14262 | 2024.11.13 20:57:19.305222 [ 277 ] {9660a908-0ec0-4060-8101-453d225d4369} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 14263 | 2024.11.13 20:57:19.305481 [ 277 ] {9660a908-0ec0-4060-8101-453d225d4369} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14264 | 2024.11.13 20:57:19.305707 [ 277 ] {9660a908-0ec0-4060-8101-453d225d4369} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002006 sec., 997.0089730807578 rows/sec., 81.30 KiB/sec. | ||
| 14265 | 2024.11.13 20:57:19.305812 [ 277 ] {9660a908-0ec0-4060-8101-453d225d4369} <Debug> TCPHandler: Processed in 0.002395133 sec. | ||
| 14266 | 2024.11.13 20:57:19.306097 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14267 | 2024.11.13 20:57:19.306288 [ 274 ] {62ff6244-847d-4f5b-aaaa-7a4843d9527f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14268 | 2024.11.13 20:57:19.306361 [ 274 ] {62ff6244-847d-4f5b-aaaa-7a4843d9527f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14269 | 2024.11.13 20:57:19.307120 [ 274 ] {62ff6244-847d-4f5b-aaaa-7a4843d9527f} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14270 | 2024.11.13 20:57:19.307166 [ 274 ] {62ff6244-847d-4f5b-aaaa-7a4843d9527f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14271 | 2024.11.13 20:57:19.307609 [ 274 ] {62ff6244-847d-4f5b-aaaa-7a4843d9527f} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14272 | 2024.11.13 20:57:19.307875 [ 274 ] {62ff6244-847d-4f5b-aaaa-7a4843d9527f} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14273 | 2024.11.13 20:57:19.308099 [ 274 ] {62ff6244-847d-4f5b-aaaa-7a4843d9527f} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001863 sec., 30595.813204508857 rows/sec., 2.33 MiB/sec. | ||
| 14274 | 2024.11.13 20:57:19.308155 [ 274 ] {62ff6244-847d-4f5b-aaaa-7a4843d9527f} <Debug> TCPHandler: Processed in 0.002205869 sec. | ||
| 14275 | 2024.11.13 20:57:19.308339 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14276 | 2024.11.13 20:57:19.308480 [ 277 ] {1f8eef29-3e60-4772-b299-aa048d3cc1ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14277 | 2024.11.13 20:57:19.308537 [ 277 ] {1f8eef29-3e60-4772-b299-aa048d3cc1ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14278 | 2024.11.13 20:57:19.309121 [ 277 ] {1f8eef29-3e60-4772-b299-aa048d3cc1ed} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14279 | 2024.11.13 20:57:19.309160 [ 277 ] {1f8eef29-3e60-4772-b299-aa048d3cc1ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14280 | 2024.11.13 20:57:19.309513 [ 277 ] {1f8eef29-3e60-4772-b299-aa048d3cc1ed} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14281 | 2024.11.13 20:57:19.309756 [ 277 ] {1f8eef29-3e60-4772-b299-aa048d3cc1ed} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14282 | 2024.11.13 20:57:19.309970 [ 277 ] {1f8eef29-3e60-4772-b299-aa048d3cc1ed} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001519 sec., 1316.6556945358789 rows/sec., 91.93 KiB/sec. | ||
| 14283 | 2024.11.13 20:57:19.310035 [ 277 ] {1f8eef29-3e60-4772-b299-aa048d3cc1ed} <Debug> TCPHandler: Processed in 0.001766371 sec. | ||
| 14284 | 2024.11.13 20:57:19.310246 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14285 | 2024.11.13 20:57:19.310385 [ 274 ] {6dc8b098-cebc-4f98-8e3b-b2823e34c662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14286 | 2024.11.13 20:57:19.310441 [ 274 ] {6dc8b098-cebc-4f98-8e3b-b2823e34c662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14287 | 2024.11.13 20:57:19.311078 [ 274 ] {6dc8b098-cebc-4f98-8e3b-b2823e34c662} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14288 | 2024.11.13 20:57:19.311117 [ 274 ] {6dc8b098-cebc-4f98-8e3b-b2823e34c662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14289 | 2024.11.13 20:57:19.311494 [ 274 ] {6dc8b098-cebc-4f98-8e3b-b2823e34c662} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14290 | 2024.11.13 20:57:19.311757 [ 274 ] {6dc8b098-cebc-4f98-8e3b-b2823e34c662} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14291 | 2024.11.13 20:57:19.311975 [ 274 ] {6dc8b098-cebc-4f98-8e3b-b2823e34c662} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001617 sec., 40816.32653061225 rows/sec., 3.19 MiB/sec. | ||
| 14292 | 2024.11.13 20:57:19.312028 [ 274 ] {6dc8b098-cebc-4f98-8e3b-b2823e34c662} <Debug> TCPHandler: Processed in 0.001891284 sec. | ||
| 14293 | 2024.11.13 20:57:19.312043 [ 221 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14294 | 2024.11.13 20:57:19.312088 [ 221 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14295 | 2024.11.13 20:57:19.312224 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14296 | 2024.11.13 20:57:19.312382 [ 277 ] {ad87aa02-27ee-450e-9626-77f2d94ab161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14297 | 2024.11.13 20:57:19.312465 [ 277 ] {ad87aa02-27ee-450e-9626-77f2d94ab161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14298 | 2024.11.13 20:57:19.313798 [ 277 ] {ad87aa02-27ee-450e-9626-77f2d94ab161} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14299 | 2024.11.13 20:57:19.313919 [ 277 ] {ad87aa02-27ee-450e-9626-77f2d94ab161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14300 | 2024.11.13 20:57:19.314804 [ 277 ] {ad87aa02-27ee-450e-9626-77f2d94ab161} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14301 | 2024.11.13 20:57:19.315333 [ 277 ] {ad87aa02-27ee-450e-9626-77f2d94ab161} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14302 | 2024.11.13 20:57:19.315696 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14303 | 2024.11.13 20:57:19.315813 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14304 | 2024.11.13 20:57:19.315872 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14305 | 2024.11.13 20:57:19.315877 [ 277 ] {ad87aa02-27ee-450e-9626-77f2d94ab161} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.003498 sec., 36878.21612349914 rows/sec., 2.57 MiB/sec. | ||
| 14306 | 2024.11.13 20:57:19.316214 [ 277 ] {ad87aa02-27ee-450e-9626-77f2d94ab161} <Debug> TCPHandler: Processed in 0.004085612 sec. | ||
| 14307 | 2024.11.13 20:57:19.316561 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14308 | 2024.11.13 20:57:19.317042 [ 274 ] {d8cbb096-ed68-4200-8477-f3f83033d9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14309 | 2024.11.13 20:57:19.317292 [ 274 ] {d8cbb096-ed68-4200-8477-f3f83033d9bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14310 | 2024.11.13 20:57:19.317683 [ 221 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14311 | 2024.11.13 20:57:19.319475 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14312 | 2024.11.13 20:57:19.320264 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14313 | 2024.11.13 20:57:19.320401 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_126_25, total 22557 rows starting from the beginning of the part | ||
| 14314 | 2024.11.13 20:57:19.320672 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 237 rows starting from the beginning of the part | ||
| 14315 | 2024.11.13 20:57:19.321035 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 161 rows starting from the beginning of the part | ||
| 14316 | 2024.11.13 20:57:19.321372 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part | ||
| 14317 | 2024.11.13 20:57:19.321661 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 237 rows starting from the beginning of the part | ||
| 14318 | 2024.11.13 20:57:19.321701 [ 274 ] {d8cbb096-ed68-4200-8477-f3f83033d9bb} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14319 | 2024.11.13 20:57:19.321823 [ 192 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 129 rows starting from the beginning of the part | ||
| 14320 | 2024.11.13 20:57:19.321909 [ 274 ] {d8cbb096-ed68-4200-8477-f3f83033d9bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14321 | 2024.11.13 20:57:19.323334 [ 274 ] {d8cbb096-ed68-4200-8477-f3f83033d9bb} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14322 | 2024.11.13 20:57:19.323744 [ 274 ] {d8cbb096-ed68-4200-8477-f3f83033d9bb} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14323 | 2024.11.13 20:57:19.323982 [ 46 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_125_25 to all_130_130_0 | ||
| 14324 | 2024.11.13 20:57:19.324080 [ 46 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14325 | 2024.11.13 20:57:19.324159 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14326 | 2024.11.13 20:57:19.324405 [ 274 ] {d8cbb096-ed68-4200-8477-f3f83033d9bb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.007484 sec., 6413.682522715126 rows/sec., 442.61 KiB/sec. | ||
| 14327 | 2024.11.13 20:57:19.324523 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_125_25 to all_130_130_0 into Compact with storage Full | ||
| 14328 | 2024.11.13 20:57:19.324826 [ 274 ] {d8cbb096-ed68-4200-8477-f3f83033d9bb} <Debug> TCPHandler: Processed in 0.008470389 sec. | ||
| 14329 | 2024.11.13 20:57:19.324922 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14330 | 2024.11.13 20:57:19.325031 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_125_25, total 7616 rows starting from the beginning of the part | ||
| 14331 | 2024.11.13 20:57:19.325249 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 82 rows starting from the beginning of the part | ||
| 14332 | 2024.11.13 20:57:19.325508 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part | ||
| 14333 | 2024.11.13 20:57:19.325866 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part | ||
| 14334 | 2024.11.13 20:57:19.326150 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 82 rows starting from the beginning of the part | ||
| 14335 | 2024.11.13 20:57:19.326376 [ 188 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 48 rows starting from the beginning of the part | ||
| 14336 | 2024.11.13 20:57:19.328724 [ 201 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7948 rows, containing 4 columns (4 merged, 0 gathered) in 0.004419497 sec., 1798394.7041937127 rows/sec., 117.81 MiB/sec. | ||
| 14337 | 2024.11.13 20:57:19.329315 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Trace> MergedBlockOutputStream: filled checksums all_1_130_26 (state Temporary) | ||
| 14338 | 2024.11.13 20:57:19.329864 [ 201 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23481 rows, containing 5 columns (5 merged, 0 gathered) in 0.013651379 sec., 1720046.011468878 rows/sec., 117.39 MiB/sec. | ||
| 14339 | 2024.11.13 20:57:19.329883 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_130_26 to all_1_130_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14340 | 2024.11.13 20:57:19.330019 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_130_26} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_125_25, all_130_130_0] -> all_1_130_26 | ||
| 14341 | 2024.11.13 20:57:19.330139 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 14342 | 2024.11.13 20:57:19.330609 [ 201 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14343 | 2024.11.13 20:57:19.330999 [ 201 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14344 | 2024.11.13 20:57:19.331083 [ 201 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_131_26} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14345 | 2024.11.13 20:57:19.331182 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 14346 | 2024.11.13 20:57:19.380542 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14347 | 2024.11.13 20:57:19.462945 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14348 | 2024.11.13 20:57:19.505815 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41114, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14349 | 2024.11.13 20:57:19.523839 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52339, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14350 | 2024.11.13 20:57:19.732632 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14351 | 2024.11.13 20:57:19.751750 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48590, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14352 | 2024.11.13 20:57:19.765113 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14353 | 2024.11.13 20:57:20.202251 [ 222 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14354 | 2024.11.13 20:57:20.202304 [ 222 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14355 | 2024.11.13 20:57:20.204199 [ 222 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14356 | 2024.11.13 20:57:24.301584 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14357 | 2024.11.13 20:57:24.301812 [ 277 ] {19348de6-6acb-43c2-b15a-287543966c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14358 | 2024.11.13 20:57:24.301886 [ 277 ] {19348de6-6acb-43c2-b15a-287543966c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14359 | 2024.11.13 20:57:24.302649 [ 277 ] {19348de6-6acb-43c2-b15a-287543966c1e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14360 | 2024.11.13 20:57:24.302700 [ 277 ] {19348de6-6acb-43c2-b15a-287543966c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14361 | 2024.11.13 20:57:24.303146 [ 277 ] {19348de6-6acb-43c2-b15a-287543966c1e} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14362 | 2024.11.13 20:57:24.303401 [ 277 ] {19348de6-6acb-43c2-b15a-287543966c1e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14363 | 2024.11.13 20:57:24.303643 [ 277 ] {19348de6-6acb-43c2-b15a-287543966c1e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001889 sec., 29645.314981471678 rows/sec., 2.26 MiB/sec. | ||
| 14364 | 2024.11.13 20:57:24.303760 [ 277 ] {19348de6-6acb-43c2-b15a-287543966c1e} <Debug> TCPHandler: Processed in 0.00230124 sec. | ||
| 14365 | 2024.11.13 20:57:24.304120 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14366 | 2024.11.13 20:57:24.304441 [ 274 ] {a2445c9a-7585-4ed5-8db1-83adaaa4c67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14367 | 2024.11.13 20:57:24.304558 [ 274 ] {a2445c9a-7585-4ed5-8db1-83adaaa4c67b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14368 | 2024.11.13 20:57:24.305457 [ 274 ] {a2445c9a-7585-4ed5-8db1-83adaaa4c67b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14369 | 2024.11.13 20:57:24.305501 [ 274 ] {a2445c9a-7585-4ed5-8db1-83adaaa4c67b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14370 | 2024.11.13 20:57:24.305978 [ 274 ] {a2445c9a-7585-4ed5-8db1-83adaaa4c67b} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14371 | 2024.11.13 20:57:24.306248 [ 274 ] {a2445c9a-7585-4ed5-8db1-83adaaa4c67b} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14372 | 2024.11.13 20:57:24.306447 [ 274 ] {a2445c9a-7585-4ed5-8db1-83adaaa4c67b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002094 sec., 30563.514804202485 rows/sec., 2.39 MiB/sec. | ||
| 14373 | 2024.11.13 20:57:24.306501 [ 274 ] {a2445c9a-7585-4ed5-8db1-83adaaa4c67b} <Debug> TCPHandler: Processed in 0.002596386 sec. | ||
| 14374 | 2024.11.13 20:57:24.306656 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14375 | 2024.11.13 20:57:24.306782 [ 277 ] {0c548eef-7424-429a-bd30-c6488d29ae54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14376 | 2024.11.13 20:57:24.306841 [ 277 ] {0c548eef-7424-429a-bd30-c6488d29ae54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14377 | 2024.11.13 20:57:24.307407 [ 277 ] {0c548eef-7424-429a-bd30-c6488d29ae54} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14378 | 2024.11.13 20:57:24.307448 [ 277 ] {0c548eef-7424-429a-bd30-c6488d29ae54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14379 | 2024.11.13 20:57:24.307853 [ 277 ] {0c548eef-7424-429a-bd30-c6488d29ae54} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14380 | 2024.11.13 20:57:24.308093 [ 277 ] {0c548eef-7424-429a-bd30-c6488d29ae54} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14381 | 2024.11.13 20:57:24.308308 [ 277 ] {0c548eef-7424-429a-bd30-c6488d29ae54} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
| 14382 | 2024.11.13 20:57:24.308365 [ 277 ] {0c548eef-7424-429a-bd30-c6488d29ae54} <Debug> TCPHandler: Processed in 0.001767981 sec. | ||
| 14383 | 2024.11.13 20:57:24.308511 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14384 | 2024.11.13 20:57:24.308630 [ 274 ] {92a23403-e048-4fd8-a812-a38836c1c488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14385 | 2024.11.13 20:57:24.308684 [ 274 ] {92a23403-e048-4fd8-a812-a38836c1c488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14386 | 2024.11.13 20:57:24.309238 [ 274 ] {92a23403-e048-4fd8-a812-a38836c1c488} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14387 | 2024.11.13 20:57:24.309277 [ 274 ] {92a23403-e048-4fd8-a812-a38836c1c488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14388 | 2024.11.13 20:57:24.309683 [ 274 ] {92a23403-e048-4fd8-a812-a38836c1c488} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14389 | 2024.11.13 20:57:24.309943 [ 274 ] {92a23403-e048-4fd8-a812-a38836c1c488} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14390 | 2024.11.13 20:57:24.310129 [ 274 ] {92a23403-e048-4fd8-a812-a38836c1c488} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001524 sec., 39370.07874015748 rows/sec., 2.65 MiB/sec. | ||
| 14391 | 2024.11.13 20:57:24.310180 [ 274 ] {92a23403-e048-4fd8-a812-a38836c1c488} <Debug> TCPHandler: Processed in 0.00172588 sec. | ||
| 14392 | 2024.11.13 20:57:24.602405 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14393 | 2024.11.13 20:57:24.602448 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14394 | 2024.11.13 20:57:24.604637 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14395 | 2024.11.13 20:57:25.160506 [ 220 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Found 6 old parts to remove. Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] | ||
| 14396 | 2024.11.13 20:57:25.160558 [ 220 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from filesystem (serially): Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] | ||
| 14397 | 2024.11.13 20:57:25.162835 [ 220 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from memory: Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] | ||
| 14398 | 2024.11.13 20:57:25.810087 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14399 | 2024.11.13 20:57:25.810160 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14400 | 2024.11.13 20:57:26.006511 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.006092216 sec. | ||
| 14401 | 2024.11.13 20:57:26.268291 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2074 | ||
| 14402 | 2024.11.13 20:57:26.270980 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14403 | 2024.11.13 20:57:26.271031 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14404 | 2024.11.13 20:57:26.272514 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14405 | 2024.11.13 20:57:26.272823 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14406 | 2024.11.13 20:57:26.274236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2074 | ||
| 14407 | 2024.11.13 20:57:29.296365 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14408 | 2024.11.13 20:57:29.296695 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 14409 | 2024.11.13 20:57:29.297159 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 14410 | 2024.11.13 20:57:29.297215 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 14411 | 2024.11.13 20:57:29.297598 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 14412 | 2024.11.13 20:57:29.297686 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 14413 | 2024.11.13 20:57:29.297866 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 14414 | 2024.11.13 20:57:29.298159 [ 296 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 14415 | 2024.11.13 20:57:29.298216 [ 306 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 14416 | 2024.11.13 20:57:29.298240 [ 307 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 14417 | 2024.11.13 20:57:29.298188 [ 294 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 14418 | 2024.11.13 20:57:29.298450 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 14419 | 2024.11.13 20:57:29.298486 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 14420 | 2024.11.13 20:57:29.298613 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 14421 | 2024.11.13 20:57:29.298638 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (SelectExecutor): Reading approx. 41 rows with 3 streams | ||
| 14422 | 2024.11.13 20:57:29.298684 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 14423 | 2024.11.13 20:57:29.298735 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 14424 | 2024.11.13 20:57:29.298781 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 14425 | 2024.11.13 20:57:29.307914 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.011369 sec., 3606.297827425455 rows/sec., 137.44 KiB/sec. | ||
| 14426 | 2024.11.13 20:57:29.308165 [ 277 ] {926ee25c-e644-4a8a-8076-4c5fe43f4504} <Debug> TCPHandler: Processed in 0.01194134 sec. | ||
| 14427 | 2024.11.13 20:57:29.321644 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14428 | 2024.11.13 20:57:29.321807 [ 277 ] {51df0980-f42e-4c65-b620-f4982886fec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 14429 | 2024.11.13 20:57:29.321872 [ 277 ] {51df0980-f42e-4c65-b620-f4982886fec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 14430 | 2024.11.13 20:57:29.322640 [ 277 ] {51df0980-f42e-4c65-b620-f4982886fec1} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14431 | 2024.11.13 20:57:29.322686 [ 277 ] {51df0980-f42e-4c65-b620-f4982886fec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14432 | 2024.11.13 20:57:29.323206 [ 277 ] {51df0980-f42e-4c65-b620-f4982886fec1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 14433 | 2024.11.13 20:57:29.323426 [ 277 ] {51df0980-f42e-4c65-b620-f4982886fec1} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14434 | 2024.11.13 20:57:29.323697 [ 277 ] {51df0980-f42e-4c65-b620-f4982886fec1} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001938 sec., 515.9958720330237 rows/sec., 143.61 KiB/sec. | ||
| 14435 | 2024.11.13 20:57:29.323854 [ 277 ] {51df0980-f42e-4c65-b620-f4982886fec1} <Debug> TCPHandler: Processed in 0.00227839 sec. | ||
| 14436 | 2024.11.13 20:57:29.324096 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14437 | 2024.11.13 20:57:29.324298 [ 274 ] {2150de69-b0df-4675-b224-1ddf0c1bfa1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14438 | 2024.11.13 20:57:29.324380 [ 274 ] {2150de69-b0df-4675-b224-1ddf0c1bfa1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14439 | 2024.11.13 20:57:29.325176 [ 274 ] {2150de69-b0df-4675-b224-1ddf0c1bfa1f} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14440 | 2024.11.13 20:57:29.325224 [ 274 ] {2150de69-b0df-4675-b224-1ddf0c1bfa1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14441 | 2024.11.13 20:57:29.325689 [ 274 ] {2150de69-b0df-4675-b224-1ddf0c1bfa1f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14442 | 2024.11.13 20:57:29.325967 [ 274 ] {2150de69-b0df-4675-b224-1ddf0c1bfa1f} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14443 | 2024.11.13 20:57:29.326251 [ 274 ] {2150de69-b0df-4675-b224-1ddf0c1bfa1f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002002 sec., 6993.006993006993 rows/sec., 503.40 KiB/sec. | ||
| 14444 | 2024.11.13 20:57:29.326453 [ 274 ] {2150de69-b0df-4675-b224-1ddf0c1bfa1f} <Debug> TCPHandler: Processed in 0.002491724 sec. | ||
| 14445 | 2024.11.13 20:57:29.326697 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14446 | 2024.11.13 20:57:29.326850 [ 277 ] {43aeca75-7ed0-43e5-a047-b84e81a7f954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14447 | 2024.11.13 20:57:29.326913 [ 277 ] {43aeca75-7ed0-43e5-a047-b84e81a7f954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14448 | 2024.11.13 20:57:29.327517 [ 277 ] {43aeca75-7ed0-43e5-a047-b84e81a7f954} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14449 | 2024.11.13 20:57:29.327558 [ 277 ] {43aeca75-7ed0-43e5-a047-b84e81a7f954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14450 | 2024.11.13 20:57:29.327932 [ 277 ] {43aeca75-7ed0-43e5-a047-b84e81a7f954} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 14451 | 2024.11.13 20:57:29.328171 [ 277 ] {43aeca75-7ed0-43e5-a047-b84e81a7f954} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14452 | 2024.11.13 20:57:29.328326 [ 38 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Selected 6 parts from all_1_37_9 to all_42_42_0 | ||
| 14453 | 2024.11.13 20:57:29.328396 [ 38 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14454 | 2024.11.13 20:57:29.328407 [ 277 ] {43aeca75-7ed0-43e5-a047-b84e81a7f954} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001584 sec., 1893.939393939394 rows/sec., 140.57 KiB/sec. | ||
| 14455 | 2024.11.13 20:57:29.328436 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14456 | 2024.11.13 20:57:29.328577 [ 277 ] {43aeca75-7ed0-43e5-a047-b84e81a7f954} <Debug> TCPHandler: Processed in 0.002009655 sec. | ||
| 14457 | 2024.11.13 20:57:29.328635 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_9 to all_42_42_0 into Compact with storage Full | ||
| 14458 | 2024.11.13 20:57:29.328753 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14459 | 2024.11.13 20:57:29.328798 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14460 | 2024.11.13 20:57:29.328836 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 18 rows starting from the beginning of the part | ||
| 14461 | 2024.11.13 20:57:29.329068 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 14462 | 2024.11.13 20:57:29.329098 [ 274 ] {5fc364e9-19c8-4068-9694-e074e450319d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14463 | 2024.11.13 20:57:29.329344 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 10 rows starting from the beginning of the part | ||
| 14464 | 2024.11.13 20:57:29.329358 [ 274 ] {5fc364e9-19c8-4068-9694-e074e450319d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14465 | 2024.11.13 20:57:29.329763 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part | ||
| 14466 | 2024.11.13 20:57:29.330144 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2 rows starting from the beginning of the part | ||
| 14467 | 2024.11.13 20:57:29.330578 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 3 rows starting from the beginning of the part | ||
| 14468 | 2024.11.13 20:57:29.332743 [ 274 ] {5fc364e9-19c8-4068-9694-e074e450319d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14469 | 2024.11.13 20:57:29.332815 [ 274 ] {5fc364e9-19c8-4068-9694-e074e450319d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14470 | 2024.11.13 20:57:29.333517 [ 187 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 5 columns (5 merged, 0 gathered) in 0.004973067 sec., 7842.243026285389 rows/sec., 665.70 KiB/sec. | ||
| 14471 | 2024.11.13 20:57:29.333731 [ 189 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Trace> MergedBlockOutputStream: filled checksums all_1_42_10 (state Temporary) | ||
| 14472 | 2024.11.13 20:57:29.333739 [ 274 ] {5fc364e9-19c8-4068-9694-e074e450319d} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14473 | 2024.11.13 20:57:29.334062 [ 274 ] {5fc364e9-19c8-4068-9694-e074e450319d} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14474 | 2024.11.13 20:57:29.334131 [ 189 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_merge_all_1_42_10 to all_1_42_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14475 | 2024.11.13 20:57:29.334305 [ 189 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_42_10} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Merged 6 parts: [all_1_37_9, all_42_42_0] -> all_1_42_10 | ||
| 14476 | 2024.11.13 20:57:29.334379 [ 274 ] {5fc364e9-19c8-4068-9694-e074e450319d} <Debug> executeQuery: Read 321 rows, 28.99 KiB in 0.005461 sec., 58780.443142281634 rows/sec., 5.18 MiB/sec. | ||
| 14477 | 2024.11.13 20:57:29.334414 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14478 | 2024.11.13 20:57:29.334480 [ 274 ] {5fc364e9-19c8-4068-9694-e074e450319d} <Debug> TCPHandler: Processed in 0.005814042 sec. | ||
| 14479 | 2024.11.13 20:57:29.334641 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14480 | 2024.11.13 20:57:29.334789 [ 277 ] {b9b58eaa-2da4-4dd1-8a4f-da8d32a3de9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14481 | 2024.11.13 20:57:29.334851 [ 277 ] {b9b58eaa-2da4-4dd1-8a4f-da8d32a3de9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14482 | 2024.11.13 20:57:29.335492 [ 277 ] {b9b58eaa-2da4-4dd1-8a4f-da8d32a3de9c} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14483 | 2024.11.13 20:57:29.335533 [ 277 ] {b9b58eaa-2da4-4dd1-8a4f-da8d32a3de9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14484 | 2024.11.13 20:57:29.335902 [ 277 ] {b9b58eaa-2da4-4dd1-8a4f-da8d32a3de9c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14485 | 2024.11.13 20:57:29.336139 [ 277 ] {b9b58eaa-2da4-4dd1-8a4f-da8d32a3de9c} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14486 | 2024.11.13 20:57:29.336358 [ 277 ] {b9b58eaa-2da4-4dd1-8a4f-da8d32a3de9c} <Debug> executeQuery: Read 66 rows, 4.85 KiB in 0.001607 sec., 41070.31736154325 rows/sec., 2.95 MiB/sec. | ||
| 14487 | 2024.11.13 20:57:29.336418 [ 277 ] {b9b58eaa-2da4-4dd1-8a4f-da8d32a3de9c} <Debug> TCPHandler: Processed in 0.001850403 sec. | ||
| 14488 | 2024.11.13 20:57:29.336625 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14489 | 2024.11.13 20:57:29.336852 [ 274 ] {531bafd3-c151-4826-9416-1521f3121094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14490 | 2024.11.13 20:57:29.336946 [ 274 ] {531bafd3-c151-4826-9416-1521f3121094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14491 | 2024.11.13 20:57:29.337555 [ 274 ] {531bafd3-c151-4826-9416-1521f3121094} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14492 | 2024.11.13 20:57:29.337596 [ 274 ] {531bafd3-c151-4826-9416-1521f3121094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14493 | 2024.11.13 20:57:29.337976 [ 274 ] {531bafd3-c151-4826-9416-1521f3121094} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14494 | 2024.11.13 20:57:29.338243 [ 274 ] {531bafd3-c151-4826-9416-1521f3121094} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14495 | 2024.11.13 20:57:29.338487 [ 274 ] {531bafd3-c151-4826-9416-1521f3121094} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001684 sec., 8313.53919239905 rows/sec., 582.23 KiB/sec. | ||
| 14496 | 2024.11.13 20:57:29.338577 [ 274 ] {531bafd3-c151-4826-9416-1521f3121094} <Debug> TCPHandler: Processed in 0.002060756 sec. | ||
| 14497 | 2024.11.13 20:57:29.338814 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14498 | 2024.11.13 20:57:29.339054 [ 277 ] {b86d8e66-bbd1-435c-8807-73b07c5e125a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14499 | 2024.11.13 20:57:29.339113 [ 277 ] {b86d8e66-bbd1-435c-8807-73b07c5e125a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14500 | 2024.11.13 20:57:29.339798 [ 277 ] {b86d8e66-bbd1-435c-8807-73b07c5e125a} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14501 | 2024.11.13 20:57:29.339847 [ 277 ] {b86d8e66-bbd1-435c-8807-73b07c5e125a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14502 | 2024.11.13 20:57:29.340221 [ 277 ] {b86d8e66-bbd1-435c-8807-73b07c5e125a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14503 | 2024.11.13 20:57:29.340460 [ 277 ] {b86d8e66-bbd1-435c-8807-73b07c5e125a} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14504 | 2024.11.13 20:57:29.340711 [ 277 ] {b86d8e66-bbd1-435c-8807-73b07c5e125a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001702 sec., 7638.07285546416 rows/sec., 476.23 KiB/sec. | ||
| 14505 | 2024.11.13 20:57:29.340929 [ 277 ] {b86d8e66-bbd1-435c-8807-73b07c5e125a} <Debug> TCPHandler: Processed in 0.00226639 sec. | ||
| 14506 | 2024.11.13 20:57:29.341109 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14507 | 2024.11.13 20:57:29.341250 [ 274 ] {ed1b9e12-2bc4-46c6-9767-8e583c59ebcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14508 | 2024.11.13 20:57:29.341309 [ 274 ] {ed1b9e12-2bc4-46c6-9767-8e583c59ebcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14509 | 2024.11.13 20:57:29.342167 [ 274 ] {ed1b9e12-2bc4-46c6-9767-8e583c59ebcb} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14510 | 2024.11.13 20:57:29.342208 [ 274 ] {ed1b9e12-2bc4-46c6-9767-8e583c59ebcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14511 | 2024.11.13 20:57:29.342614 [ 274 ] {ed1b9e12-2bc4-46c6-9767-8e583c59ebcb} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14512 | 2024.11.13 20:57:29.342887 [ 274 ] {ed1b9e12-2bc4-46c6-9767-8e583c59ebcb} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14513 | 2024.11.13 20:57:29.343103 [ 274 ] {ed1b9e12-2bc4-46c6-9767-8e583c59ebcb} <Debug> executeQuery: Read 459 rows, 33.64 KiB in 0.001884 sec., 243630.57324840763 rows/sec., 17.44 MiB/sec. | ||
| 14514 | 2024.11.13 20:57:29.343159 [ 274 ] {ed1b9e12-2bc4-46c6-9767-8e583c59ebcb} <Debug> TCPHandler: Processed in 0.002124297 sec. | ||
| 14515 | 2024.11.13 20:57:29.343301 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14516 | 2024.11.13 20:57:29.343443 [ 277 ] {abf410b1-7fa9-41bd-a953-87af05614b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14517 | 2024.11.13 20:57:29.343504 [ 277 ] {abf410b1-7fa9-41bd-a953-87af05614b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14518 | 2024.11.13 20:57:29.344054 [ 277 ] {abf410b1-7fa9-41bd-a953-87af05614b21} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14519 | 2024.11.13 20:57:29.344093 [ 277 ] {abf410b1-7fa9-41bd-a953-87af05614b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14520 | 2024.11.13 20:57:29.344454 [ 277 ] {abf410b1-7fa9-41bd-a953-87af05614b21} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14521 | 2024.11.13 20:57:29.344701 [ 277 ] {abf410b1-7fa9-41bd-a953-87af05614b21} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14522 | 2024.11.13 20:57:29.344960 [ 277 ] {abf410b1-7fa9-41bd-a953-87af05614b21} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 203.56 KiB/sec. | ||
| 14523 | 2024.11.13 20:57:29.345156 [ 277 ] {abf410b1-7fa9-41bd-a953-87af05614b21} <Debug> TCPHandler: Processed in 0.001913384 sec. | ||
| 14524 | 2024.11.13 20:57:29.345415 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14525 | 2024.11.13 20:57:29.345616 [ 274 ] {4bbc15b9-6b97-4ede-87f1-3cc849671050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14526 | 2024.11.13 20:57:29.345670 [ 274 ] {4bbc15b9-6b97-4ede-87f1-3cc849671050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14527 | 2024.11.13 20:57:29.346286 [ 274 ] {4bbc15b9-6b97-4ede-87f1-3cc849671050} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14528 | 2024.11.13 20:57:29.346325 [ 274 ] {4bbc15b9-6b97-4ede-87f1-3cc849671050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14529 | 2024.11.13 20:57:29.346747 [ 274 ] {4bbc15b9-6b97-4ede-87f1-3cc849671050} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14530 | 2024.11.13 20:57:29.347011 [ 274 ] {4bbc15b9-6b97-4ede-87f1-3cc849671050} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14531 | 2024.11.13 20:57:29.347239 [ 274 ] {4bbc15b9-6b97-4ede-87f1-3cc849671050} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.001649 sec., 145542.75318374773 rows/sec., 9.74 MiB/sec. | ||
| 14532 | 2024.11.13 20:57:29.347296 [ 274 ] {4bbc15b9-6b97-4ede-87f1-3cc849671050} <Debug> TCPHandler: Processed in 0.002037096 sec. | ||
| 14533 | 2024.11.13 20:57:29.347443 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14534 | 2024.11.13 20:57:29.347583 [ 277 ] {2749f95f-cd11-4a40-9575-11dfa1225ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14535 | 2024.11.13 20:57:29.347642 [ 277 ] {2749f95f-cd11-4a40-9575-11dfa1225ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14536 | 2024.11.13 20:57:29.348154 [ 277 ] {2749f95f-cd11-4a40-9575-11dfa1225ca3} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14537 | 2024.11.13 20:57:29.348193 [ 277 ] {2749f95f-cd11-4a40-9575-11dfa1225ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14538 | 2024.11.13 20:57:29.348550 [ 277 ] {2749f95f-cd11-4a40-9575-11dfa1225ca3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14539 | 2024.11.13 20:57:29.348785 [ 277 ] {2749f95f-cd11-4a40-9575-11dfa1225ca3} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14540 | 2024.11.13 20:57:29.349012 [ 277 ] {2749f95f-cd11-4a40-9575-11dfa1225ca3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec. | ||
| 14541 | 2024.11.13 20:57:29.349080 [ 277 ] {2749f95f-cd11-4a40-9575-11dfa1225ca3} <Debug> TCPHandler: Processed in 0.00170737 sec. | ||
| 14542 | 2024.11.13 20:57:29.349324 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14543 | 2024.11.13 20:57:29.349545 [ 274 ] {9e33eaac-7724-4b75-9009-2811ebd08033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14544 | 2024.11.13 20:57:29.349688 [ 274 ] {9e33eaac-7724-4b75-9009-2811ebd08033} <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 | ||
| 14545 | 2024.11.13 20:57:29.351082 [ 274 ] {9e33eaac-7724-4b75-9009-2811ebd08033} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14546 | 2024.11.13 20:57:29.351123 [ 274 ] {9e33eaac-7724-4b75-9009-2811ebd08033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14547 | 2024.11.13 20:57:29.351863 [ 274 ] {9e33eaac-7724-4b75-9009-2811ebd08033} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14548 | 2024.11.13 20:57:29.352145 [ 274 ] {9e33eaac-7724-4b75-9009-2811ebd08033} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14549 | 2024.11.13 20:57:29.352411 [ 274 ] {9e33eaac-7724-4b75-9009-2811ebd08033} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.002918 sec., 19191.226867717614 rows/sec., 34.39 MiB/sec. | ||
| 14550 | 2024.11.13 20:57:29.352519 [ 274 ] {9e33eaac-7724-4b75-9009-2811ebd08033} <Debug> TCPHandler: Processed in 0.003355549 sec. | ||
| 14551 | 2024.11.13 20:57:29.352669 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14552 | 2024.11.13 20:57:29.352808 [ 277 ] {d123fcf0-6861-4167-8d37-1748895503ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14553 | 2024.11.13 20:57:29.352868 [ 277 ] {d123fcf0-6861-4167-8d37-1748895503ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14554 | 2024.11.13 20:57:29.353363 [ 277 ] {d123fcf0-6861-4167-8d37-1748895503ce} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14555 | 2024.11.13 20:57:29.353402 [ 277 ] {d123fcf0-6861-4167-8d37-1748895503ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14556 | 2024.11.13 20:57:29.353772 [ 277 ] {d123fcf0-6861-4167-8d37-1748895503ce} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14557 | 2024.11.13 20:57:29.354005 [ 277 ] {d123fcf0-6861-4167-8d37-1748895503ce} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14558 | 2024.11.13 20:57:29.354216 [ 277 ] {d123fcf0-6861-4167-8d37-1748895503ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00144 sec., 56944.44444444444 rows/sec., 3.62 MiB/sec. | ||
| 14559 | 2024.11.13 20:57:29.354262 [ 277 ] {d123fcf0-6861-4167-8d37-1748895503ce} <Debug> TCPHandler: Processed in 0.001661418 sec. | ||
| 14560 | 2024.11.13 20:57:30.000173 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.51 MiB, peak 208.33 MiB, free memory in arenas 0.00 B, will set to 196.48 MiB (RSS), difference: -1.03 MiB | ||
| 14561 | 2024.11.13 20:57:30.073746 [ 224 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 14562 | 2024.11.13 20:57:30.073847 [ 224 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 14563 | 2024.11.13 20:57:30.075924 [ 224 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 14564 | 2024.11.13 20:57:32.398853 [ 225 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): 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] | ||
| 14565 | 2024.11.13 20:57:32.398908 [ 225 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): 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] | ||
| 14566 | 2024.11.13 20:57:32.406106 [ 225 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): 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] | ||
| 14567 | 2024.11.13 20:57:34.301217 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14568 | 2024.11.13 20:57:34.301454 [ 277 ] {12487892-3ac7-46a7-858b-e05110e2d31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14569 | 2024.11.13 20:57:34.301536 [ 277 ] {12487892-3ac7-46a7-858b-e05110e2d31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14570 | 2024.11.13 20:57:34.302341 [ 277 ] {12487892-3ac7-46a7-858b-e05110e2d31a} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14571 | 2024.11.13 20:57:34.302396 [ 277 ] {12487892-3ac7-46a7-858b-e05110e2d31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14572 | 2024.11.13 20:57:34.302830 [ 277 ] {12487892-3ac7-46a7-858b-e05110e2d31a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14573 | 2024.11.13 20:57:34.303097 [ 277 ] {12487892-3ac7-46a7-858b-e05110e2d31a} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14574 | 2024.11.13 20:57:34.303346 [ 277 ] {12487892-3ac7-46a7-858b-e05110e2d31a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001952 sec., 2049.1803278688526 rows/sec., 167.10 KiB/sec. | ||
| 14575 | 2024.11.13 20:57:34.303412 [ 277 ] {12487892-3ac7-46a7-858b-e05110e2d31a} <Debug> TCPHandler: Processed in 0.002334371 sec. | ||
| 14576 | 2024.11.13 20:57:34.303655 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14577 | 2024.11.13 20:57:34.303860 [ 274 ] {b774b7d4-2fc2-4c86-b5ef-f05d7b554a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14578 | 2024.11.13 20:57:34.303935 [ 274 ] {b774b7d4-2fc2-4c86-b5ef-f05d7b554a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14579 | 2024.11.13 20:57:34.304721 [ 274 ] {b774b7d4-2fc2-4c86-b5ef-f05d7b554a16} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14580 | 2024.11.13 20:57:34.304773 [ 274 ] {b774b7d4-2fc2-4c86-b5ef-f05d7b554a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14581 | 2024.11.13 20:57:34.305221 [ 274 ] {b774b7d4-2fc2-4c86-b5ef-f05d7b554a16} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14582 | 2024.11.13 20:57:34.305487 [ 274 ] {b774b7d4-2fc2-4c86-b5ef-f05d7b554a16} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14583 | 2024.11.13 20:57:34.305727 [ 274 ] {b774b7d4-2fc2-4c86-b5ef-f05d7b554a16} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001924 sec., 30145.530145530145 rows/sec., 2.30 MiB/sec. | ||
| 14584 | 2024.11.13 20:57:34.305793 [ 274 ] {b774b7d4-2fc2-4c86-b5ef-f05d7b554a16} <Debug> TCPHandler: Processed in 0.00227235 sec. | ||
| 14585 | 2024.11.13 20:57:34.305953 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14586 | 2024.11.13 20:57:34.306101 [ 277 ] {19320194-494e-427b-a94d-c615f10e4d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14587 | 2024.11.13 20:57:34.306164 [ 277 ] {19320194-494e-427b-a94d-c615f10e4d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14588 | 2024.11.13 20:57:34.306864 [ 277 ] {19320194-494e-427b-a94d-c615f10e4d16} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14589 | 2024.11.13 20:57:34.306914 [ 277 ] {19320194-494e-427b-a94d-c615f10e4d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14590 | 2024.11.13 20:57:34.307296 [ 277 ] {19320194-494e-427b-a94d-c615f10e4d16} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14591 | 2024.11.13 20:57:34.307536 [ 277 ] {19320194-494e-427b-a94d-c615f10e4d16} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14592 | 2024.11.13 20:57:34.307714 [ 32 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14593 | 2024.11.13 20:57:34.307778 [ 277 ] {19320194-494e-427b-a94d-c615f10e4d16} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001713 sec., 2335.0846468184473 rows/sec., 163.05 KiB/sec. | ||
| 14594 | 2024.11.13 20:57:34.307806 [ 32 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14595 | 2024.11.13 20:57:34.307870 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14596 | 2024.11.13 20:57:34.307906 [ 277 ] {19320194-494e-427b-a94d-c615f10e4d16} <Debug> TCPHandler: Processed in 0.002013625 sec. | ||
| 14597 | 2024.11.13 20:57:34.308111 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14598 | 2024.11.13 20:57:34.308121 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 14599 | 2024.11.13 20:57:34.308270 [ 274 ] {4e81f231-fce1-461e-b10d-d442cd45e8cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14600 | 2024.11.13 20:57:34.308282 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14601 | 2024.11.13 20:57:34.308331 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 67 rows starting from the beginning of the part | ||
| 14602 | 2024.11.13 20:57:34.308346 [ 274 ] {4e81f231-fce1-461e-b10d-d442cd45e8cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14603 | 2024.11.13 20:57:34.308588 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 2 rows starting from the beginning of the part | ||
| 14604 | 2024.11.13 20:57:34.308931 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 59 rows starting from the beginning of the part | ||
| 14605 | 2024.11.13 20:57:34.309238 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 2 rows starting from the beginning of the part | ||
| 14606 | 2024.11.13 20:57:34.309611 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 66 rows starting from the beginning of the part | ||
| 14607 | 2024.11.13 20:57:34.309844 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 4 rows starting from the beginning of the part | ||
| 14608 | 2024.11.13 20:57:34.310625 [ 274 ] {4e81f231-fce1-461e-b10d-d442cd45e8cd} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14609 | 2024.11.13 20:57:34.310678 [ 274 ] {4e81f231-fce1-461e-b10d-d442cd45e8cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14610 | 2024.11.13 20:57:34.311291 [ 274 ] {4e81f231-fce1-461e-b10d-d442cd45e8cd} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14611 | 2024.11.13 20:57:34.311464 [ 189 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.003479471 sec., 57480.00198880807 rows/sec., 4.33 MiB/sec. | ||
| 14612 | 2024.11.13 20:57:34.311666 [ 274 ] {4e81f231-fce1-461e-b10d-d442cd45e8cd} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14613 | 2024.11.13 20:57:34.311758 [ 194 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14614 | 2024.11.13 20:57:34.312100 [ 274 ] {4e81f231-fce1-461e-b10d-d442cd45e8cd} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.003875 sec., 17548.387096774193 rows/sec., 1.37 MiB/sec. | ||
| 14615 | 2024.11.13 20:57:34.312221 [ 274 ] {4e81f231-fce1-461e-b10d-d442cd45e8cd} <Debug> TCPHandler: Processed in 0.004188994 sec. | ||
| 14616 | 2024.11.13 20:57:34.312427 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14617 | 2024.11.13 20:57:34.312493 [ 196 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_91_18} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14618 | 2024.11.13 20:57:34.312680 [ 277 ] {c8c5ea2e-b0bb-485b-a8bf-971ec0ae567f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14619 | 2024.11.13 20:57:34.312717 [ 196 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_91_18} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14620 | 2024.11.13 20:57:34.312770 [ 277 ] {c8c5ea2e-b0bb-485b-a8bf-971ec0ae567f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14621 | 2024.11.13 20:57:34.312925 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14622 | 2024.11.13 20:57:34.313516 [ 277 ] {c8c5ea2e-b0bb-485b-a8bf-971ec0ae567f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14623 | 2024.11.13 20:57:34.313560 [ 277 ] {c8c5ea2e-b0bb-485b-a8bf-971ec0ae567f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14624 | 2024.11.13 20:57:34.313963 [ 277 ] {c8c5ea2e-b0bb-485b-a8bf-971ec0ae567f} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14625 | 2024.11.13 20:57:34.314208 [ 277 ] {c8c5ea2e-b0bb-485b-a8bf-971ec0ae567f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14626 | 2024.11.13 20:57:34.314428 [ 277 ] {c8c5ea2e-b0bb-485b-a8bf-971ec0ae567f} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001816 sec., 71585.90308370044 rows/sec., 4.98 MiB/sec. | ||
| 14627 | 2024.11.13 20:57:34.314485 [ 277 ] {c8c5ea2e-b0bb-485b-a8bf-971ec0ae567f} <Debug> TCPHandler: Processed in 0.002138837 sec. | ||
| 14628 | 2024.11.13 20:57:34.314639 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14629 | 2024.11.13 20:57:34.314761 [ 274 ] {83f98d9a-f5bd-4e31-b8f9-cfc112e50e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14630 | 2024.11.13 20:57:34.314817 [ 274 ] {83f98d9a-f5bd-4e31-b8f9-cfc112e50e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14631 | 2024.11.13 20:57:34.315331 [ 274 ] {83f98d9a-f5bd-4e31-b8f9-cfc112e50e97} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14632 | 2024.11.13 20:57:34.315369 [ 274 ] {83f98d9a-f5bd-4e31-b8f9-cfc112e50e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14633 | 2024.11.13 20:57:34.315758 [ 274 ] {83f98d9a-f5bd-4e31-b8f9-cfc112e50e97} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14634 | 2024.11.13 20:57:34.316004 [ 274 ] {83f98d9a-f5bd-4e31-b8f9-cfc112e50e97} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14635 | 2024.11.13 20:57:34.316265 [ 274 ] {83f98d9a-f5bd-4e31-b8f9-cfc112e50e97} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001532 sec., 31331.59268929504 rows/sec., 2.11 MiB/sec. | ||
| 14636 | 2024.11.13 20:57:34.316456 [ 274 ] {83f98d9a-f5bd-4e31-b8f9-cfc112e50e97} <Debug> TCPHandler: Processed in 0.001874723 sec. | ||
| 14637 | 2024.11.13 20:57:36.274385 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2114 | ||
| 14638 | 2024.11.13 20:57:36.277677 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14639 | 2024.11.13 20:57:36.277734 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14640 | 2024.11.13 20:57:36.279251 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14641 | 2024.11.13 20:57:36.279567 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14642 | 2024.11.13 20:57:36.279796 [ 26 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14643 | 2024.11.13 20:57:36.279923 [ 26 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14644 | 2024.11.13 20:57:36.279989 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14645 | 2024.11.13 20:57:36.280555 [ 189 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 14646 | 2024.11.13 20:57:36.282383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2114 | ||
| 14647 | 2024.11.13 20:57:36.282668 [ 189 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14648 | 2024.11.13 20:57:36.282847 [ 189 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1968 rows starting from the beginning of the part | ||
| 14649 | 2024.11.13 20:57:36.283359 [ 189 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 20 rows starting from the beginning of the part | ||
| 14650 | 2024.11.13 20:57:36.283855 [ 189 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 34 rows starting from the beginning of the part | ||
| 14651 | 2024.11.13 20:57:36.284340 [ 189 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part | ||
| 14652 | 2024.11.13 20:57:36.284822 [ 189 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 20 rows starting from the beginning of the part | ||
| 14653 | 2024.11.13 20:57:36.285301 [ 189 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 40 rows starting from the beginning of the part | ||
| 14654 | 2024.11.13 20:57:36.294949 [ 196 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2114 rows, containing 72 columns (72 merged, 0 gathered) in 0.014730739 sec., 143509.432894032 rows/sec., 108.38 MiB/sec. | ||
| 14655 | 2024.11.13 20:57:36.296979 [ 191 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14656 | 2024.11.13 20:57:36.297821 [ 191 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_71_14} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14657 | 2024.11.13 20:57:36.297915 [ 191 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_71_14} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14658 | 2024.11.13 20:57:36.298258 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.78 MiB. | ||
| 14659 | 2024.11.13 20:57:39.302350 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14660 | 2024.11.13 20:57:39.302557 [ 277 ] {e95101f8-6945-4590-ab5e-0fd6584e84ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14661 | 2024.11.13 20:57:39.302631 [ 277 ] {e95101f8-6945-4590-ab5e-0fd6584e84ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14662 | 2024.11.13 20:57:39.303378 [ 277 ] {e95101f8-6945-4590-ab5e-0fd6584e84ff} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14663 | 2024.11.13 20:57:39.303431 [ 277 ] {e95101f8-6945-4590-ab5e-0fd6584e84ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14664 | 2024.11.13 20:57:39.303860 [ 277 ] {e95101f8-6945-4590-ab5e-0fd6584e84ff} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14665 | 2024.11.13 20:57:39.304116 [ 277 ] {e95101f8-6945-4590-ab5e-0fd6584e84ff} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14666 | 2024.11.13 20:57:39.304351 [ 277 ] {e95101f8-6945-4590-ab5e-0fd6584e84ff} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001836 sec., 30501.089324618737 rows/sec., 2.33 MiB/sec. | ||
| 14667 | 2024.11.13 20:57:39.304347 [ 45 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14668 | 2024.11.13 20:57:39.304439 [ 277 ] {e95101f8-6945-4590-ab5e-0fd6584e84ff} <Debug> TCPHandler: Processed in 0.002217729 sec. | ||
| 14669 | 2024.11.13 20:57:39.304491 [ 45 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14670 | 2024.11.13 20:57:39.304559 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14671 | 2024.11.13 20:57:39.304782 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14672 | 2024.11.13 20:57:39.304812 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 14673 | 2024.11.13 20:57:39.305233 [ 274 ] {d691b061-bbe0-4949-b7ea-ee972c75cfd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14674 | 2024.11.13 20:57:39.305267 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14675 | 2024.11.13 20:57:39.305334 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1457 rows starting from the beginning of the part | ||
| 14676 | 2024.11.13 20:57:39.305366 [ 274 ] {d691b061-bbe0-4949-b7ea-ee972c75cfd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14677 | 2024.11.13 20:57:39.305647 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 57 rows starting from the beginning of the part | ||
| 14678 | 2024.11.13 20:57:39.305998 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 56 rows starting from the beginning of the part | ||
| 14679 | 2024.11.13 20:57:39.306325 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 321 rows starting from the beginning of the part | ||
| 14680 | 2024.11.13 20:57:39.306665 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 58 rows starting from the beginning of the part | ||
| 14681 | 2024.11.13 20:57:39.307049 [ 196 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 56 rows starting from the beginning of the part | ||
| 14682 | 2024.11.13 20:57:39.308642 [ 274 ] {d691b061-bbe0-4949-b7ea-ee972c75cfd6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14683 | 2024.11.13 20:57:39.308715 [ 274 ] {d691b061-bbe0-4949-b7ea-ee972c75cfd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14684 | 2024.11.13 20:57:39.309791 [ 274 ] {d691b061-bbe0-4949-b7ea-ee972c75cfd6} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14685 | 2024.11.13 20:57:39.310369 [ 274 ] {d691b061-bbe0-4949-b7ea-ee972c75cfd6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14686 | 2024.11.13 20:57:39.310398 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2005 rows, containing 5 columns (5 merged, 0 gathered) in 0.00571857 sec., 350612.1285566147 rows/sec., 30.61 MiB/sec. | ||
| 14687 | 2024.11.13 20:57:39.310573 [ 45 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14688 | 2024.11.13 20:57:39.310649 [ 45 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14689 | 2024.11.13 20:57:39.310690 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14690 | 2024.11.13 20:57:39.310733 [ 274 ] {d691b061-bbe0-4949-b7ea-ee972c75cfd6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005659 sec., 11309.418625198798 rows/sec., 903.91 KiB/sec. | ||
| 14691 | 2024.11.13 20:57:39.310761 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14692 | 2024.11.13 20:57:39.311148 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 14693 | 2024.11.13 20:57:39.311157 [ 274 ] {d691b061-bbe0-4949-b7ea-ee972c75cfd6} <Debug> TCPHandler: Processed in 0.006585396 sec. | ||
| 14694 | 2024.11.13 20:57:39.311462 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14695 | 2024.11.13 20:57:39.311515 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14696 | 2024.11.13 20:57:39.311561 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 929 rows starting from the beginning of the part | ||
| 14697 | 2024.11.13 20:57:39.311685 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14698 | 2024.11.13 20:57:39.311693 [ 277 ] {bed8c943-077a-4f75-a692-cf3657a85605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14699 | 2024.11.13 20:57:39.311931 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 66 rows starting from the beginning of the part | ||
| 14700 | 2024.11.13 20:57:39.311993 [ 277 ] {bed8c943-077a-4f75-a692-cf3657a85605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14701 | 2024.11.13 20:57:39.312333 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_136_27} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14702 | 2024.11.13 20:57:39.312575 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 64 rows starting from the beginning of the part | ||
| 14703 | 2024.11.13 20:57:39.312788 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 14704 | 2024.11.13 20:57:39.313064 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 459 rows starting from the beginning of the part | ||
| 14705 | 2024.11.13 20:57:39.313417 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 68 rows starting from the beginning of the part | ||
| 14706 | 2024.11.13 20:57:39.313798 [ 195 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 64 rows starting from the beginning of the part | ||
| 14707 | 2024.11.13 20:57:39.314785 [ 277 ] {bed8c943-077a-4f75-a692-cf3657a85605} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14708 | 2024.11.13 20:57:39.314833 [ 277 ] {bed8c943-077a-4f75-a692-cf3657a85605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14709 | 2024.11.13 20:57:39.315447 [ 277 ] {bed8c943-077a-4f75-a692-cf3657a85605} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14710 | 2024.11.13 20:57:39.315785 [ 277 ] {bed8c943-077a-4f75-a692-cf3657a85605} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14711 | 2024.11.13 20:57:39.315799 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1650 rows, containing 5 columns (5 merged, 0 gathered) in 0.005002438 sec., 329839.170420503 rows/sec., 25.44 MiB/sec. | ||
| 14712 | 2024.11.13 20:57:39.316101 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14713 | 2024.11.13 20:57:39.316141 [ 277 ] {bed8c943-077a-4f75-a692-cf3657a85605} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004541 sec., 35234.52983924246 rows/sec., 2.45 MiB/sec. | ||
| 14714 | 2024.11.13 20:57:39.316255 [ 277 ] {bed8c943-077a-4f75-a692-cf3657a85605} <Debug> TCPHandler: Processed in 0.004972197 sec. | ||
| 14715 | 2024.11.13 20:57:39.316458 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14716 | 2024.11.13 20:57:39.316521 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14717 | 2024.11.13 20:57:39.316625 [ 193 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_136_27} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14718 | 2024.11.13 20:57:39.316632 [ 274 ] {c62da75b-9e6b-4682-a63d-dcebb39668a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14719 | 2024.11.13 20:57:39.316721 [ 274 ] {c62da75b-9e6b-4682-a63d-dcebb39668a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14720 | 2024.11.13 20:57:39.316732 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 14721 | 2024.11.13 20:57:39.317336 [ 274 ] {c62da75b-9e6b-4682-a63d-dcebb39668a4} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14722 | 2024.11.13 20:57:39.317374 [ 274 ] {c62da75b-9e6b-4682-a63d-dcebb39668a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14723 | 2024.11.13 20:57:39.317756 [ 274 ] {c62da75b-9e6b-4682-a63d-dcebb39668a4} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14724 | 2024.11.13 20:57:39.318007 [ 274 ] {c62da75b-9e6b-4682-a63d-dcebb39668a4} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14725 | 2024.11.13 20:57:39.318191 [ 274 ] {c62da75b-9e6b-4682-a63d-dcebb39668a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001605 sec., 37383.17757009345 rows/sec., 2.52 MiB/sec. | ||
| 14726 | 2024.11.13 20:57:39.318248 [ 274 ] {c62da75b-9e6b-4682-a63d-dcebb39668a4} <Debug> TCPHandler: Processed in 0.001861392 sec. | ||
| 14727 | 2024.11.13 20:57:40.810229 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14728 | 2024.11.13 20:57:40.810319 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14729 | 2024.11.13 20:57:41.571941 [ 73 ] {} <Debug> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 14730 | 2024.11.13 20:57:41.572046 [ 73 ] {} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14731 | 2024.11.13 20:57:41.572090 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14732 | 2024.11.13 20:57:41.572431 [ 200 ] {69975aa4-aa2a-4858-96de-6dd8f27df007::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 | ||
| 14733 | 2024.11.13 20:57:41.573010 [ 200 ] {69975aa4-aa2a-4858-96de-6dd8f27df007::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14734 | 2024.11.13 20:57:41.573086 [ 200 ] {69975aa4-aa2a-4858-96de-6dd8f27df007::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
| 14735 | 2024.11.13 20:57:41.573256 [ 200 ] {69975aa4-aa2a-4858-96de-6dd8f27df007::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 | ||
| 14736 | 2024.11.13 20:57:41.573397 [ 200 ] {69975aa4-aa2a-4858-96de-6dd8f27df007::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 | ||
| 14737 | 2024.11.13 20:57:41.573486 [ 200 ] {69975aa4-aa2a-4858-96de-6dd8f27df007::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 14738 | 2024.11.13 20:57:41.573566 [ 200 ] {69975aa4-aa2a-4858-96de-6dd8f27df007::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 | ||
| 14739 | 2024.11.13 20:57:41.581742 [ 193 ] {69975aa4-aa2a-4858-96de-6dd8f27df007::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 6 columns (6 merged, 0 gathered) in 0.009537057 sec., 4508.728426389818 rows/sec., 771.15 KiB/sec. | ||
| 14740 | 2024.11.13 20:57:41.581976 [ 193 ] {69975aa4-aa2a-4858-96de-6dd8f27df007::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 14741 | 2024.11.13 20:57:41.582522 [ 193 ] {69975aa4-aa2a-4858-96de-6dd8f27df007::all_1_5_1} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14742 | 2024.11.13 20:57:41.582614 [ 193 ] {69975aa4-aa2a-4858-96de-6dd8f27df007::all_1_5_1} <Trace> oximeter.timeseries_schema (69975aa4-aa2a-4858-96de-6dd8f27df007) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 14743 | 2024.11.13 20:57:41.582725 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 14744 | 2024.11.13 20:57:42.502619 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43322, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14745 | 2024.11.13 20:57:42.666045 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45869, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14746 | 2024.11.13 20:57:42.688506 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14747 | 2024.11.13 20:57:42.737886 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14748 | 2024.11.13 20:57:42.939301 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14749 | 2024.11.13 20:57:42.946831 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50094, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14750 | 2024.11.13 20:57:42.991145 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47664, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14751 | 2024.11.13 20:57:42.992434 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35190, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14752 | 2024.11.13 20:57:44.310730 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14753 | 2024.11.13 20:57:44.310947 [ 277 ] {9a2cfa11-8bdc-495e-8afe-7965e9d480f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14754 | 2024.11.13 20:57:44.311028 [ 277 ] {9a2cfa11-8bdc-495e-8afe-7965e9d480f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14755 | 2024.11.13 20:57:44.311815 [ 277 ] {9a2cfa11-8bdc-495e-8afe-7965e9d480f8} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14756 | 2024.11.13 20:57:44.311867 [ 277 ] {9a2cfa11-8bdc-495e-8afe-7965e9d480f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14757 | 2024.11.13 20:57:44.312299 [ 277 ] {9a2cfa11-8bdc-495e-8afe-7965e9d480f8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14758 | 2024.11.13 20:57:44.312553 [ 277 ] {9a2cfa11-8bdc-495e-8afe-7965e9d480f8} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14759 | 2024.11.13 20:57:44.312751 [ 106 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14760 | 2024.11.13 20:57:44.312811 [ 277 ] {9a2cfa11-8bdc-495e-8afe-7965e9d480f8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec. | ||
| 14761 | 2024.11.13 20:57:44.312838 [ 106 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14762 | 2024.11.13 20:57:44.312906 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14763 | 2024.11.13 20:57:44.312937 [ 277 ] {9a2cfa11-8bdc-495e-8afe-7965e9d480f8} <Debug> TCPHandler: Processed in 0.002339861 sec. | ||
| 14764 | 2024.11.13 20:57:44.313136 [ 222 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 14765 | 2024.11.13 20:57:44.313206 [ 222 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 14766 | 2024.11.13 20:57:44.313220 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14767 | 2024.11.13 20:57:44.313329 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14768 | 2024.11.13 20:57:44.313579 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14769 | 2024.11.13 20:57:44.313654 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 14770 | 2024.11.13 20:57:44.313763 [ 274 ] {d7540054-4ae1-4268-b7b3-c6e60efa8280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14771 | 2024.11.13 20:57:44.313905 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 14772 | 2024.11.13 20:57:44.314200 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 14773 | 2024.11.13 20:57:44.314539 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 14774 | 2024.11.13 20:57:44.314032 [ 274 ] {d7540054-4ae1-4268-b7b3-c6e60efa8280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14775 | 2024.11.13 20:57:44.314938 [ 195 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 14776 | 2024.11.13 20:57:44.318530 [ 222 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 14777 | 2024.11.13 20:57:44.319835 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00682316 sec., 10259.176100223356 rows/sec., 778.60 KiB/sec. | ||
| 14778 | 2024.11.13 20:57:44.320008 [ 274 ] {d7540054-4ae1-4268-b7b3-c6e60efa8280} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14779 | 2024.11.13 20:57:44.320072 [ 274 ] {d7540054-4ae1-4268-b7b3-c6e60efa8280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14780 | 2024.11.13 20:57:44.320098 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14781 | 2024.11.13 20:57:44.320752 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_49_12} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14782 | 2024.11.13 20:57:44.320920 [ 190 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_49_12} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14783 | 2024.11.13 20:57:44.320950 [ 274 ] {d7540054-4ae1-4268-b7b3-c6e60efa8280} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14784 | 2024.11.13 20:57:44.321072 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14785 | 2024.11.13 20:57:44.321303 [ 274 ] {d7540054-4ae1-4268-b7b3-c6e60efa8280} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14786 | 2024.11.13 20:57:44.321585 [ 274 ] {d7540054-4ae1-4268-b7b3-c6e60efa8280} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.007931 sec., 378.26251418484424 rows/sec., 28.07 KiB/sec. | ||
| 14787 | 2024.11.13 20:57:44.321744 [ 274 ] {d7540054-4ae1-4268-b7b3-c6e60efa8280} <Debug> TCPHandler: Processed in 0.008662162 sec. | ||
| 14788 | 2024.11.13 20:57:44.321930 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14789 | 2024.11.13 20:57:44.322076 [ 277 ] {b5812502-1484-46e1-aa80-1d584ff1e50a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14790 | 2024.11.13 20:57:44.322139 [ 277 ] {b5812502-1484-46e1-aa80-1d584ff1e50a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14791 | 2024.11.13 20:57:44.322912 [ 277 ] {b5812502-1484-46e1-aa80-1d584ff1e50a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14792 | 2024.11.13 20:57:44.322953 [ 277 ] {b5812502-1484-46e1-aa80-1d584ff1e50a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14793 | 2024.11.13 20:57:44.323349 [ 277 ] {b5812502-1484-46e1-aa80-1d584ff1e50a} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14794 | 2024.11.13 20:57:44.323608 [ 277 ] {b5812502-1484-46e1-aa80-1d584ff1e50a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14795 | 2024.11.13 20:57:44.323846 [ 277 ] {b5812502-1484-46e1-aa80-1d584ff1e50a} <Debug> executeQuery: Read 335 rows, 30.28 KiB in 0.001798 sec., 186318.13125695218 rows/sec., 16.45 MiB/sec. | ||
| 14796 | 2024.11.13 20:57:44.323924 [ 277 ] {b5812502-1484-46e1-aa80-1d584ff1e50a} <Debug> TCPHandler: Processed in 0.002070197 sec. | ||
| 14797 | 2024.11.13 20:57:44.323927 [ 224 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14798 | 2024.11.13 20:57:44.323995 [ 224 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14799 | 2024.11.13 20:57:44.324082 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14800 | 2024.11.13 20:57:44.324258 [ 274 ] {61d2d665-a86d-445d-a757-a25635d45fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14801 | 2024.11.13 20:57:44.324346 [ 274 ] {61d2d665-a86d-445d-a757-a25635d45fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14802 | 2024.11.13 20:57:44.325787 [ 274 ] {61d2d665-a86d-445d-a757-a25635d45fa7} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14803 | 2024.11.13 20:57:44.325849 [ 274 ] {61d2d665-a86d-445d-a757-a25635d45fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14804 | 2024.11.13 20:57:44.326544 [ 274 ] {61d2d665-a86d-445d-a757-a25635d45fa7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14805 | 2024.11.13 20:57:44.326951 [ 274 ] {61d2d665-a86d-445d-a757-a25635d45fa7} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14806 | 2024.11.13 20:57:44.327282 [ 274 ] {61d2d665-a86d-445d-a757-a25635d45fa7} <Debug> executeQuery: Read 73 rows, 5.38 KiB in 0.003054 sec., 23903.077930582844 rows/sec., 1.72 MiB/sec. | ||
| 14807 | 2024.11.13 20:57:44.327418 [ 274 ] {61d2d665-a86d-445d-a757-a25635d45fa7} <Debug> TCPHandler: Processed in 0.00341131 sec. | ||
| 14808 | 2024.11.13 20:57:44.327600 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14809 | 2024.11.13 20:57:44.327828 [ 277 ] {61a126f9-c6c9-4f01-bb88-64462295cfc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14810 | 2024.11.13 20:57:44.327887 [ 224 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14811 | 2024.11.13 20:57:44.327919 [ 277 ] {61a126f9-c6c9-4f01-bb88-64462295cfc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14812 | 2024.11.13 20:57:44.329768 [ 277 ] {61a126f9-c6c9-4f01-bb88-64462295cfc6} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14813 | 2024.11.13 20:57:44.329809 [ 277 ] {61a126f9-c6c9-4f01-bb88-64462295cfc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14814 | 2024.11.13 20:57:44.330183 [ 277 ] {61a126f9-c6c9-4f01-bb88-64462295cfc6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14815 | 2024.11.13 20:57:44.330419 [ 277 ] {61a126f9-c6c9-4f01-bb88-64462295cfc6} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14816 | 2024.11.13 20:57:44.330630 [ 277 ] {61a126f9-c6c9-4f01-bb88-64462295cfc6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00289 sec., 4844.290657439446 rows/sec., 339.26 KiB/sec. | ||
| 14817 | 2024.11.13 20:57:44.330685 [ 277 ] {61a126f9-c6c9-4f01-bb88-64462295cfc6} <Debug> TCPHandler: Processed in 0.003153225 sec. | ||
| 14818 | 2024.11.13 20:57:44.330836 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14819 | 2024.11.13 20:57:44.330978 [ 274 ] {9d7a3d20-aa7b-46e3-ae37-81363b05c07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14820 | 2024.11.13 20:57:44.331037 [ 274 ] {9d7a3d20-aa7b-46e3-ae37-81363b05c07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14821 | 2024.11.13 20:57:44.331690 [ 274 ] {9d7a3d20-aa7b-46e3-ae37-81363b05c07c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14822 | 2024.11.13 20:57:44.331731 [ 274 ] {9d7a3d20-aa7b-46e3-ae37-81363b05c07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14823 | 2024.11.13 20:57:44.332095 [ 274 ] {9d7a3d20-aa7b-46e3-ae37-81363b05c07c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14824 | 2024.11.13 20:57:44.332339 [ 274 ] {9d7a3d20-aa7b-46e3-ae37-81363b05c07c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14825 | 2024.11.13 20:57:44.332495 [ 106 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14826 | 2024.11.13 20:57:44.332569 [ 106 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14827 | 2024.11.13 20:57:44.332593 [ 274 ] {9d7a3d20-aa7b-46e3-ae37-81363b05c07c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001644 sec., 7907.542579075425 rows/sec., 493.03 KiB/sec. | ||
| 14828 | 2024.11.13 20:57:44.332607 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14829 | 2024.11.13 20:57:44.332754 [ 274 ] {9d7a3d20-aa7b-46e3-ae37-81363b05c07c} <Debug> TCPHandler: Processed in 0.001981374 sec. | ||
| 14830 | 2024.11.13 20:57:44.332830 [ 221 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 14831 | 2024.11.13 20:57:44.332909 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14832 | 2024.11.13 20:57:44.332927 [ 221 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 14833 | 2024.11.13 20:57:44.333030 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14834 | 2024.11.13 20:57:44.333302 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14835 | 2024.11.13 20:57:44.333431 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 14836 | 2024.11.13 20:57:44.333496 [ 277 ] {35cdd902-c900-49d5-9b8f-e2515ed3cdc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14837 | 2024.11.13 20:57:44.333681 [ 277 ] {35cdd902-c900-49d5-9b8f-e2515ed3cdc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14838 | 2024.11.13 20:57:44.333793 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 14839 | 2024.11.13 20:57:44.334243 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 14840 | 2024.11.13 20:57:44.334765 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 14841 | 2024.11.13 20:57:44.335507 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 14842 | 2024.11.13 20:57:44.338547 [ 277 ] {35cdd902-c900-49d5-9b8f-e2515ed3cdc2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14843 | 2024.11.13 20:57:44.338668 [ 277 ] {35cdd902-c900-49d5-9b8f-e2515ed3cdc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14844 | 2024.11.13 20:57:44.339441 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006695167 sec., 9708.495695477051 rows/sec., 643.25 KiB/sec. | ||
| 14845 | 2024.11.13 20:57:44.339654 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14846 | 2024.11.13 20:57:44.339779 [ 221 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 14847 | 2024.11.13 20:57:44.340570 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_49_12} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14848 | 2024.11.13 20:57:44.340569 [ 277 ] {35cdd902-c900-49d5-9b8f-e2515ed3cdc2} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14849 | 2024.11.13 20:57:44.340728 [ 201 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_49_12} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14850 | 2024.11.13 20:57:44.340941 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14851 | 2024.11.13 20:57:44.341091 [ 277 ] {35cdd902-c900-49d5-9b8f-e2515ed3cdc2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14852 | 2024.11.13 20:57:44.341304 [ 277 ] {35cdd902-c900-49d5-9b8f-e2515ed3cdc2} <Debug> executeQuery: Read 475 rows, 34.92 KiB in 0.007974 sec., 59568.59794331578 rows/sec., 4.28 MiB/sec. | ||
| 14853 | 2024.11.13 20:57:44.341372 [ 277 ] {35cdd902-c900-49d5-9b8f-e2515ed3cdc2} <Debug> TCPHandler: Processed in 0.008514949 sec. | ||
| 14854 | 2024.11.13 20:57:44.341526 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14855 | 2024.11.13 20:57:44.341646 [ 274 ] {c8d29555-4841-4d1f-ac3e-43ae058266f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14856 | 2024.11.13 20:57:44.341698 [ 274 ] {c8d29555-4841-4d1f-ac3e-43ae058266f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14857 | 2024.11.13 20:57:44.342205 [ 274 ] {c8d29555-4841-4d1f-ac3e-43ae058266f2} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14858 | 2024.11.13 20:57:44.342244 [ 274 ] {c8d29555-4841-4d1f-ac3e-43ae058266f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14859 | 2024.11.13 20:57:44.342613 [ 274 ] {c8d29555-4841-4d1f-ac3e-43ae058266f2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14860 | 2024.11.13 20:57:44.342854 [ 274 ] {c8d29555-4841-4d1f-ac3e-43ae058266f2} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14861 | 2024.11.13 20:57:44.343084 [ 274 ] {c8d29555-4841-4d1f-ac3e-43ae058266f2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 213.98 KiB/sec. | ||
| 14862 | 2024.11.13 20:57:44.343202 [ 274 ] {c8d29555-4841-4d1f-ac3e-43ae058266f2} <Debug> TCPHandler: Processed in 0.00173245 sec. | ||
| 14863 | 2024.11.13 20:57:44.343392 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14864 | 2024.11.13 20:57:44.343529 [ 277 ] {4d37b3a0-91ac-461b-9f33-5488b423a5c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14865 | 2024.11.13 20:57:44.343593 [ 277 ] {4d37b3a0-91ac-461b-9f33-5488b423a5c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14866 | 2024.11.13 20:57:44.344281 [ 277 ] {4d37b3a0-91ac-461b-9f33-5488b423a5c3} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14867 | 2024.11.13 20:57:44.344327 [ 277 ] {4d37b3a0-91ac-461b-9f33-5488b423a5c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14868 | 2024.11.13 20:57:44.344733 [ 277 ] {4d37b3a0-91ac-461b-9f33-5488b423a5c3} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14869 | 2024.11.13 20:57:44.344991 [ 277 ] {4d37b3a0-91ac-461b-9f33-5488b423a5c3} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14870 | 2024.11.13 20:57:44.345157 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14871 | 2024.11.13 20:57:44.345201 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14872 | 2024.11.13 20:57:44.345225 [ 277 ] {4d37b3a0-91ac-461b-9f33-5488b423a5c3} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.001723 sec., 139291.93267556588 rows/sec., 9.32 MiB/sec. | ||
| 14873 | 2024.11.13 20:57:44.345241 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14874 | 2024.11.13 20:57:44.345427 [ 277 ] {4d37b3a0-91ac-461b-9f33-5488b423a5c3} <Debug> TCPHandler: Processed in 0.002132247 sec. | ||
| 14875 | 2024.11.13 20:57:44.345787 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 14876 | 2024.11.13 20:57:44.345823 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14877 | 2024.11.13 20:57:44.346543 [ 274 ] {9dafefd0-53a5-4211-9c62-a5d41f463ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14878 | 2024.11.13 20:57:44.346652 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14879 | 2024.11.13 20:57:44.346786 [ 274 ] {9dafefd0-53a5-4211-9c62-a5d41f463ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14880 | 2024.11.13 20:57:44.346796 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_131_26, total 23481 rows starting from the beginning of the part | ||
| 14881 | 2024.11.13 20:57:44.347438 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 14882 | 2024.11.13 20:57:44.348156 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 240 rows starting from the beginning of the part | ||
| 14883 | 2024.11.13 20:57:44.348789 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 130 rows starting from the beginning of the part | ||
| 14884 | 2024.11.13 20:57:44.349064 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 14885 | 2024.11.13 20:57:44.349476 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 240 rows starting from the beginning of the part | ||
| 14886 | 2024.11.13 20:57:44.350312 [ 274 ] {9dafefd0-53a5-4211-9c62-a5d41f463ad8} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14887 | 2024.11.13 20:57:44.350376 [ 274 ] {9dafefd0-53a5-4211-9c62-a5d41f463ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14888 | 2024.11.13 20:57:44.351205 [ 274 ] {9dafefd0-53a5-4211-9c62-a5d41f463ad8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14889 | 2024.11.13 20:57:44.351530 [ 274 ] {9dafefd0-53a5-4211-9c62-a5d41f463ad8} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14890 | 2024.11.13 20:57:44.351966 [ 274 ] {9dafefd0-53a5-4211-9c62-a5d41f463ad8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005667 sec., 176.4602082230457 rows/sec., 11.89 KiB/sec. | ||
| 14891 | 2024.11.13 20:57:44.352329 [ 274 ] {9dafefd0-53a5-4211-9c62-a5d41f463ad8} <Debug> TCPHandler: Processed in 0.006781438 sec. | ||
| 14892 | 2024.11.13 20:57:44.352679 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14893 | 2024.11.13 20:57:44.353086 [ 277 ] {176d9683-9c59-4268-8dcf-2c553d250106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14894 | 2024.11.13 20:57:44.353356 [ 277 ] {176d9683-9c59-4268-8dcf-2c553d250106} <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 | ||
| 14895 | 2024.11.13 20:57:44.355734 [ 277 ] {176d9683-9c59-4268-8dcf-2c553d250106} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14896 | 2024.11.13 20:57:44.355777 [ 277 ] {176d9683-9c59-4268-8dcf-2c553d250106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14897 | 2024.11.13 20:57:44.356621 [ 277 ] {176d9683-9c59-4268-8dcf-2c553d250106} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14898 | 2024.11.13 20:57:44.357027 [ 277 ] {176d9683-9c59-4268-8dcf-2c553d250106} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14899 | 2024.11.13 20:57:44.357209 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14900 | 2024.11.13 20:57:44.357255 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14901 | 2024.11.13 20:57:44.357281 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14902 | 2024.11.13 20:57:44.357284 [ 277 ] {176d9683-9c59-4268-8dcf-2c553d250106} <Debug> executeQuery: Read 63 rows, 115.60 KiB in 0.004338 sec., 14522.821576763487 rows/sec., 26.02 MiB/sec. | ||
| 14903 | 2024.11.13 20:57:44.357960 [ 192 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::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 | ||
| 14904 | 2024.11.13 20:57:44.358539 [ 277 ] {176d9683-9c59-4268-8dcf-2c553d250106} <Debug> TCPHandler: Processed in 0.006068736 sec. | ||
| 14905 | 2024.11.13 20:57:44.358975 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14906 | 2024.11.13 20:57:44.359617 [ 274 ] {54fb716f-b578-40c8-ae64-f1a663ebac78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 14907 | 2024.11.13 20:57:44.359736 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24411 rows, containing 5 columns (5 merged, 0 gathered) in 0.014335761 sec., 1702804.6156740475 rows/sec., 116.21 MiB/sec. | ||
| 14908 | 2024.11.13 20:57:44.359820 [ 274 ] {54fb716f-b578-40c8-ae64-f1a663ebac78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14909 | 2024.11.13 20:57:44.360213 [ 192 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14910 | 2024.11.13 20:57:44.360360 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14911 | 2024.11.13 20:57:44.360670 [ 192 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1743 rows starting from the beginning of the part | ||
| 14912 | 2024.11.13 20:57:44.361626 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14913 | 2024.11.13 20:57:44.362032 [ 188 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_136_27} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14914 | 2024.11.13 20:57:44.362161 [ 192 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 42 rows starting from the beginning of the part | ||
| 14915 | 2024.11.13 20:57:44.362265 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 14916 | 2024.11.13 20:57:44.362991 [ 274 ] {54fb716f-b578-40c8-ae64-f1a663ebac78} <Trace> oximeter.measurements_i64 (2411af45-67f4-4ac6-be00-095ad90aafc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14917 | 2024.11.13 20:57:44.363056 [ 192 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 42 rows starting from the beginning of the part | ||
| 14918 | 2024.11.13 20:57:44.363072 [ 274 ] {54fb716f-b578-40c8-ae64-f1a663ebac78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14919 | 2024.11.13 20:57:44.363765 [ 192 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 52 rows starting from the beginning of the part | ||
| 14920 | 2024.11.13 20:57:44.364488 [ 192 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::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 | ||
| 14921 | 2024.11.13 20:57:44.364572 [ 274 ] {54fb716f-b578-40c8-ae64-f1a663ebac78} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 14922 | 2024.11.13 20:57:44.364975 [ 192 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 63 rows starting from the beginning of the part | ||
| 14923 | 2024.11.13 20:57:44.365470 [ 274 ] {54fb716f-b578-40c8-ae64-f1a663ebac78} <Trace> oximeter.measurements_i64 (2411af45-67f4-4ac6-be00-095ad90aafc4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14924 | 2024.11.13 20:57:44.366321 [ 274 ] {54fb716f-b578-40c8-ae64-f1a663ebac78} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.006897 sec., 1304.9151805132665 rows/sec., 92.18 KiB/sec. | ||
| 14925 | 2024.11.13 20:57:44.366536 [ 274 ] {54fb716f-b578-40c8-ae64-f1a663ebac78} <Debug> TCPHandler: Processed in 0.007866097 sec. | ||
| 14926 | 2024.11.13 20:57:44.366725 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14927 | 2024.11.13 20:57:44.367051 [ 277 ] {1d148f52-e5a7-4094-94a9-027df92076ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14928 | 2024.11.13 20:57:44.367178 [ 277 ] {1d148f52-e5a7-4094-94a9-027df92076ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14929 | 2024.11.13 20:57:44.367805 [ 277 ] {1d148f52-e5a7-4094-94a9-027df92076ce} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14930 | 2024.11.13 20:57:44.367844 [ 277 ] {1d148f52-e5a7-4094-94a9-027df92076ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14931 | 2024.11.13 20:57:44.368236 [ 277 ] {1d148f52-e5a7-4094-94a9-027df92076ce} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14932 | 2024.11.13 20:57:44.368477 [ 277 ] {1d148f52-e5a7-4094-94a9-027df92076ce} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14933 | 2024.11.13 20:57:44.368651 [ 127 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_130_26 to all_135_135_0 | ||
| 14934 | 2024.11.13 20:57:44.368704 [ 127 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14935 | 2024.11.13 20:57:44.368735 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14936 | 2024.11.13 20:57:44.368739 [ 277 ] {1d148f52-e5a7-4094-94a9-027df92076ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001816 sec., 45154.18502202643 rows/sec., 2.87 MiB/sec. | ||
| 14937 | 2024.11.13 20:57:44.368925 [ 277 ] {1d148f52-e5a7-4094-94a9-027df92076ce} <Debug> TCPHandler: Processed in 0.002271199 sec. | ||
| 14938 | 2024.11.13 20:57:44.368995 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_130_26 to all_135_135_0 into Compact with storage Full | ||
| 14939 | 2024.11.13 20:57:44.369264 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14940 | 2024.11.13 20:57:44.369371 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_130_26, total 7948 rows starting from the beginning of the part | ||
| 14941 | 2024.11.13 20:57:44.369721 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part | ||
| 14942 | 2024.11.13 20:57:44.370044 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 82 rows starting from the beginning of the part | ||
| 14943 | 2024.11.13 20:57:44.370371 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 48 rows starting from the beginning of the part | ||
| 14944 | 2024.11.13 20:57:44.370720 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part | ||
| 14945 | 2024.11.13 20:57:44.371042 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 82 rows starting from the beginning of the part | ||
| 14946 | 2024.11.13 20:57:44.377039 [ 194 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8280 rows, containing 4 columns (4 merged, 0 gathered) in 0.008204823 sec., 1009162.5376927692 rows/sec., 66.10 MiB/sec. | ||
| 14947 | 2024.11.13 20:57:44.377444 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Trace> MergedBlockOutputStream: filled checksums all_1_135_27 (state Temporary) | ||
| 14948 | 2024.11.13 20:57:44.377843 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_135_27 to all_1_135_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14949 | 2024.11.13 20:57:44.378023 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_135_27} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_130_26, all_135_135_0] -> all_1_135_27 | ||
| 14950 | 2024.11.13 20:57:44.378131 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 14951 | 2024.11.13 20:57:44.378955 [ 186 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1998 rows, containing 19 columns (19 merged, 0 gathered) in 0.021545678 sec., 92733.21545044905 rows/sec., 166.17 MiB/sec. | ||
| 14952 | 2024.11.13 20:57:44.380995 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14953 | 2024.11.13 20:57:44.381465 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14954 | 2024.11.13 20:57:44.381551 [ 189 ] {988591c5-738c-4e0e-9455-51a3771c6ffb::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14955 | 2024.11.13 20:57:44.381717 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.89 MiB. | ||
| 14956 | 2024.11.13 20:57:45.000226 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.60 MiB, peak 215.43 MiB, free memory in arenas 0.00 B, will set to 198.89 MiB (RSS), difference: 1.29 MiB | ||
| 14957 | 2024.11.13 20:57:45.356712 [ 225 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14958 | 2024.11.13 20:57:45.356801 [ 225 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14959 | 2024.11.13 20:57:45.359259 [ 225 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14960 | 2024.11.13 20:57:46.282710 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2148 | ||
| 14961 | 2024.11.13 20:57:46.286095 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14962 | 2024.11.13 20:57:46.286145 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14963 | 2024.11.13 20:57:46.287623 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14964 | 2024.11.13 20:57:46.287927 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14965 | 2024.11.13 20:57:46.288479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2148 | ||
| 14966 | 2024.11.13 20:57:46.558965 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51658, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14967 | 2024.11.13 20:57:46.889680 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14968 | 2024.11.13 20:57:47.000228 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.91 MiB, peak 215.43 MiB, free memory in arenas 0.00 B, will set to 198.89 MiB (RSS), difference: 3.98 MiB | ||
| 14969 | 2024.11.13 20:57:47.297798 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14970 | 2024.11.13 20:57:47.439130 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49383, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14971 | 2024.11.13 20:57:47.446639 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52233, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14972 | 2024.11.13 20:57:47.469071 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14973 | 2024.11.13 20:57:47.492481 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14974 | 2024.11.13 20:57:47.505788 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45590, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14975 | 2024.11.13 20:57:47.513144 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38210, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14976 | 2024.11.13 20:57:47.562178 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14977 | 2024.11.13 20:57:47.642492 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14978 | 2024.11.13 20:57:47.660865 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48630, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14979 | 2024.11.13 20:57:47.732392 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14980 | 2024.11.13 20:57:47.747951 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14981 | 2024.11.13 20:57:47.750390 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14982 | 2024.11.13 20:57:47.783042 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14983 | 2024.11.13 20:57:48.855566 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59883, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14984 | 2024.11.13 20:57:49.301005 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14985 | 2024.11.13 20:57:49.301198 [ 277 ] {f8cd2891-bf19-4dd2-9d27-e5f9e385f7bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14986 | 2024.11.13 20:57:49.301272 [ 277 ] {f8cd2891-bf19-4dd2-9d27-e5f9e385f7bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14987 | 2024.11.13 20:57:49.302050 [ 277 ] {f8cd2891-bf19-4dd2-9d27-e5f9e385f7bf} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14988 | 2024.11.13 20:57:49.302107 [ 277 ] {f8cd2891-bf19-4dd2-9d27-e5f9e385f7bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14989 | 2024.11.13 20:57:49.302542 [ 277 ] {f8cd2891-bf19-4dd2-9d27-e5f9e385f7bf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14990 | 2024.11.13 20:57:49.302794 [ 277 ] {f8cd2891-bf19-4dd2-9d27-e5f9e385f7bf} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14991 | 2024.11.13 20:57:49.303005 [ 277 ] {f8cd2891-bf19-4dd2-9d27-e5f9e385f7bf} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001851 sec., 5402.485143165856 rows/sec., 440.53 KiB/sec. | ||
| 14992 | 2024.11.13 20:57:49.303071 [ 277 ] {f8cd2891-bf19-4dd2-9d27-e5f9e385f7bf} <Debug> TCPHandler: Processed in 0.002198519 sec. | ||
| 14993 | 2024.11.13 20:57:49.303355 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14994 | 2024.11.13 20:57:49.303567 [ 274 ] {646dfa6e-e871-43fb-8623-a9df71043539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14995 | 2024.11.13 20:57:49.303650 [ 274 ] {646dfa6e-e871-43fb-8623-a9df71043539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14996 | 2024.11.13 20:57:49.304489 [ 274 ] {646dfa6e-e871-43fb-8623-a9df71043539} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14997 | 2024.11.13 20:57:49.304551 [ 274 ] {646dfa6e-e871-43fb-8623-a9df71043539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 14998 | 2024.11.13 20:57:49.305017 [ 274 ] {646dfa6e-e871-43fb-8623-a9df71043539} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14999 | 2024.11.13 20:57:49.305279 [ 274 ] {646dfa6e-e871-43fb-8623-a9df71043539} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15000 | 2024.11.13 20:57:49.305534 [ 274 ] {646dfa6e-e871-43fb-8623-a9df71043539} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.002027 sec., 30093.734583127774 rows/sec., 2.29 MiB/sec. | ||
| 15001 | 2024.11.13 20:57:49.305602 [ 274 ] {646dfa6e-e871-43fb-8623-a9df71043539} <Debug> TCPHandler: Processed in 0.002392882 sec. | ||
| 15002 | 2024.11.13 20:57:49.305768 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15003 | 2024.11.13 20:57:49.305898 [ 277 ] {2d867891-b1a6-4ceb-ba1f-8572e3336dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15004 | 2024.11.13 20:57:49.305952 [ 277 ] {2d867891-b1a6-4ceb-ba1f-8572e3336dc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15005 | 2024.11.13 20:57:49.306567 [ 277 ] {2d867891-b1a6-4ceb-ba1f-8572e3336dc4} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15006 | 2024.11.13 20:57:49.306608 [ 277 ] {2d867891-b1a6-4ceb-ba1f-8572e3336dc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15007 | 2024.11.13 20:57:49.307001 [ 277 ] {2d867891-b1a6-4ceb-ba1f-8572e3336dc4} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 15008 | 2024.11.13 20:57:49.307244 [ 277 ] {2d867891-b1a6-4ceb-ba1f-8572e3336dc4} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15009 | 2024.11.13 20:57:49.307446 [ 277 ] {2d867891-b1a6-4ceb-ba1f-8572e3336dc4} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001572 sec., 6361.323155216285 rows/sec., 444.17 KiB/sec. | ||
| 15010 | 2024.11.13 20:57:49.307555 [ 277 ] {2d867891-b1a6-4ceb-ba1f-8572e3336dc4} <Debug> TCPHandler: Processed in 0.001846103 sec. | ||
| 15011 | 2024.11.13 20:57:49.307756 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15012 | 2024.11.13 20:57:49.307907 [ 274 ] {5f63da24-e337-42dd-aade-0868d99bdb69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15013 | 2024.11.13 20:57:49.307962 [ 274 ] {5f63da24-e337-42dd-aade-0868d99bdb69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15014 | 2024.11.13 20:57:49.308600 [ 274 ] {5f63da24-e337-42dd-aade-0868d99bdb69} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15015 | 2024.11.13 20:57:49.308641 [ 274 ] {5f63da24-e337-42dd-aade-0868d99bdb69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15016 | 2024.11.13 20:57:49.309026 [ 274 ] {5f63da24-e337-42dd-aade-0868d99bdb69} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15017 | 2024.11.13 20:57:49.309311 [ 274 ] {5f63da24-e337-42dd-aade-0868d99bdb69} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15018 | 2024.11.13 20:57:49.309547 [ 274 ] {5f63da24-e337-42dd-aade-0868d99bdb69} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.00167 sec., 44311.37724550898 rows/sec., 3.47 MiB/sec. | ||
| 15019 | 2024.11.13 20:57:49.309638 [ 274 ] {5f63da24-e337-42dd-aade-0868d99bdb69} <Debug> TCPHandler: Processed in 0.001981365 sec. | ||
| 15020 | 2024.11.13 20:57:49.309872 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15021 | 2024.11.13 20:57:49.310067 [ 277 ] {caaadcd0-f41e-4fa4-bb34-1b8b630557e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15022 | 2024.11.13 20:57:49.310134 [ 277 ] {caaadcd0-f41e-4fa4-bb34-1b8b630557e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15023 | 2024.11.13 20:57:49.310761 [ 277 ] {caaadcd0-f41e-4fa4-bb34-1b8b630557e4} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15024 | 2024.11.13 20:57:49.310801 [ 277 ] {caaadcd0-f41e-4fa4-bb34-1b8b630557e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15025 | 2024.11.13 20:57:49.311214 [ 277 ] {caaadcd0-f41e-4fa4-bb34-1b8b630557e4} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15026 | 2024.11.13 20:57:49.311464 [ 277 ] {caaadcd0-f41e-4fa4-bb34-1b8b630557e4} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15027 | 2024.11.13 20:57:49.311645 [ 277 ] {caaadcd0-f41e-4fa4-bb34-1b8b630557e4} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001615 sec., 82352.94117647059 rows/sec., 5.73 MiB/sec. | ||
| 15028 | 2024.11.13 20:57:49.311706 [ 277 ] {caaadcd0-f41e-4fa4-bb34-1b8b630557e4} <Debug> TCPHandler: Processed in 0.001956434 sec. | ||
| 15029 | 2024.11.13 20:57:49.311863 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15030 | 2024.11.13 20:57:49.311985 [ 274 ] {7833e977-baea-493d-ab4a-f09139dc6c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15031 | 2024.11.13 20:57:49.312040 [ 274 ] {7833e977-baea-493d-ab4a-f09139dc6c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15032 | 2024.11.13 20:57:49.312559 [ 274 ] {7833e977-baea-493d-ab4a-f09139dc6c8f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15033 | 2024.11.13 20:57:49.312600 [ 274 ] {7833e977-baea-493d-ab4a-f09139dc6c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15034 | 2024.11.13 20:57:49.312990 [ 274 ] {7833e977-baea-493d-ab4a-f09139dc6c8f} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15035 | 2024.11.13 20:57:49.313238 [ 274 ] {7833e977-baea-493d-ab4a-f09139dc6c8f} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15036 | 2024.11.13 20:57:49.313457 [ 274 ] {7833e977-baea-493d-ab4a-f09139dc6c8f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001499 sec., 32021.347565043365 rows/sec., 2.16 MiB/sec. | ||
| 15037 | 2024.11.13 20:57:49.313506 [ 221 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Found 6 old parts to remove. Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] | ||
| 15038 | 2024.11.13 20:57:49.313522 [ 274 ] {7833e977-baea-493d-ab4a-f09139dc6c8f} <Debug> TCPHandler: Processed in 0.00172063 sec. | ||
| 15039 | 2024.11.13 20:57:49.313543 [ 221 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from filesystem (serially): Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] | ||
| 15040 | 2024.11.13 20:57:49.315452 [ 221 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from memory: Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] | ||
| 15041 | 2024.11.13 20:57:49.395169 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15042 | 2024.11.13 20:57:49.466861 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15043 | 2024.11.13 20:57:49.515171 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52300, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15044 | 2024.11.13 20:57:49.535186 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15045 | 2024.11.13 20:57:49.745166 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56614, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15046 | 2024.11.13 20:57:49.765514 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15047 | 2024.11.13 20:57:49.768849 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15048 | 2024.11.13 20:57:50.210792 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 15049 | 2024.11.13 20:57:50.210861 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 15050 | 2024.11.13 20:57:50.213157 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 15051 | 2024.11.13 20:57:54.302271 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15052 | 2024.11.13 20:57:54.302471 [ 277 ] {9dc3bf42-cd59-42be-a5b3-39ba531b72e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15053 | 2024.11.13 20:57:54.302544 [ 277 ] {9dc3bf42-cd59-42be-a5b3-39ba531b72e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15054 | 2024.11.13 20:57:54.303301 [ 277 ] {9dc3bf42-cd59-42be-a5b3-39ba531b72e4} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15055 | 2024.11.13 20:57:54.303355 [ 277 ] {9dc3bf42-cd59-42be-a5b3-39ba531b72e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15056 | 2024.11.13 20:57:54.303778 [ 277 ] {9dc3bf42-cd59-42be-a5b3-39ba531b72e4} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15057 | 2024.11.13 20:57:54.304030 [ 277 ] {9dc3bf42-cd59-42be-a5b3-39ba531b72e4} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15058 | 2024.11.13 20:57:54.304272 [ 277 ] {9dc3bf42-cd59-42be-a5b3-39ba531b72e4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00185 sec., 30270.27027027027 rows/sec., 2.31 MiB/sec. | ||
| 15059 | 2024.11.13 20:57:54.304351 [ 277 ] {9dc3bf42-cd59-42be-a5b3-39ba531b72e4} <Debug> TCPHandler: Processed in 0.002206549 sec. | ||
| 15060 | 2024.11.13 20:57:54.304700 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15061 | 2024.11.13 20:57:54.304907 [ 274 ] {d0df6167-c776-441e-9345-5e48c1ef222d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15062 | 2024.11.13 20:57:54.304986 [ 274 ] {d0df6167-c776-441e-9345-5e48c1ef222d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15063 | 2024.11.13 20:57:54.305903 [ 274 ] {d0df6167-c776-441e-9345-5e48c1ef222d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15064 | 2024.11.13 20:57:54.305968 [ 274 ] {d0df6167-c776-441e-9345-5e48c1ef222d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15065 | 2024.11.13 20:57:54.306542 [ 274 ] {d0df6167-c776-441e-9345-5e48c1ef222d} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15066 | 2024.11.13 20:57:54.306870 [ 274 ] {d0df6167-c776-441e-9345-5e48c1ef222d} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15067 | 2024.11.13 20:57:54.307172 [ 274 ] {d0df6167-c776-441e-9345-5e48c1ef222d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002318 sec., 27610.008628127693 rows/sec., 2.16 MiB/sec. | ||
| 15068 | 2024.11.13 20:57:54.307250 [ 274 ] {d0df6167-c776-441e-9345-5e48c1ef222d} <Debug> TCPHandler: Processed in 0.002783459 sec. | ||
| 15069 | 2024.11.13 20:57:54.309332 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15070 | 2024.11.13 20:57:54.309468 [ 277 ] {8611bac7-7db9-4516-a634-b959ceb86af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15071 | 2024.11.13 20:57:54.309528 [ 277 ] {8611bac7-7db9-4516-a634-b959ceb86af0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15072 | 2024.11.13 20:57:54.310134 [ 277 ] {8611bac7-7db9-4516-a634-b959ceb86af0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15073 | 2024.11.13 20:57:54.310177 [ 277 ] {8611bac7-7db9-4516-a634-b959ceb86af0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15074 | 2024.11.13 20:57:54.310607 [ 277 ] {8611bac7-7db9-4516-a634-b959ceb86af0} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15075 | 2024.11.13 20:57:54.310862 [ 277 ] {8611bac7-7db9-4516-a634-b959ceb86af0} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15076 | 2024.11.13 20:57:54.311061 [ 277 ] {8611bac7-7db9-4516-a634-b959ceb86af0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
| 15077 | 2024.11.13 20:57:54.311115 [ 277 ] {8611bac7-7db9-4516-a634-b959ceb86af0} <Debug> TCPHandler: Processed in 0.001871632 sec. | ||
| 15078 | 2024.11.13 20:57:54.311282 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15079 | 2024.11.13 20:57:54.311443 [ 274 ] {97a96d15-ee54-4bd6-b7e0-fcc82cb0c726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15080 | 2024.11.13 20:57:54.311511 [ 274 ] {97a96d15-ee54-4bd6-b7e0-fcc82cb0c726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15081 | 2024.11.13 20:57:54.312062 [ 274 ] {97a96d15-ee54-4bd6-b7e0-fcc82cb0c726} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15082 | 2024.11.13 20:57:54.312101 [ 274 ] {97a96d15-ee54-4bd6-b7e0-fcc82cb0c726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15083 | 2024.11.13 20:57:54.312510 [ 274 ] {97a96d15-ee54-4bd6-b7e0-fcc82cb0c726} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15084 | 2024.11.13 20:57:54.312786 [ 274 ] {97a96d15-ee54-4bd6-b7e0-fcc82cb0c726} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15085 | 2024.11.13 20:57:54.312977 [ 274 ] {97a96d15-ee54-4bd6-b7e0-fcc82cb0c726} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001574 sec., 38119.44091486658 rows/sec., 2.57 MiB/sec. | ||
| 15086 | 2024.11.13 20:57:54.313040 [ 274 ] {97a96d15-ee54-4bd6-b7e0-fcc82cb0c726} <Debug> TCPHandler: Processed in 0.001833332 sec. | ||
| 15087 | 2024.11.13 20:57:55.810568 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15088 | 2024.11.13 20:57:55.810619 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15089 | 2024.11.13 20:57:56.288739 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2168 | ||
| 15090 | 2024.11.13 20:57:56.292023 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15091 | 2024.11.13 20:57:56.292083 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15092 | 2024.11.13 20:57:56.293575 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15093 | 2024.11.13 20:57:56.293898 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15094 | 2024.11.13 20:57:56.294524 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2168 | ||
| 15095 | 2024.11.13 20:57:56.448817 [ 129 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 15096 | 2024.11.13 20:57:56.448886 [ 129 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15097 | 2024.11.13 20:57:56.448913 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15098 | 2024.11.13 20:57:56.449185 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 15099 | 2024.11.13 20:57:56.449468 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15100 | 2024.11.13 20:57:56.449525 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 242 rows starting from the beginning of the part | ||
| 15101 | 2024.11.13 20:57:56.449644 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 15102 | 2024.11.13 20:57:56.449937 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 15103 | 2024.11.13 20:57:56.450096 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 15104 | 2024.11.13 20:57:56.450324 [ 194 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 15105 | 2024.11.13 20:57:56.451467 [ 189 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002460103 sec., 121133.1395474092 rows/sec., 8.68 MiB/sec. | ||
| 15106 | 2024.11.13 20:57:56.451768 [ 189 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 15107 | 2024.11.13 20:57:56.452104 [ 189 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_49_12} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15108 | 2024.11.13 20:57:56.452191 [ 189 ] {59ea78ef-2649-4cb7-bc93-f2a61e61beaa::all_1_49_12} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 15109 | 2024.11.13 20:57:56.452291 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 15110 | 2024.11.13 20:57:57.249111 [ 110 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 15111 | 2024.11.13 20:57:57.249167 [ 110 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15112 | 2024.11.13 20:57:57.249192 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15113 | 2024.11.13 20:57:57.249285 [ 222 ] {} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15114 | 2024.11.13 20:57:57.249322 [ 222 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15115 | 2024.11.13 20:57:57.249333 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 15116 | 2024.11.13 20:57:57.249538 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15117 | 2024.11.13 20:57:57.249580 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 45 rows starting from the beginning of the part | ||
| 15118 | 2024.11.13 20:57:57.249665 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 15119 | 2024.11.13 20:57:57.250216 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 15120 | 2024.11.13 20:57:57.250515 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 15121 | 2024.11.13 20:57:57.250885 [ 194 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 15122 | 2024.11.13 20:57:57.252706 [ 196 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49 rows, containing 4 columns (4 merged, 0 gathered) in 0.003443661 sec., 14229.042870363835 rows/sec., 958.79 KiB/sec. | ||
| 15123 | 2024.11.13 20:57:57.252875 [ 222 ] {} <Debug> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15124 | 2024.11.13 20:57:57.252983 [ 196 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 15125 | 2024.11.13 20:57:57.253575 [ 196 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_49_12} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15126 | 2024.11.13 20:57:57.253685 [ 196 ] {f8d22c95-9672-4bab-b3b1-efe39a04d56f::all_1_49_12} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 15127 | 2024.11.13 20:57:57.253796 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15128 | 2024.11.13 20:57:58.317114 [ 219 ] {} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15129 | 2024.11.13 20:57:58.317178 [ 219 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15130 | 2024.11.13 20:57:58.318796 [ 219 ] {} <Debug> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15131 | 2024.11.13 20:57:58.699656 [ 115 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 15132 | 2024.11.13 20:57:58.699710 [ 115 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15133 | 2024.11.13 20:57:58.699735 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15134 | 2024.11.13 20:57:58.699908 [ 225 ] {} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15135 | 2024.11.13 20:57:58.699979 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 15136 | 2024.11.13 20:57:58.700008 [ 225 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15137 | 2024.11.13 20:57:58.700319 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15138 | 2024.11.13 20:57:58.700397 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 270 rows starting from the beginning of the part | ||
| 15139 | 2024.11.13 20:57:58.700528 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 15140 | 2024.11.13 20:57:58.701142 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 15141 | 2024.11.13 20:57:58.701549 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 15142 | 2024.11.13 20:57:58.701731 [ 189 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 15143 | 2024.11.13 20:57:58.705148 [ 225 ] {} <Debug> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15144 | 2024.11.13 20:57:58.705173 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 4 columns (4 merged, 0 gathered) in 0.005334474 sec., 55113.21266164199 rows/sec., 2.81 MiB/sec. | ||
| 15145 | 2024.11.13 20:57:58.705479 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 15146 | 2024.11.13 20:57:58.705886 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_49_12} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15147 | 2024.11.13 20:57:58.705976 [ 196 ] {a9375cc2-a149-42e7-bf42-12d686799f63::all_1_49_12} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 15148 | 2024.11.13 20:57:58.706075 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15149 | 2024.11.13 20:57:59.309980 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15150 | 2024.11.13 20:57:59.310196 [ 277 ] {4ccc4684-44ed-49ce-863c-4234cc5f4483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15151 | 2024.11.13 20:57:59.310276 [ 277 ] {4ccc4684-44ed-49ce-863c-4234cc5f4483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15152 | 2024.11.13 20:57:59.311062 [ 277 ] {4ccc4684-44ed-49ce-863c-4234cc5f4483} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15153 | 2024.11.13 20:57:59.311115 [ 277 ] {4ccc4684-44ed-49ce-863c-4234cc5f4483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15154 | 2024.11.13 20:57:59.311550 [ 277 ] {4ccc4684-44ed-49ce-863c-4234cc5f4483} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15155 | 2024.11.13 20:57:59.311807 [ 277 ] {4ccc4684-44ed-49ce-863c-4234cc5f4483} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15156 | 2024.11.13 20:57:59.312039 [ 277 ] {4ccc4684-44ed-49ce-863c-4234cc5f4483} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec. | ||
| 15157 | 2024.11.13 20:57:59.312102 [ 277 ] {4ccc4684-44ed-49ce-863c-4234cc5f4483} <Debug> TCPHandler: Processed in 0.00226023 sec. | ||
| 15158 | 2024.11.13 20:57:59.312394 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15159 | 2024.11.13 20:57:59.312699 [ 274 ] {69165358-de76-42f6-aaed-7f500f6f950e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15160 | 2024.11.13 20:57:59.312817 [ 274 ] {69165358-de76-42f6-aaed-7f500f6f950e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15161 | 2024.11.13 20:57:59.313705 [ 274 ] {69165358-de76-42f6-aaed-7f500f6f950e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15162 | 2024.11.13 20:57:59.313756 [ 274 ] {69165358-de76-42f6-aaed-7f500f6f950e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15163 | 2024.11.13 20:57:59.314226 [ 274 ] {69165358-de76-42f6-aaed-7f500f6f950e} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15164 | 2024.11.13 20:57:59.314481 [ 274 ] {69165358-de76-42f6-aaed-7f500f6f950e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15165 | 2024.11.13 20:57:59.314736 [ 274 ] {69165358-de76-42f6-aaed-7f500f6f950e} <Debug> executeQuery: Read 329 rows, 29.88 KiB in 0.002123 sec., 154969.38294865756 rows/sec., 13.74 MiB/sec. | ||
| 15166 | 2024.11.13 20:57:59.314804 [ 274 ] {69165358-de76-42f6-aaed-7f500f6f950e} <Debug> TCPHandler: Processed in 0.002597235 sec. | ||
| 15167 | 2024.11.13 20:57:59.314970 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15168 | 2024.11.13 20:57:59.315102 [ 277 ] {b0b2c4f1-e59e-45c7-80d1-43ac7e3191ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15169 | 2024.11.13 20:57:59.315158 [ 277 ] {b0b2c4f1-e59e-45c7-80d1-43ac7e3191ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15170 | 2024.11.13 20:57:59.315785 [ 277 ] {b0b2c4f1-e59e-45c7-80d1-43ac7e3191ee} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15171 | 2024.11.13 20:57:59.315827 [ 277 ] {b0b2c4f1-e59e-45c7-80d1-43ac7e3191ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15172 | 2024.11.13 20:57:59.316211 [ 277 ] {b0b2c4f1-e59e-45c7-80d1-43ac7e3191ee} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 15173 | 2024.11.13 20:57:59.316460 [ 277 ] {b0b2c4f1-e59e-45c7-80d1-43ac7e3191ee} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15174 | 2024.11.13 20:57:59.316687 [ 277 ] {b0b2c4f1-e59e-45c7-80d1-43ac7e3191ee} <Debug> executeQuery: Read 70 rows, 5.19 KiB in 0.001616 sec., 43316.83168316832 rows/sec., 3.14 MiB/sec. | ||
| 15175 | 2024.11.13 20:57:59.316745 [ 277 ] {b0b2c4f1-e59e-45c7-80d1-43ac7e3191ee} <Debug> TCPHandler: Processed in 0.001837492 sec. | ||
| 15176 | 2024.11.13 20:57:59.316895 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15177 | 2024.11.13 20:57:59.317023 [ 274 ] {6f96da31-2ab0-43ba-9aeb-2111fb5d8a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15178 | 2024.11.13 20:57:59.317075 [ 274 ] {6f96da31-2ab0-43ba-9aeb-2111fb5d8a9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15179 | 2024.11.13 20:57:59.317670 [ 274 ] {6f96da31-2ab0-43ba-9aeb-2111fb5d8a9b} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15180 | 2024.11.13 20:57:59.317710 [ 274 ] {6f96da31-2ab0-43ba-9aeb-2111fb5d8a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15181 | 2024.11.13 20:57:59.318083 [ 274 ] {6f96da31-2ab0-43ba-9aeb-2111fb5d8a9b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15182 | 2024.11.13 20:57:59.318323 [ 274 ] {6f96da31-2ab0-43ba-9aeb-2111fb5d8a9b} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15183 | 2024.11.13 20:57:59.318536 [ 274 ] {6f96da31-2ab0-43ba-9aeb-2111fb5d8a9b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001541 sec., 9085.009733939 rows/sec., 636.25 KiB/sec. | ||
| 15184 | 2024.11.13 20:57:59.318630 [ 274 ] {6f96da31-2ab0-43ba-9aeb-2111fb5d8a9b} <Debug> TCPHandler: Processed in 0.001795831 sec. | ||
| 15185 | 2024.11.13 20:57:59.318822 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15186 | 2024.11.13 20:57:59.318943 [ 277 ] {f2c9bc4e-b4f8-4b81-8370-4399a78b70ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15187 | 2024.11.13 20:57:59.318994 [ 277 ] {f2c9bc4e-b4f8-4b81-8370-4399a78b70ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15188 | 2024.11.13 20:57:59.319579 [ 277 ] {f2c9bc4e-b4f8-4b81-8370-4399a78b70ef} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15189 | 2024.11.13 20:57:59.319619 [ 277 ] {f2c9bc4e-b4f8-4b81-8370-4399a78b70ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15190 | 2024.11.13 20:57:59.319995 [ 277 ] {f2c9bc4e-b4f8-4b81-8370-4399a78b70ef} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15191 | 2024.11.13 20:57:59.320234 [ 277 ] {f2c9bc4e-b4f8-4b81-8370-4399a78b70ef} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15192 | 2024.11.13 20:57:59.320474 [ 277 ] {f2c9bc4e-b4f8-4b81-8370-4399a78b70ef} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001551 sec., 8381.689232753062 rows/sec., 522.60 KiB/sec. | ||
| 15193 | 2024.11.13 20:57:59.320621 [ 277 ] {f2c9bc4e-b4f8-4b81-8370-4399a78b70ef} <Debug> TCPHandler: Processed in 0.001893103 sec. | ||
| 15194 | 2024.11.13 20:57:59.320847 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15195 | 2024.11.13 20:57:59.320998 [ 274 ] {573c3f05-4a87-49d8-af12-43a90a3a394a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15196 | 2024.11.13 20:57:59.321056 [ 274 ] {573c3f05-4a87-49d8-af12-43a90a3a394a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15197 | 2024.11.13 20:57:59.321896 [ 274 ] {573c3f05-4a87-49d8-af12-43a90a3a394a} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15198 | 2024.11.13 20:57:59.321936 [ 274 ] {573c3f05-4a87-49d8-af12-43a90a3a394a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15199 | 2024.11.13 20:57:59.322326 [ 274 ] {573c3f05-4a87-49d8-af12-43a90a3a394a} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15200 | 2024.11.13 20:57:59.322578 [ 274 ] {573c3f05-4a87-49d8-af12-43a90a3a394a} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15201 | 2024.11.13 20:57:59.322794 [ 274 ] {573c3f05-4a87-49d8-af12-43a90a3a394a} <Debug> executeQuery: Read 445 rows, 32.73 KiB in 0.001827 sec., 243568.6918445539 rows/sec., 17.49 MiB/sec. | ||
| 15202 | 2024.11.13 20:57:59.322850 [ 274 ] {573c3f05-4a87-49d8-af12-43a90a3a394a} <Debug> TCPHandler: Processed in 0.002130327 sec. | ||
| 15203 | 2024.11.13 20:57:59.322986 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15204 | 2024.11.13 20:57:59.323105 [ 277 ] {0cdcb8cf-46c8-45a5-ad99-3717fa66444b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15205 | 2024.11.13 20:57:59.323158 [ 277 ] {0cdcb8cf-46c8-45a5-ad99-3717fa66444b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15206 | 2024.11.13 20:57:59.323649 [ 277 ] {0cdcb8cf-46c8-45a5-ad99-3717fa66444b} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15207 | 2024.11.13 20:57:59.323686 [ 277 ] {0cdcb8cf-46c8-45a5-ad99-3717fa66444b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15208 | 2024.11.13 20:57:59.324083 [ 277 ] {0cdcb8cf-46c8-45a5-ad99-3717fa66444b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15209 | 2024.11.13 20:57:59.324318 [ 277 ] {0cdcb8cf-46c8-45a5-ad99-3717fa66444b} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15210 | 2024.11.13 20:57:59.324514 [ 277 ] {0cdcb8cf-46c8-45a5-ad99-3717fa66444b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
| 15211 | 2024.11.13 20:57:59.324566 [ 277 ] {0cdcb8cf-46c8-45a5-ad99-3717fa66444b} <Debug> TCPHandler: Processed in 0.001637118 sec. | ||
| 15212 | 2024.11.13 20:57:59.324702 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15213 | 2024.11.13 20:57:59.324822 [ 274 ] {e04a0234-f5cd-4346-a613-996cbdaf1965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15214 | 2024.11.13 20:57:59.324886 [ 274 ] {e04a0234-f5cd-4346-a613-996cbdaf1965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15215 | 2024.11.13 20:57:59.325558 [ 274 ] {e04a0234-f5cd-4346-a613-996cbdaf1965} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15216 | 2024.11.13 20:57:59.325603 [ 274 ] {e04a0234-f5cd-4346-a613-996cbdaf1965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15217 | 2024.11.13 20:57:59.326037 [ 274 ] {e04a0234-f5cd-4346-a613-996cbdaf1965} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15218 | 2024.11.13 20:57:59.326277 [ 274 ] {e04a0234-f5cd-4346-a613-996cbdaf1965} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15219 | 2024.11.13 20:57:59.326489 [ 274 ] {e04a0234-f5cd-4346-a613-996cbdaf1965} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001695 sec., 139823.00884955752 rows/sec., 9.37 MiB/sec. | ||
| 15220 | 2024.11.13 20:57:59.326560 [ 274 ] {e04a0234-f5cd-4346-a613-996cbdaf1965} <Debug> TCPHandler: Processed in 0.001914383 sec. | ||
| 15221 | 2024.11.13 20:57:59.326751 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15222 | 2024.11.13 20:57:59.327045 [ 277 ] {d04455b4-54df-466e-ad1a-b44898f9ae9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15223 | 2024.11.13 20:57:59.327124 [ 277 ] {d04455b4-54df-466e-ad1a-b44898f9ae9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15224 | 2024.11.13 20:57:59.327599 [ 277 ] {d04455b4-54df-466e-ad1a-b44898f9ae9f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15225 | 2024.11.13 20:57:59.327639 [ 277 ] {d04455b4-54df-466e-ad1a-b44898f9ae9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15226 | 2024.11.13 20:57:59.327999 [ 277 ] {d04455b4-54df-466e-ad1a-b44898f9ae9f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15227 | 2024.11.13 20:57:59.328236 [ 277 ] {d04455b4-54df-466e-ad1a-b44898f9ae9f} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15228 | 2024.11.13 20:57:59.328433 [ 277 ] {d04455b4-54df-466e-ad1a-b44898f9ae9f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec. | ||
| 15229 | 2024.11.13 20:57:59.328484 [ 277 ] {d04455b4-54df-466e-ad1a-b44898f9ae9f} <Debug> TCPHandler: Processed in 0.001846982 sec. | ||
| 15230 | 2024.11.13 20:57:59.328626 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15231 | 2024.11.13 20:57:59.328743 [ 274 ] {79126c29-80b4-40a5-8c1a-7daf3fc4d030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15232 | 2024.11.13 20:57:59.328828 [ 274 ] {79126c29-80b4-40a5-8c1a-7daf3fc4d030} <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 | ||
| 15233 | 2024.11.13 20:57:59.330233 [ 274 ] {79126c29-80b4-40a5-8c1a-7daf3fc4d030} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15234 | 2024.11.13 20:57:59.330273 [ 274 ] {79126c29-80b4-40a5-8c1a-7daf3fc4d030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15235 | 2024.11.13 20:57:59.330992 [ 274 ] {79126c29-80b4-40a5-8c1a-7daf3fc4d030} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15236 | 2024.11.13 20:57:59.331256 [ 274 ] {79126c29-80b4-40a5-8c1a-7daf3fc4d030} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15237 | 2024.11.13 20:57:59.331543 [ 274 ] {79126c29-80b4-40a5-8c1a-7daf3fc4d030} <Debug> executeQuery: Read 63 rows, 115.60 KiB in 0.002816 sec., 22372.159090909092 rows/sec., 40.09 MiB/sec. | ||
| 15238 | 2024.11.13 20:57:59.332087 [ 274 ] {79126c29-80b4-40a5-8c1a-7daf3fc4d030} <Debug> TCPHandler: Processed in 0.003511282 sec. | ||
| 15239 | 2024.11.13 20:57:59.332254 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15240 | 2024.11.13 20:57:59.332369 [ 277 ] {433a7829-958a-4776-a35a-789d4cd34a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15241 | 2024.11.13 20:57:59.332419 [ 277 ] {433a7829-958a-4776-a35a-789d4cd34a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15242 | 2024.11.13 20:57:59.332889 [ 277 ] {433a7829-958a-4776-a35a-789d4cd34a39} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15243 | 2024.11.13 20:57:59.332927 [ 277 ] {433a7829-958a-4776-a35a-789d4cd34a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15244 | 2024.11.13 20:57:59.333297 [ 277 ] {433a7829-958a-4776-a35a-789d4cd34a39} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15245 | 2024.11.13 20:57:59.333536 [ 277 ] {433a7829-958a-4776-a35a-789d4cd34a39} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15246 | 2024.11.13 20:57:59.333750 [ 277 ] {433a7829-958a-4776-a35a-789d4cd34a39} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001405 sec., 58362.989323843416 rows/sec., 3.71 MiB/sec. | ||
| 15247 | 2024.11.13 20:57:59.333801 [ 277 ] {433a7829-958a-4776-a35a-789d4cd34a39} <Debug> TCPHandler: Processed in 0.001621118 sec. | ||
| 15248 | 2024.11.13 20:58:04.302719 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15249 | 2024.11.13 20:58:04.302945 [ 277 ] {1a07e250-0ba9-4b42-9a65-99f23d4b0f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15250 | 2024.11.13 20:58:04.303018 [ 277 ] {1a07e250-0ba9-4b42-9a65-99f23d4b0f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15251 | 2024.11.13 20:58:04.303738 [ 277 ] {1a07e250-0ba9-4b42-9a65-99f23d4b0f72} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15252 | 2024.11.13 20:58:04.303780 [ 277 ] {1a07e250-0ba9-4b42-9a65-99f23d4b0f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15253 | 2024.11.13 20:58:04.304197 [ 277 ] {1a07e250-0ba9-4b42-9a65-99f23d4b0f72} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 15254 | 2024.11.13 20:58:04.304453 [ 277 ] {1a07e250-0ba9-4b42-9a65-99f23d4b0f72} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15255 | 2024.11.13 20:58:04.304655 [ 277 ] {1a07e250-0ba9-4b42-9a65-99f23d4b0f72} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001769 sec., 1130.5822498586772 rows/sec., 92.19 KiB/sec. | ||
| 15256 | 2024.11.13 20:58:04.304710 [ 277 ] {1a07e250-0ba9-4b42-9a65-99f23d4b0f72} <Debug> TCPHandler: Processed in 0.002124277 sec. | ||
| 15257 | 2024.11.13 20:58:04.305045 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15258 | 2024.11.13 20:58:04.305264 [ 274 ] {8d9be7c6-aba9-4824-9176-52887255b174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15259 | 2024.11.13 20:58:04.305346 [ 274 ] {8d9be7c6-aba9-4824-9176-52887255b174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15260 | 2024.11.13 20:58:04.306235 [ 274 ] {8d9be7c6-aba9-4824-9176-52887255b174} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15261 | 2024.11.13 20:58:04.306284 [ 274 ] {8d9be7c6-aba9-4824-9176-52887255b174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15262 | 2024.11.13 20:58:04.306714 [ 274 ] {8d9be7c6-aba9-4824-9176-52887255b174} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15263 | 2024.11.13 20:58:04.306963 [ 274 ] {8d9be7c6-aba9-4824-9176-52887255b174} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15264 | 2024.11.13 20:58:04.307140 [ 147 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15265 | 2024.11.13 20:58:04.307196 [ 147 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15266 | 2024.11.13 20:58:04.307216 [ 274 ] {8d9be7c6-aba9-4824-9176-52887255b174} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001997 sec., 28542.814221331995 rows/sec., 2.18 MiB/sec. | ||
| 15267 | 2024.11.13 20:58:04.307234 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15268 | 2024.11.13 20:58:04.307391 [ 274 ] {8d9be7c6-aba9-4824-9176-52887255b174} <Debug> TCPHandler: Processed in 0.002529344 sec. | ||
| 15269 | 2024.11.13 20:58:04.307618 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15270 | 2024.11.13 20:58:04.307661 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15271 | 2024.11.13 20:58:04.308002 [ 277 ] {06da7cca-7dd5-4012-af42-2792610b387f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15272 | 2024.11.13 20:58:04.308044 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15273 | 2024.11.13 20:58:04.308156 [ 277 ] {06da7cca-7dd5-4012-af42-2792610b387f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15274 | 2024.11.13 20:58:04.308177 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1471 rows starting from the beginning of the part | ||
| 15275 | 2024.11.13 20:58:04.308811 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 335 rows starting from the beginning of the part | ||
| 15276 | 2024.11.13 20:58:04.309204 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 61 rows starting from the beginning of the part | ||
| 15277 | 2024.11.13 20:58:04.309713 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part | ||
| 15278 | 2024.11.13 20:58:04.310143 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 329 rows starting from the beginning of the part | ||
| 15279 | 2024.11.13 20:58:04.310569 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 57 rows starting from the beginning of the part | ||
| 15280 | 2024.11.13 20:58:04.312395 [ 277 ] {06da7cca-7dd5-4012-af42-2792610b387f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15281 | 2024.11.13 20:58:04.312508 [ 277 ] {06da7cca-7dd5-4012-af42-2792610b387f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15282 | 2024.11.13 20:58:04.313750 [ 277 ] {06da7cca-7dd5-4012-af42-2792610b387f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15283 | 2024.11.13 20:58:04.314211 [ 277 ] {06da7cca-7dd5-4012-af42-2792610b387f} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15284 | 2024.11.13 20:58:04.314602 [ 220 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 15285 | 2024.11.13 20:58:04.314659 [ 277 ] {06da7cca-7dd5-4012-af42-2792610b387f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.006781 sec., 294.9417490045716 rows/sec., 20.59 KiB/sec. | ||
| 15286 | 2024.11.13 20:58:04.314686 [ 220 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 15287 | 2024.11.13 20:58:04.315000 [ 277 ] {06da7cca-7dd5-4012-af42-2792610b387f} <Debug> TCPHandler: Processed in 0.007476371 sec. | ||
| 15288 | 2024.11.13 20:58:04.315271 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15289 | 2024.11.13 20:58:04.315363 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2309 rows, containing 5 columns (5 merged, 0 gathered) in 0.008009311 sec., 288289.4670964831 rows/sec., 25.43 MiB/sec. | ||
| 15290 | 2024.11.13 20:58:04.315637 [ 274 ] {76ee92ba-fbca-41d3-acab-105a65264208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15291 | 2024.11.13 20:58:04.315698 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15292 | 2024.11.13 20:58:04.315705 [ 274 ] {76ee92ba-fbca-41d3-acab-105a65264208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15293 | 2024.11.13 20:58:04.316481 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15294 | 2024.11.13 20:58:04.316767 [ 193 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_141_28} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15295 | 2024.11.13 20:58:04.316997 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 15296 | 2024.11.13 20:58:04.317672 [ 274 ] {76ee92ba-fbca-41d3-acab-105a65264208} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15297 | 2024.11.13 20:58:04.317739 [ 274 ] {76ee92ba-fbca-41d3-acab-105a65264208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15298 | 2024.11.13 20:58:04.318537 [ 274 ] {76ee92ba-fbca-41d3-acab-105a65264208} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15299 | 2024.11.13 20:58:04.318990 [ 274 ] {76ee92ba-fbca-41d3-acab-105a65264208} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15300 | 2024.11.13 20:58:04.319211 [ 147 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15301 | 2024.11.13 20:58:04.319290 [ 147 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15302 | 2024.11.13 20:58:04.319370 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15303 | 2024.11.13 20:58:04.319455 [ 274 ] {76ee92ba-fbca-41d3-acab-105a65264208} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.003935 sec., 16772.554002541296 rows/sec., 1.31 MiB/sec. | ||
| 15304 | 2024.11.13 20:58:04.319837 [ 274 ] {76ee92ba-fbca-41d3-acab-105a65264208} <Debug> TCPHandler: Processed in 0.004713773 sec. | ||
| 15305 | 2024.11.13 20:58:04.320131 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15306 | 2024.11.13 20:58:04.320210 [ 220 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): 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] | ||
| 15307 | 2024.11.13 20:58:04.320417 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15308 | 2024.11.13 20:58:04.320691 [ 277 ] {844d12d3-754c-44cb-aece-e48ce6636764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15309 | 2024.11.13 20:58:04.321002 [ 277 ] {844d12d3-754c-44cb-aece-e48ce6636764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15310 | 2024.11.13 20:58:04.322062 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15311 | 2024.11.13 20:58:04.322261 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 954 rows starting from the beginning of the part | ||
| 15312 | 2024.11.13 20:58:04.322913 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 475 rows starting from the beginning of the part | ||
| 15313 | 2024.11.13 20:58:04.323478 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 74 rows starting from the beginning of the part | ||
| 15314 | 2024.11.13 20:58:04.324210 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part | ||
| 15315 | 2024.11.13 20:58:04.324796 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 445 rows starting from the beginning of the part | ||
| 15316 | 2024.11.13 20:58:04.325216 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 66 rows starting from the beginning of the part | ||
| 15317 | 2024.11.13 20:58:04.325796 [ 277 ] {844d12d3-754c-44cb-aece-e48ce6636764} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15318 | 2024.11.13 20:58:04.325847 [ 277 ] {844d12d3-754c-44cb-aece-e48ce6636764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15319 | 2024.11.13 20:58:04.326862 [ 277 ] {844d12d3-754c-44cb-aece-e48ce6636764} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15320 | 2024.11.13 20:58:04.327440 [ 277 ] {844d12d3-754c-44cb-aece-e48ce6636764} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15321 | 2024.11.13 20:58:04.327824 [ 277 ] {844d12d3-754c-44cb-aece-e48ce6636764} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.007354 sec., 21892.847429970083 rows/sec., 1.52 MiB/sec. | ||
| 15322 | 2024.11.13 20:58:04.327887 [ 277 ] {844d12d3-754c-44cb-aece-e48ce6636764} <Debug> TCPHandler: Processed in 0.007898838 sec. | ||
| 15323 | 2024.11.13 20:58:04.328220 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15324 | 2024.11.13 20:58:04.328231 [ 200 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2078 rows, containing 5 columns (5 merged, 0 gathered) in 0.008726473 sec., 238125.98744074497 rows/sec., 18.26 MiB/sec. | ||
| 15325 | 2024.11.13 20:58:04.328491 [ 274 ] {a51ea4df-f6cb-4a22-8bf7-3609f2328b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15326 | 2024.11.13 20:58:04.328610 [ 274 ] {a51ea4df-f6cb-4a22-8bf7-3609f2328b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15327 | 2024.11.13 20:58:04.328702 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15328 | 2024.11.13 20:58:04.329528 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15329 | 2024.11.13 20:58:04.329720 [ 198 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_141_28} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15330 | 2024.11.13 20:58:04.329923 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 15331 | 2024.11.13 20:58:04.329937 [ 274 ] {a51ea4df-f6cb-4a22-8bf7-3609f2328b1c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15332 | 2024.11.13 20:58:04.329994 [ 274 ] {a51ea4df-f6cb-4a22-8bf7-3609f2328b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15333 | 2024.11.13 20:58:04.330372 [ 274 ] {a51ea4df-f6cb-4a22-8bf7-3609f2328b1c} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15334 | 2024.11.13 20:58:04.330612 [ 274 ] {a51ea4df-f6cb-4a22-8bf7-3609f2328b1c} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15335 | 2024.11.13 20:58:04.330831 [ 274 ] {a51ea4df-f6cb-4a22-8bf7-3609f2328b1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002421 sec., 24783.147459727385 rows/sec., 1.67 MiB/sec. | ||
| 15336 | 2024.11.13 20:58:04.330899 [ 274 ] {a51ea4df-f6cb-4a22-8bf7-3609f2328b1c} <Debug> TCPHandler: Processed in 0.0028851 sec. | ||
| 15337 | 2024.11.13 20:58:06.294694 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2202 | ||
| 15338 | 2024.11.13 20:58:06.297878 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15339 | 2024.11.13 20:58:06.297919 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15340 | 2024.11.13 20:58:06.299373 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15341 | 2024.11.13 20:58:06.299707 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15342 | 2024.11.13 20:58:06.301405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2202 | ||
| 15343 | 2024.11.13 20:58:07.471071 [ 219 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 15344 | 2024.11.13 20:58:07.471126 [ 219 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 15345 | 2024.11.13 20:58:07.473081 [ 219 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): 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] | ||
| 15346 | 2024.11.13 20:58:09.158189 [ 224 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15347 | 2024.11.13 20:58:09.158298 [ 224 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15348 | 2024.11.13 20:58:09.160790 [ 224 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15349 | 2024.11.13 20:58:09.303024 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15350 | 2024.11.13 20:58:09.303236 [ 277 ] {f3795e8c-028c-4353-9292-8c8bef98118c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15351 | 2024.11.13 20:58:09.303320 [ 277 ] {f3795e8c-028c-4353-9292-8c8bef98118c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15352 | 2024.11.13 20:58:09.304225 [ 277 ] {f3795e8c-028c-4353-9292-8c8bef98118c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15353 | 2024.11.13 20:58:09.304280 [ 277 ] {f3795e8c-028c-4353-9292-8c8bef98118c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15354 | 2024.11.13 20:58:09.304715 [ 277 ] {f3795e8c-028c-4353-9292-8c8bef98118c} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15355 | 2024.11.13 20:58:09.304973 [ 277 ] {f3795e8c-028c-4353-9292-8c8bef98118c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15356 | 2024.11.13 20:58:09.305215 [ 277 ] {f3795e8c-028c-4353-9292-8c8bef98118c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002038 sec., 27477.91952894995 rows/sec., 2.10 MiB/sec. | ||
| 15357 | 2024.11.13 20:58:09.305280 [ 277 ] {f3795e8c-028c-4353-9292-8c8bef98118c} <Debug> TCPHandler: Processed in 0.002383572 sec. | ||
| 15358 | 2024.11.13 20:58:09.305546 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15359 | 2024.11.13 20:58:09.305768 [ 274 ] {1cd1fc87-095e-4fcb-a405-701fd560dff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15360 | 2024.11.13 20:58:09.305851 [ 274 ] {1cd1fc87-095e-4fcb-a405-701fd560dff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15361 | 2024.11.13 20:58:09.306660 [ 274 ] {1cd1fc87-095e-4fcb-a405-701fd560dff6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15362 | 2024.11.13 20:58:09.306708 [ 274 ] {1cd1fc87-095e-4fcb-a405-701fd560dff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15363 | 2024.11.13 20:58:09.307160 [ 274 ] {1cd1fc87-095e-4fcb-a405-701fd560dff6} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15364 | 2024.11.13 20:58:09.307420 [ 274 ] {1cd1fc87-095e-4fcb-a405-701fd560dff6} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15365 | 2024.11.13 20:58:09.307653 [ 274 ] {1cd1fc87-095e-4fcb-a405-701fd560dff6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec. | ||
| 15366 | 2024.11.13 20:58:09.307719 [ 274 ] {1cd1fc87-095e-4fcb-a405-701fd560dff6} <Debug> TCPHandler: Processed in 0.002317591 sec. | ||
| 15367 | 2024.11.13 20:58:09.307878 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15368 | 2024.11.13 20:58:09.308004 [ 277 ] {6c154eba-7057-45dc-96d7-050c4ce47b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15369 | 2024.11.13 20:58:09.308061 [ 277 ] {6c154eba-7057-45dc-96d7-050c4ce47b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15370 | 2024.11.13 20:58:09.308654 [ 277 ] {6c154eba-7057-45dc-96d7-050c4ce47b91} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15371 | 2024.11.13 20:58:09.308696 [ 277 ] {6c154eba-7057-45dc-96d7-050c4ce47b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15372 | 2024.11.13 20:58:09.309117 [ 277 ] {6c154eba-7057-45dc-96d7-050c4ce47b91} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15373 | 2024.11.13 20:58:09.309368 [ 277 ] {6c154eba-7057-45dc-96d7-050c4ce47b91} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15374 | 2024.11.13 20:58:09.309540 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15375 | 2024.11.13 20:58:09.309602 [ 277 ] {6c154eba-7057-45dc-96d7-050c4ce47b91} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec. | ||
| 15376 | 2024.11.13 20:58:09.309612 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15377 | 2024.11.13 20:58:09.309680 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15378 | 2024.11.13 20:58:09.309732 [ 277 ] {6c154eba-7057-45dc-96d7-050c4ce47b91} <Debug> TCPHandler: Processed in 0.001914263 sec. | ||
| 15379 | 2024.11.13 20:58:09.309970 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15380 | 2024.11.13 20:58:09.309977 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15381 | 2024.11.13 20:58:09.310244 [ 274 ] {f52aaed9-e796-4716-928b-2df461b304f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15382 | 2024.11.13 20:58:09.310276 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15383 | 2024.11.13 20:58:09.310355 [ 274 ] {f52aaed9-e796-4716-928b-2df461b304f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15384 | 2024.11.13 20:58:09.310363 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_136_27, total 24411 rows starting from the beginning of the part | ||
| 15385 | 2024.11.13 20:58:09.310713 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 133 rows starting from the beginning of the part | ||
| 15386 | 2024.11.13 20:58:09.311084 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part | ||
| 15387 | 2024.11.13 20:58:09.311499 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 237 rows starting from the beginning of the part | ||
| 15388 | 2024.11.13 20:58:09.311983 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 161 rows starting from the beginning of the part | ||
| 15389 | 2024.11.13 20:58:09.312393 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part | ||
| 15390 | 2024.11.13 20:58:09.313143 [ 274 ] {f52aaed9-e796-4716-928b-2df461b304f1} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15391 | 2024.11.13 20:58:09.313202 [ 274 ] {f52aaed9-e796-4716-928b-2df461b304f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15392 | 2024.11.13 20:58:09.314103 [ 274 ] {f52aaed9-e796-4716-928b-2df461b304f1} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15393 | 2024.11.13 20:58:09.314426 [ 274 ] {f52aaed9-e796-4716-928b-2df461b304f1} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15394 | 2024.11.13 20:58:09.314669 [ 143 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_135_27 to all_140_140_0 | ||
| 15395 | 2024.11.13 20:58:09.314793 [ 143 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15396 | 2024.11.13 20:58:09.314867 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15397 | 2024.11.13 20:58:09.314869 [ 274 ] {f52aaed9-e796-4716-928b-2df461b304f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004652 sec., 12897.678417884781 rows/sec., 890.07 KiB/sec. | ||
| 15398 | 2024.11.13 20:58:09.315473 [ 274 ] {f52aaed9-e796-4716-928b-2df461b304f1} <Debug> TCPHandler: Processed in 0.005608638 sec. | ||
| 15399 | 2024.11.13 20:58:09.315512 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_135_27 to all_140_140_0 into Compact with storage Full | ||
| 15400 | 2024.11.13 20:58:09.316163 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15401 | 2024.11.13 20:58:09.316333 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_135_27, total 8280 rows starting from the beginning of the part | ||
| 15402 | 2024.11.13 20:58:09.316738 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 48 rows starting from the beginning of the part | ||
| 15403 | 2024.11.13 20:58:09.317174 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
| 15404 | 2024.11.13 20:58:09.317751 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part | ||
| 15405 | 2024.11.13 20:58:09.318225 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
| 15406 | 2024.11.13 20:58:09.318726 [ 190 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part | ||
| 15407 | 2024.11.13 20:58:09.322119 [ 197 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8590 rows, containing 4 columns (4 merged, 0 gathered) in 0.007077314 sec., 1213737.3020329464 rows/sec., 79.54 MiB/sec. | ||
| 15408 | 2024.11.13 20:58:09.322341 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Trace> MergedBlockOutputStream: filled checksums all_1_140_28 (state Temporary) | ||
| 15409 | 2024.11.13 20:58:09.322761 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25262 rows, containing 5 columns (5 merged, 0 gathered) in 0.012966727 sec., 1948217.1561104045 rows/sec., 133.00 MiB/sec. | ||
| 15410 | 2024.11.13 20:58:09.322949 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_140_28 to all_1_140_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15411 | 2024.11.13 20:58:09.323035 [ 187 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_140_28} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_135_27, all_140_140_0] -> all_1_140_28 | ||
| 15412 | 2024.11.13 20:58:09.323160 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 15413 | 2024.11.13 20:58:09.323167 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15414 | 2024.11.13 20:58:09.323501 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15415 | 2024.11.13 20:58:09.323590 [ 198 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_141_28} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15416 | 2024.11.13 20:58:09.323678 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 15417 | 2024.11.13 20:58:10.184802 [ 223 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15418 | 2024.11.13 20:58:10.184870 [ 223 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15419 | 2024.11.13 20:58:10.186924 [ 223 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15420 | 2024.11.13 20:58:10.810665 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15421 | 2024.11.13 20:58:10.810742 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15422 | 2024.11.13 20:58:12.509717 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34956, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15423 | 2024.11.13 20:58:12.674076 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63209, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15424 | 2024.11.13 20:58:12.699490 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53587, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15425 | 2024.11.13 20:58:12.750824 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37593, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15426 | 2024.11.13 20:58:12.945218 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60612, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15427 | 2024.11.13 20:58:12.948639 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15428 | 2024.11.13 20:58:13.004097 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15429 | 2024.11.13 20:58:13.007474 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15430 | 2024.11.13 20:58:14.309326 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15431 | 2024.11.13 20:58:14.309518 [ 277 ] {e0e3de15-abe2-4ec9-89a3-f74940652abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15432 | 2024.11.13 20:58:14.309588 [ 277 ] {e0e3de15-abe2-4ec9-89a3-f74940652abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15433 | 2024.11.13 20:58:14.310320 [ 277 ] {e0e3de15-abe2-4ec9-89a3-f74940652abf} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15434 | 2024.11.13 20:58:14.310364 [ 277 ] {e0e3de15-abe2-4ec9-89a3-f74940652abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15435 | 2024.11.13 20:58:14.310782 [ 277 ] {e0e3de15-abe2-4ec9-89a3-f74940652abf} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15436 | 2024.11.13 20:58:14.311051 [ 277 ] {e0e3de15-abe2-4ec9-89a3-f74940652abf} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15437 | 2024.11.13 20:58:14.311272 [ 277 ] {e0e3de15-abe2-4ec9-89a3-f74940652abf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001794 sec., 7803.790412486064 rows/sec., 561.77 KiB/sec. | ||
| 15438 | 2024.11.13 20:58:14.311348 [ 277 ] {e0e3de15-abe2-4ec9-89a3-f74940652abf} <Debug> TCPHandler: Processed in 0.002151568 sec. | ||
| 15439 | 2024.11.13 20:58:14.311661 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15440 | 2024.11.13 20:58:14.311869 [ 274 ] {307e6ae7-a6c6-4642-b130-ea4a2d39096c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15441 | 2024.11.13 20:58:14.311952 [ 274 ] {307e6ae7-a6c6-4642-b130-ea4a2d39096c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15442 | 2024.11.13 20:58:14.312871 [ 274 ] {307e6ae7-a6c6-4642-b130-ea4a2d39096c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15443 | 2024.11.13 20:58:14.312919 [ 274 ] {307e6ae7-a6c6-4642-b130-ea4a2d39096c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15444 | 2024.11.13 20:58:14.313392 [ 274 ] {307e6ae7-a6c6-4642-b130-ea4a2d39096c} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15445 | 2024.11.13 20:58:14.313653 [ 274 ] {307e6ae7-a6c6-4642-b130-ea4a2d39096c} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15446 | 2024.11.13 20:58:14.313898 [ 274 ] {307e6ae7-a6c6-4642-b130-ea4a2d39096c} <Debug> executeQuery: Read 329 rows, 29.88 KiB in 0.002087 sec., 157642.54911356015 rows/sec., 13.98 MiB/sec. | ||
| 15447 | 2024.11.13 20:58:14.313963 [ 274 ] {307e6ae7-a6c6-4642-b130-ea4a2d39096c} <Debug> TCPHandler: Processed in 0.002482754 sec. | ||
| 15448 | 2024.11.13 20:58:14.314110 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15449 | 2024.11.13 20:58:14.314227 [ 277 ] {1c4d5046-a2bc-4f01-a99d-0548573df7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15450 | 2024.11.13 20:58:14.314277 [ 277 ] {1c4d5046-a2bc-4f01-a99d-0548573df7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15451 | 2024.11.13 20:58:14.314879 [ 277 ] {1c4d5046-a2bc-4f01-a99d-0548573df7cb} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15452 | 2024.11.13 20:58:14.314922 [ 277 ] {1c4d5046-a2bc-4f01-a99d-0548573df7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15453 | 2024.11.13 20:58:14.315284 [ 277 ] {1c4d5046-a2bc-4f01-a99d-0548573df7cb} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15454 | 2024.11.13 20:58:14.315519 [ 277 ] {1c4d5046-a2bc-4f01-a99d-0548573df7cb} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15455 | 2024.11.13 20:58:14.315647 [ 139 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15456 | 2024.11.13 20:58:14.315694 [ 139 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15457 | 2024.11.13 20:58:14.315699 [ 277 ] {1c4d5046-a2bc-4f01-a99d-0548573df7cb} <Debug> executeQuery: Read 70 rows, 5.19 KiB in 0.001495 sec., 46822.742474916384 rows/sec., 3.39 MiB/sec. | ||
| 15458 | 2024.11.13 20:58:14.315721 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15459 | 2024.11.13 20:58:14.315769 [ 277 ] {1c4d5046-a2bc-4f01-a99d-0548573df7cb} <Debug> TCPHandler: Processed in 0.001714991 sec. | ||
| 15460 | 2024.11.13 20:58:14.315902 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::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 | ||
| 15461 | 2024.11.13 20:58:14.315941 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15462 | 2024.11.13 20:58:14.316132 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15463 | 2024.11.13 20:58:14.316172 [ 274 ] {e296e1d6-d3da-4a44-a9ba-a303ec45189c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15464 | 2024.11.13 20:58:14.316202 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 84 rows starting from the beginning of the part | ||
| 15465 | 2024.11.13 20:58:14.316278 [ 274 ] {e296e1d6-d3da-4a44-a9ba-a303ec45189c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15466 | 2024.11.13 20:58:14.316421 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 73 rows starting from the beginning of the part | ||
| 15467 | 2024.11.13 20:58:14.316796 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 10 rows starting from the beginning of the part | ||
| 15468 | 2024.11.13 20:58:14.317146 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 70 rows starting from the beginning of the part | ||
| 15469 | 2024.11.13 20:58:14.317515 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 2 rows starting from the beginning of the part | ||
| 15470 | 2024.11.13 20:58:14.317935 [ 187 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 70 rows starting from the beginning of the part | ||
| 15471 | 2024.11.13 20:58:14.319830 [ 274 ] {e296e1d6-d3da-4a44-a9ba-a303ec45189c} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15472 | 2024.11.13 20:58:14.319914 [ 274 ] {e296e1d6-d3da-4a44-a9ba-a303ec45189c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15473 | 2024.11.13 20:58:14.320978 [ 274 ] {e296e1d6-d3da-4a44-a9ba-a303ec45189c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15474 | 2024.11.13 20:58:14.321145 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 5 columns (5 merged, 0 gathered) in 0.005351474 sec., 57741.100863051935 rows/sec., 4.37 MiB/sec. | ||
| 15475 | 2024.11.13 20:58:14.321309 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15476 | 2024.11.13 20:58:14.321364 [ 274 ] {e296e1d6-d3da-4a44-a9ba-a303ec45189c} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15477 | 2024.11.13 20:58:14.321655 [ 274 ] {e296e1d6-d3da-4a44-a9ba-a303ec45189c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005547 sec., 2523.886785649901 rows/sec., 176.76 KiB/sec. | ||
| 15478 | 2024.11.13 20:58:14.321753 [ 274 ] {e296e1d6-d3da-4a44-a9ba-a303ec45189c} <Debug> TCPHandler: Processed in 0.005893093 sec. | ||
| 15479 | 2024.11.13 20:58:14.321766 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_96_19} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15480 | 2024.11.13 20:58:14.321872 [ 197 ] {80855b70-9bfb-492a-8a5f-d58a8979b8f8::all_1_96_19} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15481 | 2024.11.13 20:58:14.321963 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15482 | 2024.11.13 20:58:14.322005 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15483 | 2024.11.13 20:58:14.322107 [ 277 ] {fcc90f24-8bc4-4f1c-9b02-06e042e7965a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15484 | 2024.11.13 20:58:14.322161 [ 277 ] {fcc90f24-8bc4-4f1c-9b02-06e042e7965a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15485 | 2024.11.13 20:58:14.322740 [ 277 ] {fcc90f24-8bc4-4f1c-9b02-06e042e7965a} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15486 | 2024.11.13 20:58:14.322778 [ 277 ] {fcc90f24-8bc4-4f1c-9b02-06e042e7965a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15487 | 2024.11.13 20:58:14.323142 [ 277 ] {fcc90f24-8bc4-4f1c-9b02-06e042e7965a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15488 | 2024.11.13 20:58:14.323381 [ 277 ] {fcc90f24-8bc4-4f1c-9b02-06e042e7965a} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15489 | 2024.11.13 20:58:14.323556 [ 277 ] {fcc90f24-8bc4-4f1c-9b02-06e042e7965a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001473 sec., 8825.526137135099 rows/sec., 550.27 KiB/sec. | ||
| 15490 | 2024.11.13 20:58:14.323605 [ 277 ] {fcc90f24-8bc4-4f1c-9b02-06e042e7965a} <Debug> TCPHandler: Processed in 0.00172793 sec. | ||
| 15491 | 2024.11.13 20:58:14.323746 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15492 | 2024.11.13 20:58:14.323887 [ 274 ] {9f822162-b837-48a6-99e4-10dcb0603be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15493 | 2024.11.13 20:58:14.323946 [ 274 ] {9f822162-b837-48a6-99e4-10dcb0603be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15494 | 2024.11.13 20:58:14.324714 [ 274 ] {9f822162-b837-48a6-99e4-10dcb0603be2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15495 | 2024.11.13 20:58:14.324753 [ 274 ] {9f822162-b837-48a6-99e4-10dcb0603be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15496 | 2024.11.13 20:58:14.325138 [ 274 ] {9f822162-b837-48a6-99e4-10dcb0603be2} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15497 | 2024.11.13 20:58:14.325390 [ 274 ] {9f822162-b837-48a6-99e4-10dcb0603be2} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15498 | 2024.11.13 20:58:14.325624 [ 274 ] {9f822162-b837-48a6-99e4-10dcb0603be2} <Debug> executeQuery: Read 445 rows, 32.73 KiB in 0.001768 sec., 251696.83257918552 rows/sec., 18.08 MiB/sec. | ||
| 15499 | 2024.11.13 20:58:14.325734 [ 274 ] {9f822162-b837-48a6-99e4-10dcb0603be2} <Debug> TCPHandler: Processed in 0.002050616 sec. | ||
| 15500 | 2024.11.13 20:58:14.325938 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15501 | 2024.11.13 20:58:14.326220 [ 277 ] {7422f87c-4ec7-4dbe-9253-f831408a4916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15502 | 2024.11.13 20:58:14.326291 [ 277 ] {7422f87c-4ec7-4dbe-9253-f831408a4916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15503 | 2024.11.13 20:58:14.326770 [ 277 ] {7422f87c-4ec7-4dbe-9253-f831408a4916} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15504 | 2024.11.13 20:58:14.326807 [ 277 ] {7422f87c-4ec7-4dbe-9253-f831408a4916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15505 | 2024.11.13 20:58:14.327167 [ 277 ] {7422f87c-4ec7-4dbe-9253-f831408a4916} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15506 | 2024.11.13 20:58:14.327419 [ 277 ] {7422f87c-4ec7-4dbe-9253-f831408a4916} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15507 | 2024.11.13 20:58:14.327602 [ 277 ] {7422f87c-4ec7-4dbe-9253-f831408a4916} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 15508 | 2024.11.13 20:58:14.327650 [ 277 ] {7422f87c-4ec7-4dbe-9253-f831408a4916} <Debug> TCPHandler: Processed in 0.001828552 sec. | ||
| 15509 | 2024.11.13 20:58:14.327795 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15510 | 2024.11.13 20:58:14.327940 [ 274 ] {079738d1-1c17-4e89-b80f-d0fdb7ad7ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15511 | 2024.11.13 20:58:14.328003 [ 274 ] {079738d1-1c17-4e89-b80f-d0fdb7ad7ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15512 | 2024.11.13 20:58:14.328629 [ 274 ] {079738d1-1c17-4e89-b80f-d0fdb7ad7ed9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15513 | 2024.11.13 20:58:14.328667 [ 274 ] {079738d1-1c17-4e89-b80f-d0fdb7ad7ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15514 | 2024.11.13 20:58:14.329066 [ 274 ] {079738d1-1c17-4e89-b80f-d0fdb7ad7ed9} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15515 | 2024.11.13 20:58:14.329304 [ 274 ] {079738d1-1c17-4e89-b80f-d0fdb7ad7ed9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15516 | 2024.11.13 20:58:14.329518 [ 274 ] {079738d1-1c17-4e89-b80f-d0fdb7ad7ed9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00161 sec., 147204.96894409938 rows/sec., 9.87 MiB/sec. | ||
| 15517 | 2024.11.13 20:58:14.329561 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15518 | 2024.11.13 20:58:14.329588 [ 274 ] {079738d1-1c17-4e89-b80f-d0fdb7ad7ed9} <Debug> TCPHandler: Processed in 0.001860423 sec. | ||
| 15519 | 2024.11.13 20:58:14.329599 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15520 | 2024.11.13 20:58:14.329748 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15521 | 2024.11.13 20:58:14.329865 [ 277 ] {2d69284b-26ef-4201-9d3c-31140606b6e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15522 | 2024.11.13 20:58:14.329939 [ 277 ] {2d69284b-26ef-4201-9d3c-31140606b6e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15523 | 2024.11.13 20:58:14.331026 [ 277 ] {2d69284b-26ef-4201-9d3c-31140606b6e4} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15524 | 2024.11.13 20:58:14.331084 [ 277 ] {2d69284b-26ef-4201-9d3c-31140606b6e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15525 | 2024.11.13 20:58:14.331698 [ 277 ] {2d69284b-26ef-4201-9d3c-31140606b6e4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15526 | 2024.11.13 20:58:14.332092 [ 277 ] {2d69284b-26ef-4201-9d3c-31140606b6e4} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15527 | 2024.11.13 20:58:14.332442 [ 277 ] {2d69284b-26ef-4201-9d3c-31140606b6e4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002587 sec., 386.5481252415926 rows/sec., 26.05 KiB/sec. | ||
| 15528 | 2024.11.13 20:58:14.332568 [ 277 ] {2d69284b-26ef-4201-9d3c-31140606b6e4} <Debug> TCPHandler: Processed in 0.002882161 sec. | ||
| 15529 | 2024.11.13 20:58:14.332743 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15530 | 2024.11.13 20:58:14.332895 [ 274 ] {2d8b77fe-2fff-4a33-adbe-d7be50bd854a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15531 | 2024.11.13 20:58:14.332964 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15532 | 2024.11.13 20:58:14.333015 [ 274 ] {2d8b77fe-2fff-4a33-adbe-d7be50bd854a} <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 | ||
| 15533 | 2024.11.13 20:58:14.334985 [ 274 ] {2d8b77fe-2fff-4a33-adbe-d7be50bd854a} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15534 | 2024.11.13 20:58:14.335025 [ 274 ] {2d8b77fe-2fff-4a33-adbe-d7be50bd854a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15535 | 2024.11.13 20:58:14.335737 [ 274 ] {2d8b77fe-2fff-4a33-adbe-d7be50bd854a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15536 | 2024.11.13 20:58:14.335995 [ 274 ] {2d8b77fe-2fff-4a33-adbe-d7be50bd854a} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15537 | 2024.11.13 20:58:14.336244 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 15538 | 2024.11.13 20:58:14.336280 [ 274 ] {2d8b77fe-2fff-4a33-adbe-d7be50bd854a} <Debug> executeQuery: Read 63 rows, 115.60 KiB in 0.003424 sec., 18399.532710280375 rows/sec., 32.97 MiB/sec. | ||
| 15539 | 2024.11.13 20:58:14.336324 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 15540 | 2024.11.13 20:58:14.336606 [ 274 ] {2d8b77fe-2fff-4a33-adbe-d7be50bd854a} <Debug> TCPHandler: Processed in 0.003929489 sec. | ||
| 15541 | 2024.11.13 20:58:14.336896 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15542 | 2024.11.13 20:58:14.337080 [ 277 ] {139c4f77-b23e-4704-9a44-6ddde148983a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15543 | 2024.11.13 20:58:14.337204 [ 277 ] {139c4f77-b23e-4704-9a44-6ddde148983a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15544 | 2024.11.13 20:58:14.338470 [ 277 ] {139c4f77-b23e-4704-9a44-6ddde148983a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15545 | 2024.11.13 20:58:14.338510 [ 277 ] {139c4f77-b23e-4704-9a44-6ddde148983a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15546 | 2024.11.13 20:58:14.339207 [ 277 ] {139c4f77-b23e-4704-9a44-6ddde148983a} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15547 | 2024.11.13 20:58:14.339629 [ 277 ] {139c4f77-b23e-4704-9a44-6ddde148983a} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15548 | 2024.11.13 20:58:14.340113 [ 217 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Found 6 old parts to remove. Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] | ||
| 15549 | 2024.11.13 20:58:14.340169 [ 277 ] {139c4f77-b23e-4704-9a44-6ddde148983a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003123 sec., 26256.804354787066 rows/sec., 1.67 MiB/sec. | ||
| 15550 | 2024.11.13 20:58:14.340180 [ 217 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from filesystem (serially): Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] | ||
| 15551 | 2024.11.13 20:58:14.340361 [ 277 ] {139c4f77-b23e-4704-9a44-6ddde148983a} <Debug> TCPHandler: Processed in 0.003626444 sec. | ||
| 15552 | 2024.11.13 20:58:14.340663 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): 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] | ||
| 15553 | 2024.11.13 20:58:14.342936 [ 217 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from memory: Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] | ||
| 15554 | 2024.11.13 20:58:16.301659 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2232 | ||
| 15555 | 2024.11.13 20:58:16.304995 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15556 | 2024.11.13 20:58:16.305058 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15557 | 2024.11.13 20:58:16.306580 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15558 | 2024.11.13 20:58:16.306899 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15559 | 2024.11.13 20:58:16.307545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2232 | ||
| 15560 | 2024.11.13 20:58:16.569116 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15561 | 2024.11.13 20:58:16.906867 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15562 | 2024.11.13 20:58:17.303036 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32800, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15563 | 2024.11.13 20:58:17.452311 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42158, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15564 | 2024.11.13 20:58:17.453617 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51826, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15565 | 2024.11.13 20:58:17.486895 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15566 | 2024.11.13 20:58:17.510291 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15567 | 2024.11.13 20:58:17.510416 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15568 | 2024.11.13 20:58:17.525718 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15569 | 2024.11.13 20:58:17.568512 [ 134 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Selected 5 parts from all_1_42_10 to all_46_46_0 | ||
| 15570 | 2024.11.13 20:58:17.568618 [ 134 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15571 | 2024.11.13 20:58:17.568660 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15572 | 2024.11.13 20:58:17.568973 [ 192 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_46_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_10 to all_46_46_0 into Compact with storage Full | ||
| 15573 | 2024.11.13 20:58:17.569474 [ 192 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_46_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15574 | 2024.11.13 20:58:17.569551 [ 192 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_10, total 21 rows starting from the beginning of the part | ||
| 15575 | 2024.11.13 20:58:17.569721 [ 192 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part | ||
| 15576 | 2024.11.13 20:58:17.569831 [ 192 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 3 rows starting from the beginning of the part | ||
| 15577 | 2024.11.13 20:58:17.570087 [ 192 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 10 rows starting from the beginning of the part | ||
| 15578 | 2024.11.13 20:58:17.570336 [ 192 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2 rows starting from the beginning of the part | ||
| 15579 | 2024.11.13 20:58:17.571470 [ 188 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_46_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002692187 sec., 14857.808911490918 rows/sec., 1.22 MiB/sec. | ||
| 15580 | 2024.11.13 20:58:17.571677 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_46_11} <Trace> MergedBlockOutputStream: filled checksums all_1_46_11 (state Temporary) | ||
| 15581 | 2024.11.13 20:58:17.572067 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_46_11} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_merge_all_1_46_11 to all_1_46_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15582 | 2024.11.13 20:58:17.572166 [ 195 ] {ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b::all_1_46_11} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b) (MergerMutator): Merged 5 parts: [all_1_42_10, all_46_46_0] -> all_1_46_11 | ||
| 15583 | 2024.11.13 20:58:17.572277 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15584 | 2024.11.13 20:58:17.582958 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38255, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15585 | 2024.11.13 20:58:17.656629 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15586 | 2024.11.13 20:58:17.681004 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33575, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15587 | 2024.11.13 20:58:17.734560 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15588 | 2024.11.13 20:58:17.752905 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15589 | 2024.11.13 20:58:17.756339 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15590 | 2024.11.13 20:58:17.792076 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15591 | 2024.11.13 20:58:18.871950 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42250, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15592 | 2024.11.13 20:58:19.301665 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15593 | 2024.11.13 20:58:19.301862 [ 277 ] {622fa3cb-d05f-45aa-a97a-665a8d994d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15594 | 2024.11.13 20:58:19.301937 [ 277 ] {622fa3cb-d05f-45aa-a97a-665a8d994d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15595 | 2024.11.13 20:58:19.302773 [ 277 ] {622fa3cb-d05f-45aa-a97a-665a8d994d59} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15596 | 2024.11.13 20:58:19.302840 [ 277 ] {622fa3cb-d05f-45aa-a97a-665a8d994d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15597 | 2024.11.13 20:58:19.303452 [ 277 ] {622fa3cb-d05f-45aa-a97a-665a8d994d59} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15598 | 2024.11.13 20:58:19.303839 [ 277 ] {622fa3cb-d05f-45aa-a97a-665a8d994d59} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15599 | 2024.11.13 20:58:19.304201 [ 277 ] {622fa3cb-d05f-45aa-a97a-665a8d994d59} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00239 sec., 836.8200836820083 rows/sec., 68.24 KiB/sec. | ||
| 15600 | 2024.11.13 20:58:19.304279 [ 277 ] {622fa3cb-d05f-45aa-a97a-665a8d994d59} <Debug> TCPHandler: Processed in 0.002758868 sec. | ||
| 15601 | 2024.11.13 20:58:19.304539 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15602 | 2024.11.13 20:58:19.304746 [ 274 ] {3ced161c-3bb6-44b5-94d3-137a5c70e38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15603 | 2024.11.13 20:58:19.304822 [ 274 ] {3ced161c-3bb6-44b5-94d3-137a5c70e38b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15604 | 2024.11.13 20:58:19.305638 [ 274 ] {3ced161c-3bb6-44b5-94d3-137a5c70e38b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15605 | 2024.11.13 20:58:19.305682 [ 274 ] {3ced161c-3bb6-44b5-94d3-137a5c70e38b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15606 | 2024.11.13 20:58:19.306134 [ 274 ] {3ced161c-3bb6-44b5-94d3-137a5c70e38b} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15607 | 2024.11.13 20:58:19.306405 [ 274 ] {3ced161c-3bb6-44b5-94d3-137a5c70e38b} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15608 | 2024.11.13 20:58:19.306637 [ 274 ] {3ced161c-3bb6-44b5-94d3-137a5c70e38b} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001951 sec., 29215.7867760123 rows/sec., 2.23 MiB/sec. | ||
| 15609 | 2024.11.13 20:58:19.306706 [ 274 ] {3ced161c-3bb6-44b5-94d3-137a5c70e38b} <Debug> TCPHandler: Processed in 0.002311411 sec. | ||
| 15610 | 2024.11.13 20:58:19.306872 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15611 | 2024.11.13 20:58:19.307009 [ 277 ] {ca2eb2bc-0d35-4e1d-91be-30e4501dea9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15612 | 2024.11.13 20:58:19.307065 [ 277 ] {ca2eb2bc-0d35-4e1d-91be-30e4501dea9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15613 | 2024.11.13 20:58:19.307674 [ 277 ] {ca2eb2bc-0d35-4e1d-91be-30e4501dea9b} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15614 | 2024.11.13 20:58:19.307719 [ 277 ] {ca2eb2bc-0d35-4e1d-91be-30e4501dea9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15615 | 2024.11.13 20:58:19.308122 [ 277 ] {ca2eb2bc-0d35-4e1d-91be-30e4501dea9b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15616 | 2024.11.13 20:58:19.308378 [ 277 ] {ca2eb2bc-0d35-4e1d-91be-30e4501dea9b} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15617 | 2024.11.13 20:58:19.308601 [ 277 ] {ca2eb2bc-0d35-4e1d-91be-30e4501dea9b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001623 sec., 1232.2858903265558 rows/sec., 86.04 KiB/sec. | ||
| 15618 | 2024.11.13 20:58:19.308668 [ 277 ] {ca2eb2bc-0d35-4e1d-91be-30e4501dea9b} <Debug> TCPHandler: Processed in 0.001860433 sec. | ||
| 15619 | 2024.11.13 20:58:19.308831 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15620 | 2024.11.13 20:58:19.308965 [ 274 ] {65e2ec9d-b989-45be-97f0-2c0dd6956942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15621 | 2024.11.13 20:58:19.309019 [ 274 ] {65e2ec9d-b989-45be-97f0-2c0dd6956942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15622 | 2024.11.13 20:58:19.309645 [ 274 ] {65e2ec9d-b989-45be-97f0-2c0dd6956942} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15623 | 2024.11.13 20:58:19.309681 [ 274 ] {65e2ec9d-b989-45be-97f0-2c0dd6956942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15624 | 2024.11.13 20:58:19.310082 [ 274 ] {65e2ec9d-b989-45be-97f0-2c0dd6956942} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15625 | 2024.11.13 20:58:19.310326 [ 274 ] {65e2ec9d-b989-45be-97f0-2c0dd6956942} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15626 | 2024.11.13 20:58:19.310504 [ 274 ] {65e2ec9d-b989-45be-97f0-2c0dd6956942} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001571 sec., 42011.45767027371 rows/sec., 3.28 MiB/sec. | ||
| 15627 | 2024.11.13 20:58:19.310569 [ 274 ] {65e2ec9d-b989-45be-97f0-2c0dd6956942} <Debug> TCPHandler: Processed in 0.001799721 sec. | ||
| 15628 | 2024.11.13 20:58:19.310767 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15629 | 2024.11.13 20:58:19.311068 [ 277 ] {ca90166a-16cf-4802-bce6-719f7d664cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15630 | 2024.11.13 20:58:19.311235 [ 277 ] {ca90166a-16cf-4802-bce6-719f7d664cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15631 | 2024.11.13 20:58:19.311930 [ 277 ] {ca90166a-16cf-4802-bce6-719f7d664cec} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15632 | 2024.11.13 20:58:19.311974 [ 277 ] {ca90166a-16cf-4802-bce6-719f7d664cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15633 | 2024.11.13 20:58:19.312390 [ 277 ] {ca90166a-16cf-4802-bce6-719f7d664cec} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15634 | 2024.11.13 20:58:19.312645 [ 277 ] {ca90166a-16cf-4802-bce6-719f7d664cec} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15635 | 2024.11.13 20:58:19.312896 [ 277 ] {ca90166a-16cf-4802-bce6-719f7d664cec} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001939 sec., 66529.1387313048 rows/sec., 4.63 MiB/sec. | ||
| 15636 | 2024.11.13 20:58:19.312999 [ 277 ] {ca90166a-16cf-4802-bce6-719f7d664cec} <Debug> TCPHandler: Processed in 0.002340141 sec. | ||
| 15637 | 2024.11.13 20:58:19.313177 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15638 | 2024.11.13 20:58:19.313490 [ 274 ] {b6d6d8b5-07d6-4731-ba78-38afe81b498b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15639 | 2024.11.13 20:58:19.313647 [ 274 ] {b6d6d8b5-07d6-4731-ba78-38afe81b498b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15640 | 2024.11.13 20:58:19.314498 [ 274 ] {b6d6d8b5-07d6-4731-ba78-38afe81b498b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15641 | 2024.11.13 20:58:19.314537 [ 274 ] {b6d6d8b5-07d6-4731-ba78-38afe81b498b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15642 | 2024.11.13 20:58:19.314927 [ 274 ] {b6d6d8b5-07d6-4731-ba78-38afe81b498b} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15643 | 2024.11.13 20:58:19.315176 [ 274 ] {b6d6d8b5-07d6-4731-ba78-38afe81b498b} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15644 | 2024.11.13 20:58:19.315364 [ 274 ] {b6d6d8b5-07d6-4731-ba78-38afe81b498b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001998 sec., 24024.02402402402 rows/sec., 1.62 MiB/sec. | ||
| 15645 | 2024.11.13 20:58:19.315412 [ 274 ] {b6d6d8b5-07d6-4731-ba78-38afe81b498b} <Debug> TCPHandler: Processed in 0.00231033 sec. | ||
| 15646 | 2024.11.13 20:58:19.404042 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15647 | 2024.11.13 20:58:19.468970 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15648 | 2024.11.13 20:58:19.523507 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44388, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15649 | 2024.11.13 20:58:19.543131 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15650 | 2024.11.13 20:58:19.763868 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15651 | 2024.11.13 20:58:19.776218 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15652 | 2024.11.13 20:58:19.784516 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15653 | 2024.11.13 20:58:24.301825 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15654 | 2024.11.13 20:58:24.302055 [ 277 ] {cbcf566c-2bfd-4309-99bc-4f5278430787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15655 | 2024.11.13 20:58:24.302138 [ 277 ] {cbcf566c-2bfd-4309-99bc-4f5278430787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15656 | 2024.11.13 20:58:24.302985 [ 277 ] {cbcf566c-2bfd-4309-99bc-4f5278430787} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15657 | 2024.11.13 20:58:24.303038 [ 277 ] {cbcf566c-2bfd-4309-99bc-4f5278430787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15658 | 2024.11.13 20:58:24.303471 [ 277 ] {cbcf566c-2bfd-4309-99bc-4f5278430787} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15659 | 2024.11.13 20:58:24.303733 [ 277 ] {cbcf566c-2bfd-4309-99bc-4f5278430787} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15660 | 2024.11.13 20:58:24.303979 [ 277 ] {cbcf566c-2bfd-4309-99bc-4f5278430787} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001976 sec., 28340.08097165992 rows/sec., 2.16 MiB/sec. | ||
| 15661 | 2024.11.13 20:58:24.304086 [ 277 ] {cbcf566c-2bfd-4309-99bc-4f5278430787} <Debug> TCPHandler: Processed in 0.002399122 sec. | ||
| 15662 | 2024.11.13 20:58:24.304427 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15663 | 2024.11.13 20:58:24.304706 [ 274 ] {ed52b5bb-f911-4704-86c5-0b6a633e546e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15664 | 2024.11.13 20:58:24.304779 [ 274 ] {ed52b5bb-f911-4704-86c5-0b6a633e546e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15665 | 2024.11.13 20:58:24.305564 [ 274 ] {ed52b5bb-f911-4704-86c5-0b6a633e546e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15666 | 2024.11.13 20:58:24.305612 [ 274 ] {ed52b5bb-f911-4704-86c5-0b6a633e546e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15667 | 2024.11.13 20:58:24.306056 [ 274 ] {ed52b5bb-f911-4704-86c5-0b6a633e546e} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15668 | 2024.11.13 20:58:24.306326 [ 274 ] {ed52b5bb-f911-4704-86c5-0b6a633e546e} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15669 | 2024.11.13 20:58:24.306585 [ 274 ] {ed52b5bb-f911-4704-86c5-0b6a633e546e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001933 sec., 33109.156751163995 rows/sec., 2.58 MiB/sec. | ||
| 15670 | 2024.11.13 20:58:24.306649 [ 274 ] {ed52b5bb-f911-4704-86c5-0b6a633e546e} <Debug> TCPHandler: Processed in 0.002423583 sec. | ||
| 15671 | 2024.11.13 20:58:24.306790 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15672 | 2024.11.13 20:58:24.306917 [ 277 ] {30c3aeac-fbe0-4a71-ab2c-850d463a56d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15673 | 2024.11.13 20:58:24.306974 [ 277 ] {30c3aeac-fbe0-4a71-ab2c-850d463a56d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15674 | 2024.11.13 20:58:24.307556 [ 277 ] {30c3aeac-fbe0-4a71-ab2c-850d463a56d9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15675 | 2024.11.13 20:58:24.307597 [ 277 ] {30c3aeac-fbe0-4a71-ab2c-850d463a56d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15676 | 2024.11.13 20:58:24.308005 [ 277 ] {30c3aeac-fbe0-4a71-ab2c-850d463a56d9} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15677 | 2024.11.13 20:58:24.308255 [ 277 ] {30c3aeac-fbe0-4a71-ab2c-850d463a56d9} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15678 | 2024.11.13 20:58:24.308486 [ 277 ] {30c3aeac-fbe0-4a71-ab2c-850d463a56d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
| 15679 | 2024.11.13 20:58:24.308584 [ 277 ] {30c3aeac-fbe0-4a71-ab2c-850d463a56d9} <Debug> TCPHandler: Processed in 0.001844062 sec. | ||
| 15680 | 2024.11.13 20:58:24.308876 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15681 | 2024.11.13 20:58:24.309141 [ 274 ] {54b25ce3-b9b1-4225-b326-08da6201ab78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15682 | 2024.11.13 20:58:24.309237 [ 274 ] {54b25ce3-b9b1-4225-b326-08da6201ab78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15683 | 2024.11.13 20:58:24.309949 [ 274 ] {54b25ce3-b9b1-4225-b326-08da6201ab78} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15684 | 2024.11.13 20:58:24.309991 [ 274 ] {54b25ce3-b9b1-4225-b326-08da6201ab78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15685 | 2024.11.13 20:58:24.310383 [ 274 ] {54b25ce3-b9b1-4225-b326-08da6201ab78} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15686 | 2024.11.13 20:58:24.310628 [ 274 ] {54b25ce3-b9b1-4225-b326-08da6201ab78} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15687 | 2024.11.13 20:58:24.310857 [ 274 ] {54b25ce3-b9b1-4225-b326-08da6201ab78} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001758 sec., 34129.69283276451 rows/sec., 2.30 MiB/sec. | ||
| 15688 | 2024.11.13 20:58:24.310920 [ 274 ] {54b25ce3-b9b1-4225-b326-08da6201ab78} <Debug> TCPHandler: Processed in 0.002229279 sec. | ||
| 15689 | 2024.11.13 20:58:25.810989 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15690 | 2024.11.13 20:58:25.811043 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15691 | 2024.11.13 20:58:26.307758 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2252 | ||
| 15692 | 2024.11.13 20:58:26.310890 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15693 | 2024.11.13 20:58:26.310939 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15694 | 2024.11.13 20:58:26.312432 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15695 | 2024.11.13 20:58:26.312756 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15696 | 2024.11.13 20:58:26.312928 [ 122 ] {} <Debug> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15697 | 2024.11.13 20:58:26.312998 [ 122 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15698 | 2024.11.13 20:58:26.313039 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15699 | 2024.11.13 20:58:26.313601 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::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 | ||
| 15700 | 2024.11.13 20:58:26.314270 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2252 | ||
| 15701 | 2024.11.13 20:58:26.314793 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15702 | 2024.11.13 20:58:26.314979 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2114 rows starting from the beginning of the part | ||
| 15703 | 2024.11.13 20:58:26.315651 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 34 rows starting from the beginning of the part | ||
| 15704 | 2024.11.13 20:58:26.316242 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 20 rows starting from the beginning of the part | ||
| 15705 | 2024.11.13 20:58:26.317024 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 34 rows starting from the beginning of the part | ||
| 15706 | 2024.11.13 20:58:26.317694 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 30 rows starting from the beginning of the part | ||
| 15707 | 2024.11.13 20:58:26.318354 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 20 rows starting from the beginning of the part | ||
| 15708 | 2024.11.13 20:58:26.327736 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2252 rows, containing 72 columns (72 merged, 0 gathered) in 0.014551735 sec., 154758.17832031712 rows/sec., 116.42 MiB/sec. | ||
| 15709 | 2024.11.13 20:58:26.329462 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15710 | 2024.11.13 20:58:26.330153 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_76_15} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15711 | 2024.11.13 20:58:26.330238 [ 192 ] {e1bed3e5-341e-4e38-88ad-17f223d598a0::all_1_76_15} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15712 | 2024.11.13 20:58:26.330449 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 15713 | 2024.11.13 20:58:29.309795 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15714 | 2024.11.13 20:58:29.310000 [ 277 ] {2d7d6e77-f052-49d0-b218-2fe8f4e8a020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15715 | 2024.11.13 20:58:29.310073 [ 277 ] {2d7d6e77-f052-49d0-b218-2fe8f4e8a020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15716 | 2024.11.13 20:58:29.310801 [ 277 ] {2d7d6e77-f052-49d0-b218-2fe8f4e8a020} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15717 | 2024.11.13 20:58:29.310852 [ 277 ] {2d7d6e77-f052-49d0-b218-2fe8f4e8a020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15718 | 2024.11.13 20:58:29.311283 [ 277 ] {2d7d6e77-f052-49d0-b218-2fe8f4e8a020} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15719 | 2024.11.13 20:58:29.311540 [ 277 ] {2d7d6e77-f052-49d0-b218-2fe8f4e8a020} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15720 | 2024.11.13 20:58:29.311838 [ 277 ] {2d7d6e77-f052-49d0-b218-2fe8f4e8a020} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 536.64 KiB/sec. | ||
| 15721 | 2024.11.13 20:58:29.311933 [ 277 ] {2d7d6e77-f052-49d0-b218-2fe8f4e8a020} <Debug> TCPHandler: Processed in 0.00226998 sec. | ||
| 15722 | 2024.11.13 20:58:29.312298 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15723 | 2024.11.13 20:58:29.312601 [ 274 ] {8a4a9d8c-4a5e-4016-ba7f-9266690e943e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15724 | 2024.11.13 20:58:29.312717 [ 274 ] {8a4a9d8c-4a5e-4016-ba7f-9266690e943e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15725 | 2024.11.13 20:58:29.313583 [ 274 ] {8a4a9d8c-4a5e-4016-ba7f-9266690e943e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15726 | 2024.11.13 20:58:29.313624 [ 274 ] {8a4a9d8c-4a5e-4016-ba7f-9266690e943e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15727 | 2024.11.13 20:58:29.314091 [ 274 ] {8a4a9d8c-4a5e-4016-ba7f-9266690e943e} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15728 | 2024.11.13 20:58:29.314345 [ 274 ] {8a4a9d8c-4a5e-4016-ba7f-9266690e943e} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15729 | 2024.11.13 20:58:29.314497 [ 121 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15730 | 2024.11.13 20:58:29.314542 [ 121 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15731 | 2024.11.13 20:58:29.314549 [ 274 ] {8a4a9d8c-4a5e-4016-ba7f-9266690e943e} <Debug> executeQuery: Read 329 rows, 29.88 KiB in 0.002031 sec., 161989.1678975874 rows/sec., 14.37 MiB/sec. | ||
| 15732 | 2024.11.13 20:58:29.314574 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15733 | 2024.11.13 20:58:29.314657 [ 274 ] {8a4a9d8c-4a5e-4016-ba7f-9266690e943e} <Debug> TCPHandler: Processed in 0.002608326 sec. | ||
| 15734 | 2024.11.13 20:58:29.314860 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 15735 | 2024.11.13 20:58:29.314874 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15736 | 2024.11.13 20:58:29.315172 [ 277 ] {465cec53-e4ba-4ad5-b348-ec5856610046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15737 | 2024.11.13 20:58:29.315175 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15738 | 2024.11.13 20:58:29.315266 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1485 rows starting from the beginning of the part | ||
| 15739 | 2024.11.13 20:58:29.315274 [ 277 ] {465cec53-e4ba-4ad5-b348-ec5856610046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15740 | 2024.11.13 20:58:29.315596 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 56 rows starting from the beginning of the part | ||
| 15741 | 2024.11.13 20:58:29.315942 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 329 rows starting from the beginning of the part | ||
| 15742 | 2024.11.13 20:58:29.316267 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 57 rows starting from the beginning of the part | ||
| 15743 | 2024.11.13 20:58:29.316610 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 56 rows starting from the beginning of the part | ||
| 15744 | 2024.11.13 20:58:29.316955 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 329 rows starting from the beginning of the part | ||
| 15745 | 2024.11.13 20:58:29.318363 [ 277 ] {465cec53-e4ba-4ad5-b348-ec5856610046} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15746 | 2024.11.13 20:58:29.318445 [ 277 ] {465cec53-e4ba-4ad5-b348-ec5856610046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15747 | 2024.11.13 20:58:29.319565 [ 277 ] {465cec53-e4ba-4ad5-b348-ec5856610046} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15748 | 2024.11.13 20:58:29.319959 [ 277 ] {465cec53-e4ba-4ad5-b348-ec5856610046} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15749 | 2024.11.13 20:58:29.320471 [ 188 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2312 rows, containing 5 columns (5 merged, 0 gathered) in 0.005784221 sec., 399708.10243937775 rows/sec., 35.31 MiB/sec. | ||
| 15750 | 2024.11.13 20:58:29.320564 [ 277 ] {465cec53-e4ba-4ad5-b348-ec5856610046} <Debug> executeQuery: Read 70 rows, 5.19 KiB in 0.005481 sec., 12771.39208173691 rows/sec., 947.52 KiB/sec. | ||
| 15751 | 2024.11.13 20:58:29.320646 [ 277 ] {465cec53-e4ba-4ad5-b348-ec5856610046} <Debug> TCPHandler: Processed in 0.005896324 sec. | ||
| 15752 | 2024.11.13 20:58:29.320813 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15753 | 2024.11.13 20:58:29.320874 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15754 | 2024.11.13 20:58:29.321116 [ 274 ] {d0239bc8-4376-4b46-a76a-232eceefdb36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15755 | 2024.11.13 20:58:29.321218 [ 274 ] {d0239bc8-4376-4b46-a76a-232eceefdb36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15756 | 2024.11.13 20:58:29.321451 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15757 | 2024.11.13 20:58:29.321710 [ 191 ] {7700d675-6074-4831-8416-e0f4d1099309::all_1_146_29} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15758 | 2024.11.13 20:58:29.321947 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 15759 | 2024.11.13 20:58:29.322334 [ 274 ] {d0239bc8-4376-4b46-a76a-232eceefdb36} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15760 | 2024.11.13 20:58:29.322377 [ 274 ] {d0239bc8-4376-4b46-a76a-232eceefdb36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15761 | 2024.11.13 20:58:29.322740 [ 274 ] {d0239bc8-4376-4b46-a76a-232eceefdb36} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15762 | 2024.11.13 20:58:29.322984 [ 274 ] {d0239bc8-4376-4b46-a76a-232eceefdb36} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15763 | 2024.11.13 20:58:29.323167 [ 274 ] {d0239bc8-4376-4b46-a76a-232eceefdb36} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002119 sec., 6606.890042472865 rows/sec., 462.70 KiB/sec. | ||
| 15764 | 2024.11.13 20:58:29.323221 [ 274 ] {d0239bc8-4376-4b46-a76a-232eceefdb36} <Debug> TCPHandler: Processed in 0.002454023 sec. | ||
| 15765 | 2024.11.13 20:58:29.323371 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15766 | 2024.11.13 20:58:29.323499 [ 277 ] {e49d7a12-6e47-4a99-b520-624287d1584e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15767 | 2024.11.13 20:58:29.323551 [ 277 ] {e49d7a12-6e47-4a99-b520-624287d1584e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15768 | 2024.11.13 20:58:29.324177 [ 277 ] {e49d7a12-6e47-4a99-b520-624287d1584e} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15769 | 2024.11.13 20:58:29.324219 [ 277 ] {e49d7a12-6e47-4a99-b520-624287d1584e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15770 | 2024.11.13 20:58:29.324591 [ 277 ] {e49d7a12-6e47-4a99-b520-624287d1584e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15771 | 2024.11.13 20:58:29.324836 [ 277 ] {e49d7a12-6e47-4a99-b520-624287d1584e} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15772 | 2024.11.13 20:58:29.325116 [ 277 ] {e49d7a12-6e47-4a99-b520-624287d1584e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001634 sec., 7955.936352509179 rows/sec., 496.05 KiB/sec. | ||
| 15773 | 2024.11.13 20:58:29.325306 [ 277 ] {e49d7a12-6e47-4a99-b520-624287d1584e} <Debug> TCPHandler: Processed in 0.001993275 sec. | ||
| 15774 | 2024.11.13 20:58:29.325549 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15775 | 2024.11.13 20:58:29.325668 [ 274 ] {2ceae870-c389-4688-84da-438e038bb9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15776 | 2024.11.13 20:58:29.325715 [ 274 ] {2ceae870-c389-4688-84da-438e038bb9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15777 | 2024.11.13 20:58:29.326461 [ 274 ] {2ceae870-c389-4688-84da-438e038bb9fc} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15778 | 2024.11.13 20:58:29.326499 [ 274 ] {2ceae870-c389-4688-84da-438e038bb9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15779 | 2024.11.13 20:58:29.326892 [ 274 ] {2ceae870-c389-4688-84da-438e038bb9fc} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15780 | 2024.11.13 20:58:29.327141 [ 274 ] {2ceae870-c389-4688-84da-438e038bb9fc} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15781 | 2024.11.13 20:58:29.327277 [ 121 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15782 | 2024.11.13 20:58:29.327325 [ 121 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15783 | 2024.11.13 20:58:29.327329 [ 274 ] {2ceae870-c389-4688-84da-438e038bb9fc} <Debug> executeQuery: Read 445 rows, 32.73 KiB in 0.001682 sec., 264565.9928656362 rows/sec., 19.00 MiB/sec. | ||
| 15784 | 2024.11.13 20:58:29.327351 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15785 | 2024.11.13 20:58:29.327410 [ 274 ] {2ceae870-c389-4688-84da-438e038bb9fc} <Debug> TCPHandler: Processed in 0.001977075 sec. | ||
| 15786 | 2024.11.13 20:58:29.327627 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15787 | 2024.11.13 20:58:29.327658 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 15788 | 2024.11.13 20:58:29.327806 [ 277 ] {bc8471fe-5db9-4f28-8a78-0745719d79e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15789 | 2024.11.13 20:58:29.327922 [ 277 ] {bc8471fe-5db9-4f28-8a78-0745719d79e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15790 | 2024.11.13 20:58:29.328003 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15791 | 2024.11.13 20:58:29.328114 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 961 rows starting from the beginning of the part | ||
| 15792 | 2024.11.13 20:58:29.328511 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part | ||
| 15793 | 2024.11.13 20:58:29.328926 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 445 rows starting from the beginning of the part | ||
| 15794 | 2024.11.13 20:58:29.329234 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 66 rows starting from the beginning of the part | ||
| 15795 | 2024.11.13 20:58:29.329580 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 64 rows starting from the beginning of the part | ||
| 15796 | 2024.11.13 20:58:29.329923 [ 194 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 445 rows starting from the beginning of the part | ||
| 15797 | 2024.11.13 20:58:29.330628 [ 277 ] {bc8471fe-5db9-4f28-8a78-0745719d79e4} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15798 | 2024.11.13 20:58:29.330680 [ 277 ] {bc8471fe-5db9-4f28-8a78-0745719d79e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15799 | 2024.11.13 20:58:29.331431 [ 277 ] {bc8471fe-5db9-4f28-8a78-0745719d79e4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15800 | 2024.11.13 20:58:29.331947 [ 277 ] {bc8471fe-5db9-4f28-8a78-0745719d79e4} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15801 | 2024.11.13 20:58:29.332589 [ 277 ] {bc8471fe-5db9-4f28-8a78-0745719d79e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004816 sec., 1245.8471760797343 rows/sec., 65.09 KiB/sec. | ||
| 15802 | 2024.11.13 20:58:29.332746 [ 277 ] {bc8471fe-5db9-4f28-8a78-0745719d79e4} <Debug> TCPHandler: Processed in 0.005221662 sec. | ||
| 15803 | 2024.11.13 20:58:29.333096 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15804 | 2024.11.13 20:58:29.333573 [ 274 ] {5295912c-283b-4b42-9914-2dcb5136f73a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15805 | 2024.11.13 20:58:29.333761 [ 274 ] {5295912c-283b-4b42-9914-2dcb5136f73a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15806 | 2024.11.13 20:58:29.333806 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2045 rows, containing 5 columns (5 merged, 0 gathered) in 0.006350421 sec., 322025.8940312776 rows/sec., 24.70 MiB/sec. | ||
| 15807 | 2024.11.13 20:58:29.334116 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15808 | 2024.11.13 20:58:29.334700 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15809 | 2024.11.13 20:58:29.334937 [ 191 ] {850e761d-d3af-48ca-bcd9-2669bfe18fbc::all_1_146_29} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15810 | 2024.11.13 20:58:29.335025 [ 274 ] {5295912c-283b-4b42-9914-2dcb5136f73a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15811 | 2024.11.13 20:58:29.335086 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 15812 | 2024.11.13 20:58:29.335096 [ 274 ] {5295912c-283b-4b42-9914-2dcb5136f73a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15813 | 2024.11.13 20:58:29.335531 [ 274 ] {5295912c-283b-4b42-9914-2dcb5136f73a} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15814 | 2024.11.13 20:58:29.335770 [ 274 ] {5295912c-283b-4b42-9914-2dcb5136f73a} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15815 | 2024.11.13 20:58:29.335953 [ 274 ] {5295912c-283b-4b42-9914-2dcb5136f73a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002551 sec., 92904.7432379459 rows/sec., 6.23 MiB/sec. | ||
| 15816 | 2024.11.13 20:58:29.336007 [ 274 ] {5295912c-283b-4b42-9914-2dcb5136f73a} <Debug> TCPHandler: Processed in 0.003107755 sec. | ||
| 15817 | 2024.11.13 20:58:29.336151 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15818 | 2024.11.13 20:58:29.336271 [ 277 ] {8b171076-995d-400f-b002-96be64ad8cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15819 | 2024.11.13 20:58:29.336323 [ 277 ] {8b171076-995d-400f-b002-96be64ad8cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15820 | 2024.11.13 20:58:29.336809 [ 277 ] {8b171076-995d-400f-b002-96be64ad8cc6} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15821 | 2024.11.13 20:58:29.336849 [ 277 ] {8b171076-995d-400f-b002-96be64ad8cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15822 | 2024.11.13 20:58:29.337216 [ 277 ] {8b171076-995d-400f-b002-96be64ad8cc6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15823 | 2024.11.13 20:58:29.337459 [ 277 ] {8b171076-995d-400f-b002-96be64ad8cc6} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15824 | 2024.11.13 20:58:29.337705 [ 277 ] {8b171076-995d-400f-b002-96be64ad8cc6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec. | ||
| 15825 | 2024.11.13 20:58:29.337898 [ 277 ] {8b171076-995d-400f-b002-96be64ad8cc6} <Debug> TCPHandler: Processed in 0.001798881 sec. | ||
| 15826 | 2024.11.13 20:58:29.338211 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15827 | 2024.11.13 20:58:29.338431 [ 274 ] {54b1bb98-293d-4b2b-8519-4d7971ed3d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15828 | 2024.11.13 20:58:29.338569 [ 274 ] {54b1bb98-293d-4b2b-8519-4d7971ed3d8c} <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 | ||
| 15829 | 2024.11.13 20:58:29.339867 [ 274 ] {54b1bb98-293d-4b2b-8519-4d7971ed3d8c} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15830 | 2024.11.13 20:58:29.339906 [ 274 ] {54b1bb98-293d-4b2b-8519-4d7971ed3d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15831 | 2024.11.13 20:58:29.340578 [ 274 ] {54b1bb98-293d-4b2b-8519-4d7971ed3d8c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15832 | 2024.11.13 20:58:29.340819 [ 274 ] {54b1bb98-293d-4b2b-8519-4d7971ed3d8c} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15833 | 2024.11.13 20:58:29.341078 [ 274 ] {54b1bb98-293d-4b2b-8519-4d7971ed3d8c} <Debug> executeQuery: Read 63 rows, 115.60 KiB in 0.002701 sec., 23324.69455757127 rows/sec., 41.80 MiB/sec. | ||
| 15834 | 2024.11.13 20:58:29.341170 [ 274 ] {54b1bb98-293d-4b2b-8519-4d7971ed3d8c} <Debug> TCPHandler: Processed in 0.003144975 sec. | ||
| 15835 | 2024.11.13 20:58:29.341313 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15836 | 2024.11.13 20:58:29.341430 [ 277 ] {82e7bdc2-f68d-4fb3-bc93-7f635a458dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15837 | 2024.11.13 20:58:29.341479 [ 277 ] {82e7bdc2-f68d-4fb3-bc93-7f635a458dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15838 | 2024.11.13 20:58:29.341975 [ 277 ] {82e7bdc2-f68d-4fb3-bc93-7f635a458dd9} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15839 | 2024.11.13 20:58:29.342013 [ 277 ] {82e7bdc2-f68d-4fb3-bc93-7f635a458dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15840 | 2024.11.13 20:58:29.342388 [ 277 ] {82e7bdc2-f68d-4fb3-bc93-7f635a458dd9} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15841 | 2024.11.13 20:58:29.342622 [ 277 ] {82e7bdc2-f68d-4fb3-bc93-7f635a458dd9} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15842 | 2024.11.13 20:58:29.342886 [ 277 ] {82e7bdc2-f68d-4fb3-bc93-7f635a458dd9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001479 sec., 55442.86680189317 rows/sec., 3.52 MiB/sec. | ||
| 15843 | 2024.11.13 20:58:29.343007 [ 277 ] {82e7bdc2-f68d-4fb3-bc93-7f635a458dd9} <Debug> TCPHandler: Processed in 0.001751531 sec. | ||
| 15844 | 2024.11.13 20:58:31.650233 [ 219 ] {} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15845 | 2024.11.13 20:58:31.650298 [ 219 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15846 | 2024.11.13 20:58:31.652083 [ 219 ] {} <Debug> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15847 | 2024.11.13 20:58:34.300829 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15848 | 2024.11.13 20:58:34.301042 [ 277 ] {e3657088-839d-43db-a182-d283d346c19f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15849 | 2024.11.13 20:58:34.301116 [ 277 ] {e3657088-839d-43db-a182-d283d346c19f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15850 | 2024.11.13 20:58:34.301890 [ 277 ] {e3657088-839d-43db-a182-d283d346c19f} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15851 | 2024.11.13 20:58:34.301952 [ 277 ] {e3657088-839d-43db-a182-d283d346c19f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15852 | 2024.11.13 20:58:34.302530 [ 277 ] {e3657088-839d-43db-a182-d283d346c19f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15853 | 2024.11.13 20:58:34.303054 [ 277 ] {e3657088-839d-43db-a182-d283d346c19f} <Trace> oximeter.fields_ipaddr (ce3d2f7b-2a03-4eeb-9c32-218977ba3e3b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15854 | 2024.11.13 20:58:34.303290 [ 277 ] {e3657088-839d-43db-a182-d283d346c19f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002301 sec., 1738.3746197305518 rows/sec., 141.75 KiB/sec. | ||
| 15855 | 2024.11.13 20:58:34.303354 [ 277 ] {e3657088-839d-43db-a182-d283d346c19f} <Debug> TCPHandler: Processed in 0.002649306 sec. | ||
| 15856 | 2024.11.13 20:58:34.303677 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15857 | 2024.11.13 20:58:34.303956 [ 274 ] {1ef9dec0-5754-4a1d-8cfa-4fa46fb6936a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15858 | 2024.11.13 20:58:34.304034 [ 274 ] {1ef9dec0-5754-4a1d-8cfa-4fa46fb6936a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15859 | 2024.11.13 20:58:34.304836 [ 274 ] {1ef9dec0-5754-4a1d-8cfa-4fa46fb6936a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15860 | 2024.11.13 20:58:34.304887 [ 274 ] {1ef9dec0-5754-4a1d-8cfa-4fa46fb6936a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15861 | 2024.11.13 20:58:34.305580 [ 274 ] {1ef9dec0-5754-4a1d-8cfa-4fa46fb6936a} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15862 | 2024.11.13 20:58:34.306194 [ 274 ] {1ef9dec0-5754-4a1d-8cfa-4fa46fb6936a} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15863 | 2024.11.13 20:58:34.306448 [ 274 ] {1ef9dec0-5754-4a1d-8cfa-4fa46fb6936a} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.002547 sec., 22771.888496270123 rows/sec., 1.73 MiB/sec. | ||
| 15864 | 2024.11.13 20:58:34.306589 [ 274 ] {1ef9dec0-5754-4a1d-8cfa-4fa46fb6936a} <Debug> TCPHandler: Processed in 0.003102384 sec. | ||
| 15865 | 2024.11.13 20:58:34.306822 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15866 | 2024.11.13 20:58:34.306979 [ 277 ] {ae7feb31-89aa-43da-b0f7-488f53cff526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15867 | 2024.11.13 20:58:34.307033 [ 277 ] {ae7feb31-89aa-43da-b0f7-488f53cff526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15868 | 2024.11.13 20:58:34.307627 [ 277 ] {ae7feb31-89aa-43da-b0f7-488f53cff526} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15869 | 2024.11.13 20:58:34.307668 [ 277 ] {ae7feb31-89aa-43da-b0f7-488f53cff526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15870 | 2024.11.13 20:58:34.308191 [ 277 ] {ae7feb31-89aa-43da-b0f7-488f53cff526} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15871 | 2024.11.13 20:58:34.308675 [ 277 ] {ae7feb31-89aa-43da-b0f7-488f53cff526} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15872 | 2024.11.13 20:58:34.308955 [ 277 ] {ae7feb31-89aa-43da-b0f7-488f53cff526} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.002003 sec., 1997.00449326011 rows/sec., 139.44 KiB/sec. | ||
| 15873 | 2024.11.13 20:58:34.309226 [ 277 ] {ae7feb31-89aa-43da-b0f7-488f53cff526} <Debug> TCPHandler: Processed in 0.002533084 sec. | ||
| 15874 | 2024.11.13 20:58:34.309705 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15875 | 2024.11.13 20:58:34.310254 [ 274 ] {50904895-6c76-4527-a5d5-307dc2114518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15876 | 2024.11.13 20:58:34.310446 [ 274 ] {50904895-6c76-4527-a5d5-307dc2114518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15877 | 2024.11.13 20:58:34.311556 [ 274 ] {50904895-6c76-4527-a5d5-307dc2114518} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15878 | 2024.11.13 20:58:34.311597 [ 274 ] {50904895-6c76-4527-a5d5-307dc2114518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15879 | 2024.11.13 20:58:34.312078 [ 274 ] {50904895-6c76-4527-a5d5-307dc2114518} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15880 | 2024.11.13 20:58:34.312521 [ 274 ] {50904895-6c76-4527-a5d5-307dc2114518} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15881 | 2024.11.13 20:58:34.312770 [ 274 ] {50904895-6c76-4527-a5d5-307dc2114518} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002673 sec., 25439.58099513655 rows/sec., 1.99 MiB/sec. | ||
| 15882 | 2024.11.13 20:58:34.312851 [ 274 ] {50904895-6c76-4527-a5d5-307dc2114518} <Debug> TCPHandler: Processed in 0.003469731 sec. | ||
| 15883 | 2024.11.13 20:58:34.312852 [ 222 ] {} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15884 | 2024.11.13 20:58:34.312931 [ 222 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15885 | 2024.11.13 20:58:34.312999 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15886 | 2024.11.13 20:58:34.313232 [ 277 ] {9d845a40-c2f2-429f-99c3-40af6b7a04bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15887 | 2024.11.13 20:58:34.313288 [ 277 ] {9d845a40-c2f2-429f-99c3-40af6b7a04bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15888 | 2024.11.13 20:58:34.314524 [ 277 ] {9d845a40-c2f2-429f-99c3-40af6b7a04bc} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15889 | 2024.11.13 20:58:34.314566 [ 277 ] {9d845a40-c2f2-429f-99c3-40af6b7a04bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15890 | 2024.11.13 20:58:34.315463 [ 277 ] {9d845a40-c2f2-429f-99c3-40af6b7a04bc} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15891 | 2024.11.13 20:58:34.316116 [ 277 ] {9d845a40-c2f2-429f-99c3-40af6b7a04bc} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15892 | 2024.11.13 20:58:34.316383 [ 222 ] {} <Debug> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15893 | 2024.11.13 20:58:34.316435 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15894 | 2024.11.13 20:58:34.316552 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15895 | 2024.11.13 20:58:34.316668 [ 277 ] {9d845a40-c2f2-429f-99c3-40af6b7a04bc} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.003473 sec., 37431.61531816873 rows/sec., 2.61 MiB/sec. | ||
| 15896 | 2024.11.13 20:58:34.316695 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15897 | 2024.11.13 20:58:34.316989 [ 277 ] {9d845a40-c2f2-429f-99c3-40af6b7a04bc} <Debug> TCPHandler: Processed in 0.004040171 sec. | ||
| 15898 | 2024.11.13 20:58:34.317314 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15899 | 2024.11.13 20:58:34.317805 [ 274 ] {f54b6a13-ec41-4211-a53a-dc024f01ba31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15900 | 2024.11.13 20:58:34.318088 [ 274 ] {f54b6a13-ec41-4211-a53a-dc024f01ba31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15901 | 2024.11.13 20:58:34.318818 [ 196 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 15902 | 2024.11.13 20:58:34.320498 [ 196 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15903 | 2024.11.13 20:58:34.320603 [ 196 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_141_28, total 25262 rows starting from the beginning of the part | ||
| 15904 | 2024.11.13 20:58:34.320906 [ 196 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 237 rows starting from the beginning of the part | ||
| 15905 | 2024.11.13 20:58:34.321298 [ 196 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 129 rows starting from the beginning of the part | ||
| 15906 | 2024.11.13 20:58:34.321731 [ 196 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part | ||
| 15907 | 2024.11.13 20:58:34.321795 [ 274 ] {f54b6a13-ec41-4211-a53a-dc024f01ba31} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15908 | 2024.11.13 20:58:34.321923 [ 196 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 237 rows starting from the beginning of the part | ||
| 15909 | 2024.11.13 20:58:34.321932 [ 274 ] {f54b6a13-ec41-4211-a53a-dc024f01ba31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15910 | 2024.11.13 20:58:34.322241 [ 196 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 130 rows starting from the beginning of the part | ||
| 15911 | 2024.11.13 20:58:34.323329 [ 274 ] {f54b6a13-ec41-4211-a53a-dc024f01ba31} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15912 | 2024.11.13 20:58:34.323993 [ 274 ] {f54b6a13-ec41-4211-a53a-dc024f01ba31} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15913 | 2024.11.13 20:58:34.324215 [ 113 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Selected 6 parts from all_1_140_28 to all_145_145_0 | ||
| 15914 | 2024.11.13 20:58:34.324303 [ 113 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15915 | 2024.11.13 20:58:34.324380 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15916 | 2024.11.13 20:58:34.324478 [ 274 ] {f54b6a13-ec41-4211-a53a-dc024f01ba31} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00682 sec., 7038.123167155425 rows/sec., 485.70 KiB/sec. | ||
| 15917 | 2024.11.13 20:58:34.324933 [ 274 ] {f54b6a13-ec41-4211-a53a-dc024f01ba31} <Debug> TCPHandler: Processed in 0.007799507 sec. | ||
| 15918 | 2024.11.13 20:58:34.325025 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_140_28 to all_145_145_0 into Compact with storage Full | ||
| 15919 | 2024.11.13 20:58:34.325993 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15920 | 2024.11.13 20:58:34.326184 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_140_28, total 8590 rows starting from the beginning of the part | ||
| 15921 | 2024.11.13 20:58:34.326755 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 82 rows starting from the beginning of the part | ||
| 15922 | 2024.11.13 20:58:34.327295 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 48 rows starting from the beginning of the part | ||
| 15923 | 2024.11.13 20:58:34.327952 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part | ||
| 15924 | 2024.11.13 20:58:34.328636 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 82 rows starting from the beginning of the part | ||
| 15925 | 2024.11.13 20:58:34.329134 [ 193 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 48 rows starting from the beginning of the part | ||
| 15926 | 2024.11.13 20:58:34.332935 [ 200 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8910 rows, containing 4 columns (4 merged, 0 gathered) in 0.008416898 sec., 1058584.7660266287 rows/sec., 69.37 MiB/sec. | ||
| 15927 | 2024.11.13 20:58:34.333350 [ 200 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Trace> MergedBlockOutputStream: filled checksums all_1_145_29 (state Temporary) | ||
| 15928 | 2024.11.13 20:58:34.334044 [ 200 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_merge_all_1_145_29 to all_1_145_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15929 | 2024.11.13 20:58:34.334157 [ 200 ] {0c268453-1651-43cc-b13c-1da5e22d592c::all_1_145_29} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c) (MergerMutator): Merged 6 parts: [all_1_140_28, all_145_145_0] -> all_1_145_29 | ||
| 15930 | 2024.11.13 20:58:34.334262 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 15931 | 2024.11.13 20:58:34.335085 [ 199 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26155 rows, containing 5 columns (5 merged, 0 gathered) in 0.018175159 sec., 1439052.0600122397 rows/sec., 98.24 MiB/sec. | ||
| 15932 | 2024.11.13 20:58:34.335442 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15933 | 2024.11.13 20:58:34.335988 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15934 | 2024.11.13 20:58:34.336068 [ 200 ] {b49711cf-7941-4d2d-a843-595140008773::all_1_146_29} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15935 | 2024.11.13 20:58:34.336147 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 15936 | 2024.11.13 20:58:34.641789 [ 223 ] {} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15937 | 2024.11.13 20:58:34.641845 [ 223 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15938 | 2024.11.13 20:58:34.644008 [ 223 ] {} <Debug> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15939 | 2024.11.13 20:58:36.314476 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2286 | ||
| 15940 | 2024.11.13 20:58:36.317906 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15941 | 2024.11.13 20:58:36.317957 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15942 | 2024.11.13 20:58:36.319572 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15943 | 2024.11.13 20:58:36.320130 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15944 | 2024.11.13 20:58:36.322689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2286 | ||
| 15945 | 2024.11.13 20:58:39.007974 [ 221 ] {} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Found 6 old parts to remove. Parts: [all_1_45_9, all_46_46_0, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0] | ||
| 15946 | 2024.11.13 20:58:39.008046 [ 221 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from filesystem (serially): Parts: [all_1_45_9, all_46_46_0, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0] | ||
| 15947 | 2024.11.13 20:58:39.010165 [ 221 ] {} <Debug> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Removing 6 parts from memory: Parts: [all_1_45_9, all_46_46_0, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0] | ||
| 15948 | 2024.11.13 20:58:39.302846 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15949 | 2024.11.13 20:58:39.303036 [ 277 ] {e3af851a-a2fa-4b47-a536-d80d10aa9519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15950 | 2024.11.13 20:58:39.303108 [ 277 ] {e3af851a-a2fa-4b47-a536-d80d10aa9519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15951 | 2024.11.13 20:58:39.303922 [ 277 ] {e3af851a-a2fa-4b47-a536-d80d10aa9519} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15952 | 2024.11.13 20:58:39.303973 [ 277 ] {e3af851a-a2fa-4b47-a536-d80d10aa9519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15953 | 2024.11.13 20:58:39.304517 [ 277 ] {e3af851a-a2fa-4b47-a536-d80d10aa9519} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15954 | 2024.11.13 20:58:39.305033 [ 277 ] {e3af851a-a2fa-4b47-a536-d80d10aa9519} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15955 | 2024.11.13 20:58:39.305279 [ 277 ] {e3af851a-a2fa-4b47-a536-d80d10aa9519} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002292 sec., 24432.809773123907 rows/sec., 1.87 MiB/sec. | ||
| 15956 | 2024.11.13 20:58:39.305343 [ 277 ] {e3af851a-a2fa-4b47-a536-d80d10aa9519} <Debug> TCPHandler: Processed in 0.002617826 sec. | ||
| 15957 | 2024.11.13 20:58:39.305603 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15958 | 2024.11.13 20:58:39.305820 [ 274 ] {d9a88d66-118a-4457-9648-8a101f8793fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15959 | 2024.11.13 20:58:39.305908 [ 274 ] {d9a88d66-118a-4457-9648-8a101f8793fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15960 | 2024.11.13 20:58:39.306730 [ 274 ] {d9a88d66-118a-4457-9648-8a101f8793fd} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15961 | 2024.11.13 20:58:39.306773 [ 274 ] {d9a88d66-118a-4457-9648-8a101f8793fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15962 | 2024.11.13 20:58:39.307347 [ 274 ] {d9a88d66-118a-4457-9648-8a101f8793fd} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15963 | 2024.11.13 20:58:39.307837 [ 274 ] {d9a88d66-118a-4457-9648-8a101f8793fd} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15964 | 2024.11.13 20:58:39.308064 [ 274 ] {d9a88d66-118a-4457-9648-8a101f8793fd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002303 sec., 27789.839339991315 rows/sec., 2.17 MiB/sec. | ||
| 15965 | 2024.11.13 20:58:39.308152 [ 274 ] {d9a88d66-118a-4457-9648-8a101f8793fd} <Debug> TCPHandler: Processed in 0.002689737 sec. | ||
| 15966 | 2024.11.13 20:58:39.308386 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15967 | 2024.11.13 20:58:39.308696 [ 277 ] {3d75811b-bbb3-44c9-9140-e207a228214f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15968 | 2024.11.13 20:58:39.308803 [ 277 ] {3d75811b-bbb3-44c9-9140-e207a228214f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15969 | 2024.11.13 20:58:39.309421 [ 277 ] {3d75811b-bbb3-44c9-9140-e207a228214f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15970 | 2024.11.13 20:58:39.309462 [ 277 ] {3d75811b-bbb3-44c9-9140-e207a228214f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15971 | 2024.11.13 20:58:39.309987 [ 277 ] {3d75811b-bbb3-44c9-9140-e207a228214f} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15972 | 2024.11.13 20:58:39.310435 [ 277 ] {3d75811b-bbb3-44c9-9140-e207a228214f} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15973 | 2024.11.13 20:58:39.310645 [ 277 ] {3d75811b-bbb3-44c9-9140-e207a228214f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002072 sec., 77220.07722007722 rows/sec., 5.38 MiB/sec. | ||
| 15974 | 2024.11.13 20:58:39.310701 [ 277 ] {3d75811b-bbb3-44c9-9140-e207a228214f} <Debug> TCPHandler: Processed in 0.002436783 sec. | ||
| 15975 | 2024.11.13 20:58:39.310856 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15976 | 2024.11.13 20:58:39.310980 [ 274 ] {41f28ba5-bdf8-4c86-9a37-10f14782bad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15977 | 2024.11.13 20:58:39.311036 [ 274 ] {41f28ba5-bdf8-4c86-9a37-10f14782bad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15978 | 2024.11.13 20:58:39.311562 [ 274 ] {41f28ba5-bdf8-4c86-9a37-10f14782bad0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15979 | 2024.11.13 20:58:39.311600 [ 274 ] {41f28ba5-bdf8-4c86-9a37-10f14782bad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 15980 | 2024.11.13 20:58:39.312104 [ 274 ] {41f28ba5-bdf8-4c86-9a37-10f14782bad0} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15981 | 2024.11.13 20:58:39.312564 [ 274 ] {41f28ba5-bdf8-4c86-9a37-10f14782bad0} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15982 | 2024.11.13 20:58:39.312745 [ 274 ] {41f28ba5-bdf8-4c86-9a37-10f14782bad0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001794 sec., 33444.816053511706 rows/sec., 2.25 MiB/sec. | ||
| 15983 | 2024.11.13 20:58:39.312793 [ 274 ] {41f28ba5-bdf8-4c86-9a37-10f14782bad0} <Debug> TCPHandler: Processed in 0.001998606 sec. | ||
| 15984 | 2024.11.13 20:58:39.902749 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15985 | 2024.11.13 20:58:39.902811 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15986 | 2024.11.13 20:58:39.905013 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15987 | 2024.11.13 20:58:40.811294 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15988 | 2024.11.13 20:58:40.811352 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15989 | 2024.11.13 20:58:42.513142 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15990 | 2024.11.13 20:58:42.685571 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15991 | 2024.11.13 20:58:42.704916 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15992 | 2024.11.13 20:58:42.768394 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38981, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15993 | 2024.11.13 20:58:42.949929 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43727, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15994 | 2024.11.13 20:58:42.965320 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15995 | 2024.11.13 20:58:43.017653 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51734, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15996 | 2024.11.13 20:58:43.021044 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15997 | 2024.11.13 20:58:44.310828 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15998 | 2024.11.13 20:58:44.311021 [ 277 ] {3a15ef94-b74d-4735-8b54-fec43cb7df95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15999 | 2024.11.13 20:58:44.311096 [ 277 ] {3a15ef94-b74d-4735-8b54-fec43cb7df95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16000 | 2024.11.13 20:58:44.311857 [ 277 ] {3a15ef94-b74d-4735-8b54-fec43cb7df95} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16001 | 2024.11.13 20:58:44.311911 [ 277 ] {3a15ef94-b74d-4735-8b54-fec43cb7df95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16002 | 2024.11.13 20:58:44.312482 [ 277 ] {3a15ef94-b74d-4735-8b54-fec43cb7df95} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 16003 | 2024.11.13 20:58:44.313128 [ 277 ] {3a15ef94-b74d-4735-8b54-fec43cb7df95} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16004 | 2024.11.13 20:58:44.313335 [ 101 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 16005 | 2024.11.13 20:58:44.313397 [ 277 ] {3a15ef94-b74d-4735-8b54-fec43cb7df95} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002424 sec., 5775.577557755776 rows/sec., 415.76 KiB/sec. | ||
| 16006 | 2024.11.13 20:58:44.313412 [ 101 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16007 | 2024.11.13 20:58:44.313474 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16008 | 2024.11.13 20:58:44.313535 [ 277 ] {3a15ef94-b74d-4735-8b54-fec43cb7df95} <Debug> TCPHandler: Processed in 0.002833809 sec. | ||
| 16009 | 2024.11.13 20:58:44.313675 [ 225 ] {} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16010 | 2024.11.13 20:58:44.313798 [ 225 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16011 | 2024.11.13 20:58:44.313963 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16012 | 2024.11.13 20:58:44.314052 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 16013 | 2024.11.13 20:58:44.314324 [ 274 ] {55151274-6b79-4ff0-adfa-7666b14c51e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16014 | 2024.11.13 20:58:44.314487 [ 274 ] {55151274-6b79-4ff0-adfa-7666b14c51e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16015 | 2024.11.13 20:58:44.314509 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16016 | 2024.11.13 20:58:44.314663 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 16017 | 2024.11.13 20:58:44.315156 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 16018 | 2024.11.13 20:58:44.315832 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 16019 | 2024.11.13 20:58:44.316347 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 16020 | 2024.11.13 20:58:44.316939 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 16021 | 2024.11.13 20:58:44.320006 [ 274 ] {55151274-6b79-4ff0-adfa-7666b14c51e6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16022 | 2024.11.13 20:58:44.320132 [ 274 ] {55151274-6b79-4ff0-adfa-7666b14c51e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16023 | 2024.11.13 20:58:44.320895 [ 225 ] {} <Debug> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16024 | 2024.11.13 20:58:44.322129 [ 274 ] {55151274-6b79-4ff0-adfa-7666b14c51e6} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16025 | 2024.11.13 20:58:44.322274 [ 200 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008629351 sec., 8111.849894621276 rows/sec., 615.63 KiB/sec. | ||
| 16026 | 2024.11.13 20:58:44.322653 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 16027 | 2024.11.13 20:58:44.322920 [ 274 ] {55151274-6b79-4ff0-adfa-7666b14c51e6} <Trace> oximeter.fields_string (7700d675-6074-4831-8416-e0f4d1099309): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16028 | 2024.11.13 20:58:44.323284 [ 274 ] {55151274-6b79-4ff0-adfa-7666b14c51e6} <Debug> executeQuery: Read 329 rows, 29.88 KiB in 0.009052 sec., 36345.55899248785 rows/sec., 3.22 MiB/sec. | ||
| 16029 | 2024.11.13 20:58:44.323370 [ 274 ] {55151274-6b79-4ff0-adfa-7666b14c51e6} <Debug> TCPHandler: Processed in 0.00967023 sec. | ||
| 16030 | 2024.11.13 20:58:44.323527 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_53_13} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16031 | 2024.11.13 20:58:44.323569 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16032 | 2024.11.13 20:58:44.323628 [ 199 ] {86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb::all_1_53_13} <Trace> oximeter.fields_i16 (86a7f6ba-3b40-41e1-9e15-cfcd6384d8cb) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 16033 | 2024.11.13 20:58:44.323717 [ 277 ] {d173bd9a-cf38-4cb5-baff-f639c3b29bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16034 | 2024.11.13 20:58:44.323735 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16035 | 2024.11.13 20:58:44.323780 [ 277 ] {d173bd9a-cf38-4cb5-baff-f639c3b29bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16036 | 2024.11.13 20:58:44.324405 [ 277 ] {d173bd9a-cf38-4cb5-baff-f639c3b29bf0} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16037 | 2024.11.13 20:58:44.324444 [ 277 ] {d173bd9a-cf38-4cb5-baff-f639c3b29bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16038 | 2024.11.13 20:58:44.324910 [ 277 ] {d173bd9a-cf38-4cb5-baff-f639c3b29bf0} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 16039 | 2024.11.13 20:58:44.325404 [ 277 ] {d173bd9a-cf38-4cb5-baff-f639c3b29bf0} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16040 | 2024.11.13 20:58:44.325626 [ 277 ] {d173bd9a-cf38-4cb5-baff-f639c3b29bf0} <Debug> executeQuery: Read 70 rows, 5.19 KiB in 0.001961 sec., 35696.07343192249 rows/sec., 2.59 MiB/sec. | ||
| 16041 | 2024.11.13 20:58:44.325679 [ 277 ] {d173bd9a-cf38-4cb5-baff-f639c3b29bf0} <Debug> TCPHandler: Processed in 0.002197168 sec. | ||
| 16042 | 2024.11.13 20:58:44.325842 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16043 | 2024.11.13 20:58:44.326003 [ 274 ] {b69c3fcb-20fa-4e88-9cdb-41ab2a19d52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16044 | 2024.11.13 20:58:44.326071 [ 274 ] {b69c3fcb-20fa-4e88-9cdb-41ab2a19d52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16045 | 2024.11.13 20:58:44.326685 [ 274 ] {b69c3fcb-20fa-4e88-9cdb-41ab2a19d52c} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16046 | 2024.11.13 20:58:44.326725 [ 274 ] {b69c3fcb-20fa-4e88-9cdb-41ab2a19d52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16047 | 2024.11.13 20:58:44.327212 [ 274 ] {b69c3fcb-20fa-4e88-9cdb-41ab2a19d52c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 16048 | 2024.11.13 20:58:44.327663 [ 274 ] {b69c3fcb-20fa-4e88-9cdb-41ab2a19d52c} <Trace> oximeter.fields_u32 (59ea78ef-2649-4cb7-bc93-f2a61e61beaa): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16049 | 2024.11.13 20:58:44.327893 [ 274 ] {b69c3fcb-20fa-4e88-9cdb-41ab2a19d52c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001924 sec., 7276.507276507276 rows/sec., 509.60 KiB/sec. | ||
| 16050 | 2024.11.13 20:58:44.328081 [ 274 ] {b69c3fcb-20fa-4e88-9cdb-41ab2a19d52c} <Debug> TCPHandler: Processed in 0.00230394 sec. | ||
| 16051 | 2024.11.13 20:58:44.328320 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16052 | 2024.11.13 20:58:44.328447 [ 277 ] {2b578e8a-aeb7-4713-bfcf-befa6f1c665c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16053 | 2024.11.13 20:58:44.328497 [ 277 ] {2b578e8a-aeb7-4713-bfcf-befa6f1c665c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16054 | 2024.11.13 20:58:44.329119 [ 277 ] {2b578e8a-aeb7-4713-bfcf-befa6f1c665c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16055 | 2024.11.13 20:58:44.329160 [ 277 ] {2b578e8a-aeb7-4713-bfcf-befa6f1c665c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16056 | 2024.11.13 20:58:44.329679 [ 277 ] {2b578e8a-aeb7-4713-bfcf-befa6f1c665c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 16057 | 2024.11.13 20:58:44.330235 [ 277 ] {2b578e8a-aeb7-4713-bfcf-befa6f1c665c} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16058 | 2024.11.13 20:58:44.330390 [ 101 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 16059 | 2024.11.13 20:58:44.330455 [ 101 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16060 | 2024.11.13 20:58:44.330498 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16061 | 2024.11.13 20:58:44.330503 [ 277 ] {2b578e8a-aeb7-4713-bfcf-befa6f1c665c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002068 sec., 6286.266924564797 rows/sec., 391.95 KiB/sec. | ||
| 16062 | 2024.11.13 20:58:44.330688 [ 220 ] {} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16063 | 2024.11.13 20:58:44.330779 [ 220 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16064 | 2024.11.13 20:58:44.330852 [ 277 ] {2b578e8a-aeb7-4713-bfcf-befa6f1c665c} <Debug> TCPHandler: Processed in 0.002630626 sec. | ||
| 16065 | 2024.11.13 20:58:44.330874 [ 199 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 16066 | 2024.11.13 20:58:44.331260 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16067 | 2024.11.13 20:58:44.331296 [ 199 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16068 | 2024.11.13 20:58:44.331351 [ 199 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 16069 | 2024.11.13 20:58:44.331629 [ 274 ] {510cf427-cd77-4af4-ae49-31f80a96b628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16070 | 2024.11.13 20:58:44.331642 [ 199 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 16071 | 2024.11.13 20:58:44.331850 [ 274 ] {510cf427-cd77-4af4-ae49-31f80a96b628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16072 | 2024.11.13 20:58:44.332044 [ 199 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 16073 | 2024.11.13 20:58:44.332436 [ 199 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 16074 | 2024.11.13 20:58:44.332906 [ 199 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 16075 | 2024.11.13 20:58:44.335542 [ 274 ] {510cf427-cd77-4af4-ae49-31f80a96b628} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16076 | 2024.11.13 20:58:44.335638 [ 274 ] {510cf427-cd77-4af4-ae49-31f80a96b628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16077 | 2024.11.13 20:58:44.336866 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00625985 sec., 10383.635390624377 rows/sec., 687.98 KiB/sec. | ||
| 16078 | 2024.11.13 20:58:44.337367 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 16079 | 2024.11.13 20:58:44.337511 [ 274 ] {510cf427-cd77-4af4-ae49-31f80a96b628} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16080 | 2024.11.13 20:58:44.337867 [ 220 ] {} <Debug> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16081 | 2024.11.13 20:58:44.338442 [ 274 ] {510cf427-cd77-4af4-ae49-31f80a96b628} <Trace> oximeter.fields_uuid (850e761d-d3af-48ca-bcd9-2669bfe18fbc): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16082 | 2024.11.13 20:58:44.338524 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_53_13} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16083 | 2024.11.13 20:58:44.338754 [ 198 ] {7f1ce65b-694c-4c63-bad5-e76160b4ce7c::all_1_53_13} <Trace> oximeter.fields_u8 (7f1ce65b-694c-4c63-bad5-e76160b4ce7c) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 16084 | 2024.11.13 20:58:44.338881 [ 274 ] {510cf427-cd77-4af4-ae49-31f80a96b628} <Debug> executeQuery: Read 445 rows, 32.73 KiB in 0.007428 sec., 59908.45449649973 rows/sec., 4.30 MiB/sec. | ||
| 16085 | 2024.11.13 20:58:44.338925 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 16086 | 2024.11.13 20:58:44.339032 [ 274 ] {510cf427-cd77-4af4-ae49-31f80a96b628} <Debug> TCPHandler: Processed in 0.008050421 sec. | ||
| 16087 | 2024.11.13 20:58:44.339202 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16088 | 2024.11.13 20:58:44.339345 [ 277 ] {87fe3919-d9f5-4ecc-8644-4b27b829e6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16089 | 2024.11.13 20:58:44.339407 [ 277 ] {87fe3919-d9f5-4ecc-8644-4b27b829e6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16090 | 2024.11.13 20:58:44.340001 [ 277 ] {87fe3919-d9f5-4ecc-8644-4b27b829e6cb} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16091 | 2024.11.13 20:58:44.340047 [ 277 ] {87fe3919-d9f5-4ecc-8644-4b27b829e6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16092 | 2024.11.13 20:58:44.340578 [ 277 ] {87fe3919-d9f5-4ecc-8644-4b27b829e6cb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 16093 | 2024.11.13 20:58:44.341126 [ 277 ] {87fe3919-d9f5-4ecc-8644-4b27b829e6cb} <Trace> oximeter.measurements_bool (a9375cc2-a149-42e7-bf42-12d686799f63): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16094 | 2024.11.13 20:58:44.341393 [ 277 ] {87fe3919-d9f5-4ecc-8644-4b27b829e6cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002072 sec., 2895.7528957528957 rows/sec., 151.29 KiB/sec. | ||
| 16095 | 2024.11.13 20:58:44.341565 [ 277 ] {87fe3919-d9f5-4ecc-8644-4b27b829e6cb} <Debug> TCPHandler: Processed in 0.002422733 sec. | ||
| 16096 | 2024.11.13 20:58:44.341787 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16097 | 2024.11.13 20:58:44.341932 [ 274 ] {cfffe703-1ec5-49c9-a144-cc3f9493dac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16098 | 2024.11.13 20:58:44.341996 [ 274 ] {cfffe703-1ec5-49c9-a144-cc3f9493dac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16099 | 2024.11.13 20:58:44.342609 [ 274 ] {cfffe703-1ec5-49c9-a144-cc3f9493dac5} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16100 | 2024.11.13 20:58:44.342648 [ 274 ] {cfffe703-1ec5-49c9-a144-cc3f9493dac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16101 | 2024.11.13 20:58:44.343173 [ 274 ] {cfffe703-1ec5-49c9-a144-cc3f9493dac5} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16102 | 2024.11.13 20:58:44.343626 [ 274 ] {cfffe703-1ec5-49c9-a144-cc3f9493dac5} <Trace> oximeter.measurements_cumulativeu64 (b49711cf-7941-4d2d-a843-595140008773): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16103 | 2024.11.13 20:58:44.343812 [ 274 ] {cfffe703-1ec5-49c9-a144-cc3f9493dac5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001912 sec., 123953.97489539748 rows/sec., 8.31 MiB/sec. | ||
| 16104 | 2024.11.13 20:58:44.343865 [ 274 ] {cfffe703-1ec5-49c9-a144-cc3f9493dac5} <Debug> TCPHandler: Processed in 0.002186368 sec. | ||
| 16105 | 2024.11.13 20:58:44.344018 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16106 | 2024.11.13 20:58:44.344137 [ 277 ] {ed7ce914-9e8e-447e-9aa8-ae236a5c5ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16107 | 2024.11.13 20:58:44.344190 [ 277 ] {ed7ce914-9e8e-447e-9aa8-ae236a5c5ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16108 | 2024.11.13 20:58:44.344669 [ 277 ] {ed7ce914-9e8e-447e-9aa8-ae236a5c5ade} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16109 | 2024.11.13 20:58:44.344707 [ 277 ] {ed7ce914-9e8e-447e-9aa8-ae236a5c5ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16110 | 2024.11.13 20:58:44.345208 [ 277 ] {ed7ce914-9e8e-447e-9aa8-ae236a5c5ade} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 16111 | 2024.11.13 20:58:44.345694 [ 277 ] {ed7ce914-9e8e-447e-9aa8-ae236a5c5ade} <Trace> oximeter.measurements_f64 (f8d22c95-9672-4bab-b3b1-efe39a04d56f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16112 | 2024.11.13 20:58:44.345924 [ 277 ] {ed7ce914-9e8e-447e-9aa8-ae236a5c5ade} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001812 sec., 551.8763796909492 rows/sec., 37.19 KiB/sec. | ||
| 16113 | 2024.11.13 20:58:44.346025 [ 277 ] {ed7ce914-9e8e-447e-9aa8-ae236a5c5ade} <Debug> TCPHandler: Processed in 0.002063496 sec. | ||
| 16114 | 2024.11.13 20:58:44.346223 [ 274 ] {} <Trace> TCP-Session: 487fe328-5e2c-4ba7-8017-a9409ed4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16115 | 2024.11.13 20:58:44.346367 [ 274 ] {96b4ca99-e440-497e-9a65-d6b26171949b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53724) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16116 | 2024.11.13 20:58:44.346465 [ 274 ] {96b4ca99-e440-497e-9a65-d6b26171949b} <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 | ||
| 16117 | 2024.11.13 20:58:44.347905 [ 274 ] {96b4ca99-e440-497e-9a65-d6b26171949b} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16118 | 2024.11.13 20:58:44.347945 [ 274 ] {96b4ca99-e440-497e-9a65-d6b26171949b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16119 | 2024.11.13 20:58:44.348777 [ 274 ] {96b4ca99-e440-497e-9a65-d6b26171949b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16120 | 2024.11.13 20:58:44.349243 [ 274 ] {96b4ca99-e440-497e-9a65-d6b26171949b} <Trace> oximeter.measurements_histogramu64 (988591c5-738c-4e0e-9455-51a3771c6ffb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16121 | 2024.11.13 20:58:44.349516 [ 274 ] {96b4ca99-e440-497e-9a65-d6b26171949b} <Debug> executeQuery: Read 63 rows, 115.60 KiB in 0.003178 sec., 19823.788546255506 rows/sec., 35.52 MiB/sec. | ||
| 16122 | 2024.11.13 20:58:44.349830 [ 274 ] {96b4ca99-e440-497e-9a65-d6b26171949b} <Debug> TCPHandler: Processed in 0.003714906 sec. | ||
| 16123 | 2024.11.13 20:58:44.350003 [ 277 ] {} <Trace> TCP-Session: 1f0f2013-b02e-4ee5-815c-20878b7aa1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16124 | 2024.11.13 20:58:44.350143 [ 277 ] {620ab4fd-4847-475f-9925-06db6430f95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16125 | 2024.11.13 20:58:44.350202 [ 277 ] {620ab4fd-4847-475f-9925-06db6430f95d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16126 | 2024.11.13 20:58:44.350778 [ 277 ] {620ab4fd-4847-475f-9925-06db6430f95d} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16127 | 2024.11.13 20:58:44.350823 [ 277 ] {620ab4fd-4847-475f-9925-06db6430f95d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16128 | 2024.11.13 20:58:44.351374 [ 277 ] {620ab4fd-4847-475f-9925-06db6430f95d} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16129 | 2024.11.13 20:58:44.351871 [ 277 ] {620ab4fd-4847-475f-9925-06db6430f95d} <Trace> oximeter.measurements_u64 (0c268453-1651-43cc-b13c-1da5e22d592c): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16130 | 2024.11.13 20:58:44.352106 [ 277 ] {620ab4fd-4847-475f-9925-06db6430f95d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00199 sec., 41206.030150753766 rows/sec., 2.62 MiB/sec. | ||
| 16131 | 2024.11.13 20:58:44.352225 [ 277 ] {620ab4fd-4847-475f-9925-06db6430f95d} <Debug> TCPHandler: Processed in 0.0022902 sec. | ||
| 16132 | 2024.11.13 20:58:45.184776 [ 222 ] {} <Trace> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16133 | 2024.11.13 20:58:45.184859 [ 222 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16134 | 2024.11.13 20:58:45.187143 [ 222 ] {} <Debug> oximeter.fields_u16 (80855b70-9bfb-492a-8a5f-d58a8979b8f8): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16135 | 2024.11.13 20:58:46.322932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2316 | ||
| 16136 | 2024.11.13 20:58:46.326030 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16137 | 2024.11.13 20:58:46.326075 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16138 | 2024.11.13 20:58:46.327704 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16139 | 2024.11.13 20:58:46.328262 [ 242 ] {} <Trace> system.query_log (e1bed3e5-341e-4e38-88ad-17f223d598a0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16140 | 2024.11.13 20:58:46.328775 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2316 | ||
| 16141 | 2024.11.13 20:58:46.572169 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||